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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user