summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* */local.mk */*/local.mk: Remove copyright notices.P. J. McDermott2014-03-061-18/+0
| | | | These contain just lists of files and shouldn't be copyrightable.
* src/*.sh: Add an extra space in copyirhgt notices.P. J. McDermott2014-03-069-9/+9
|
* src/*.sh: Wrap long lines.P. J. McDermott2014-03-069-29/+52
|
* Add missing ".sh" to file headers.P. J. McDermott2014-03-019-9/+9
| | | | | All source files were renamed two years ago in e206c66, but the headers were never updated.
* Use new build system macros in source files.P. J. McDermott2014-02-289-18/+18
|
* Switch to using GNU Autoconf and Automake.P. J. McDermott2014-02-271-1/+1
|
* oh_buildsystem_arch(): Require second argument.P. J. McDermott2014-02-261-1/+1
|
* oh-installfiles: s/files_ifs/CR/.P. J. McDermott2014-02-261-2/+2
|
* oh-strip: Fix scope and case of keep_debug var.P. J. McDermott2014-02-261-4/+4
|
* src/oh-strip.sh: Use new locale functions.P. J. McDermott2014-02-251-4/+4
|
* src/oh-installfiles.sh: Use new locale functions.P. J. McDermott2014-02-251-3/+3
|
* src/oh-fixperms.sh: Use new locale functions.P. J. McDermott2014-02-251-6/+6
|
* src/oh-auto*.sh: Use new locale functions.P. J. McDermott2014-02-255-5/+5
|
* src/oh-architecture.sh: Use new locale functions.P. J. McDermott2014-02-251-1/+1
|
* src/oh-strip.sh: Use new output functions.P. J. McDermott2014-02-241-4/+4
|
* src/oh-installfiles.sh: Use new output functions.P. J. McDermott2014-02-241-3/+3
|
* src/oh-fixperms.sh: Use new output functions.P. J. McDermott2014-02-241-6/+6
|
* src/oh-auto*.sh: Use new output functions.P. J. McDermott2014-02-245-5/+5
|
* src/oh-architecture.sh: Use new output functions.P. J. McDermott2014-02-241-1/+1
|
* s/@@LIBOPKHELPER@@/@@PKGLIBDIR@@/ in sources.P. J. McDermott2013-05-099-9/+9
|
* src/local.mk: Fix macro name.P. J. McDermott2013-05-091-1/+1
|
* Move code from src/local.mk to Makefile.in.P. J. McDermott2013-05-081-17/+0
|
* Note deprecation of libopkhelper variable.P. J. McDermott2013-05-061-0/+1
|
* Change lib macros and targets to pkglib ones.P. J. McDermott2013-05-051-1/+2
|
* Make src/ non-recursive.P. J. McDermott2013-05-052-85/+43
|
* oh-installfiles: In mkdir cmd, rm / and 1+ chars.P. J. McDermott2013-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Previously, a pattern like `/usr/include/` in <binpkg>.pkg/files would cause oh-installfiles to run `mkdir -p <binpkg>.data//usr/include` and install headers in `<binpkg>.data/usr/include/include/`. Before: $ pkg=foo $ file=/usr/include $ echo mkdir -p "${pkg}.data/${file%/*}" mkdir -p foo.data//usr $ file=/usr/include/ $ echo mkdir -p "${pkg}.data/${file%/*}" mkdir -p foo.data//usr/include After: $ pkg=foo $ file=/usr/include $ echo mkdir -p "${pkg}.data/${file%/?*}" mkdir -p foo.data//usr $ file=/usr/include/ $ echo mkdir -p "${pkg}.data/${file%/?*}" mkdir -p foo.data//usr
* oh-installfiles: Don't skip symbolic links.P. J. McDermott2013-04-281-1/+1
|
* Remove unneeded ob_parse_package_metadata() call.P. J. McDermott2012-11-151-5/+0
|
* Add -s and -B options to oh-architecture.P. J. McDermott2012-11-151-2/+8
|
* Support -s in oh-auto{build,clean,install}.P. J. McDermott2012-11-143-3/+12
|
* Fix getopts operand in oh-autoconfigure.P. J. McDermott2012-11-141-1/+1
|
* Make the source directory configurable.P. J. McDermott2012-11-131-0/+3
|
* Return exit status of oh_buildsystem_do().P. J. McDermott2012-11-125-5/+5
|
* Make oh-autoinstall support the -T option.P. J. McDermott2012-11-121-1/+4
|
* Implement oh-architecture.P. J. McDermott2012-11-082-1/+50
|
* Split oh_buildsystem_do() & oh_buildsystem_find().P. J. McDermott2012-11-085-5/+15
|
* 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-081-1/+4
|
* Use lowercase "t" for target arch option.P. J. McDermott2012-11-071-1/+1
|
* Support a -T option for a cross build target.P. J. McDermott2012-11-061-0/+3
|
* Warn if some files aren't installed into packages.P. J. McDermott2012-10-231-0/+5
|
* Write oh-autoclean and oh-autotest.P. J. McDermott2012-10-223-0/+104
|
* Write oh-autoinstall.P. J. McDermott2012-10-222-1/+56
|
* Write oh-autobuild.P. J. McDermott2012-10-222-1/+53
|
* Move common load/init logic into libopkhelper.P. J. McDermott2012-10-225-24/+7
|
* Write oh-autoconfigure.P. J. McDermott2012-10-212-1/+57
|
* Add support for a libopkhelper to build system.P. J. McDermott2012-10-211-0/+2
|
* Additionally license everything under GPLv2.P. J. McDermott2012-10-214-4/+4
|
* Write and document oh-fixperms.P. J. McDermott2012-10-212-1/+84
|
* Print informational messages in oh-strip.P. J. McDermott2012-10-211-0/+6
|