* admin/update_autogen: Fix my previous commit to now completely
remove any trace of the -I flag.
usage ()
{
cat 1>&2 <<EOF
-Usage: ${PN} [-f] [-c] [-q] [-A dir] [-I] [-L] [-C] [-- make-flags]
+Usage: ${PN} [-f] [-c] [-q] [-A dir] [-L] [-C] [-- make-flags]
Update some auto-generated files in the Emacs tree.
By default, only does the versioned loaddefs-like files in lisp/.
This requires a build. Passes any non-option args to make (eg -- -j2).
trap "rm -f $tempfile 2> /dev/null" EXIT
-while getopts ":hcfqA:HCIL" option ; do
+while getopts ":hcfqA:HCL" option ; do
case $option in
(h) usage ;;