summaryrefslogtreecommitdiff
path: root/source3/build
AgeCommit message (Collapse)AuthorFilesLines
2018-09-05source3/build/charset.py: update to handle waf 2.0.4Alexander Bokovoy1-1/+1
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-08-24PEP8: fix W391: blank line at end of fileJoe Guo1-1/+0
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-1/+1
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-6/+6
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2018-08-24PEP8: fix E115: expected an indented block (comment)Joe Guo1-1/+1
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2018-08-24PEP8: fix E101: indentation contains mixed spaces and tabsJoe Guo1-9/+9
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2014-01-03waf: improve iconv checksChristian Ambach1-0/+6
there are broken iconv implementations around (e.g. on AIX) that you can compile against but that refuse any mapping requests make sure we do the same as the autoconf-based build did and fall back to our own code Bug: https://bugzilla.samba.org/show_bug.cgi?id=10308 Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2011-06-28s3-waf: remove s3-waf specific dynconfig.Günther Deschner2-132/+0
This merge finally makes --with-logfilebase=foo and friends work appropriately. Andrews, Andreas, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jun 28 17:54:42 CEST 2011 on sn-devel-104
2011-06-23lib/util/charset: Remove 'display charset'Andrew Bartlett1-10/+0
As discussed in 'CH_DISPLAY and gettext' on the samba-technical list: http://lists.samba.org/archive/samba-technical/2011-June/078190.html Setting this to a value other than 'unix charset' does not make sense, as any system where the filesytem charset does not equal the terminal charset will already have problems with programs as simple as 'ls'. It also means that our output could not be pasted as our input in interactive programs or onto our command line, as we never did translate in the DISPLAY -> UNIX direction. The d_printf() calls are retained in case we need to revisit this, and to support display_set_stderr(). Andrew Bartlett
2011-04-27dynconfig: Have only one dynconfig.o in the common code.Andrew Bartlett1-1/+1
2011-04-13s3-build Remove distinct LOCALEDIR subsystemAndrew Bartlett2-3/+1
This is no different to the rest of dynconfig, and so should be dealt with there. Andrew Bartlett
2011-02-18s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell1-2/+2
this brings the s3 waf build much closer to the proposed s3build top level build, using the same bld.SAMBA3_*() rules There are a few renames of subsystems in here, with a 3 suffix where it would create a conflict. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-01-25s3-waf: add PKGCONFIGDIR.Günther Deschner1-0/+1
Guenther
2011-01-07s3-waf: add NMBDSOCKETDIR variable.Günther Deschner1-0/+2
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 7 16:33:55 CET 2011 on sn-devel-104
2011-01-07s3-waf: make the --with-Xdir options work more like in the classic build.Günther Deschner2-27/+26
Also remove duplicates and sort the tables. Still not sure if I understand the reason of processing the flags table after the diroptions table, as every option you give it via configure was overwritten immediately. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 7 00:57:10 CET 2011 on sn-devel-104
2010-09-23s3-waf: add more diroptions.Günther Deschner1-1/+11
Guenther
2010-09-23s3-waf: remove duplicate CONFIGFILE from dynconfig.py which caused sysconfigdirGünther Deschner1-1/+0
to be ignored. Guenther
2010-09-23s3-waf: fix LOCALEDIR usage.Günther Deschner2-3/+2
Guenther
2010-09-20s3-waf: add net.Günther Deschner2-1/+6
Guenther
2010-05-20s3-waf: fixed SWATDIR to match old buildAndrew Tridgell1-1/+1
2010-05-20s3-waf: Fix the minimal buildKai Blin1-1/+1
When using the internal zlib and popt, the dependencies and includes have to be adapted a bit
2010-05-20s3-waf dynconfig: s3 configfile default is $LIBDIR/smb.confKai Blin1-1/+1
2010-05-20s3-waf: All sorts of nasty hacks to finally get smbd to build/linkAndrew Tridgell1-0/+5
Pair-Programmed-With: Kai Blin <kai@samba.org>
2010-05-20s3-waf: Added support dynconfig cflagsKai Blin2-1/+22
Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06s3-waf: charsets needs to be quoted as strings in config.hAndrew Tridgell1-6/+6
Pair-Programmed-With: Kai Blin <kai@samba.org>
2010-04-06s3-waf: fixed tests for charsetsAndrew Tridgell1-3/+3
Pair-Programmed-With: Kai
2010-04-06s3-waf: check for default charsetsKai Blin2-0/+52
2010-04-06s3-waf: modulesdir is in the base set of options nowAndrew Tridgell1-1/+0
2010-04-06s3-waf: added build subdir for dynconfig generationAndrew Tridgell2-0/+92