index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
build
/
smb_build
/
config_mk.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move CFLAGS that are not inherited out of smb_build.
Jelmer Vernooij
2008-05-27
1
-2
/
+0
*
Move more modules inside of the samba package.
Jelmer Vernooij
2008-05-21
1
-1
/
+1
*
Allow dots in .mk file section headers, fix docstring.
Jelmer Vernooij
2008-05-21
1
-1
/
+1
*
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
2008-05-18
1
-8
/
+0
*
Simplify argument handling.
Jelmer Vernooij
2008-05-18
1
-5
/
+2
*
Clean up some git merges gone wrong.
Jelmer Vernooij
2008-05-10
1
-1
/
+1
*
No longer accept VERSION and SO_VERSION in perl code.
Jelmer Vernooij
2008-03-10
1
-2
/
+0
*
Move PC_FILE out of the perl code.
Jelmer Vernooij
2008-03-09
1
-2
/
+0
*
Deal with subsystems with no settings, several other minor fixes.
Jelmer Vernooij
2008-03-04
1
-0
/
+4
*
Move object file lists to the Makefile.
Jelmer Vernooij
2008-03-03
1
-7
/
+0
*
Move public header accumulation out of the perl code.
Jelmer Vernooij
2008-02-26
1
-4
/
+0
*
Move manpage management out of the perl build system.
Jelmer Vernooij
2008-02-26
1
-6
/
+0
*
Remove public prototype headers. Generating both public and private prototype...
Jelmer Vernooij
2008-02-25
1
-2
/
+0
*
Merge branch 'v4-0-trivial' into v4-0-gmake3
Jelmer Vernooij
2008-02-18
1
-3
/
+1
|
\
|
*
Rename include to mkinclude to emphasize it is different from make's include.
Jelmer Vernooij
2008-02-18
1
-1
/
+1
|
*
Use implicit build system element creation for external libraries.
Jelmer Vernooij
2008-02-18
1
-2
/
+0
*
|
Provide variable with current directory.
Jelmer Vernooij
2008-02-18
1
-1
/
+1
|
/
*
Avoid autogenerating the Makefile but rather include a data.mk file
Jelmer Vernooij
2008-02-11
1
-2
/
+0
*
Support 'mkinclude' command in .mk files.
Jelmer Vernooij
2008-02-09
1
-0
/
+2
*
build: Remove support for DESCRIPTION setting that is now unused.
Jelmer Vernooij
2008-01-22
1
-2
/
+0
*
build: Allow manually written pkg-config files.
Jelmer Vernooij
2008-01-22
1
-0
/
+1
*
build: Allow overriding CFLAGS for python packages.
Jelmer Vernooij
2008-01-21
1
-0
/
+1
*
build: Fix handling of external pkg-config dependencies when generating pkg-c...
Jelmer Vernooij
2008-01-20
1
-0
/
+3
*
r26602: Revert my previous commit as it only works with GNU make.
Jelmer Vernooij
2007-12-26
1
-1
/
+0
*
r26600: Provide dir variable with current basedir in Makefile.
Jelmer Vernooij
2007-12-26
1
-0
/
+1
*
r26580: Include sentinel in build.h, in case the list is empty.
Jelmer Vernooij
2007-12-24
1
-1
/
+3
*
r26067: Merge improvements building Python modules.
Jelmer Vernooij
2007-12-21
1
-0
/
+9
*
r22452: fix creation of MK_FILES variable in Makefile
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r22410: disallow PUBLIC_ options on MODULE and BINARY
Stefan Metzmacher
2007-10-10
1
-7
/
+0
*
r22030: Simplify include parsing for config.mk files, making sure we get
James Peach
2007-10-10
1
-31
/
+73
*
r20645: Commit the build system changes to allow scripts in config.mk files.
Andrew Bartlett
2007-10-10
1
-4
/
+9
*
r19678: Fix the build for now (ugly hack because of circular dependencies)
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r19582: Support building both shared and static versions of libraries at the ...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r18294: remove leading ././ from .mk files
Stefan Metzmacher
2007-10-10
1
-8
/
+28
*
r18293: use the correct name it's not always under $srcdir...
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r18222: filter out double entries from CFLAGS
Stefan Metzmacher
2007-10-10
1
-5
/
+5
*
r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCC
Stefan Metzmacher
2007-10-10
1
-1
/
+3
*
r15387: Fix installation of dcerpc headers, remove more instances of uint_t
Jelmer Vernooij
2007-10-10
1
-0
/
+4
*
r15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working...
Jelmer Vernooij
2007-10-10
1
-5
/
+5
*
r15223: Move heimdal's -I parameters from the global list of includes to
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
2007-10-10
1
-4
/
+7
*
r15036: Add out of tree build support and see how buildfarm will respond to m...
Alexander Bokovoy
2007-10-10
1
-6
/
+17
*
r14874: Allow overriding LIBRARY_REALNAME
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14861: regenerate the proto headers when the .mk file changes
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r14603: Fix building of ejs modules as shared libs
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r14572: Give libraries saner names, remove some .pc files, make some things
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14518: Support STANDARD_VISIBILITY property on binaries
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r14511: Install more headers
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
Jelmer Vernooij
2007-10-10
1
-4
/
+0
[next]