mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 00:40:09 +01:00
Add -f to rm in make clean to avoid error messages
This commit is contained in:
parent
acc722d4b8
commit
9c38ae35eb
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.X11,v 1.54 2001/06/18 17:26:08 brianp Exp $
|
||||
# $Id: Makefile.X11,v 1.55 2001/06/27 12:52:12 keithw Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.5
|
||||
|
|
@ -308,7 +308,7 @@ Trace/tr_wrapper.o: Trace/tr_wrapper.c
|
|||
# @echo "Specify a target configuration"
|
||||
|
||||
clean:
|
||||
-rm *.o *~ */*.o */*~ *.lo *.la
|
||||
-rm -f *.o *~ */*.o */*~ *.lo *.la
|
||||
-rm -rf .libs
|
||||
|
||||
targets: $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(OSMESA_LIB)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.X11,v 1.54 2001/06/18 17:26:08 brianp Exp $
|
||||
# $Id: Makefile.X11,v 1.55 2001/06/27 12:52:12 keithw Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.5
|
||||
|
|
@ -308,7 +308,7 @@ Trace/tr_wrapper.o: Trace/tr_wrapper.c
|
|||
# @echo "Specify a target configuration"
|
||||
|
||||
clean:
|
||||
-rm *.o *~ */*.o */*~ *.lo *.la
|
||||
-rm -f *.o *~ */*.o */*~ *.lo *.la
|
||||
-rm -rf .libs
|
||||
|
||||
targets: $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(OSMESA_LIB)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue