mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
whitespace clean-up, new 'clean' commands
This commit is contained in:
parent
153f479697
commit
7e27ab4c6a
1 changed files with 5 additions and 5 deletions
|
|
@ -33,7 +33,8 @@ default:
|
|||
# BeOS driver target
|
||||
beos: depend subdirs mesa.a
|
||||
cd drivers/beos; $(MAKE)
|
||||
|
||||
|
||||
|
||||
######################################################################
|
||||
# Linux solo DRI drivers
|
||||
|
||||
|
|
@ -175,9 +176,8 @@ tags:
|
|||
|
||||
clean:
|
||||
-rm -f */*.o
|
||||
rm -f depend mesa.a
|
||||
for dir in $(SUBDIRS) ; do \
|
||||
(cd $$dir ; $(MAKE) clean) ; \
|
||||
done
|
||||
-rm -f depend mesa.a
|
||||
-rm -f drivers/*/*.o
|
||||
(cd drivers/dri ; $(MAKE) clean)
|
||||
|
||||
include depend
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue