summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-03 20:01:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-03 20:01:31 +0000
commitc34eb10f5565c0043f9b04420f73cdf8639e3135 (patch)
treec2427937df3311452e9f0f9ab110d59a34e3fba5 /automake
parentThis commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. (diff)
downloadrtems-c34eb10f5565c0043f9b04420f73cdf8639e3135.tar.bz2
Patch rtems-rc-4.5.0-7-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
The patch contains: * Many small cleanups wrt. make VARIANT=[DEBUG|PROFILE] support * several modifications to make/custom/*.cfg * Merger with the mvme2307.cfg you had posted two weeks ago (Please check it, I did not check it against to version you posted today). * Added a check to the toplevel configure.in to refuse building inside of the source tree.
Diffstat (limited to 'automake')
-rw-r--r--automake/local.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/automake/local.am b/automake/local.am
index 3186db0436..93ecbe32d0 100644
--- a/automake/local.am
+++ b/automake/local.am
@@ -41,5 +41,11 @@ depend: depend-am
${ARCH}:
mkdir ${ARCH}
-clean:
- $(RM) -r o-optimize o-debug o-profile
+clean-local:
+ $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
+ $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
+
+distclean-local:
+ $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
+
+PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools