summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-26 09:51:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:59 -0500
commit91631d9b90c7422debb59b45b13bee9b6caba832 (patch)
tree5aa42bc103a9bb2aed16abf1456ff1a7c0e100d2 /source4/build
parentbdac2454952502b90caffc58237d7e60eb66738f (diff)
downloadsamba-91631d9b90c7422debb59b45b13bee9b6caba832.tar.gz
samba-91631d9b90c7422debb59b45b13bee9b6caba832.tar.bz2
samba-91631d9b90c7422debb59b45b13bee9b6caba832.zip
r15267: Fix call to mkdir() for old versions of perl. This should fix installation on
sun1. (This used to be commit a56900a7a2e40f17df9a49e7aa3faf561173fe37)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO
index aa1b3ce3ce..e74e7790a0 100644
--- a/source4/build/smb_build/TODO
+++ b/source4/build/smb_build/TODO
@@ -1,4 +1,7 @@
-- let the build system implement some make functions($(patsubst),$(wildcard),...)
+- let the build system implement some make functions($(patsubst),$(wildcard),...) and use our own implementations where `make' does not support them
+- fix --enable-dso:
+ - loop over all the dependencies of a SUBSYSTEM
+ - include their PUBLIC_CFLAGS
- make --enable-dso the default
- fix module loading for selftest during non-developer builds
- clearer distinction between dcerpc and ndr. seperate interface tables?