mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user