mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 15:00:10 +01:00
Make clean in the x86 directory.
Propogate 'install' target down to dri driver directory.
This commit is contained in:
parent
a11659adaf
commit
1837dda4d8
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue