Parcourir la source

Add -f to rm in make clean to avoid error messages

tags/mesa_4_0
Keith Whitwell il y a 24 ans
Parent
révision
9c38ae35eb
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2
    2
      src/mesa/Makefile.X11
  2. 2
    2
      src/mesa/main/Makefile.X11

+ 2
- 2
src/mesa/Makefile.X11 Voir le fichier

@@ -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)

+ 2
- 2
src/mesa/main/Makefile.X11 Voir le fichier

@@ -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)

Chargement…
Annuler
Enregistrer