remove CRs from djgpp/configure.bat (Porting/makerel adds them)
Gurusamy Sarathy [Sun, 2 Aug 1998 07:31:37 +0000 (07:31 +0000)]
p4raw-id: //depot/maint-5.005/perl@1710

djgpp/configure.bat

index 64b46ec..e7d41d7 100644 (file)
@@ -1,37 +1,37 @@
-@echo off\r
-set CONFIG=\r
-set PATH_SEPARATOR=;\r
-set PATH_EXPAND=y\r
-sh -c 'if test $PATH_SEPARATOR = ";"; then exit 1; fi'\r
-if ERRORLEVEL 1 goto path_sep_ok\r
-echo Error:\a\r
-echo Make sure the environment variable PATH_SEPARATOR=; while building perl!\r
-echo Please check your DJGPP.ENV!\r
-goto end\r
-\r
-:path_sep_ok\r
-sh -c 'if test $PATH_EXPAND = "Y" -o $PATH_EXPAND = "y"; then exit 1; fi'\r
-if ERRORLEVEL 1 goto path_exp_ok\r
-echo Error:\a\r
-echo Make sure the environment variable PATH_EXPAND=Y while building perl!\r
-echo Please check your DJGPP.ENV!\r
-goto end\r
-\r
-:path_exp_ok\r
-sh -c '$SHELL -c "exit 128"'\r
-if ERRORLEVEL 128 goto shell_ok\r
-\r
-echo Error:\a\r
-echo The SHELL environment variable must be set to the full path of your sh.exe!\r
-goto end\r
-\r
-:shell_ok\r
-sh -c 'if test ! -d /tmp; then mkdir /tmp; fi'\r
-cp djgpp.c config.over ..\r
-cd ..\r
-echo Running sed...\r
-sh djgpp/djgppsed.sh\r
-\r
-echo Running Configure...\r
-sh Configure %1 %2 %3 %4 %5 %6 %7 %8 %9\r
-:end\r
+@echo off
+set CONFIG=
+set PATH_SEPARATOR=;
+set PATH_EXPAND=y
+sh -c 'if test $PATH_SEPARATOR = ";"; then exit 1; fi'
+if ERRORLEVEL 1 goto path_sep_ok
+echo Error:\a
+echo Make sure the environment variable PATH_SEPARATOR=; while building perl!
+echo Please check your DJGPP.ENV!
+goto end
+
+:path_sep_ok
+sh -c 'if test $PATH_EXPAND = "Y" -o $PATH_EXPAND = "y"; then exit 1; fi'
+if ERRORLEVEL 1 goto path_exp_ok
+echo Error:\a
+echo Make sure the environment variable PATH_EXPAND=Y while building perl!
+echo Please check your DJGPP.ENV!
+goto end
+
+:path_exp_ok
+sh -c '$SHELL -c "exit 128"'
+if ERRORLEVEL 128 goto shell_ok
+
+echo Error:\a
+echo The SHELL environment variable must be set to the full path of your sh.exe!
+goto end
+
+:shell_ok
+sh -c 'if test ! -d /tmp; then mkdir /tmp; fi'
+cp djgpp.c config.over ..
+cd ..
+echo Running sed...
+sh djgpp/djgppsed.sh
+
+echo Running Configure...
+sh Configure %1 %2 %3 %4 %5 %6 %7 %8 %9
+:end