summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-20 17:02:00 +0200
committerGünther Deschner <gd@samba.org>2008-09-21 22:29:34 +0200
commit2331c96d28fe713d37b421924e610eef80cc8d91 (patch)
tree5f8335f0b6b7418174317b4e2c1770cee6f21d46 /source3
parent05ea5e23cf4e70de0bd658b1c5c0ead133967091 (diff)
downloadsamba-2331c96d28fe713d37b421924e610eef80cc8d91.tar.gz
samba-2331c96d28fe713d37b421924e610eef80cc8d91.tar.bz2
samba-2331c96d28fe713d37b421924e610eef80cc8d91.zip
build: rebuild only changed IDL files.
Let"s see how this works now. Guenther
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/script/build_idl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/build_idl.sh b/source3/script/build_idl.sh
index 8ff5dcd949..2027fd3937 100755
--- a/source3/script/build_idl.sh
+++ b/source3/script/build_idl.sh
@@ -19,7 +19,7 @@ for f in ${IDL_FILES}; do
basename=`basename $f .idl`
ndr="librpc/gen_ndr/ndr_$basename.c"
- if [ -f $ndr ] && false; then
+ if [ -f $ndr ]; then
if [ "x`find librpc/idl/$f -newer $ndr -print`" = "xlibrpc/idl/$f" ]; then
list="$list librpc/idl/$f"
fi