1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Ignore only getdate.* in modules/, not the whole directory. Fixes static builds of modules

This commit is contained in:
Alexander Bokovoy 0001-01-01 00:00:00 +00:00
parent ada291956a
commit df6eeca5f6

View File

@ -25,7 +25,7 @@ header="$1"
shift shift
headertmp="$header.$$.tmp~" headertmp="$header.$$.tmp~"
proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep -v 'ubiqx/|wrapped|modules/'`" proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep -v 'ubiqx/|wrapped|modules/getdate'`"
echo creating $header echo creating $header