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 expat build makefile example to opkhelper(7).
P. J. McDermott
2012-04-23
1
-1/+27
*
Write opkhelper(7) manual page.
P. J. McDermott
2012-04-22
2
-1/+206
*
Print build and host arch and platform info.
P. J. McDermott
2012-04-22
1
-0/+10
*
Detect build platform like build architecture.
P. J. McDermott
2012-04-22
1
-19/+16
*
Fix new OH_HOST_* variable in architecture lib.
P. J. McDermott
2012-04-22
1
-1/+1
*
Use new OH_HOST_* variables in oh-copyconfig.
P. J. McDermott
2012-04-22
1
-5/+5
*
Use new OH_HOST_* variables in architecture lib.
P. J. McDermott
2012-04-22
1
-7/+7
*
Set toolchain vars differently for native builds.
P. J. McDermott
2012-04-22
1
-14/+21
*
Look up build GNU architecture name.
P. J. McDermott
2012-04-22
1
-1/+13
*
Separate architecture table check.
P. J. McDermott
2012-04-22
1
-1/+3
*
Set build architecture variables.
P. J. McDermott
2012-04-22
1
-2/+9
*
Better distinguish between build and host.
P. J. McDermott
2012-04-22
1
-21/+23
*
Look up GNU architecture and set toolchain vars.
P. J. McDermott
2012-04-22
1
-0/+29
*
Move definitions of OH_SRCPKG and OH_PKGVER.
P. J. McDermott
2012-04-22
1
-2/+2
*
Rename arch and platform environment variables.
P. J. McDermott
2012-04-22
1
-7/+7
*
Really support new '-a' option.
P. J. McDermott
2012-04-22
1
-1/+1
*
Move arch detection before platform detection.
P. J. McDermott
2012-04-22
1
-14/+14
*
Support new '-a' option and use GNU terms.
P. J. McDermott
2012-04-22
1
-13/+21
*
Document new '-a' option and use GNU terms.
P. J. McDermott
2012-04-22
1
-2/+10
*
Exit on incorrect usage of genopkg.sh.
P. J. McDermott
2012-04-22
1
-0/+1
*
Warn if files remain in installation destination.
P. J. McDermott
2012-04-22
1
-0/+7
*
Release version 0.2.2.
opkhelper-0.2.2
opkhelper-0.2.x
P. J. McDermott
2012-04-11
2
-1/+7
*
Only read build flags if they exist.
P. J. McDermott
2012-04-11
1
-1/+3
*
Fix pathname expansion in oh-installfiles.
P. J. McDermott
2012-04-11
1
-3/+3
*
Release version 0.2.1.
opkhelper-0.2.1
P. J. McDermott
2012-04-10
1
-1/+1
*
Update change log to last commit.
P. J. McDermott
2012-04-10
1
-0/+2
*
Resolve path to status override file in opkbuild.
P. J. McDermott
2012-04-10
1
-0/+6
*
Prepare for a version 0.2.1 release.
P. J. McDermott
2012-04-09
2
-1/+8
*
Really support path patterns in oh-installfiles.
P. J. McDermott
2012-04-09
1
-7/+9
*
Exit on error finding an installable architecture.
P. J. McDermott
2012-04-05
1
-0/+2
*
Release version 0.2.0 (finally).
opkhelper-0.2.0
P. J. McDermott
2012-03-21
2
-3/+1
*
Add '-V' option to opkbuild to print version info.
P. J. McDermott
2012-03-21
4
-2/+22
*
Bump version to 0.2.0. Release imminent.
P. J. McDermott
2012-03-21
1
-1/+1
*
Improve format of and use macros in manual pages.
P. J. McDermott
2012-03-21
8
-12/+68
*
Add '@@PACKAGE@@' and '@@VERSION@@' build macros.
P. J. McDermott
2012-03-21
1
-1/+3
*
Support build system macros in manual pages.
P. J. McDermott
2012-03-21
1
-1/+1
*
Add '-s' option to and improve format of manual.
P. J. McDermott
2012-03-21
1
-1/+30
*
Format program names in bold in opkbuild(1).
P. J. McDermott
2012-03-20
1
-2/+5
*
Document '-s' option of opkbuild.
P. J. McDermott
2012-03-20
1
-0/+10
*
Support package status overrides. TODO: Document.
P. J. McDermott
2012-03-20
5
-5/+56
*
Log changes in the log of changes.
P. J. McDermott
2012-03-14
1
-0/+9
*
Update roadmap.
P. J. McDermott
2012-03-14
1
-4/+7
*
Fix expected format of "Build-Depends" field.
P. J. McDermott
2012-03-14
1
-0/+5
*
Refer to GNU Binutils programs by variable value.
P. J. McDermott
2012-03-14
1
-3/+3
*
Note that in-tree builds are now supported.
P. J. McDermott
2012-03-06
2
-4/+0
*
Fix $(OBJS) targets in build system.
P. J. McDermott
2012-03-06
3
-3/+6
*
Rename all source files.
P. J. McDermott
2012-03-06
21
-0/+0
*
Translate from 'SRCS' to 'OBJS' in build system.
P. J. McDermott
2012-03-06
3
-13/+18
*
Plan to support package relationship variables.
P. J. McDermott
2012-03-06
1
-0/+1
*
Fix opkbuild usage output.
P. J. McDermott
2012-03-04
1
-1/+1
[prev]
[next]