mirror of git://gcc.gnu.org/git/gcc.git
* fixinc.in: Use --parents option to make LIB directory.
From-SVN: r238990
This commit is contained in:
parent
1f19ed0247
commit
354c5470d8
|
|
@ -1,3 +1,7 @@
|
||||||
|
2016-08-01 Muhammad Bilal <mbilal@codesourcery.com>
|
||||||
|
|
||||||
|
* fixinc.in: Use --parents option to make LIB directory.
|
||||||
|
|
||||||
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
|
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
|
||||||
|
|
||||||
* mkfixinc.sh: Remove interix support.
|
* mkfixinc.sh: Remove interix support.
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ shift
|
||||||
|
|
||||||
# Make sure it exists.
|
# Make sure it exists.
|
||||||
if [ ! -d $LIB ]; then
|
if [ ! -d $LIB ]; then
|
||||||
mkdir $LIB || {
|
mkdir -p $LIB || {
|
||||||
echo fixincludes: output dir '`'$LIB"' cannot be created"
|
echo fixincludes: output dir '`'$LIB"' cannot be created"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue