summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPrymmer/Kahn <pvhp@best.com>2001-06-03 01:55:14 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-03 15:34:11 +0000
commit0488699d44630be77097ba37e3d2eb9d2e292016 (patch)
treefc46ada257ebe8c6a8e700d1333529e6abc65639 /win32
parent58a9a5d5decdad14b14ae7eccc5dfaa8de6eddd9 (diff)
downloadperl-0488699d44630be77097ba37e3d2eb9d2e292016.tar.gz
update two win32 Makefiles
Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com> p4raw-id: //depot/perl@10398
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
-rw-r--r--win32/makefile.mk7
2 files changed, 8 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile
index d1776e5e24..5c62a5c58d 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -936,6 +936,7 @@ utils: $(PERLEXE) $(X2P)
copy ..\README.amiga .\perlamiga.pod
copy ..\README.bs2000 .\perlbs2000.pod
copy ..\README.cygwin .\perlcygwin.pod
+ copy ..\README.dgux .\perldgux.pod
copy ..\README.dos .\perldos.pod
copy ..\README.epoc .\perlepoc.pod
copy ..\README.hpux .\perlhpux.pod
@@ -945,6 +946,7 @@ utils: $(PERLEXE) $(X2P)
copy ..\README.os2 .\perlos2.pod
copy ..\README.os390 .\perlos390.pod
copy ..\README.solaris .\perlsolaris.pod
+ copy ..\README.tru64 .\perltru64.pod
copy ..\README.vmesa .\perlvmesa.pod
copy ..\vms\perlvms.pod .\perlvms.pod
copy ..\README.vos .\perlvos.pod
diff --git a/win32/makefile.mk b/win32/makefile.mk
index e4a1f4951d..468b8d6601 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1071,6 +1071,9 @@ $(EXTDIR)\DynaLoader\dl_win32.xs: dl_win32.xs
Extensions : buildext.pl $(PERLDEP) $(CONFIGPM)
$(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) $(EXTDIR)
+Extensions_clean :
+ -if exist $(MINIPERL) $(MINIPERL) -I..\lib buildext.pl $(MAKE) $(PERLDEP) $(EXTDIR) clean
+
#----------------------------------------------------------------------------------
@@ -1085,6 +1088,7 @@ utils: $(PERLEXE) $(X2P)
copy ..\README.amiga ..\pod\perlamiga.pod
copy ..\README.bs2000 ..\pod\perlbs2000.pod
copy ..\README.cygwin ..\pod\perlcygwin.pod
+ copy ..\README.dgux ..\pod\perldgux.pod
copy ..\README.dos ..\pod\perldos.pod
copy ..\README.epoc ..\pod\perlepoc.pod
copy ..\README.hpux ..\pod\perlhpux.pod
@@ -1094,6 +1098,7 @@ utils: $(PERLEXE) $(X2P)
copy ..\README.os2 ..\pod\perlos2.pod
copy ..\README.os390 ..\pod\perlos390.pod
copy ..\README.solaris ..\pod\perlsolaris.pod
+ copy ..\README.tru64 ..\pod\perltru64.pod
copy ..\README.vmesa ..\pod\perlvmesa.pod
copy ..\vms\perlvms.pod ..\pod\perlvms.pod
copy ..\README.vos ..\pod\perlvos.pod
@@ -1207,7 +1212,7 @@ test-wide-notty : test-prep
set HARNESS_PERL_SWITCHES=-C && \
cd ..\t && $(PERLEXE) -I..\lib harness
-clean :
+clean : Extensions_clean
-@erase miniperlmain$(o)
-@erase $(MINIPERL)
-@erase perlglob$(o)