Mesa (gallium-mesa-7.4): mesa: add distclean target to top-level Makefile

Alan Hourihane alanh at kemper.freedesktop.org
Fri Apr 17 00:34:52 UTC 2009


Module: Mesa
Branch: gallium-mesa-7.4
Commit: fed8dc53ad46e71bed8d53e4ccdbe4547ad11814
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fed8dc53ad46e71bed8d53e4ccdbe4547ad11814

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Apr 16 09:34:06 2009 -0600

mesa: add distclean target to top-level Makefile

(cherry picked from master, commit 666702baec09f60f7e1eddd9f1dd65ee2e826abb)

---

 Makefile |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 726b263..0b46e37 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,8 @@ realclean: clean
 	  -name depend -o -name depend.bak ')' -exec rm -f '{}' ';'
 
 
+distclean: realclean
+
 
 install:
 	@for dir in $(SUBDIRS) ; do \
@@ -48,7 +50,9 @@ install:
 linux-directfb-install:
 	cd src/mesa/drivers/directfb && $(MAKE) install
 
-.PHONY: default doxygen clean realclean install linux-directfb-install
+
+.PHONY: default doxygen clean realclean distclean install linux-directfb-install
+
 
 # If there's no current configuration file
 $(TOP)/configs/current:




More information about the mesa-commit mailing list