summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | Use make to generate fragments rather than the perl code.Jelmer Vernooij2008-02-261-1/+7
| | * | | | | | | | | | | | | | | | | | | Move more code out of perl.Jelmer Vernooij2008-02-262-5/+5
| | * | | | | | | | | | | | | | | | | | | Fix the build (again).Jelmer Vernooij2008-02-265-1/+42
| | * | | | | | | | | | | | | | | | | | | Fix the build.Jelmer Vernooij2008-02-265-377/+374
| | * | | | | | | | | | | | | | | | | | | Remove legacy code for public prototype headers.Jelmer Vernooij2008-02-252-27/+6
| | * | | | | | | | | | | | | | | | | | | Remove public prototype headers. Generating both public and private prototype...Jelmer Vernooij2008-02-2514-26/+24
| | * | | | | | | | | | | | | | | | | | | Remove binaries:: in favor of SBIN_PROGS, BIN_PROGS.Jelmer Vernooij2008-02-252-8/+3
| | * | | | | | | | | | | | | | | | | | | Use more make constructions for shared library bits.Jelmer Vernooij2008-02-252-27/+33
| | * | | | | | | | | | | | | | | | | | | Use make's $(call) feature.Jelmer Vernooij2008-02-253-16/+25
| | * | | | | | | | | | | | | | | | | | | Fix use of realpath, fix init functions for ldb.Jelmer Vernooij2008-02-258-54/+58
| | * | | | | | | | | | | | | | | | | | | Update smb_build README.Jelmer Vernooij2008-02-251-3/+1
| | * | | | | | | | | | | | | | | | | | | Remove obsolete comment.Jelmer Vernooij2008-02-251-9/+3
| | * | | | | | | | | | | | | | | | | | | Merge env.pm into makefile.pm.Jelmer Vernooij2008-02-253-61/+27
| | * | | | | | | | | | | | | | | | | | | Move configure output details out of perl code.Jelmer Vernooij2008-02-252-9/+9
| | * | | | | | | | | | | | | | | | | | | Remove workaround for some non-GNU makes.Jelmer Vernooij2008-02-254-31/+15
| | * | | | | | | | | | | | | | | | | | | Include CFLAGS overrides in make file.Jelmer Vernooij2008-02-253-72/+55
| | * | | | | | | | | | | | | | | | | | | Remove more unnecessary generated code.Jelmer Vernooij2008-02-251-3/+1
| | * | | | | | | | | | | | | | | | | | | Use more GNU-make specific variables.Jelmer Vernooij2008-02-251-2/+2
| | * | | | | | | | | | | | | | | | | | | Move automatic dependencies code out of perl code.Jelmer Vernooij2008-02-253-39/+31
| | * | | | | | | | | | | | | | | | | | | Fix standalone ldb build modules.Jelmer Vernooij2008-02-251-5/+5
| | * | | | | | | | | | | | | | | | | | | Allow absolute paths to be specified to mkproto.pl.Jelmer Vernooij2008-02-251-1/+3
| | * | | | | | | | | | | | | | | | | | | Use $@ where possible.Jelmer Vernooij2008-02-252-8/+4
| | * | | | | | | | | | | | | | | | | | | Use realpath for now to work around .. tricks.Jelmer Vernooij2008-02-252-8/+8
| | * | | | | | | | | | | | | | | | | | | Remove unused include.Jelmer Vernooij2008-02-251-2/+0
| | * | | | | | | | | | | | | | | | | | | Remove the now unused cflags script.Jelmer Vernooij2008-02-253-53/+6
| | * | | | | | | | | | | | | | | | | | | Use addprefix where possible rather than perl expansion of files.Jelmer Vernooij2008-02-252-48/+11
| | * | | | | | | | | | | | | | | | | | | Fix the build.Jelmer Vernooij2008-02-254-5/+16
| | * | | | | | | | | | | | | | | | | | | Integrate asn1 compilation into asn1 compiler.Jelmer Vernooij2008-02-251-10/+3
| | * | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-25197-1436/+2904
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Remove duplicate code.Jelmer Vernooij2008-02-181-9/+2
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-1837-369/+354
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-185-5/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | Provide variable with current directory.Jelmer Vernooij2008-02-181-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-1812-31/+104
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Simpler handling of sonameflag.Jelmer Vernooij2008-02-161-16/+7
| | * | | | | | | | | | | | | | | | | | | | | | | Merge unused function.Jelmer Vernooij2008-02-161-11/+2
| | * | | | | | | | | | | | | | | | | | | | | | | Properly escape quotes in init functions.Jelmer Vernooij2008-02-161-1/+5
| | * | | | | | | | | | | | | | | | | | | | | | | Move logic to makefileJelmer Vernooij2008-02-161-3/+3
| | * | | | | | | | | | | | | | | | | | | | | | | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-1611-97/+13
| | * | | | | | | | | | | | | | | | | | | | | | | Remove some unused code.Jelmer Vernooij2008-02-161-8/+1
| | * | | | | | | | | | | | | | | | | | | | | | | Avoid creating a whole bunch of files in bin/modules.Jelmer Vernooij2008-02-161-18/+3
| | * | | | | | | | | | | | | | | | | | | | | | | Remove some unused code.Jelmer Vernooij2008-02-162-13/+6
| | * | | | | | | | | | | | | | | | | | | | | | | Use make list concatenation support to create list of object files for subsys...Jelmer Vernooij2008-02-163-23/+21
| | * | | | | | | | | | | | | | | | | | | | | | | Use make to generate list of python files, remove unused variable.Jelmer Vernooij2008-02-161-9/+2
| | * | | | | | | | | | | | | | | | | | | | | | | Remove unused ALL_OBJS variable.Jelmer Vernooij2008-02-161-14/+3
| | * | | | | | | | | | | | | | | | | | | | | | | Use make to create lists of plugins, remove duplicate variable.Jelmer Vernooij2008-02-162-7/+2
| | * | | | | | | | | | | | | | | | | | | | | | | Use make to create lists of pc files and prototype headers.Jelmer Vernooij2008-02-162-5/+8
| | * | | | | | | | | | | | | | | | | | | | | | | Use make to generate list of prototype headers.Jelmer Vernooij2008-02-161-4/+2
| | * | | | | | | | | | | | | | | | | | | | | | | Use make to generate lists of libraries.Jelmer Vernooij2008-02-161-6/+2
| | * | | | | | | | | | | | | | | | | | | | | | | Generate manpage list with make.Jelmer Vernooij2008-02-161-4/+1