]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- make `make realclean` only as clean as we want it to, otherwise we are not
authorshadzik <shadzik@pld-linux.org>
Tue, 15 Aug 2006 22:16:25 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  able to package all those drivers and libs etc.

Changed files:
    Mesa-realclean.patch -> 1.1

Mesa-realclean.patch [new file with mode: 0644]

diff --git a/Mesa-realclean.patch b/Mesa-realclean.patch
new file mode 100644 (file)
index 0000000..dee9257
--- /dev/null
@@ -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`
This page took 0.122402 seconds and 4 git commands to generate.