Attempt to add back ^M's. 3.77
authorPaul Smith <psmith@gnu.org>
Fri, 31 Jul 1998 05:18:21 +0000 (05:18 +0000)
committerPaul Smith <psmith@gnu.org>
Fri, 31 Jul 1998 05:18:21 +0000 (05:18 +0000)
dosbuild.bat

index ac1e6cd63240c1c8a75a459017818f63e954c3ff..34ca4b43b903f0694604a7690144907732074c94 100644 (file)
@@ -1,42 +1,42 @@
-@echo Building Make for MSDOS\r
-@rem Echo ON so they will see what is going on.\r
-@echo on\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g commands.c -o commands.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g job.c -o job.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g dir.c -o dir.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g file.c -o file.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g misc.c -o misc.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g main.c -o main.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -DINCLUDEDIR=\"c:/djgpp/include\" -O2 -g read.c -o read.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -DLIBDIR=\"c:/djgpp/lib\" -O2 -g remake.c -o remake.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g rule.c -o rule.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g implicit.c -o implicit.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g default.c -o default.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g variable.c -o variable.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g expand.c -o expand.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g function.c -o function.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g vpath.c -o vpath.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g version.c -o version.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g ar.c -o ar.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g arscan.c -o arscan.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g signame.c -o signame.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g remote-stub.c -o remote-stub.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g getopt.c -o getopt.o\r
-gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g getopt1.c -o getopt1.o\r
-@cd glob\r
-@if exist libglob.a del libglob.a\r
-gcc -I. -c -DHAVE_CONFIG_H -I.. -O2 -g glob.c -o glob.o\r
-gcc -I. -c -DHAVE_CONFIG_H -I.. -O2 -g fnmatch.c -o fnmatch.o\r
-ar rv libglob.a glob.o fnmatch.o\r
-@echo off\r
-cd ..\r
-echo commands.o > respf.$$$\r
-for %%f in (job dir file misc main read remake rule implicit default variable) do echo %%f.o >> respf.$$$\r
-for %%f in (expand function vpath version ar arscan signame remote-stub getopt getopt1) do echo %%f.o >> respf.$$$\r
-echo glob/libglob.a >> respf.$$$\r
-@echo Linking...\r
-@echo on\r
-gcc -o make.new @respf.$$$\r
-@if exist make.exe echo Make.exe is now built!\r
-@if not exist make.exe echo Make.exe build failed...\r
-@if exist make.exe del respf.$$$\r
+@echo Building Make for MSDOS\r\r
+@rem Echo ON so they will see what is going on.\r\r
+@echo on\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g commands.c -o commands.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g job.c -o job.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g dir.c -o dir.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g file.c -o file.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g misc.c -o misc.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g main.c -o main.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -DINCLUDEDIR=\"c:/djgpp/include\" -O2 -g read.c -o read.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -DLIBDIR=\"c:/djgpp/lib\" -O2 -g remake.c -o remake.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g rule.c -o rule.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g implicit.c -o implicit.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g default.c -o default.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g variable.c -o variable.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g expand.c -o expand.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g function.c -o function.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g vpath.c -o vpath.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g version.c -o version.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g ar.c -o ar.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g arscan.c -o arscan.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g signame.c -o signame.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g remote-stub.c -o remote-stub.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g getopt.c -o getopt.o\r\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g getopt1.c -o getopt1.o\r\r
+@cd glob\r\r
+@if exist libglob.a del libglob.a\r\r
+gcc -I. -c -DHAVE_CONFIG_H -I.. -O2 -g glob.c -o glob.o\r\r
+gcc -I. -c -DHAVE_CONFIG_H -I.. -O2 -g fnmatch.c -o fnmatch.o\r\r
+ar rv libglob.a glob.o fnmatch.o\r\r
+@echo off\r\r
+cd ..\r\r
+echo commands.o > respf.$$$\r\r
+for %%f in (job dir file misc main read remake rule implicit default variable) do echo %%f.o >> respf.$$$\r\r
+for %%f in (expand function vpath version ar arscan signame remote-stub getopt getopt1) do echo %%f.o >> respf.$$$\r\r
+echo glob/libglob.a >> respf.$$$\r\r
+@echo Linking...\r\r
+@echo on\r\r
+gcc -o make.new @respf.$$$\r\r
+@if exist make.exe echo Make.exe is now built!\r\r
+@if not exist make.exe echo Make.exe build failed...\r\r
+@if exist make.exe del respf.$$$\r\r