From e273187811f4745fa67181e01de042d3a6a2df10 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 21 Aug 2007 19:23:05 +0000 Subject: r24605: remove some stuff samba3 doesn't need any more metze (This used to be commit 5514e8487fee453b730a966ebc6fcdcd56da047a) --- source3/script/build_idl.sh | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'source3/script') diff --git a/source3/script/build_idl.sh b/source3/script/build_idl.sh index 77f37d8e75..7aaddc70c7 100644 --- a/source3/script/build_idl.sh +++ b/source3/script/build_idl.sh @@ -41,20 +41,6 @@ if [ "x$list" != x ]; then $PIDL $list || exit 1 fi -## -## Do miscellaneous cleanup -## - -for f in librpc/gen_ndr/ndr_*.c; do - cat $f | sed -e 's/^static //g' > $f.new - /bin/mv -f $f.new $f -done - -touch librpc/gen_ndr/ndr_dcerpc.h - -echo Generating librpc/gen_ndr/tables.c -./librpc/tables.pl --output=librpc/gen_ndr/tables.c librpc/gen_ndr/*.h > librpc/gen_ndr/tables.c - cd ${oldpwd} exit 0 -- cgit