projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ae5d4
)
No more drivers/xorg
author
Dan Nicholson
<dbn.lists@gmail.com>
Sun, 15 Jun 2008 16:06:27 +0000
(09:06 -0700)
committer
Dan Nicholson
<dbn.lists@gmail.com>
Sun, 15 Jun 2008 16:06:27 +0000
(09:06 -0700)
Don't try to clean in xorg since GLcore is gone.
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index 5f84f72bb296ef5565b7f2cd8066090c566c87ac..27eb186abedb48d8a97758ded66a889a17bb2250 100644
(file)
--- a/
src/mesa/Makefile
+++ b/
src/mesa/Makefile
@@
-129,7
+129,6
@@
clean:
-rm -f depend depend.bak libmesa.a libglapi.a
-rm -f drivers/*/*.o
-@cd drivers/dri && $(MAKE) clean
- -@cd drivers/xorg && $(MAKE) clean
-@cd drivers/x11 && $(MAKE) clean
-@cd drivers/osmesa && $(MAKE) clean
-@cd x86 && $(MAKE) clean