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
/
main.mk
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-19
Revert some absolute paths.
Jelmer Vernooij
1
-46
/
+46
2008-05-19
Move IDL build script to rpc directory, make various bits and pieces easier t...
Jelmer Vernooij
1
-46
/
+46
2008-05-18
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
1
-1
/
+1
2008-05-18
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
1
-2
/
+2
2008-05-18
Use variables for source directory in remaining subsystems.
Jelmer Vernooij
1
-1
/
+21
2008-05-18
Use variables for source directory in a couple more places.
Jelmer Vernooij
1
-0
/
+19
2008-05-18
Use variables for source directory in a couple more places.
Jelmer Vernooij
1
-0
/
+15
2008-05-18
Use variables for source directory in a couple more places.
Jelmer Vernooij
1
-0
/
+3
2008-05-18
Use variables for source directory in a couple more places.
Jelmer Vernooij
1
-0
/
+3
2008-05-18
Use variable for param src dir.
Jelmer Vernooij
1
-0
/
+1
2008-05-18
Use src dir.
Jelmer Vernooij
1
-2
/
+3
2008-05-18
Use variables for source path in libnet/ and scripting/python.
Jelmer Vernooij
1
-0
/
+2
2008-02-18
Rename include to mkinclude to emphasize it is different from make's include.
Jelmer Vernooij
1
-31
/
+31
2008-02-11
Avoid autogenerating the Makefile but rather include a data.mk file
Jelmer Vernooij
1
-202
/
+0
2008-02-11
Move some more variables to static .mk file.
Jelmer Vernooij
1
-0
/
+6
2008-02-11
Automatically write AC_SUBST() vars to mkconfig.mk and use them.
Jelmer Vernooij
1
-45
/
+54
2008-02-09
Move more make code to rules.mk
Jelmer Vernooij
1
-22
/
+3
2008-02-09
Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony ...
Jelmer Vernooij
1
-166
/
+32
2008-01-03
r26663: Proper dependencies for pidl Python bindings.
Jelmer Vernooij
1
-1
/
+2
2007-12-24
r26560: Add script for running in valgrind.
Jelmer Vernooij
1
-0
/
+2
2007-12-21
r26206: Build python modules as part of make all.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26186: Generate SWIG files as part of autogen.sh
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26088: Import some native-python python modules and move original python swi...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25996: build: rename LD -> BNLD and LDFLAGS -> BNLD_FLAGS
Stefan Metzmacher
1
-2
/
+2
2007-12-21
r25995: build: print out MDLD and MDLD_FLAGS with make showflags
Stefan Metzmacher
1
-0
/
+2
2007-12-21
r25707: Move selftest makefile code to separate file.
Jelmer Vernooij
1
-72
/
+1
2007-12-21
r25623: add 'make test-swrap-pcap' and 'make test-swrap-keep-pcap'
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r25582: build nmblookup with make testsuite as it's needed in the blackbox tests
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r25386: add 'make testsuite' target that tries to at least compile
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r25051: Move SWAT back to the old-style form-submit modal.
Andrew Bartlett
1
-7
/
+4
2007-10-10
r24937: Merge tests spoolss RPC callbacks.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r24812: Fix headers for external users.
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ fo...
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r24345: Add --format=html option to selftest.
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r23281: Ensure we wipe all the right things in distclean.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r22575: move script/tests/ -> selftest/
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22535: pass down $(TESTS) to all test variants
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r22451: allow
Stefan Metzmacher
1
-4
/
+0
2007-10-10
r22312: avoid the need of typing 'run' into each gdb xterm
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r22310: - use 'everything' instead of 'all libraries'
Stefan Metzmacher
1
-14
/
+18
2007-10-10
r22309: cosmetic changes...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r22300: fix make everything, we need to build shared libraries...
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r22183: Perl might not be in /usr/bin/perl, so use $(PERL) from the makefile
Andrew Bartlett
1
-1
/
+1
2007-10-10
r22048: Sigh. Commit the other half of r22047.
James Peach
1
-34
/
+0
2007-10-10
r22046: Rever r22040, which breaks the build on FreeBSD 5.4 (BSD make).
James Peach
1
-8
/
+4
2007-10-10
r22040: Use $< to specify the immediate prerequisit instead of $*. This is
James Peach
1
-4
/
+8
2007-10-10
r22029: Make sure we respect $srcdir correctly for the srcdir != builddir case.
James Peach
1
-1
/
+5
2007-10-10
r21909: Merge some of my recent improvements to the test infrastructure:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r21833: Don't install static libs, they can't be used anyway.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r21733: Merge testenv back into core selftest.pl
Jelmer Vernooij
1
-2
/
+2
[next]