[llvm-commits] CVS: llvm/Makefile.rules
Reid Spencer
reid at x10sys.com
Sat Oct 23 19:26:20 PDT 2004
Changes in directory llvm:
Makefile.rules updated: 1.207 -> 1.208
---
Log message:
Make the $(OBJDIR) go away on clean-local.
---
Diffs of the changes: (+1 -0)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.207 llvm/Makefile.rules:1.208
--- llvm/Makefile.rules:1.207 Sat Oct 23 15:04:14 2004
+++ llvm/Makefile.rules Sat Oct 23 21:26:09 2004
@@ -694,6 +694,7 @@
# 'make clean' nukes the tree
clean-local::
+ $(VERB) $(RM) -rf $(OBJDIR)
$(VERB) $(RM) -f core core.[0-9][0-9]* *.o *.d *~ *.flc
ifneq ($(strip $(SHLIBEXT)),) # Extra paranoia - make real sure SHLIBEXT is set
$(VERB) $(RM) -f *$(SHLIBEXT)
More information about the llvm-commits
mailing list