From 1670eede8bc8cc428f900da7a93077718ecd2dcb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 29 Nov 1997 18:20:04 +0000 Subject: Changes from Ralf Corsepius (corsepiu@faw.uni-ulm.de) to automatically generate the list of Makefiles in the configure script. --- Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.in') 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 \ -- cgit v1.2.3