summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2010-11-30wafsamba: Fix indentation.Jelmer Vernooij1-1/+1
2010-11-30wafsamba: Only use private library rpath when linking against privateJelmer Vernooij2-4/+14
2010-11-30samba_dist: Fix dist for subprojects.Jelmer Vernooij1-10/+30
2010-11-21waf: fixed the build with a space in the source directoryAndrew Tridgell5-7/+8
2010-11-16waf: added --git-local-changes configure optionAndrew Tridgell3-16/+25
2010-11-15waf: fixed configure again on RHEL5Andrew Tridgell1-1/+1
2010-11-12waf/samba_version: Simplify git show command.Jelmer Vernooij1-1/+1
2010-11-12samba_version: Make COMMIT_IS_CLEAN an int rather than a string.Jelmer Vernooij1-4/+4
2010-11-12samba_version: Simplify dirty tree detection.Jelmer Vernooij1-5/+4
2010-11-12waf/samba_version: Support integer defines.Jelmer Vernooij1-4/+12
2010-11-12samba_version: When working from git checkout, display git revision SHA1 ratherJelmer Vernooij2-45/+67
2010-11-12samba_version: Support retrieving snapshot identity from bzr.Jelmer Vernooij1-0/+23
2010-11-12samba_version: Cope with building snapshots in directories without git checkout.Jelmer Vernooij1-1/+6
2010-11-12Put git tree finding into a separate function.Jelmer Vernooij1-32/+32
2010-11-12sambaversion.py: Some cleanups, make less git-specific.Jelmer Vernooij1-18/+22
2010-11-12wafsamba: Support make dist from bzr checkout.Jelmer Vernooij1-3/+11
2010-11-08waf: go back to the previous method of handling .inst. rulesAndrew Tridgell1-1/+1
2010-11-08waf: fixed the names of the installed libraries after the last changeAndrew Tridgell1-5/+13
2010-11-08waf: fixed tabs/spaces for python3.0Andrew Tridgell2-5/+5
2010-11-08waf: prevent us from modifying non-install libs during make installAndrew Tridgell1-2/+6
2010-11-05waf: Put private libraries in a separate directory when building.Jelmer Vernooij3-4/+10
2010-11-05wafsamba: Use project name variable rather than hardcoding 'samba4'.Jelmer Vernooij1-2/+2
2010-11-05wafsamba: Drop private library prefix when installing private librariesJelmer Vernooij1-2/+5
2010-11-05wafsamba: Support expanding variables in LIBDIR/PRIVATELIBDIR variables.Jelmer Vernooij1-2/+2
2010-11-05Add --disable-rpath-private-install flag.Jelmer Vernooij2-4/+20
2010-11-05Add --with-privatelibdir build option.Jelmer Vernooij2-1/+11
2010-11-05samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib.Jelmer Vernooij1-1/+1
2010-11-03waf: more agressively expand subsystem syslib depsAndrew Tridgell1-4/+9
2010-11-03waf: ensure pkgconfig files depend on the prefixAndrew Tridgell1-0/+3
2010-11-03waf: split pkgconfig logic into a separate moduleAndrew Tridgell2-56/+62
2010-11-03waf: fixed wildcard build for full pathsAndrew Tridgell1-3/+16
2010-11-03waf: rerun deps calculation on LDFLAGS or CFLAGS changeAndrew Tridgell1-1/+1
2010-11-03waf: fixed wildcard buildAndrew Tridgell1-1/+2
2010-11-01waf: removed the module aliases codeAndrew Tridgell1-32/+0
2010-11-01waf: added automatic prototyping of static module init functionsAndrew Tridgell1-0/+8
2010-11-01waf: added module_init_name parameter to SAMBA_MODULE()Andrew Tridgell1-2/+3
2010-10-31build: In some case the flags for the sun studio linker are wrongMatthieu Patou2-0/+24
2010-10-31build: check that if we provide -liconv we can build shared libsMatthieu Patou1-2/+13
2010-10-30build: strip -single_module when doing bundle on mac OS XMatthieu Patou1-0/+12
2010-10-30build: set shared libraries flags correctly on mac os XMatthieu Patou2-2/+21
2010-10-30waf: fixed building of non-shared binaries that contain modulesAndrew Tridgell1-0/+19
2010-10-30waf: get rid of target aliases in wafsambaAndrew Tridgell2-30/+1
2010-10-30waf: save the samba_deps_extendedAndrew Tridgell1-1/+1
2010-10-30waf: give a better error on a bad grouping libraryAndrew Tridgell1-0/+1
2010-10-30waf: cope with subsystems with no static modulesAndrew Tridgell1-4/+6
2010-10-30waf: don't auto-depend on subsystemsAndrew Tridgell1-7/+0
2010-10-30waf: added --symbol-check optionAndrew Tridgell2-47/+125
2010-10-30waf: build all libraries after all object filesAndrew Tridgell1-7/+17
2010-10-30waf: use Utils.WafError() instead of raising an AssertionErrorAndrew Tridgell1-2/+1
2010-10-30waf: cope with rules with no inputsAndrew Tridgell1-0/+3