1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +03:00

Merge from APPLIANCE_HEAD:

>When creating an automatically generated prototype make sure the
>destination directory exists.
This commit is contained in:
Tim Potter
-
parent b7bd0bf953
commit 9ffca4824c

View File

@@ -29,6 +29,8 @@ proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep -
echo creating $header
mkdir -p `dirname $header`
${awk} $headeropt \
-f script/mkproto.awk $proto_src > $headertmp