commit 80d63cdd62d71ffa2e2313a308120b24d2c01332
parent 9f530c3f44e31f20155c23b8eb8e2c54f5947de0
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 2 Jun 2014 14:54:13 +0200
make sure dir exists, just like the build rule
this specificy fixes building extlinux (src = syslinux/6.02/build).
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/mk.3rdparty b/mk.3rdparty
@@ -20,6 +20,7 @@ build:QV: fetch patch
done
patch:QV: fetch
+ mkdir -p $src
cd $src
n=1
for p in $patches; do