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