From 5daeb5b0949c8927e159000017a70c6fc5545030 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 20 Jul 2013 21:18:05 +0200 Subject: 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 are unlikely to change. --- win32/Makefile | 2 +- win32/makefile.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'win32') 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 -- cgit v1.2.1