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
r8020: - add --with-selftest-prefix option that specify the prefix used in ma...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r7977: split up 'make clean' a little more as it is overflowing the command l...
Andrew Tridgell
1
-2
/
+6
2007-10-10
r7958: More debian packaging updates; packages build now with
Jelmer Vernooij
1
-6
/
+15
2007-10-10
r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'.
Jelmer Vernooij
1
-13
/
+60
2007-10-10
r7896: don't output null rules for blank targets (caued make failure on irix)
Andrew Tridgell
1
-0
/
+4
2007-10-10
r7894: remove portability experiments until its working in the smb-build test...
Andrew Tridgell
1
-3
/
+5
2007-10-10
r7875: try to see if this is portable
Stefan Metzmacher
1
-5
/
+3
2007-10-10
r7874: reverted metzes patch svn 7837 as it is not portable to make on
Andrew Tridgell
1
-2
/
+4
2007-10-10
r7845: remove unused files
Stefan Metzmacher
1
-9
/
+6
2007-10-10
r7837: use some more 'make' features
Stefan Metzmacher
1
-4
/
+2
2007-10-10
r7790: Allow remembering more configure-level data (and
Jelmer Vernooij
1
-3
/
+5
2007-10-10
r7768: use _ALL_OBJS in clean target
Andrew Tridgell
1
-2
/
+4
2007-10-10
r7764: Generate _ALL_OBJS list.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r7762: Clean up make help files.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r7761: Don't let phony targets cause a rebuild of the binaries. Thanks
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r7463: - move some more stuff into functions
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r7425: configure check to see if a compiler can handle negative enum values
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r7389: move socket wrapper dir also to the prefix-test dir
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r7315: Add support for custom makefile targets, e.g.:
Jelmer Vernooij
1
-0
/
+8
2007-10-10
r7311: Use TARGET_CFLAGS for depend list as well
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r7310: Support TARGET_CFLAGS thru recursive make
Jelmer Vernooij
1
-23
/
+13
2007-10-10
r7308: Make dependency lists in the Makefile shorter (see discussion on samba...
Jelmer Vernooij
1
-64
/
+18
2007-10-10
r7307: Add phony rules for OUTPUT_TYPE OBJLIST, e.g. it is now possible
Jelmer Vernooij
1
-4
/
+11
2007-10-10
r7305: Some cleanups, use write out CFLAGS variable
Jelmer Vernooij
1
-43
/
+22
2007-10-10
r7271: added the ability to specify a target specific set of CFLAGS for
Andrew Tridgell
1
-1
/
+26
2007-10-10
r7049: auto-create the private/tls/ directory on install
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6982: install the swat pages with 'make installswat'
Andrew Tridgell
1
-2
/
+8
2007-10-10
r6926: More build farm fixes:
Jelmer Vernooij
1
-9
/
+10
2007-10-10
r6874: Fix static library build
Jelmer Vernooij
1
-8
/
+6
2007-10-10
r6853: again fixed SOCKET_WRAPPER_DIR in 'make test'
Andrew Tridgell
1
-2
/
+1
2007-10-10
r6839: Add support for building subsystems as shared libraries. This can be
Jelmer Vernooij
1
-8
/
+6
2007-10-10
r6828: More portability fixes
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r6809: ifeq is not portable in make - jelmer, you'll need to find some other ...
Andrew Tridgell
1
-6
/
+1
2007-10-10
r6621: Warn when the user is trying to use socket wrapper
Jelmer Vernooij
1
-0
/
+5
2007-10-10
r6617: Let --enable-developer imply --enable-socket-wrapper
Jelmer Vernooij
1
-1
/
+7
2007-10-10
r6577: Make test works without installation now.
Jelmer Vernooij
1
-7
/
+1
2007-10-10
r6568: Some more small 'make test' fixes
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r6567: Use "real" prefix for 'make test'
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r6564: - Fix bug in socket_wrapper
Jelmer Vernooij
1
-0
/
+10
2007-10-10
r6177: Use here documents instead of print() statements to generate the
Tim Potter
1
-144
/
+164
2007-10-10
r6148: Add a showflags target to display the various compiler flags a la
Tim Potter
1
-0
/
+7
2007-10-10
r5086: Fix list of binaries to install:
Andrew Bartlett
1
-4
/
+5
2007-10-10
r5085: add net and nmblookup to installed binaries
Andrew Tridgell
1
-1
/
+3
2007-10-10
r5047: Fix swig dependencies.
Tim Potter
1
-4
/
+4
2007-10-10
r5033: Remove --with-eparserdir configure option and eparser_idl make target.
Tim Potter
1
-4
/
+0
2007-10-10
r5016: Use LIBRARY instead of BINARY for inserting the swig stuff into the
Tim Potter
1
-5
/
+5
2007-10-10
r4982: Start to move swig dependencies into new build system. Unfortunately
Tim Potter
1
-33
/
+4
2007-10-10
r4814: cope with perl not being in /usr/bin for idl building
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4813: this is a temporary solution to a link problem we have on some
Andrew Tridgell
1
-1
/
+2
2007-10-10
r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc
Andrew Tridgell
1
-1
/
+1
[next]