aboutsummaryrefslogtreecommitdiffstats
path: root/msdos
diff options
context:
space:
mode:
authorJoakim Verona2012-05-24 20:39:12 +0200
committerJoakim Verona2012-05-24 20:39:12 +0200
commit44fce8ffe7198991c41c985ff4e67ec7d407907e (patch)
tree81e28bf1b327f55c0c50b30c1c1c6d1e78c6849d /msdos
parent207460f292db1b9ede6b8ddad3ed7ac6bba026b5 (diff)
parentf18b81e6d670ea83e3ccb7c7b6aff50933120018 (diff)
downloademacs-44fce8ffe7198991c41c985ff4e67ec7d407907e.tar.gz
emacs-44fce8ffe7198991c41c985ff4e67ec7d407907e.zip
upstream
Diffstat (limited to 'msdos')
-rw-r--r--msdos/ChangeLog5
-rw-r--r--msdos/mainmake.v23
2 files changed, 6 insertions, 2 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 46472373e51..2b56315c1a3 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,8 @@
12012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove src/m/*.
4 * mainmake.v2 (TAGS tags): Don't look at $(CURDIR)/src/m/intel386.h.
5
12012-05-19 Paul Eggert <eggert@cs.ucla.edu> 62012-05-19 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * sed2v2.inp (HAVE_MBLEN): Remove. 8 * sed2v2.inp (HAVE_MBLEN): Remove.
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2
index 2113dc4a127..b4837b99fb9 100644
--- a/msdos/mainmake.v2
+++ b/msdos/mainmake.v2
@@ -162,7 +162,7 @@ TAGS tags: lib-src FRC
162 ../bin/etags --include=../lisp/TAGS \ 162 ../bin/etags --include=../lisp/TAGS \
163 --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \ 163 --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \
164 $(CURDIR)/src/*.c $(CURDIR)/src/*.h \ 164 $(CURDIR)/src/*.c $(CURDIR)/src/*.h \
165 $(CURDIR)/src/s/msdos.h $(CURDIR)/src/m/intel386.h 165 $(CURDIR)/src/s/msdos.h
166 cd .. 166 cd ..
167 ./bin/etags --include=src/TAGS 167 ./bin/etags --include=src/TAGS
168 168
@@ -299,4 +299,3 @@ bootstrap-clean: FRC
299bootstrap: bootstrap-clean FRC 299bootstrap: bootstrap-clean FRC
300 command.com /e:2048 /c config msdos 300 command.com /e:2048 /c config msdos
301 $(MAKE) $(MFLAGS) info all 301 $(MAKE) $(MFLAGS) info all
302