diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-31 02:17:29 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-31 02:01:44 +0000 |
commit | 3deece559159150a0710d8160f39583ba7f2e582 (patch) | |
tree | 861600d7060d1ca8764c26f7ecc2cb82a4a44bec /source4/build/smb_build/TODO | |
parent | 9401189d5435632bcc6a177845ce03beaa804113 (diff) | |
download | samba-3deece559159150a0710d8160f39583ba7f2e582.tar.gz samba-3deece559159150a0710d8160f39583ba7f2e582.tar.bz2 samba-3deece559159150a0710d8160f39583ba7f2e582.zip |
s4: Remove the old perl/m4/make/mk-based build system.
The new waf-based build system now has all the same functionality, and
the old build system has been broken for quite some time.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/build/smb_build/TODO')
-rw-r--r-- | source4/build/smb_build/TODO | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO deleted file mode 100644 index adfe17d423..0000000000 --- a/source4/build/smb_build/TODO +++ /dev/null @@ -1,25 +0,0 @@ -- use pkg-config files in the buildsystem? -- let the build system implement some make functions($(patsubst),$(wildcard),...) and use our own implementations where `make' does not support them -- include extra_flags.txt using Makefile construction if - supported by current make -- fix shared module loading for selftest during builds without install -- remove recursive dependency between LIBSOCKET, LIBCLI_NBT and LIBCLI_RESOLVE -- clearer distinction between dcerpc and ndr. seperate interface tables? Maybe get rid of - NDR's table altogether and use dlopen/dlsym ? -- saner names for: - libcli.so.0.0.1 (rename to libsmb?) - libcli_cldap.so.0.0.1 (rename to libcldap?) - libcli_nbt.so.0.0.1 (rename to libnbt?) - libcli_wrepl.so.0.0.1 (rename to libwrepl?) -- generate headermap.txt - -set of test scripts that check the code: -- configure_check_unused.pl -- find_unused_macros.pl -- find_unused_makefilevars.pl -- find_unused_options.sh -- findstatic.pl -- minimal_includes.pl -- check dependencies based on #include lines ? -- check whether private headers are not used outside their own subsystem -- undocumented (no manpage) installed binaries |