summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-188-114/+85
|\|
| * Fix summary.Jelmer Vernooij2008-02-181-3/+2
| * Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-182-2/+2
| * Use implicit build system element creation for external libraries.Jelmer Vernooij2008-02-184-26/+13
| * Be a little bit less strict about recursive dependencies.Jelmer Vernooij2008-02-181-2/+5
| * Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-2/+2
| * Build complete static libraries.Jelmer Vernooij2008-02-185-38/+17
| * Simplify handling of ALL_OBJS.Jelmer Vernooij2008-02-182-9/+1
| * Factor out common code that generates object lists.Jelmer Vernooij2008-02-183-18/+3
| * Simplify some more smb_build code.Jelmer Vernooij2008-02-181-9/+3
| * Fix build with partial linking.Jelmer Vernooij2008-02-182-5/+10
| * Avoid redetermining paths; use already stored values.Jelmer Vernooij2008-02-183-24/+22
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-182-3/+16
|\|
| * Add elements in the build system implicitly if they're unknownJelmer Vernooij2008-02-181-1/+14
| * Reenable partial linkingJelmer Vernooij2008-02-181-2/+2
| * Merge functions.Jelmer Vernooij2008-02-181-12/+2
| * Eliminate duplicate variable.Jelmer Vernooij2008-02-181-3/+0
* | Provide variable with current directory.Jelmer Vernooij2008-02-181-1/+1
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-184-16/+38
|\|
| * Switch back to using static libraries for subsystems for now, since partial l...Jelmer Vernooij2008-02-181-1/+2
| * Prevent adding libreplace when not necessary.Jelmer Vernooij2008-02-161-3/+1
| * Some more mergedobj fixes.Jelmer Vernooij2008-02-162-13/+4
| * Use standard variable for partial linking.Jelmer Vernooij2008-02-162-1/+2
| * Reintroduce mergedobj support.Jelmer Vernooij2008-02-163-1/+32
* | 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-163-88/+8
* | 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-161-6/+1
* | 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
* | Create SBIN_PROGS and BIN_PROGS lists from within make.Jelmer Vernooij2008-02-161-6/+2
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-161-5/+1
|\|
| * Remove unused code.Jelmer Vernooij2008-02-161-5/+1
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-161-13/+16
|\|
| * Simplify handling of plugin installation.Jelmer Vernooij2008-02-161-13/+16
* | use gmake to handle .py file copies.Jelmer Vernooij2008-02-161-3/+1
* | Rely on GNU make to build static libraries.Jelmer Vernooij2008-02-161-4/+0
|/
* Don't create symlinks pointing at themselves.Jelmer Vernooij2008-02-141-3/+1
* Remove type before variables in data.mkJelmer Vernooij2008-02-143-26/+26
* Remove some make variables that aren't necessary.Jelmer Vernooij2008-02-133-4/+2