summaryrefslogtreecommitdiffstats
path: root/c/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-14 16:35:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-14 16:35:54 +0000
commit73dc1521e442db0df12c4839620c8e9fbdce9f21 (patch)
treef0d2b5cba306d207e3e1b92d662d733ad26be3ad /c/Makefile.am
parent2003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-73dc1521e442db0df12c4839620c8e9fbdce9f21.tar.bz2
2003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove RTEMS_BSP-subdir rule. * configure.ac: Let AC_CONFIG_FILES(Makefile..) append explictit rules for RTEMS_BSP-subdirs.
Diffstat (limited to '')
-rw-r--r--c/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/c/Makefile.am b/c/Makefile.am
index 5429470cbc..ac5c94191c 100644
--- a/c/Makefile.am
+++ b/c/Makefile.am
@@ -13,18 +13,6 @@ RTEMS_BSP = $(RTEMS_BSP_LIST)
## triggered before $(RTEMS_BSP_LIST) subdirectories are made.
SUBDIRS = . $(RTEMS_BSP)
-## Use @RTEMS_BSP_LIST@ here, using $(RTEMS_BSP_LIST) would trigger
-## this rule for invalid BSPs
-@RTEMS_BSP_LIST@: src/configure
- @set fnord $(MAKEFLAGS); amf=$$2; \
- test -n "${RTEMS_BSP}" && for i in ${RTEMS_BSP}; do \
- echo "Configuring RTEMS_BSP=$$i"; \
- $(mkdir_p) $$i; \
- ( cd $$i && \
- CONFIG_SHELL=$(SHELL) RTEMS_BSP=$$i $(rtems_bsp_configure) ) \
- || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
- done
-
## Let all RTEMS' make targets depend on ${RTEMS_BSP}
all-local: ${RTEMS_BSP}
preinstall-am: ${RTEMS_BSP}
@@ -35,7 +23,6 @@ EXTRA_DIST = ACKNOWLEDGEMENTS
EXTRA_DIST += TOOL_TARGETS
DIST_SUBDIRS = ${RTEMS_BSP}
-## -------------------------------------------------------
include $(top_srcdir)/../automake/host.am
include $(top_srcdir)/../automake/subdirs.am