summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* t_installfiles_busybox_links: New test.P. J. McDermott2013-05-272-1/+22
|
* Add unit tests for oh-installfiles.P. J. McDermott2013-05-273-0/+59
|
* tests/oh-installfiles.sh: Remove old file.P. J. McDermott2013-05-271-150/+0
|
* Implement a proper unit testing framework.P. J. McDermott2013-05-272-0/+75
|
* tests/local.mk: New file.P. J. McDermott2013-05-272-1/+26
|
* Start testing oh-installfiles.P. J. McDermott2013-05-271-0/+150
|
* Makefile.in: chmod files in inference rules.P. J. McDermott2013-05-261-1/+7
|
* _oh_kbuild_testarch(): Enter build dir.P. J. McDermott2013-05-261-0/+5
|
* _oh_kbuild_testarch(): Fix function name.P. J. McDermott2013-05-261-1/+1
|
* lib/buildsystem.sh: Enable kbuild plugin.P. J. McDermott2013-05-261-0/+1
|
* _oh_autoconf_configure(): Pass build sys arg.P. J. McDermott2013-05-261-3/+3
|
* oh_buildsystem_arch(): Accept build system as arg.P. J. McDermott2013-05-261-6/+8
|
* Release opkhelper 3.0.0-beta2.opkhelper-3.0.0-beta2P. J. McDermott2013-05-102-1/+17
|
* Makefile.in: Add note re: inference rules & POSIX.P. J. McDermott2013-05-101-0/+7
|
* Makefile.in: Simplify inference rules.P. J. McDermott2013-05-101-15/+6
|
* Makefile.in: Remove date substitution in man/*.1.P. J. McDermott2013-05-101-12/+1
|
* Hardcode dates in manual pages.P. J. McDermott2013-05-109-9/+9
| | | | | The trick of substituting dates based on file modification times doesn't work, mostly because Git doesn't preserve modification times on checkout.
* Makefile.in: Distribute lib/buildsystem/local.mk.P. J. McDermott2013-05-101-0/+1
|
* Makefile.in: Uninstall locales from LC_MESSAGES.P. J. McDermott2013-05-091-2/+4
|
* Makefile.in: Remove some unnecessary sed commands.P. J. McDermott2013-05-091-2/+2
| | | | | | For some reason, when refactoring the build system, I thought comment characters ("#") couldn't be used in makefile commands. They can't be used in macro definitions, though.
* Makefile.in: Put locale files in LC_MESSAGES.P. J. McDermott2013-05-091-5/+6
| | | | This was overlooked in the build system improvements.
* Makefile.in: Remove duplicate libopkbuild_1 macro.P. J. McDermott2013-05-091-1/+0
| | | | A second definition was added in commit 05bc35f5.
* Makefile.in: Add package_description macro.P. J. McDermott2013-05-091-0/+1
|
* Update copyright years.P. J. McDermott2013-05-092-3/+3
|
* configure: Use multiarch libdirs by default.P. J. McDermott2013-05-091-2/+2
|
* Makefile.in: Remove old @@ARCHTAB@@ variable.P. J. McDermott2013-05-091-2/+0
|
* lib/buildsystem.sh: s/@@ARCHTAB@@/@@ARCHTABDIR@@/.P. J. McDermott2013-05-091-1/+1
|
* Makefile.in: Add missing libopkbuild_1 variable.P. J. McDermott2013-05-091-0/+2
|
* Makefile.in: Add missing multiarch_libdir var.P. J. McDermott2013-05-091-1/+4
|
* Remove old libopkhelper build system variable.P. J. McDermott2013-05-092-8/+0
|
* s/@@LIBOPKHELPER@@/@@PKGLIBDIR@@/ in sources.P. J. McDermott2013-05-0910-11/+11
|
* Merge branch 'feature/provide-archtab'.P. J. McDermott2013-05-0913-90/+77
|\
| * Remove old mkarchtab makefile.feature/provide-archtabP. J. McDermott2013-05-093-85/+0
| |
| * Add archtab entries.P. J. McDermott2013-05-098-0/+11
| |
| * Makefile.in: Mkdir/rmdir archtab buildsystem dirs.P. J. McDermott2013-05-091-0/+3
| |
| * Makefile.in: (Un)install and distribute archtab.P. J. McDermott2013-05-091-3/+23
| |
| * archtab/local.mk: List archtab entries.P. J. McDermott2013-05-091-0/+27
| |
| * Add pkgdatadir and archtabdir build system vars.P. J. McDermott2013-05-092-2/+13
|/
* Merge branch 'feature/build-system-improvements'.P. J. McDermott2013-05-0921-461/+311
|\
| * Makefile.in: Add deps to install-{exec,data}.feature/build-system-improvementsP. J. McDermott2013-05-091-2/+2
| |
| * Makefile.in: Move common commands into macros.P. J. McDermott2013-05-091-68/+37
| |
| * Makefile.in: Add `set -e` to long commands.P. J. McDermott2013-05-091-15/+15
| |
| * Makefile.in: Update $(distdir) target.P. J. McDermott2013-05-091-6/+4
| |
| * Makefile.in: Rmdir pkg{,buildsystem}dir.P. J. McDermott2013-05-091-1/+3
| |
| * src/local.mk: Fix macro name.P. J. McDermott2013-05-091-1/+1
| |
| * Makefile.in: Replace old sed cmds with basename.P. J. McDermott2013-05-091-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The result is the same, and basename is a bit faster than sed is. A quick and dirty benchmark: printf 'printf and sed:\n' i=0 while [ ${i} -lt 3 ]; do time -p sh >/dev/null <<-EOF i=0 while [ \${i} -lt 1000 ]; do printf '%s' 'foo/bar' | sed 's|^.*/||' i=\$((\$i + 1)) done EOF i=$(($i + 1)) done printf '\nbasename:\n' i=0 while [ ${i} -lt 3 ]; do time -p sh >/dev/null <<-EOF i=0 while [ \${i} -lt 1000 ]; do basename 'foo/bar' i=\$((\$i + 1)) done EOF i=$(($i + 1)) done And the unsurprising results: printf and sed: real 1.17 user 0.02 sys 0.17 real 1.18 user 0.01 sys 0.18 real 1.17 user 0.02 sys 0.16 basename: real 0.74 user 0.02 sys 0.08 real 0.74 user 0.02 sys 0.08 real 0.72 user 0.04 sys 0.06 basename is about 37% – 38% faster.
| * Move code from locale/local.mk to Makefile.in.P. J. McDermott2013-05-082-14/+10
| |
| * Move code from man/local.mk to Makefile.in.P. J. McDermott2013-05-082-28/+21
| |
| * Makefile.in: Get true basenames in (un)installs.P. J. McDermott2013-05-081-8/+8
| |
| * Makefile.in: Remove unnecessary mkdir commands.P. J. McDermott2013-05-081-6/+0
| |