Age | Commit message (Expand) | Author | Files | Lines |
2008-02-21 | Never assume -fvisibility=hidden for modules unless explicitly specified (con... | Jelmer Vernooij | 1 | -8/+0 |
2008-02-20 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-node... | Jelmer Vernooij | 1 | -2/+2 |
2008-02-20 | Simpler specification of CFLAGS and LDFLAGS | Andrew Bartlett | 1 | -2/+2 |
2008-02-20 | Fix use of some modules (needed _PUBLIC_). | Jelmer Vernooij | 1 | -1/+2 |
2008-02-20 | Fix static module list generation for ldb. | Jelmer Vernooij | 1 | -2/+8 |
2008-02-19 | Add configure test for vdeplug library. | Jelmer Vernooij | 1 | -0/+3 |
2008-02-19 | Fix CFLAGS (caused problems on hosts without libgssapi installed on the system). | Jelmer Vernooij | 1 | -1/+1 |
2008-02-18 | Fix summary. | Jelmer Vernooij | 1 | -3/+2 |
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-18 | Use implicit build system element creation for external libraries. | Jelmer Vernooij | 3 | -8/+9 |
2008-02-18 | Be a little bit less strict about recursive dependencies. | Jelmer Vernooij | 1 | -2/+5 |
2008-02-18 | Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ' | Jelmer Vernooij | 1 | -2/+2 |
2008-02-18 | Build complete static libraries. | Jelmer Vernooij | 5 | -38/+17 |
2008-02-18 | Simplify handling of ALL_OBJS. | Jelmer Vernooij | 2 | -9/+1 |
2008-02-18 | Factor out common code that generates object lists. | Jelmer Vernooij | 3 | -18/+3 |
2008-02-18 | Simplify some more smb_build code. | Jelmer Vernooij | 1 | -9/+3 |
2008-02-18 | Fix build with partial linking. | Jelmer Vernooij | 2 | -5/+10 |
2008-02-18 | Avoid redetermining paths; use already stored values. | Jelmer Vernooij | 3 | -24/+22 |
2008-02-18 | Add elements in the build system implicitly if they're unknown | Jelmer Vernooij | 1 | -1/+14 |
2008-02-18 | Reenable partial linking | Jelmer Vernooij | 1 | -2/+2 |
2008-02-18 | Merge functions. | Jelmer Vernooij | 1 | -12/+2 |
2008-02-18 | Eliminate duplicate variable. | Jelmer Vernooij | 1 | -3/+0 |
2008-02-18 | Switch back to using static libraries for subsystems for now, since partial l... | Jelmer Vernooij | 1 | -1/+2 |
2008-02-16 | Prevent adding libreplace when not necessary. | Jelmer Vernooij | 1 | -3/+1 |
2008-02-16 | Some more mergedobj fixes. | Jelmer Vernooij | 2 | -13/+4 |
2008-02-16 | Use standard variable for partial linking. | Jelmer Vernooij | 2 | -1/+2 |
2008-02-16 | Reintroduce mergedobj support. | Jelmer Vernooij | 3 | -1/+32 |
2008-02-16 | Remove unused code. | Jelmer Vernooij | 1 | -5/+1 |
2008-02-16 | Simplify handling of plugin installation. | Jelmer Vernooij | 1 | -13/+16 |
2008-02-14 | Don't create symlinks pointing at themselves. | Jelmer Vernooij | 1 | -3/+1 |
2008-02-14 | Remove type before variables in data.mk | Jelmer Vernooij | 3 | -26/+26 |
2008-02-13 | Remove some make variables that aren't necessary. | Jelmer Vernooij | 3 | -4/+2 |
2008-02-13 | Fix corner case. | Jelmer Vernooij | 1 | -1/+2 |
2008-02-13 | Use more variables in generated data.mk. | Jelmer Vernooij | 4 | -19/+39 |
2008-02-13 | Put soversions and versions for libraries with a hard-coded version in the | Jelmer Vernooij | 1 | -32/+3 |
2008-02-11 | Support including files in the cflags.pl script. | Jelmer Vernooij | 1 | -0/+2 |
2008-02-11 | TORTUREDIR as target dir for binaries is no longer used, remove it. | Jelmer Vernooij | 1 | -7/+0 |
2008-02-11 | Avoid autogenerating the Makefile but rather include a data.mk file | Jelmer Vernooij | 3 | -7/+1 |
2008-02-11 | Move some more variables to static .mk file. | Jelmer Vernooij | 1 | -13/+3 |
2008-02-11 | Automatically write AC_SUBST() vars to mkconfig.mk and use them. | Jelmer Vernooij | 1 | -93/+8 |
2008-02-10 | Move some variables to a separate .mk file that could also be included by a n... | Jelmer Vernooij | 1 | -0/+1 |
2008-02-09 | Move first_prereq test to m4 code. | Jelmer Vernooij | 1 | -7/+1 |
2008-02-09 | Move some static makefile variables to rules.mk. | Jelmer Vernooij | 1 | -39/+0 |
2008-02-09 | Support 'mkinclude' command in .mk files. | Jelmer Vernooij | 1 | -0/+2 |
2008-02-08 | build: Remove unused functions Import() and GetInfo(). | Jelmer Vernooij | 1 | -24/+0 |
2008-01-22 | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 1 | -2/+0 |
2008-01-22 | build: remove support for automatically building .pc files. | Jelmer Vernooij | 3 | -149/+1 |
2008-01-22 | build: Allow manually written pkg-config files. | Jelmer Vernooij | 2 | -2/+7 |
2008-01-21 | build: Allow overriding CFLAGS for python packages. | Jelmer Vernooij | 1 | -0/+1 |
2008-01-20 | build: Fix handling of external pkg-config dependencies when generating pkg-c... | Jelmer Vernooij | 2 | -9/+9 |