summaryrefslogtreecommitdiffstats
path: root/source4/build/smb_build
Commit message (Expand)AuthorAgeFilesLines
...
* r8991: Change Makefile.core to main.mk to prevent accidental removal problems.Jelmer Vernooij2007-10-101-1/+1
* r8988: Don't remove Makefile.core in distclean...Jelmer Vernooij2007-10-101-2/+2
* r8985: Automatically generate make dependency rules forJelmer Vernooij2007-10-101-137/+2
* r8979: Bunch of makefile fragment inclusion fixes:Jelmer Vernooij2007-10-103-121/+45
* r8974: Support makefile fragments in .mk filesJelmer Vernooij2007-10-104-111/+51
* r8973: nicer outputStefan Metzmacher2007-10-101-1/+1
* r8972: More simplifications...Jelmer Vernooij2007-10-101-26/+18
* r8968: More simplificationsJelmer Vernooij2007-10-101-51/+16
* r8966: Simplify the makefile generation system a bit.Jelmer Vernooij2007-10-102-110/+53
* r8955: Move a bit more of the build process to the MakefileJelmer Vernooij2007-10-101-1/+37
* r8942: Move intermediate subsystem output files to bin/subsystems/Jelmer Vernooij2007-10-101-1/+1
* r8936: Use incremental linking. This appeared to be supported onJelmer Vernooij2007-10-103-7/+45
* r8910: An initial parser to parse structures in smb_interfaces.h. This will beTim Potter2007-10-101-0/+7
* r8841: disable dependencies for now. To try dependencies, uncomment the 3rd-t...Jelmer Vernooij2007-10-101-7/+2
* r8838: Add ugly hack to prevent make from barfing out because it doesn't knowJelmer Vernooij2007-10-101-1/+7
* r8832: Automatically rebuilding C files if headers change (in developer mode)Jelmer Vernooij2007-10-101-1/+32
* r8827: Fix install on some systems.Jelmer Vernooij2007-10-101-1/+2
* r8826: Make configure generate config.mk files (with the external librariesJelmer Vernooij2007-10-105-72/+82
* r8690: Code cleanups, improvements necessary for dependencies (not added yet)Jelmer Vernooij2007-10-105-89/+45
* r8671: use much shorter names for the selftest directory and socket wrapperAndrew Tridgell2007-10-101-4/+4
* r8649: added smbscript to the list of binaries to installAndrew Tridgell2007-10-101-0/+1
* r8576: install scripts from scripting/bin/Andrew Tridgell2007-10-101-1/+1
* r8525: added two more test targets:Andrew Tridgell2007-10-101-2/+9
* r8440: - several build farm hosts were failing 'make clean' as the list ofAndrew Tridgell2007-10-101-1/+5
* r8416: added the extra_cflags.txt system from smb-buildAndrew Tridgell2007-10-102-6/+1
* r8314: - added an 'installmisc' target for installing miscellaneous files.Andrew Tridgell2007-10-101-1/+4
* r8305: another attempt at getting heimdal building in the farmAndrew Tridgell2007-10-101-2/+8
* r8303: a workaround for forcing HEIMDAL_EXTERNAL to build.Andrew Tridgell2007-10-101-1/+1
* r8298: - started building a library of js routines in scripting/libjs/Andrew Tridgell2007-10-101-1/+1
* r8264: - Use standard perl package structure for pidl.Jelmer Vernooij2007-10-101-4/+4
* r8020: - add --with-selftest-prefix option that specify the prefix used in ma...Stefan Metzmacher2007-10-101-2/+2
* r7977: split up 'make clean' a little more as it is overflowing the command l...Andrew Tridgell2007-10-101-2/+6
* r7958: More debian packaging updates; packages build now withJelmer Vernooij2007-10-101-6/+15
* r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'.Jelmer Vernooij2007-10-102-14/+62
* r7896: don't output null rules for blank targets (caued make failure on irix)Andrew Tridgell2007-10-101-0/+4
* r7894: remove portability experiments until its working in the smb-build test...Andrew Tridgell2007-10-101-3/+5
* r7875: try to see if this is portableStefan Metzmacher2007-10-101-5/+3
* r7874: reverted metzes patch svn 7837 as it is not portable to make onAndrew Tridgell2007-10-101-2/+4
* r7845: remove unused filesStefan Metzmacher2007-10-101-9/+6
* r7837: use some more 'make' featuresStefan Metzmacher2007-10-101-4/+2
* r7790: Allow remembering more configure-level data (andJelmer Vernooij2007-10-102-5/+8
* r7768: use _ALL_OBJS in clean targetAndrew Tridgell2007-10-101-2/+4
* r7766: Treat NOPROTO as boolean.Jelmer Vernooij2007-10-102-10/+21
* r7764: Generate _ALL_OBJS list.Jelmer Vernooij2007-10-102-1/+6
* r7762: Clean up make help files.Jelmer Vernooij2007-10-101-1/+1
* r7761: Don't let phony targets cause a rebuild of the binaries. ThanksJelmer Vernooij2007-10-102-2/+3
* r7463: - move some more stuff into functionsStefan Metzmacher2007-10-101-1/+1
* r7425: configure check to see if a compiler can handle negative enum valuesStefan Metzmacher2007-10-101-2/+2
* r7389: move socket wrapper dir also to the prefix-test dirStefan Metzmacher2007-10-101-1/+1
* r7315: Add support for custom makefile targets, e.g.:Jelmer Vernooij2007-10-103-1/+23