mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Use MKDIR_P instead of mkdir_p.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.ac: Use MKDIR_P instead of mkdir_p.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ cat >> Makefile << BSPEOF
|
|||||||
$bsp: src/configure
|
$bsp: src/configure
|
||||||
@set fnord \$(MAKEFLAGS); amf=\[$]\[$]2; \\
|
@set fnord \$(MAKEFLAGS); amf=\[$]\[$]2; \\
|
||||||
echo "Configuring RTEMS_BSP=$bsp"; \\
|
echo "Configuring RTEMS_BSP=$bsp"; \\
|
||||||
\$(mkdir_p) $bsp; \\
|
\$(MKDIR_P) $bsp; \\
|
||||||
( cd $bsp && \\
|
( cd $bsp && \\
|
||||||
CONFIG_SHELL=\$(SHELL) RTEMS_BSP=$bsp \$(rtems_bsp_configure) ) \\
|
CONFIG_SHELL=\$(SHELL) RTEMS_BSP=$bsp \$(rtems_bsp_configure) ) \\
|
||||||
|| case "\$\$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac;
|
|| case "\$\$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac;
|
||||||
|
|||||||
Reference in New Issue
Block a user