diff options
| author | Miles Bader | 2003-09-02 19:14:00 +0000 |
|---|---|---|
| committer | Miles Bader | 2003-09-02 19:14:00 +0000 |
| commit | a2fcf0296f411f5658bfb1445233e8a58ecbc281 (patch) | |
| tree | 189957c57a634179fcf59d5004539d7f1c8c2035 | |
| parent | b9e6b4981b4931b2521de67959803f4996ae12ba (diff) | |
| download | emacs-a2fcf0296f411f5658bfb1445233e8a58ecbc281.tar.gz emacs-a2fcf0296f411f5658bfb1445233e8a58ecbc281.zip | |
Fix some DOS line-ending inconsistencies introduced with arch-tag:
| -rwxr-xr-x | nt/configure.bat | 8 | ||||
| -rwxr-xr-x | nt/fast-install.bat | 8 | ||||
| -rwxr-xr-x | nt/ftime-nostartup.bat | 8 | ||||
| -rw-r--r-- | nt/ftime.bat | 8 | ||||
| -rwxr-xr-x | nt/install.bat | 8 | ||||
| -rw-r--r-- | nt/makefile.w32-in | 4 | ||||
| -rw-r--r-- | nt/nmake.defs | 4 |
7 files changed, 24 insertions, 24 deletions
diff --git a/nt/configure.bat b/nt/configure.bat index 7d064ab6816..ba361079b9f 100755 --- a/nt/configure.bat +++ b/nt/configure.bat | |||
| @@ -463,7 +463,7 @@ set COMPILER= | |||
| 463 | set MAKECMD= | 463 | set MAKECMD= |
| 464 | set usercflags= | 464 | set usercflags= |
| 465 | set userldflags= | 465 | set userldflags= |
| 466 | 466 | ||
| 467 | goto skipArchTag | 467 | goto skipArchTag |
| 468 | arch-tag: 300d20a4-1675-4e75-b615-7ce1a8c5376c | 468 | arch-tag: 300d20a4-1675-4e75-b615-7ce1a8c5376c |
| 469 | :skipArchTag | 469 | :skipArchTag |
diff --git a/nt/fast-install.bat b/nt/fast-install.bat index 86ed624a004..11e969eb5a4 100755 --- a/nt/fast-install.bat +++ b/nt/fast-install.bat | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | nmake -f makefile.nt fast_install | 1 | nmake -f makefile.nt fast_install |
| 2 | 2 | ||
| 3 | goto skipArchTag | 3 | goto skipArchTag |
| 4 | arch-tag: 13c64379-e658-452f-92d3-90d0f230ca70 | 4 | arch-tag: 13c64379-e658-452f-92d3-90d0f230ca70 |
| 5 | :skipArchTag | 5 | :skipArchTag |
diff --git a/nt/ftime-nostartup.bat b/nt/ftime-nostartup.bat index 00447268252..40f0a376285 100755 --- a/nt/ftime-nostartup.bat +++ b/nt/ftime-nostartup.bat | |||
| @@ -21,7 +21,7 @@ prep /m ..\src\obj\i386\pemacs | |||
| 21 | if errorlevel 1 goto done | 21 | if errorlevel 1 goto done |
| 22 | plist ..\src\obj\i386\pemacs > %1 | 22 | plist ..\src\obj\i386\pemacs > %1 |
| 23 | :done | 23 | :done |
| 24 | 24 | ||
| 25 | goto skipArchTag | 25 | goto skipArchTag |
| 26 | arch-tag: 927c5199-a8a3-4cf0-ab56-62b66fc6520d | 26 | arch-tag: 927c5199-a8a3-4cf0-ab56-62b66fc6520d |
| 27 | :skipArchTag | 27 | :skipArchTag |
diff --git a/nt/ftime.bat b/nt/ftime.bat index f1c4b345df3..beb87af459b 100644 --- a/nt/ftime.bat +++ b/nt/ftime.bat | |||
| @@ -21,7 +21,7 @@ prep /m ..\src\obj\i386\pemacs | |||
| 21 | if errorlevel 1 goto done | 21 | if errorlevel 1 goto done |
| 22 | plist ..\src\obj\i386\pemacs > %1 | 22 | plist ..\src\obj\i386\pemacs > %1 |
| 23 | :done | 23 | :done |
| 24 | 24 | ||
| 25 | goto skipArchTag | 25 | goto skipArchTag |
| 26 | arch-tag: d1c629de-9172-4d72-ab68-9d45ab9903cc | 26 | arch-tag: d1c629de-9172-4d72-ab68-9d45ab9903cc |
| 27 | :skipArchTag | 27 | :skipArchTag |
diff --git a/nt/install.bat b/nt/install.bat index 03319f3b3f4..1074c03454b 100755 --- a/nt/install.bat +++ b/nt/install.bat | |||
| @@ -6,7 +6,7 @@ if not (%1) == () shift | |||
| 6 | nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9 | 6 | nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9 |
| 7 | set INSTALL_DIR= | 7 | set INSTALL_DIR= |
| 8 | set BUILD_TYPE= | 8 | set BUILD_TYPE= |
| 9 | 9 | ||
| 10 | goto skipArchTag | 10 | goto skipArchTag |
| 11 | arch-tag: 1db5223b-8fc9-4bdb-8ad1-9e3962bf034a | 11 | arch-tag: 1db5223b-8fc9-4bdb-8ad1-9e3962bf034a |
| 12 | :skipArchTag | 12 | :skipArchTag |
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 01883a12beb..151be725258 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in | |||
| @@ -258,5 +258,5 @@ cleanall: clean cleanall-other-dirs-$(MAKETYPE) | |||
| 258 | 258 | ||
| 259 | realclean: cleanall | 259 | realclean: cleanall |
| 260 | - $(DEL_TREE) ../bin | 260 | - $(DEL_TREE) ../bin |
| 261 | 261 | ||
| 262 | # arch-tag: 6f5b23a6-774b-4598-9c29-58235b2b4219 | 262 | # arch-tag: 6f5b23a6-774b-4598-9c29-58235b2b4219 |
diff --git a/nt/nmake.defs b/nt/nmake.defs index cbfb411a822..f18b9e06405 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs | |||
| @@ -230,5 +230,5 @@ EXTRA_LINK = -profile | |||
| 230 | .c{$(BLD)}.obj:: | 230 | .c{$(BLD)}.obj:: |
| 231 | $(CC) $(CFLAGS) -Fo$(BLD)\ $< | 231 | $(CC) $(CFLAGS) -Fo$(BLD)\ $< |
| 232 | !ENDIF | 232 | !ENDIF |
| 233 | 233 | ||
| 234 | # arch-tag: fefa49b0-c23c-46c7-9094-cab2a405058e | 234 | # arch-tag: fefa49b0-c23c-46c7-9094-cab2a405058e |