summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-11-29 18:20:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-11-29 18:20:04 +0000
commit1670eede8bc8cc428f900da7a93077718ecd2dcb (patch)
treeb05f5a6d265d623e9c630e1ae484404f94d5b66c /Makefile.in
parentPatch from Chris Johns to filter out the trace bit on CPU models (diff)
downloadrtems-1670eede8bc8cc428f900da7a93077718ecd2dcb.tar.bz2
Changes from Ralf Corsepius (corsepiu@faw.uni-ulm.de) to automatically
generate the list of Makefiles in the configure script.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index bcbdc63ff8..db4d953507 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -67,10 +67,12 @@ EXIT_CMD = exit 1
# Don't pass flags from previous make - especially NOT CFLAGS
override MAKEFLAGS=
+# CVS formerly was xxx -- using CVS covers up a weird feature of the aclocal
+# file in that it thinks CVS directories need a Makefile generated.
$(MTARGETS): make_subdir
BASEDIR=`pwd`; \
- for bsp in $(RTEMS_BSP) xxx; \
- do if [ $$bsp != xxx ] ; then \
+ for bsp in $(RTEMS_BSP) CVS; \
+ do if [ $$bsp != CVS ] ; then \
cd $$BASEDIR; \
cmd="cd c; $(MAKE) RTEMS_BSP=$$bsp $(FLAGS_TO_PASS) \
RTEMS_CUSTOM=$(RTEMS_ROOT)/make/custom/$$bsp.cfg \