summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* updated to use new coresystem build parametersVincent Sanders2014-11-161-53/+37
|
* Migrate to target tripletsJohn-Mark Bell2014-11-165-283/+114
|
* Update component version for releaserelease/1.2Vincent Sanders2014-08-251-1/+1
|
* spell bison correctlyVincent Sanders2014-05-021-1/+1
|
* allow buildsystem to cope with gnu make being named something elseVincent Sanders2014-05-011-8/+17
|
* add tooling support for OpenBSDVincent Sanders2014-05-011-0/+15
|
* add support for multilibrelease/1.1David Tardon2014-01-132-0/+6
| | | | | | | | Linux distributions typically put 64-bit libraries into /usr/lib64 to allow coexistence of 32-bit and 64-bit libraries on one system. The build system should make allowance for this. Signed-off-by: John-Mark Bell <jmb@netsurf-browser.org>
* actually tar somethingVincent Sanders2013-11-161-1/+1
|
* do an actual build instead of a clean on coverityVincent Sanders2013-11-161-1/+1
|
* fix null check logicVincent Sanders2013-11-161-1/+1
|
* fix coverity to pass project name and verify required parameters are setVincent Sanders2013-11-161-1/+10
|
* add coverity targetVincent Sanders2013-11-161-2/+36
|
* make jenkins ci build script diferentiate between default and explicit ↵Vincent Sanders2013-06-071-1/+8
| | | | test-install
* add static build capabilityVincent Sanders2013-05-111-5/+41
|
* ensure make TARGET parameter is setVincent Sanders2013-05-101-8/+12
|
* fix darwin targetVincent Sanders2013-05-101-0/+3
|
* add flags to make compiles display verbose outputVincent Sanders2013-05-101-9/+9
|
* improve jenkinks ci script to cope with coverage and install without testVincent Sanders2013-05-101-28/+78
|
* add dummy test targetVincent Sanders2013-05-101-1/+4
|
* Add ci system toolsVincent Sanders2013-05-102-1/+72
|
* add dummy clean targetsVincent Sanders2013-04-281-1/+9
| | | | | ensure targets declared phony bump version number ready for next release
* fix tag pattern to release/* so we can match by git refspecrelease/1.0Vincent Sanders2013-04-192-4/+4
|
* fix dumb extensionVincent Sanders2013-04-191-1/+1
|
* add dist target and add missing copyright assignmentsVincent Sanders2013-04-192-0/+39
|
* Add a dist target to generate source distribution tarballs from the most ↵Vincent Sanders2013-04-191-0/+17
| | | | recent git tag
* add attributes to ensure .gitignore file sis not exportedVincent Sanders2013-04-181-0/+2
|
* Use DESTDIR in install tooDaniel Silverstone2013-04-051-1/+1
|
* Add backslashJohn-Mark Bell2012-10-241-1/+1
|
* Install binaries with correct permissions.John-Mark Bell2012-10-241-4/+20
|
* add coldfire atariVincent Sanders2012-10-131-0/+22
|
* use more portable ccache detectionVincent Sanders2012-08-201-1/+1
|
* add ccache supportVincent Sanders2012-08-201-3/+12
|
* stop amiga target referring to mingw install environmentVincent Sanders2012-07-231-1/+1
|
* update windows buildtools to use our mingw toolchain buildVincent Sanders2012-07-231-9/+29
|
* Fix usage.John-Mark Bell2012-07-201-1/+1
|
* Add env to Atari GCCSDK_INSTALL_ENV.John-Mark Bell2012-07-091-1/+1
|
* Addiditons by John-Mark-Bellmono/atari-supportOle Loots2012-07-091-16/+12
|
* Added atari TARGET and m68k-atari-mint cross-compiler support.Ole Loots2012-07-031-0/+45
|
* Simple README about the shared build systemDaniel Silverstone2012-06-291-0/+24
| | | | svn path=/trunk/tools/buildsystem/; revision=14013
* Use patsubst to ensure trailing / get removed from dirs, so testtools can be ↵Daniel Silverstone2012-06-291-2/+2
| | | | | | found svn path=/trunk/tools/buildsystem/; revision=14000
* Remove the build/ stuff from the toolsDaniel Silverstone2012-06-290-0/+0
| | | | svn path=/trunk/tools/buildsystem/; revision=13999
* Allow Makefile.tools to find the test tools etc, and use NSSHARED as the ↵Daniel Silverstone2012-06-292-2/+6
| | | | | | root of everything svn path=/trunk/tools/buildsystem/; revision=13997
* Initial rework to have Makefile.tools find itself and set NSBUILDDaniel Silverstone2012-06-296-7/+13
| | | | svn path=/trunk/tools/buildsystem/; revision=13996
* Makefile for installing the shared build system stuffDaniel Silverstone2012-06-291-0/+29
| | | | svn path=/trunk/tools/buildsystem/; revision=13995
* clang supports gcc's __attribute__((aligned))Rob Kendrick2012-06-251-1/+1
| | | | svn path=/trunk/tools/buildsystem/; revision=13986
* Add experimental support for building with Open64Rob Kendrick2012-06-132-0/+72
| | | | svn path=/trunk/tools/buildsystem/; revision=13963
* Add accessor for pkg-config variablesJohn Mark Bell2012-05-121-0/+12
| | | | svn path=/trunk/tools/buildsystem/; revision=13919
* Fix package version extraction. Nothing appears to use this right now.John Mark Bell2012-05-121-1/+1
| | | | svn path=/trunk/tools/buildsystem/; revision=13918
* Make compatible with newer clang version output which can include ↵Rob Kendrick2012-03-271-5/+4
| | | | | | distributor name as first word svn path=/trunk/tools/buildsystem/; revision=13738
* Remove -N from AmigaOS ldflagsJohn Mark Bell2012-01-291-3/+0
| | | | svn path=/trunk/tools/buildsystem/; revision=13413