projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a11659a
)
Make clean in the x86 directory.
author
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 7 Jan 2005 10:34:00 +0000
(10:34 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 7 Jan 2005 10:34:00 +0000
(10:34 +0000)
Propogate 'install' target down to dri driver directory.
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index
b88a122
..
363e48c
100644
(file)
--- a/
src/mesa/Makefile
+++ b/
src/mesa/Makefile
@@
-37,6
+37,11
@@
beos: depend subdirs mesa.a
cd drivers/beos; $(MAKE)
+install: default
+ @if [ "${DRIVER_DIRS}" = "dri" ] ; then \
+ cd drivers/dri ; $(MAKE) install ; \
+ fi
+
######################################################################
# Linux solo DRI drivers
@@
-211,5
+216,6
@@
clean:
-rm -f depend depend.bak mesa.a
-rm -f drivers/*/*.o
(cd drivers/dri ; $(MAKE) clean)
+ (cd x86 ; $(MAKE) clean)
include depend