Commit 354c5470 by Muhammad Bilal Committed by Jeff Law

* fixinc.in: Use --parents option to make LIB directory.

From-SVN: r238990
parent 1f19ed02
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>
* mkfixinc.sh: Remove interix support.
......
......@@ -41,7 +41,7 @@ shift
# Make sure it exists.
if [ ! -d $LIB ]; then
mkdir $LIB || {
mkdir -p $LIB || {
echo fixincludes: output dir '`'$LIB"' cannot be created"
exit 1
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment