Patch rtems-4.5-rc-18-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:

The patch below is a work-around to the "make/gmake" problem.

  This only works if gmake-only users set MAKE=gmake at configuration time
  or explicitly set it from the environment at make-time.

  IIRC, this should be sufficient for ./bit users, because it explicitly
  exports MAKE.
This commit is contained in:
Joel Sherrill
2000-04-28 19:44:39 +00:00
parent 42b7ffaeb6
commit a974d6a0c9

View File

@@ -127,6 +127,7 @@ bsp.cfg
custom/Makefile
custom/default.cfg
compilers/Makefile,
make $RTEMS_BSP.cache,
${MAKE} $RTEMS_BSP.cache,
MAKE=${MAKE-make}
RTEMS_BSP=${RTEMS_BSP}
)