index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
build
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'v4-0-trivial' into v4-0-gmake3
Jelmer Vernooij
2008-02-18
8
-114
/
+85
|
\
|
|
*
Fix summary.
Jelmer Vernooij
2008-02-18
1
-3
/
+2
|
*
Rename include to mkinclude to emphasize it is different from make's include.
Jelmer Vernooij
2008-02-18
2
-2
/
+2
|
*
Use implicit build system element creation for external libraries.
Jelmer Vernooij
2008-02-18
4
-26
/
+13
|
*
Be a little bit less strict about recursive dependencies.
Jelmer Vernooij
2008-02-18
1
-2
/
+5
|
*
Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'
Jelmer Vernooij
2008-02-18
1
-2
/
+2
|
*
Build complete static libraries.
Jelmer Vernooij
2008-02-18
5
-38
/
+17
|
*
Simplify handling of ALL_OBJS.
Jelmer Vernooij
2008-02-18
2
-9
/
+1
|
*
Factor out common code that generates object lists.
Jelmer Vernooij
2008-02-18
3
-18
/
+3
|
*
Simplify some more smb_build code.
Jelmer Vernooij
2008-02-18
1
-9
/
+3
|
*
Fix build with partial linking.
Jelmer Vernooij
2008-02-18
2
-5
/
+10
|
*
Avoid redetermining paths; use already stored values.
Jelmer Vernooij
2008-02-18
3
-24
/
+22
*
|
Merge branch 'v4-0-trivial' into v4-0-gmake3
Jelmer Vernooij
2008-02-18
2
-3
/
+16
|
\
|
|
*
Add elements in the build system implicitly if they're unknown
Jelmer Vernooij
2008-02-18
1
-1
/
+14
|
*
Reenable partial linking
Jelmer Vernooij
2008-02-18
1
-2
/
+2
|
*
Merge functions.
Jelmer Vernooij
2008-02-18
1
-12
/
+2
|
*
Eliminate duplicate variable.
Jelmer Vernooij
2008-02-18
1
-3
/
+0
*
|
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
4
-16
/
+38
|
\
|
|
*
Switch back to using static libraries for subsystems for now, since partial l...
Jelmer Vernooij
2008-02-18
1
-1
/
+2
|
*
Prevent adding libreplace when not necessary.
Jelmer Vernooij
2008-02-16
1
-3
/
+1
|
*
Some more mergedobj fixes.
Jelmer Vernooij
2008-02-16
2
-13
/
+4
|
*
Use standard variable for partial linking.
Jelmer Vernooij
2008-02-16
2
-1
/
+2
|
*
Reintroduce mergedobj support.
Jelmer Vernooij
2008-02-16
3
-1
/
+32
*
|
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
3
-88
/
+8
*
|
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
1
-6
/
+1
*
|
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
*
|
Create SBIN_PROGS and BIN_PROGS lists from within make.
Jelmer Vernooij
2008-02-16
1
-6
/
+2
*
|
Merge branch 'v4-0-trivial' into v4-0-gmake3
Jelmer Vernooij
2008-02-16
1
-5
/
+1
|
\
|
|
*
Remove unused code.
Jelmer Vernooij
2008-02-16
1
-5
/
+1
*
|
Merge branch 'v4-0-trivial' into v4-0-gmake3
Jelmer Vernooij
2008-02-16
1
-13
/
+16
|
\
|
|
*
Simplify handling of plugin installation.
Jelmer Vernooij
2008-02-16
1
-13
/
+16
*
|
use gmake to handle .py file copies.
Jelmer Vernooij
2008-02-16
1
-3
/
+1
*
|
Rely on GNU make to build static libraries.
Jelmer Vernooij
2008-02-16
1
-4
/
+0
|
/
*
Don't create symlinks pointing at themselves.
Jelmer Vernooij
2008-02-14
1
-3
/
+1
*
Remove type before variables in data.mk
Jelmer Vernooij
2008-02-14
3
-26
/
+26
*
Remove some make variables that aren't necessary.
Jelmer Vernooij
2008-02-13
3
-4
/
+2
[prev]
[next]