[llvm-commits] CVS: llvm/Makefile.rules

Chris Lattner lattner at cs.uiuc.edu
Wed Jul 7 22:43:01 PDT 2004


Changes in directory llvm:

Makefile.rules updated: 1.186 -> 1.187

---
Log message:

Really, it is not necessary to recompile all files in a profile build every
time!


---
Diffs of the changes:  (+1 -0)

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.186 llvm/Makefile.rules:1.187
--- llvm/Makefile.rules:1.186	Tue Jun  8 13:52:45 2004
+++ llvm/Makefile.rules	Wed Jul  7 22:42:20 2004
@@ -704,6 +704,7 @@
 #---------------------------------------------------------
 .PRECIOUS: $(BUILD_OBJ_DIR)/Depend/.dir $(BUILD_OBJ_DIR)/BytecodeObj/.dir
 .PRECIOUS: $(BUILD_OBJ_DIR)/Debug/.dir $(BUILD_OBJ_DIR)/Release/.dir
+.PRECIOUS: $(BUILD_OBJ_DIR)/Profile/.dir
 
 # Create .lo files in the ObjectFiles directory from the .cpp and .c files...
 $(BUILD_OBJ_DIR)/Release/%.lo: %.cpp $(BUILD_OBJ_DIR)/Release/.dir





More information about the llvm-commits mailing list