emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cf49f6e 1/3: ; update_autogen: Remove -I flag handling completely


From: Stefan Kangas
Subject: master cf49f6e 1/3: ; update_autogen: Remove -I flag handling completely
Date: Thu, 2 Dec 2021 12:35:06 -0500 (EST)

branch: master
commit cf49f6ef656dcb681b904149b2dd95de71ff2668
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; update_autogen: Remove -I flag handling completely
    
    * admin/update_autogen: Fix my previous commit to now completely
    remove any trace of the -I flag.
---
 admin/update_autogen | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/update_autogen b/admin/update_autogen
index ff5a338..d83760a 100755
--- a/admin/update_autogen
+++ b/admin/update_autogen
@@ -53,7 +53,7 @@ cd ../
 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).
@@ -109,7 +109,7 @@ tempfile=/tmp/$PN.$$
 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 ;;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]