SOURCES: Mesa-realclean.patch (NEW) - make `make realclean` only a...

shadzik shadzik at pld-linux.org
Wed Aug 16 00:16:30 CEST 2006


Author: shadzik                      Date: Tue Aug 15 22:16:30 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- make `make realclean` only as clean as we want it to, otherwise we are not
  able to package all those drivers and libs etc.

---- Files affected:
SOURCES:
   Mesa-realclean.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/Mesa-realclean.patch
diff -u /dev/null SOURCES/Mesa-realclean.patch:1.1
--- /dev/null	Wed Aug 16 00:16:30 2006
+++ SOURCES/Mesa-realclean.patch	Wed Aug 16 00:16:25 2006
@@ -0,0 +1,14 @@
+--- Makefile	2006-08-11 03:07:17.000000000 +0200
++++ Makefile-new	2006-08-15 23:24:30.648596784 +0200
+@@ -23,11 +23,7 @@
+ realclean:
+ 	touch $(TOP)/configs/current
+ 	$(MAKE) clean
+-	-rm -rf lib*
+ 	-rm -f $(TOP)/configs/current
+-	-rm -f `find . -name \*.o`
+-	-rm -f `find . -name \*.a`
+-	-rm -f `find . -name \*.so`
+ 	-rm -f `find . -name depend`
+ 
+ 
================================================================


More information about the pld-cvs-commit mailing list