From 6b7ab9bf7242773ce8309f6fd5c6e53357fc1fd1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 16 Apr 1999 18:23:48 +0000 Subject: Patch from Ralf Corsepius : FYI: I am not talking about using "make -C ", 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 --- make/Templates/Makefile.inc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/Templates') diff --git a/make/Templates/Makefile.inc.in b/make/Templates/Makefile.inc.in index 1c01539aad..a763dae999 100644 --- a/make/Templates/Makefile.inc.in +++ b/make/Templates/Makefile.inc.in @@ -32,7 +32,7 @@ export OBJCOPY RTEMS_HOST = @RTEMS_HOST@ RTEMS_CUSTOM = $(prefix)/make/custom/$(RTEMS_BSP).cfg PROJECT_ROOT = $(prefix)/ -RTEMS_USE_OWN_PDIR = @RTEMS_USE_OWN_PDIR@ +RTEMS_USE_OWN_PDIR = no RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@ RTEMS_USE_MACROS = @RTEMS_USE_MACROS@ RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@ -- cgit v1.2.3