forked from Imagelibrary/rtems
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>
|
||||
|
||||
* configure.ac: New BUG-REPORT address.
|
||||
|
||||
@@ -77,7 +77,7 @@ cat >> Makefile << BSPEOF
|
||||
$bsp: src/configure
|
||||
@set fnord \$(MAKEFLAGS); amf=\[$]\[$]2; \\
|
||||
echo "Configuring RTEMS_BSP=$bsp"; \\
|
||||
\$(mkdir_p) $bsp; \\
|
||||
\$(MKDIR_P) $bsp; \\
|
||||
( cd $bsp && \\
|
||||
CONFIG_SHELL=\$(SHELL) RTEMS_BSP=$bsp \$(rtems_bsp_configure) ) \\
|
||||
|| case "\$\$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac;
|
||||
|
||||
Reference in New Issue
Block a user