Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:

FYI: I am not talking about using "make -C <dir>", which probably
    is much faster on M$ hosts than RTEMS's implementation, but about
    removing --enable-gmake-print support and to apply a variant of
    automake's subdirectory.

    Automake's subdirectory rule seems to be a little bit faster, but I
    wouldn't bet on this.

    Attached to this mail is my proposal.

    After applying the patch, please run
        cvs rm aclocal/enable-gmake-print.m4
        ./autogen
This commit is contained in:
Joel Sherrill
1999-04-16 18:23:48 +00:00
parent c00fa3858d
commit 6b7ab9bf72
12 changed files with 170 additions and 286 deletions

View File

@@ -66,10 +66,6 @@ VARIANTS=${TARGET_ARCH} ${TARGET_VARIANTS:%=${TARGET_ARCH}-%}
RECURSE_TARGETS=all clean protos get clobber depend install \
$(TARGET_VARIANTS) $(TARGET_VARIANTS:%=%_install)
ifeq ($(RTEMS_USE_OWN_PDIR),yes)
MAKEFLAGS += --no-print-directory
endif
${ARCH}:
test -d ${ARCH} || $(MKDIR) ${ARCH}