From cd7c1cae1cfad5490e263829fda7308655a76cbb Mon Sep 17 00:00:00 2001
From: Reid Spencer
For complete details on setting up your projects configuration, simply + mimic the llvm/projects/sample project or for further details, + consult the Projects.html page.
@@ -380,7 +386,7 @@This utility target will force a reconfigure of LLVM or your project. It - simply runs $(BUILD_OBJ_ROOT)/config.status --recheck to rerun the + simply runs $(PROJ_OBJ_ROOT)/config.status --recheck to rerun the configuration tests and rebuild the configured files. This isn't generally useful as the makefiles will reconfigure themselves whenever its necessary.
@@ -544,10 +550,10 @@This utility target, only available when $(BUILD_OBJ_ROOT) is not - the same as $(BUILD_SRC_ROOT), will completely clean the - $(BUILD_OBJ_ROOT) directoy by removing its content entirely and - reconfiguring the directory. This returns the $(BUILD_OBJ_ROOT) +
This utility target, only available when $(PROJ_OBJ_ROOT) is not + the same as $(PROJ_SRC_ROOT), will completely clean the + $(PROJ_OBJ_ROOT) directoy by removing its content entirely and + reconfiguring the directory. This returns the $(PROJ_OBJ_ROOT) directory to a completely fresh state. All content in the directory except configured files and top-level makefiles will be lost.
Use with caution.