Add a "make spotless" rule for environments with BUILD_OBJ_ROOT not equal
authorReid Spencer <rspencer@reidspencer.com>
Thu, 16 Dec 2004 08:00:46 +0000 (08:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 16 Dec 2004 08:00:46 +0000 (08:00 +0000)
commit31f9524f7ee3f744654ed9dcd8b11a257e6dfcd9
treea00a03912818731dd87d34e2ef78b7e7835a8715
parentf2ac189e52a1e56236f2bbac684c3c6bfeabbd21
Add a "make spotless" rule for environments with BUILD_OBJ_ROOT not equal
to BUILD_OBJ_SRC. This will save the config.status and mklib files, then
wipe out the BUILD_OBJ_ROOT, copy back config.status and mklib, and then
run config.status to regenerate the makefiles. This target gives you a
completely clean/fresh BUILD_OBJ_ROOT.

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