diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-07-20 21:18:05 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-07-24 09:36:12 +0200 |
commit | 5daeb5b0949c8927e159000017a70c6fc5545030 (patch) | |
tree | 5ec0aa54588b7e756e22735792a614a0fe44522d /win32 | |
parent | f31bacf34c8f49647bd051b0e1b3b0a9eb6e18e5 (diff) | |
download | perl-5daeb5b0949c8927e159000017a70c6fc5545030.tar.gz |
Re-order clean-up rules to give a line for regen/lib_cleanup.pl to key off.
The Win32 line C<-del /f *.def *.map> and the start of the Unix line
C<rm -f so_locations> are unlikely to change.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index e37873dd99..79b5e0fdbd 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1162,7 +1162,6 @@ utils: $(PERLEXE) $(X2P) ..\utils\Makefile distclean: realclean -del /f $(MINIPERL) $(PERLEXE) $(PERLDLL) $(GLOBEXE) \ $(PERLIMPLIB) ..\miniperl.lib $(PERLEXESTATIC) $(PERLSTATICLIB) - -del /f *.def *.map -del /f $(LIBDIR)\Encode.pm $(LIBDIR)\encoding.pm $(LIBDIR)\Errno.pm -del /f $(LIBDIR)\Config.pod $(LIBDIR)\POSIX.pod $(LIBDIR)\threads.pm -del /f $(LIBDIR)\.exists $(LIBDIR)\attributes.pm $(LIBDIR)\DynaLoader.pm @@ -1182,6 +1181,7 @@ distclean: realclean -del /f $(LIBDIR)\Win32API\File\cFile.pc -del /f $(LIBDIR)\buildcustomize.pl -del /f $(DISTDIR)\XSLoader\XSLoader.pm + -del /f *.def *.map -if exist $(LIBDIR)\App rmdir /s /q $(LIBDIR)\App -if exist $(LIBDIR)\Archive rmdir /s /q $(LIBDIR)\Archive -if exist $(LIBDIR)\Attribute rmdir /s /q $(LIBDIR)\Attribute diff --git a/win32/makefile.mk b/win32/makefile.mk index 288ce0f531..1a182cf6fb 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1340,7 +1340,6 @@ utils: $(PERLEXE) $(X2P) ..\utils\Makefile distclean: realclean -del /f $(MINIPERL) $(PERLEXE) $(PERLDLL) $(GLOBEXE) \ $(PERLIMPLIB) ..\miniperl$(a) $(PERLEXESTATIC) $(PERLSTATICLIB) - -del /f *.def *.map -del /f $(LIBDIR)\Encode.pm $(LIBDIR)\encoding.pm $(LIBDIR)\Errno.pm -del /f $(LIBDIR)\Config.pod $(LIBDIR)\POSIX.pod $(LIBDIR)\threads.pm -del /f $(LIBDIR)\.exists $(LIBDIR)\attributes.pm $(LIBDIR)\DynaLoader.pm @@ -1360,6 +1359,7 @@ distclean: realclean -del /f $(LIBDIR)\Win32API\File\cFile.pc -del /f $(LIBDIR)\buildcustomize.pl -del /f $(DISTDIR)\XSLoader\XSLoader.pm + -del /f *.def *.map -if exist $(LIBDIR)\App rmdir /s /q $(LIBDIR)\App -if exist $(LIBDIR)\Archive rmdir /s /q $(LIBDIR)\Archive -if exist $(LIBDIR)\Attribute rmdir /s /q $(LIBDIR)\Attribute |