summaryrefslogtreecommitdiffstats
path: root/c/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-06 22:07:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-06 22:07:36 +0000
commit3c0e80c36a1382efa0375d873f170fead2cf865f (patch)
treec7225a5d91b9ed395031134d4f8c265033aefac4 /c/Makefile.in
parentCorrections by Jennifer. (diff)
downloadrtems-3c0e80c36a1382efa0375d873f170fead2cf865f.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to preinstall
all bsp_specs.
Diffstat (limited to 'c/Makefile.in')
-rw-r--r--c/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index 54fbd95c45..28792199fc 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -74,8 +74,8 @@ BUILD_DIRS = ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%}
# Make all/install must include 'env'
# if something is added to TARGET_VARIANTS, then account for it here
make_src_makefiles: Makefile.in Makefile
- -find . -name Makefile \
- -exec grep -l "^preinstall" {} \; > make_src_makefiles.tmp
+ -find src -name Makefile \
+ -exec grep -l "^preinstall" {} \; | sort > make_src_makefiles.tmp
-grep tools make_src_makefiles.tmp > make_src_makefiles
-grep -v tools make_src_makefiles.tmp >> make_src_makefiles
-rm make_src_makefiles.tmp
@@ -93,6 +93,7 @@ pre_install_src: env make_src_makefiles
$(MAKE) preinstall; \
cd $$CURRDIR; \
done
+
all: pre_install_src env
debug: pre_install_src env
profile: pre_install_src env