index
:
opkhelper/opkhelper.git
feature/autoconf-and-automake
feature/build-system-improvements
feature/drop-libopkbuild-dep
feature/opkbuild-helper-script
feature/provide-archtab
feature/s-and-b-options
master
opkhelper-0.1.x
opkhelper-0.2.x
opkhelper-1.0.x
opkhelper-2.0.x
opkhelper-3.0.x
unclean-option
OPK build helper tools
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add man1dir variable to build system.
P. J. McDermott
2013-05-05
2
-0/+5
|
*
Change lib macros and targets to pkglib ones.
P. J. McDermott
2013-05-05
3
-20/+22
|
*
Add pkglibdir variable (to replace libopkhelper).
P. J. McDermott
2013-05-05
2
-3/+11
|
*
Make lib/buildsystem/ non-recursive.
P. J. McDermott
2013-05-05
4
-82/+34
|
*
Make lib/ non-recursive.
P. J. McDermott
2013-05-05
3
-88/+64
|
*
Make src/ non-recursive.
P. J. McDermott
2013-05-05
3
-101/+87
|
*
configure: Normalize dependency parameter names.
P. J. McDermott
2013-05-05
1
-2/+4
|
*
configure: Only mkdir non-existent directories.
P. J. McDermott
2013-05-05
1
-1/+1
|
*
configure: Only edit top-level makefile.
P. J. McDermott
2013-05-05
1
-5/+5
|
/
*
oh-installfiles: In mkdir cmd, rm / and 1+ chars.
P. J. McDermott
2013-04-28
1
-1/+1
*
Store absolute path in _OH_BUILDSYSTEM_SOURCE_DIR.
P. J. McDermott
2013-04-28
1
-1/+2
*
oh_set_buildsystem_option(): Fix parameter name.
P. J. McDermott
2013-04-28
1
-1/+1
*
oh-installfiles: Don't skip symbolic links.
P. J. McDermott
2013-04-28
1
-1/+1
*
Release opkhelper 3.0.0-beta1.
opkhelper-3.0.0-beta1
P. J. McDermott
2012-11-16
2
-1/+20
*
Add a "dist-xz" makefile target.
P. J. McDermott
2012-11-16
1
-0/+4
*
Also set install_root and INSTALL_ROOT with make.
P. J. McDermott
2012-11-16
1
-1/+15
*
Set CONFIG_PREFIX when installing with kbuild.
P. J. McDermott
2012-11-16
1
-1/+2
*
Move user-set target check to common function.
P. J. McDermott
2012-11-16
1
-16/+9
*
Remove unneeded ob_parse_package_metadata() call.
P. J. McDermott
2012-11-15
1
-5/+0
*
Fix a return command.
P. J. McDermott
2012-11-15
1
-1/+1
*
Document oh-architecture.
P. J. McDermott
2012-11-15
2
-1/+57
*
Add -s and -B options to oh-architecture.
P. J. McDermott
2012-11-15
1
-2/+8
*
Update synopsis of oh-autoconfigure(1).
P. J. McDermott
2012-11-15
1
-0/+2
*
configure: Don't exit on unrecognized options.
P. J. McDermott
2012-11-14
1
-2/+3
*
Set mode of mkarchtab.
P. J. McDermott
2012-11-14
1
-0/+1
*
Update TODO.
P. J. McDermott
2012-11-14
1
-2/+0
*
Change kbuild archtab entries.
P. J. McDermott
2012-11-14
1
-3/+3
*
Implement a "kbuild" build system plugin.
P. J. McDermott
2012-11-14
2
-1/+117
*
Support -s in oh-auto{build,clean,install}.
P. J. McDermott
2012-11-14
6
-3/+36
*
Document the -s option of oh-autoconfigure.
P. J. McDermott
2012-11-14
1
-0/+8
*
Fix getopts operand in oh-autoconfigure.
P. J. McDermott
2012-11-14
1
-1/+1
*
Pass the test arch to oh_buildsystem_do().
P. J. McDermott
2012-11-14
1
-1/+2
*
Return make's exit status.
P. J. McDermott
2012-11-13
1
-2/+4
*
Make the source directory configurable.
P. J. McDermott
2012-11-13
2
-1/+8
*
Return exit status of oh_buildsystem_do().
P. J. McDermott
2012-11-12
5
-5/+5
*
Update synopsis of oh-autobuild(1).
P. J. McDermott
2012-11-12
1
-0/+2
*
Make oh-autoinstall support the -T option.
P. J. McDermott
2012-11-12
3
-3/+18
*
Make the DESTDIR an absolute path.
P. J. McDermott
2012-11-10
1
-1/+2
*
Fix quotes in GNU system types.
P. J. McDermott
2012-11-09
1
-5/+5
*
Implement oh-architecture.
P. J. McDermott
2012-11-08
2
-1/+50
*
Split oh_buildsystem_do() & oh_buildsystem_find().
P. J. McDermott
2012-11-08
7
-20/+61
*
Try to detect a suitable build system host arch.
P. J. McDermott
2012-11-08
3
-11/+23
*
Optionally use multiarch lib paths in packages.
P. J. McDermott
2012-11-08
3
-4/+19
*
Fix missing "\" in _oh_autoconf_configure().
P. J. McDermott
2012-11-08
1
-1/+1
*
_oh_autoconf_configure: Return configure's status.
P. J. McDermott
2012-11-08
1
-2/+3
*
Fix search directory in _oh_make_can_build().
P. J. McDermott
2012-11-08
1
-2/+2
*
Lightly refactor oh_buildsystem_do(), add warning.
P. J. McDermott
2012-11-08
2
-9/+9
*
Fix getopts operand in oh-autoconfigure.
P. J. McDermott
2012-11-08
1
-1/+1
*
Support a build target option in oh-autobuild.
P. J. McDermott
2012-11-08
4
-2/+17
*
Use lowercase "t" for target arch option.
P. J. McDermott
2012-11-07
2
-2/+2
[prev]
[next]