diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-21 15:04:10 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-21 15:04:10 +0000 |
commit | 291d3373af7c9af2d76b20ef0c41053f58581942 (patch) | |
tree | 1362d2738f0b97ad126677f220f2420f00a71a4b /win32 | |
parent | ad3296c668b2eed14533c1cf4b03090043289701 (diff) | |
download | perl-291d3373af7c9af2d76b20ef0c41053f58581942.tar.gz |
Add the ptar(1) utility from Archive::Tar
p4raw-id: //depot/perl@24926
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 3 | ||||
-rw-r--r-- | win32/makefile.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 67fd3081b9..22f2f447bf 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -522,6 +522,7 @@ UTILS = \ ..\utils\cpan \ ..\utils\xsubpp \ ..\utils\prove \ + ..\utils\ptar \ ..\utils\instmodsh \ ..\pod\checkpods \ ..\pod\pod2html \ @@ -1178,7 +1179,7 @@ distclean: realclean podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \ - xsubpp instmodsh prove corelist + xsubpp instmodsh prove ptar corelist -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new -del /f $(CONFIGPM) diff --git a/win32/makefile.mk b/win32/makefile.mk index 0f35355727..e5310ff30f 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -678,6 +678,7 @@ UTILS = \ ..\utils\cpan \ ..\utils\xsubpp \ ..\utils\prove \ + ..\utils\ptar \ ..\utils\instmodsh \ ..\pod\checkpods \ ..\pod\pod2html \ @@ -1335,7 +1336,7 @@ distclean: realclean podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \ - xsubpp instmodsh prove corelist + xsubpp instmodsh prove ptar corelist -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new -del /f $(CONFIGPM) |