1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-30 17:49:30 +03:00

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

This commit is contained in:
Alexander Bokovoy
-
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