projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f12058
)
Add some catchall commands to realclean target to remove built files
author
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 15 Dec 2004 11:03:41 +0000
(11:03 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 15 Dec 2004 11:03:41 +0000
(11:03 +0000)
which are forgotten about when the configs/current symlink changes.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index beb1bd7c88bd88563109c2d8942521d154735578..495ebbbdcb7b730123d3593ca8bf50765e3f86d8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-25,6
+25,10
@@
realclean:
$(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`
+
install: