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 --- aclocal/enable-gmake-print.m4 | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 aclocal/enable-gmake-print.m4 (limited to 'aclocal') diff --git a/aclocal/enable-gmake-print.m4 b/aclocal/enable-gmake-print.m4 deleted file mode 100644 index 3c2973db29..0000000000 --- a/aclocal/enable-gmake-print.m4 +++ /dev/null @@ -1,16 +0,0 @@ -dnl $Id$ -dnl -dnl Note: This option is considered obsolete - -AC_DEFUN(RTEMS_ENABLE_GMAKE_PRINT, -[ -AC_ARG_ENABLE(gmake-print-directory, -[ --enable-gmake-print-directory enable GNU Make's print directory], -[case "${enableval}" in - yes) RTEMS_USE_OWN_PDIR=no ;; - no) RTEMS_USE_OWN_PDIR=yes ;; - *) AC_MSG_ERROR(bad value ${enableval} for gmake-print-directory option) -;; -esac],[RTEMS_USE_OWN_PDIR=yes]) -AC_SUBST(RTEMS_USE_OWN_PDIR)dnl -]) -- cgit v1.2.3