diff options
author | Miles Bader <miles@gnu.org> | 2003-09-01 15:45:59 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2003-09-01 15:45:59 +0000 |
commit | f51da7d2c516235d43796493c0db69a183cc6220 (patch) | |
tree | 118b3f08b772b016b051c77c0f35d95f0fdfe7e9 /msdos | |
parent | 6a01dc46781e69a381d0336cadefd31f7ca0b64b (diff) | |
download | emacs-f51da7d2c516235d43796493c0db69a183cc6220.tar.gz |
Add arch taglines
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/is_exec.c | 3 | ||||
-rw-r--r-- | msdos/mainmake | 2 | ||||
-rw-r--r-- | msdos/mainmake.v2 | 2 | ||||
-rw-r--r-- | msdos/sed1.inp | 2 | ||||
-rw-r--r-- | msdos/sed1v2.inp | 2 | ||||
-rw-r--r-- | msdos/sed1x.inp | 2 | ||||
-rw-r--r-- | msdos/sed2.inp | 2 | ||||
-rw-r--r-- | msdos/sed2v2.inp | 2 | ||||
-rw-r--r-- | msdos/sed2x.inp | 2 | ||||
-rw-r--r-- | msdos/sed3.inp | 2 | ||||
-rw-r--r-- | msdos/sed3v2.inp | 2 | ||||
-rw-r--r-- | msdos/sed4.inp | 2 | ||||
-rw-r--r-- | msdos/sed5x.inp | 2 | ||||
-rw-r--r-- | msdos/sed6.inp | 2 | ||||
-rw-r--r-- | msdos/sedleim.inp | 2 | ||||
-rw-r--r-- | msdos/sedlisp.inp | 2 | ||||
-rw-r--r-- | msdos/sigaction.c | 2 |
17 files changed, 35 insertions, 0 deletions
diff --git a/msdos/is_exec.c b/msdos/is_exec.c index 899c574af0d..4da0ec35c56 100644 --- a/msdos/is_exec.c +++ b/msdos/is_exec.c @@ -220,3 +220,6 @@ _is_executable(const char *filename, int fhandle, const char *extension) return 0; } + +/* arch-tag: b0965811-8c3e-4bc4-8d81-4447a3594785 + (do not change this comment) */ diff --git a/msdos/mainmake b/msdos/mainmake index 1111cdc5066..da45817e1a0 100644 --- a/msdos/mainmake +++ b/msdos/mainmake @@ -93,3 +93,5 @@ clean: cd oldxmenu -$(MAKE) clean cd .. + +# arch-tag: d5a489bc-818e-4c3c-8040-b5205ed0602f diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 348e32f8814..59f42e69e31 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -176,3 +176,5 @@ bootstrap-clean-before: FRC bootstrap-clean-after: cd src; $(MAKE) $(MFLAGS) mostlyclean; cd .. + +# arch-tag: 6fee5130-4c53-46c6-93d3-d0ea852298b9 diff --git a/msdos/sed1.inp b/msdos/sed1.inp index edc52b0e9c3..67257d9c9fe 100644 --- a/msdos/sed1.inp +++ b/msdos/sed1.inp @@ -53,3 +53,5 @@ ${libsrc}make-doc.exe:\ /^temacs:/s/prefix-args// /^temacs:/s/stamp-oldxmenu// /^ #/d + +# arch-tag: 246725c1-79de-4d03-a080-8f19329fa35e diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index 2e7238f74ac..dc316819a5d 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp @@ -63,3 +63,5 @@ s/bootstrap-doc/b-doc/ stubedit b-emacs.exe minstack=1024k\ rm -f emacs.exe temacs.exe emacs /^ rm -f/s/\\#/#/ + +# arch-tag: c7e3aacb-4162-460e-99f9-4252bca68d2c diff --git a/msdos/sed1x.inp b/msdos/sed1x.inp index dd9825de081..2a7ce82d528 100644 --- a/msdos/sed1x.inp +++ b/msdos/sed1x.inp @@ -6,3 +6,5 @@ s!^ @true *$! @rem! s/DOC/DOC-X/g #/^LIBXMENU *=/s!= *!= ../oldxmenu/! /^temacs *:/s!OLDXMENU!LIBXMENU! + +# arch-tag: 3e8a78f2-3dec-44f3-81f6-3785a562da19 diff --git a/msdos/sed2.inp b/msdos/sed2.inp index 9c3b8cbb3c3..4580f0e623e 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp @@ -52,3 +52,5 @@ s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"! s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"! s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/ s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/ + +# arch-tag: 31840234-109a-41ab-a675-7a3844978299 diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index c380f8e7d5b..91df8a21225 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp @@ -88,3 +88,5 @@ s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/ # might be defined in sys/config.h we include at the top of config.h. /^#undef BSTRING/s|#undef|# undef| /^#undef .*$/s|^.*$|/* & */| + +# arch-tag: 2acb5571-ff53-4822-9175-95b864b59f7c diff --git a/msdos/sed2x.inp b/msdos/sed2x.inp index b702c0084ef..a1af086077f 100644 --- a/msdos/sed2x.inp +++ b/msdos/sed2x.inp @@ -22,3 +22,5 @@ /^#undef HAVE_XSCREENNUMBEROFSCREEN *$/s/undef/define/ /^#undef HAVE_XSETWMPROTOCOLS *$/s/undef/define/ /^#undef HAVE_SELECT *$/s/undef/define/ + +# arch-tag: 4a41c3ea-eb6c-4e17-8432-307516498e5a diff --git a/msdos/sed3.inp b/msdos/sed3.inp index a162e797bd0..6ae9c54eeaf 100644 --- a/msdos/sed3.inp +++ b/msdos/sed3.inp @@ -42,3 +42,5 @@ s!^ \./! go32 ./! s!^ go32 ./test-distrib! go32 ./test-dis! /-o make-docfile/a\ coff2exe make-docfile + +# arch-tag: cac6f5c7-3dbf-4e84-9d0c-44f0126f0ea8 diff --git a/msdos/sed3v2.inp b/msdos/sed3v2.inp index 0390ee39e01..657c2d4e5ff 100644 --- a/msdos/sed3v2.inp +++ b/msdos/sed3v2.inp @@ -37,3 +37,5 @@ s!^ \./! ! /^UTILITIES=/s/ movemail// /^UTILITIES=/s/ emacsserver// /^UTILITIES=/s/ timer// + +# arch-tag: 16f3be18-a45b-496c-b19c-e43840359de8 diff --git a/msdos/sed4.inp b/msdos/sed4.inp index 6f239277ded..22588115382 100644 --- a/msdos/sed4.inp +++ b/msdos/sed4.inp @@ -20,3 +20,5 @@ /^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/ /^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/ /^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/ + +# arch-tag: c84fa640-e434-4408-9e89-16d9e4ebe74e diff --git a/msdos/sed5x.inp b/msdos/sed5x.inp index 595017aaa80..6f05df8a26a 100644 --- a/msdos/sed5x.inp +++ b/msdos/sed5x.inp @@ -24,3 +24,5 @@ /^CFLAGS *=/s/@[^@\n]*@/-O2 -g/ /^LN_S *=/s/@[^@\n]*@/ln -s/ s/|| true// + +# arch-tag: 612a79be-2a02-4cb0-8dec-779aac0a2f4f diff --git a/msdos/sed6.inp b/msdos/sed6.inp index 0425278c34d..686d3aa92ae 100644 --- a/msdos/sed6.inp +++ b/msdos/sed6.inp @@ -39,3 +39,5 @@ export texinputdir := $(srcdir)";"$(TEXINPUTS) command.com /c 'if not a${permuted_index}==a cp -p ./index.perm index.texi' \ command.com /c 'if a${permuted_index}==a cp -p ./index.unperm index.texi' } + +# arch-tag: defe1001-f35a-47f7-9635-3f5d33ee5e97 diff --git a/msdos/sedleim.inp b/msdos/sedleim.inp index af9cf9f3eda..ff9c6b73337 100644 --- a/msdos/sedleim.inp +++ b/msdos/sedleim.inp @@ -52,3 +52,5 @@ RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte install: all\ /^ if test -f/d + +# arch-tag: 33c5eed1-78bc-4a6e-9d11-cbc7c541b763 diff --git a/msdos/sedlisp.inp b/msdos/sedlisp.inp index f02c24a9928..26ce2082399 100644 --- a/msdos/sedlisp.inp +++ b/msdos/sedlisp.inp @@ -25,3 +25,5 @@ export FNCASE=y /^srcdir=/s|@srcdir@|.| /^bootstrap-clean:/a\ command.com /c dtou .../*.el + +# arch-tag: da7a3cff-4839-4ad7-bbe3-e2b61c84c38e diff --git a/msdos/sigaction.c b/msdos/sigaction.c index 5b3ae790813..0f4f09b2a99 100644 --- a/msdos/sigaction.c +++ b/msdos/sigaction.c @@ -36,3 +36,5 @@ sigaction(int _sig, const struct sigaction *_act, struct sigaction *_oact) +/* arch-tag: 39526405-3d3a-44fe-af28-82a515e0c8e8 + (do not change this comment) */ |