index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
build
/
smb_build
/
makefile.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.
Jelmer Vernooij
1
-1
/
+4
2007-10-10
r14483: Allow subsystems with just a public prototype header, no private ones
Jelmer Vernooij
1
-4
/
+13
2007-10-10
r14478: Remove unused proto_objs variable
Jelmer Vernooij
1
-21
/
+0
2007-10-10
r14472: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14469: Don't the variable INSTALLDIR for two different things...
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode.
Jelmer Vernooij
1
-5
/
+6
2007-10-10
r14332: Built in different paths when running locally (from ./bin/) in developer
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
Jelmer Vernooij
1
-32
/
+9
2007-10-10
r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts has
Jelmer Vernooij
1
-60
/
+0
2007-10-10
r14281: Pull apart LIBDIR and MODULESDIR
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r14139: Fix issue with undefined variables.
Jelmer Vernooij
1
-5
/
+1
2007-10-10
r14117: fix a perl warning
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r14097: Remove subsystem names when installing modules (they're already insta...
Jelmer Vernooij
1
-4
/
+8
2007-10-10
r14094: Use saner module directory names, fix loading of server service modules.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14072: - only add the 'lib' prefix to libraries not modules
Stefan Metzmacher
1
-6
/
+31
2007-10-10
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
1
-2
/
+13
2007-10-10
r13943: the -rpath-link should be only used for binaries,
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13940: use the local vs. install linkerflag trick for shared libs too
Stefan Metzmacher
1
-6
/
+43
2007-10-10
r13939: Fix bin/.dummy issues, add more ignores
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+12
2007-10-10
r13867: Wrap the cflags.sh hack in the build system. You can now simply
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r13244: Allow control of the location of the Samba3-compatible winbindd pipe
Andrew Bartlett
1
-0
/
+1
2007-10-10
r13163: as we don't import the raw magic configure vars for
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r13153: Try to move closer to FHS. This probably breaks everything...
Andrew Bartlett
1
-2
/
+4
2007-10-10
r13070: Add a simple smbd manpage, based on the Samba 3 one.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12896: IRIX make will fallback to gmake with this,
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r12772: - create variables for the %(patsubst ...) statements for the idl files
Stefan Metzmacher
1
-5
/
+2
2007-10-10
r12753: Try to fix the build after a 'make clean'. (the wildcards will not
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12670: Make a couple of dependencies stricter
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r12615: prepare building with ../samba4/source/configure --srcdir=../samba4/s...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12613: workarround a BSD make bug, where $< gets expanded to 'torture/libnet...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r12523: Convert the registry subsystem to use a seperate prototype header
Jelmer Vernooij
1
-5
/
+9
2007-10-10
r12520: Add support for --help to mkproto.pl
Jelmer Vernooij
1
-5
/
+18
2007-10-10
r12494: Support loading modules from .so files for most subsystems.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12450: Move generation of proto and full object lists to makefile.pm. 'make'...
Jelmer Vernooij
1
-1
/
+33
2007-10-10
r12325: - remove the hostcc object files with make clean
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r12254: Add some (hopefully correct) descriptions for libraries that are inst...
Jelmer Vernooij
1
-1
/
+6
2007-10-10
r12253: Automatically build seperate binaries without -rpath to install when
Jelmer Vernooij
1
-17
/
+42
2007-10-10
r12219: Use some more common functions
Jelmer Vernooij
1
-32
/
+22
2007-10-10
r12218: Use common functions for generating lists
Jelmer Vernooij
1
-41
/
+27
2007-10-10
r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers
Jelmer Vernooij
1
-8
/
+6
2007-10-10
r11377: Add support for building LIBRARY elements as shared libraries:
Jelmer Vernooij
1
-8
/
+26
2007-10-10
r11311: Move some more logic to env
Jelmer Vernooij
1
-29
/
+28
2007-10-10
r11307: Add support for generating pkg-config files
Jelmer Vernooij
1
-2
/
+16
2007-10-10
r11306: Move more static Makefile data to main.mk
Jelmer Vernooij
1
-349
/
+89
2007-10-10
r11303: Support defining and installing public headers for libraries.
Jelmer Vernooij
1
-0
/
+41
2007-10-10
r11257: Add and use output function
Jelmer Vernooij
1
-143
/
+120
2007-10-10
r11254: Remove support for [TARGET:foo]-like .mk-file entries
Jelmer Vernooij
1
-13
/
+0
2007-10-10
r11252: Make makefile.pm OO and descend from env
Jelmer Vernooij
1
-121
/
+121
2007-10-10
r11249: More OpenBSD make fixes...
Jelmer Vernooij
1
-1
/
+4
[prev]
[next]