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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Note deprecation of libopkhelper variable.
P. J. McDermott
2013-05-06
1
-0/+1
*
Change lib macros and targets to pkglib ones.
P. J. McDermott
2013-05-05
1
-1/+2
*
Make src/ non-recursive.
P. J. McDermott
2013-05-05
2
-85/+43
*
oh-installfiles: In mkdir cmd, rm / and 1+ chars.
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
*
Remove unneeded ob_parse_package_metadata() call.
P. J. McDermott
2012-11-15
1
-5/+0
*
Add -s and -B options to oh-architecture.
P. J. McDermott
2012-11-15
1
-2/+8
*
Support -s in oh-auto{build,clean,install}.
P. J. McDermott
2012-11-14
3
-3/+12
*
Fix getopts operand in oh-autoconfigure.
P. J. McDermott
2012-11-14
1
-1/+1
*
Make the source directory configurable.
P. J. McDermott
2012-11-13
1
-0/+3
*
Return exit status of oh_buildsystem_do().
P. J. McDermott
2012-11-12
5
-5/+5
*
Make oh-autoinstall support the -T option.
P. J. McDermott
2012-11-12
1
-1/+4
*
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
5
-5/+15
*
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
1
-1/+4
*
Use lowercase "t" for target arch option.
P. J. McDermott
2012-11-07
1
-1/+1
*
Support a -T option for a cross build target.
P. J. McDermott
2012-11-06
1
-0/+3
*
Warn if some files aren't installed into packages.
P. J. McDermott
2012-10-23
1
-0/+5
*
Write oh-autoclean and oh-autotest.
P. J. McDermott
2012-10-22
3
-0/+104
*
Write oh-autoinstall.
P. J. McDermott
2012-10-22
2
-1/+56
*
Write oh-autobuild.
P. J. McDermott
2012-10-22
2
-1/+53
*
Move common load/init logic into libopkhelper.
P. J. McDermott
2012-10-22
5
-24/+7
*
Write oh-autoconfigure.
P. J. McDermott
2012-10-21
2
-1/+57
*
Add support for a libopkhelper to build system.
P. J. McDermott
2012-10-21
1
-0/+2
*
Additionally license everything under GPLv2.
P. J. McDermott
2012-10-21
4
-4/+4
*
Write and document oh-fixperms.
P. J. McDermott
2012-10-21
2
-1/+84
*
Print informational messages in oh-strip.
P. J. McDermott
2012-10-21
1
-0/+6
*
Change pathname of ${file} in oh-strip.
P. J. McDermott
2012-10-21
1
-7/+14
*
Rewrite oh-strip.
P. J. McDermott
2012-10-21
2
-4/+125
*
Let user specify the dir in which files are found.
P. J. McDermott
2012-10-20
1
-3/+17
*
Set the locale path format.
P. J. McDermott
2012-10-11
2
-0/+4
*
For now, use mv rather than ln in oh-installfiles.
P. J. McDermott
2012-10-11
1
-1/+2
*
Fix missing ob_get_msg() call.
P. J. McDermott
2012-10-09
1
-1/+1
*
Skip patterns that match no pathnames.
P. J. McDermott
2012-10-09
1
-0/+1
*
Simplify and improve pathname pattern matching.
P. J. McDermott
2012-10-09
1
-6/+5
*
Use OPK_PACKAGES in src/oh-installfiles.sh.
P. J. McDermott
2012-10-09
1
-1/+1
*
Rewrite src/oh-installfiles.sh.
P. J. McDermott
2012-10-09
1
-41/+29
*
Remove old utilities.
P. J. McDermott
2012-10-09
9
-1095/+0
*
Build only oh-installfiles.
P. J. McDermott
2012-10-09
1
-8/+2
*
Use libopkbuild_1 macro in src/Makefile.in.
P. J. McDermott
2012-10-09
1
-1/+2
*
"Finish" oh-gencontrol (still rather ugly).
opkhelper-2.0.x
P. J. McDermott
2012-08-03
1
-3/+10
*
Update old "@@SHELL@@" build system macros.
P. J. McDermott
2012-08-03
4
-4/+4
*
Update oh-gencontrol (rather ugly).
P. J. McDermott
2012-08-03
1
-3/+60
*
Update oh-strip (a no-op for now).
P. J. McDermott
2012-08-03
2
-68/+7
*
Update oh-checkbuilddeps (a no-op for now).
P. J. McDermott
2012-08-03
2
-63/+9
*
Detect invalid binary package names.
P. J. McDermott
2012-08-02
1
-0/+4
*
Detect absence of binary package directories.
P. J. McDermott
2012-08-02
1
-0/+7
*
Fix binary package directory substring removal.
P. J. McDermott
2012-08-02
1
-1/+1
*
Better describe paths in output of object targets.
P. J. McDermott
2012-08-02
1
-1/+1
[next]