summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Implement a "kbuild" build system plugin.P. J. McDermott2012-11-142-1/+117
* Support -s in oh-auto{build,clean,install}.P. J. McDermott2012-11-146-3/+36
* Document the -s option of oh-autoconfigure.P. J. McDermott2012-11-141-0/+8
* Fix getopts operand in oh-autoconfigure.P. J. McDermott2012-11-141-1/+1
* Pass the test arch to oh_buildsystem_do().P. J. McDermott2012-11-141-1/+2
* Return make's exit status.P. J. McDermott2012-11-131-2/+4
* Make the source directory configurable.P. J. McDermott2012-11-132-1/+8
* Return exit status of oh_buildsystem_do().P. J. McDermott2012-11-125-5/+5
* Update synopsis of oh-autobuild(1).P. J. McDermott2012-11-121-0/+2
* Make oh-autoinstall support the -T option.P. J. McDermott2012-11-123-3/+18
* Make the DESTDIR an absolute path.P. J. McDermott2012-11-101-1/+2
* Fix quotes in GNU system types.P. J. McDermott2012-11-091-5/+5
* Implement oh-architecture.P. J. McDermott2012-11-082-1/+50
* Split oh_buildsystem_do() & oh_buildsystem_find().P. J. McDermott2012-11-087-20/+61
* Try to detect a suitable build system host arch.P. J. McDermott2012-11-083-11/+23
* Optionally use multiarch lib paths in packages.P. J. McDermott2012-11-083-4/+19
* Fix missing "\" in _oh_autoconf_configure().P. J. McDermott2012-11-081-1/+1
* _oh_autoconf_configure: Return configure's status.P. J. McDermott2012-11-081-2/+3
* Fix search directory in _oh_make_can_build().P. J. McDermott2012-11-081-2/+2
* Lightly refactor oh_buildsystem_do(), add warning.P. J. McDermott2012-11-082-9/+9
* Fix getopts operand in oh-autoconfigure.P. J. McDermott2012-11-081-1/+1
* Support a build target option in oh-autobuild.P. J. McDermott2012-11-084-2/+17
* Use lowercase "t" for target arch option.P. J. McDermott2012-11-072-2/+2
* Merge branch 'feature/build-sys-arches'.P. J. McDermott2012-11-079-13/+146
|\
| * Improve the archtab generation kludge.P. J. McDermott2012-11-074-169/+85
| * Document the new -T option of oh-autoconfigure(1).P. J. McDermott2012-11-061-0/+4
| * Support a -T option for a cross build target.P. J. McDermott2012-11-063-0/+11
| * Get Autoconf arches from archtab, not environment.P. J. McDermott2012-11-061-3/+15
| * Implement oh_buildsystem_arch().P. J. McDermott2012-11-061-0/+15
| * Add the archtab as dependency in the build system.P. J. McDermott2012-11-063-2/+8
| * Fix find_dep_lib() in configure.P. J. McDermott2012-11-061-8/+8
| * Change archtab path in testsetup.sh.P. J. McDermott2012-11-061-16/+16
| * Add a testsetup.sh to generate archtab files.P. J. McDermott2012-11-061-0/+169
|/
* Release opkhelper 3.0.0-alpha3.opkhelper-3.0.0-alpha3P. J. McDermott2012-10-232-1/+8
* Fix line wrapping in README.P. J. McDermott2012-10-231-4/+4
* Update TODO with remaining tasks for 3.0.0.P. J. McDermott2012-10-231-0/+4
* Warn if some files aren't installed into packages.P. J. McDermott2012-10-232-0/+6
* Fix quotes in "install" target.P. J. McDermott2012-10-231-1/+1
* Release opkhelper 3.0.0-alpha2.opkhelper-3.0.0-alpha2P. J. McDermott2012-10-222-1/+17
* Fix command name in synopsis of oh-fixperms(1).P. J. McDermott2012-10-221-1/+1
* Fix path to lib/buildsystem distdir.P. J. McDermott2012-10-221-1/+1
* s/COPYING/COPYING.2 COPYING.3/ in distfiles macro.P. J. McDermott2012-10-221-1/+2
* Update TODO.P. J. McDermott2012-10-221-1/+0
* Merge branch 'feature/buildsystems-support'.P. J. McDermott2012-10-2225-22/+1074
|\
| * Document oh-autoinstall.P. J. McDermott2012-10-222-1/+56
| * Document oh-autotest.P. J. McDermott2012-10-222-1/+49
| * Document oh-autoclean.P. J. McDermott2012-10-222-1/+48
| * Document oh-autobuild.P. J. McDermott2012-10-222-1/+48
| * Pass arguments through to make.P. J. McDermott2012-10-221-4/+4
| * Document oh-autoconfigure.P. J. McDermott2012-10-222-1/+49