summaryrefslogtreecommitdiffstats
path: root/lib/buildsystem/make.sh
Commit message (Expand)AuthorAgeFilesLines
* lib/*/*.sh: Add extra space in copyright notices.P. J. McDermott2014-03-061-1/+1
* lib/*.sh: Consolidate arg variable assignments.P. J. McDermott2014-03-061-2/+1
* lib/buildsystem/*.sh: Wrap long lines.P. J. McDermott2014-03-061-8/+8
* Add missing ".sh" to file headers.P. J. McDermott2014-03-011-1/+1
* lib/buildsystem/*.sh: Fix more [ commands.P. J. McDermott2014-02-261-2/+2
* lib/buildsystem/*.sh: Improve more [ commands.P. J. McDermott2014-02-261-2/+2
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2014-02-261-2/+2
* lib/buildsystem/*.sh: Remove _oh_local.P. J. McDermott2014-01-201-11/+12
* Also set install_root and INSTALL_ROOT with make.P. J. McDermott2012-11-161-1/+15
* Move user-set target check to common function.P. J. McDermott2012-11-161-16/+9
* Return make's exit status.P. J. McDermott2012-11-131-2/+4
* Make oh-autoinstall support the -T option.P. J. McDermott2012-11-121-2/+7
* Fix search directory in _oh_make_can_build().P. J. McDermott2012-11-081-2/+2
* Support a build target option in oh-autobuild.P. J. McDermott2012-11-081-1/+6
* Pass arguments through to make.P. J. McDermott2012-10-221-4/+4
* Implement "make" build system plugin.P. J. McDermott2012-10-221-0/+97