aboutsummaryrefslogtreecommitdiffstats
path: root/buildsys.module.mk
Commit message (Expand)AuthorAgeFilesLines
* build: Fix dependency tracking.•••Submitted by: aji Gravatar Jilles Tjoelker2013-03-231-1/+1
* buildsys: synthesize special rules for modules, since they have to be linked ...Gravatar William Pitcock2012-04-201-3/+5
* buildsys: avoid using shell even more (only used for linking now)Gravatar William Pitcock2012-04-191-19/+4
* buildsys: switch to tracking dependencies on a per-sourceunit basis.•••This synthesizes a make rule for each dependency file, and includes them all. This allows us to build dependencies at other parts of the source tree while other source units are building. Gravatar William Pitcock2012-04-181-1/+1
* buildsys: remove dependency on if for compiling specific source unitsGravatar William Pitcock2012-04-181-5/+2
* buildsys: use same style as V=1 when V=1 is not in use, also remove V=1 defaultGravatar William Pitcock2012-04-181-1/+2
* Update buildsys for make V=1 feature.Gravatar William Pitcock2012-04-181-2/+13
* Make 'make install' depend properly upon things that need to be madeGravatar Stephen Bennett2011-03-121-0/+2
* Defeat the point of make(1) and just rebuild everything all the time.•••BSD make may also have stopped working, use gmake. Gravatar Jilles Tjoelker2010-09-161-1/+3
* Use LDFLAGS when building a module and respect user's LDFLAGS on the Tru64 pl...Gravatar Nathan Phillip Brink2010-08-311-1/+1
* Link modules to the libraries they use explicitly.•••The old approach was to let them use some libraries via the main executable. That worked but did not record the correct symbol versioning information into the .so. Some libraries can be removed from the global LIBS. Gravatar Jilles Tjoelker2010-05-231-1/+1
* buildsys.module: We should use $(PLUGIN_SUFFIX) in more places.•••Now it builds on OpenVMS and FreeVMS (probably doesn't run though). Gravatar William Pitcock2010-05-191-1/+1
* buildsys.module: Another Win32 fix.Gravatar William Pitcock2010-05-191-1/+1
* Fix ET_EXEC problem.Gravatar William Pitcock2010-05-191-1/+1
* Win32 support! :D :D :D :D :D.Gravatar William Pitcock2010-05-191-1/+1
* Set up install paths correctly for modules.Gravatar William Pitcock2010-05-181-0/+2
* Modules are building.Gravatar William Pitcock2010-05-181-0/+14