Skip to content

Commit

Permalink
Imported from perl5.005_04.tar.gz
Browse files Browse the repository at this point in the history
perl5.005_04.tar.gz sha1 1e2d9af3d021dbd1bdc586edc801b1d04dddaa85
  • Loading branch information
acme committed Feb 4, 2004
1 parent fc0257a commit ae75459
Show file tree
Hide file tree
Showing 14 changed files with 3,183 additions and 3,183 deletions.
Empty file modified Makefile.SH
100644 → 100755
Empty file.
Empty file modified Policy_sh.SH
100644 → 100755
Empty file.
Empty file modified Porting/makerel
100644 → 100755
Empty file.
Empty file modified Porting/patchls
100644 → 100755
Empty file.
552 changes: 276 additions & 276 deletions README.dos

Large diffs are not rendered by default.

1,516 changes: 758 additions & 758 deletions README.win32

Large diffs are not rendered by default.

Empty file modified config_h.SH
100644 → 100755
Empty file.
74 changes: 37 additions & 37 deletions djgpp/configure.bat
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
@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:
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:
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:
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
@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:
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:
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:
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
Empty file modified makeaperl.SH
100644 → 100755
Empty file.
Empty file modified perl_exp.SH
100644 → 100755
Empty file.
Empty file modified vms/ext/filespec.t
100644 → 100755
Empty file.
Loading

0 comments on commit ae75459

Please sign in to comment.