mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
; update_autogen: Remove -I flag handling completely
* admin/update_autogen: Fix my previous commit to now completely remove any trace of the -I flag.
This commit is contained in:
parent
48d1e6e9d9
commit
cf49f6ef65
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ cd ../
|
||||||
usage ()
|
usage ()
|
||||||
{
|
{
|
||||||
cat 1>&2 <<EOF
|
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.
|
Update some auto-generated files in the Emacs tree.
|
||||||
By default, only does the versioned loaddefs-like files in lisp/.
|
By default, only does the versioned loaddefs-like files in lisp/.
|
||||||
This requires a build. Passes any non-option args to make (eg -- -j2).
|
This requires a build. Passes any non-option args to make (eg -- -j2).
|
||||||
|
@ -109,7 +109,7 @@ tempfile=/tmp/$PN.$$
|
||||||
trap "rm -f $tempfile 2> /dev/null" EXIT
|
trap "rm -f $tempfile 2> /dev/null" EXIT
|
||||||
|
|
||||||
|
|
||||||
while getopts ":hcfqA:HCIL" option ; do
|
while getopts ":hcfqA:HCL" option ; do
|
||||||
case $option in
|
case $option in
|
||||||
(h) usage ;;
|
(h) usage ;;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue