Really, it is not necessary to recompile all files in a profile build every
authorChris Lattner <sabre@nondot.org>
Thu, 8 Jul 2004 03:42:20 +0000 (03:42 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Jul 2004 03:42:20 +0000 (03:42 +0000)
time!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14680 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 37d9504c5fcda79d7a78bcacdb5580de4dc71394..d198d683f2f49d21e43f41818a5d228584330b47 100644 (file)
@@ -704,6 +704,7 @@ endif
 #---------------------------------------------------------
 .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