summaryrefslogtreecommitdiff
path: root/source3/autoconf
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-17 11:12:07 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-18 15:44:43 +1000
commit611ca8e8196738345de3596ca61e75fe5a895c26 (patch)
tree7c983be77fb260697491ac09582fb34308886257 /source3/autoconf
parent584a51b2ca891c5546c7e9ee8f039bfeb4d6a319 (diff)
downloadsamba-611ca8e8196738345de3596ca61e75fe5a895c26.tar.gz
samba-611ca8e8196738345de3596ca61e75fe5a895c26.tar.bz2
samba-611ca8e8196738345de3596ca61e75fe5a895c26.zip
build: Move generated files out of the normal build tree
This avoids some dual-build-system interactions. Andrew Bartlett
Diffstat (limited to 'source3/autoconf')
-rw-r--r--source3/autoconf/librpc/gen_ndr/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/autoconf/librpc/gen_ndr/README b/source3/autoconf/librpc/gen_ndr/README
new file mode 100644
index 0000000000..74062843f7
--- /dev/null
+++ b/source3/autoconf/librpc/gen_ndr/README
@@ -0,0 +1,7 @@
+This is the output directory for PIDL generated files in the autoconf
+build. This is a directory that WAF does not know about, and so will
+not cause problems when we make a release that must also have
+source3/autogen.sh pre-run.
+
+(Waf doesn't like files it expects to generate to already be in the
+build tree). \ No newline at end of file