expansion to become case-sensitive and return all file names in
upper case on plain DOS.
+2000-08-22 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * mainmake.v2 (TAGS): Don't use [a-zA-Z]*, as it causes wildcard
+ expansion to become case-sensitive and return all file names in
+ upper case on plain DOS.
+
2000-08-05 Eli Zaretskii <eliz@is.elta.co.il>
* mainmake.v2 (src): Put gdb.tmp after -a, since djecho's -a
FRC:
+# We cannot use [a-zA-Z]* like the mainline distribution does, because
+# that causes all file names to be returned in upper-case on DOS...
TAGS tags: lib-src FRC
cd lib-src
if exist etags.exe mv -f etags.exe ../bin
cd ..
cd lisp
- ../bin/etags [a-zA-Z]*.el [a-zA-Z]*/[a-zA-Z]*.el
+ ../bin/etags .../*.el
cd ..
cd src
../bin/etags --include=../lisp/TAGS \