summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Write opkhelper(7) manual page.P. J. McDermott2012-04-222-1/+206
|
* Print build and host arch and platform info.P. J. McDermott2012-04-221-0/+10
|
* Detect build platform like build architecture.P. J. McDermott2012-04-221-19/+16
|
* Fix new OH_HOST_* variable in architecture lib.P. J. McDermott2012-04-221-1/+1
|
* Use new OH_HOST_* variables in oh-copyconfig.P. J. McDermott2012-04-221-5/+5
|
* Use new OH_HOST_* variables in architecture lib.P. J. McDermott2012-04-221-7/+7
|
* Set toolchain vars differently for native builds.P. J. McDermott2012-04-221-14/+21
|
* Look up build GNU architecture name.P. J. McDermott2012-04-221-1/+13
|
* Separate architecture table check.P. J. McDermott2012-04-221-1/+3
|
* Set build architecture variables.P. J. McDermott2012-04-221-2/+9
|
* Better distinguish between build and host.P. J. McDermott2012-04-221-21/+23
|
* Look up GNU architecture and set toolchain vars.P. J. McDermott2012-04-221-0/+29
|
* Move definitions of OH_SRCPKG and OH_PKGVER.P. J. McDermott2012-04-221-2/+2
|
* Rename arch and platform environment variables.P. J. McDermott2012-04-221-7/+7
|
* Really support new '-a' option.P. J. McDermott2012-04-221-1/+1
|
* Move arch detection before platform detection.P. J. McDermott2012-04-221-14/+14
|
* Support new '-a' option and use GNU terms.P. J. McDermott2012-04-221-13/+21
|
* Document new '-a' option and use GNU terms.P. J. McDermott2012-04-221-2/+10
| | | | | | | | | | | | | | GNU Architectures ----------------- Build: Architecture on which software is being built. Host: Architecture on which software is to run. Target: Architecture for which software is to generate code. Used only by packages that generate architecture-dependent code (e.g. assemblers and compilers).
* Exit on incorrect usage of genopkg.sh.P. J. McDermott2012-04-221-0/+1
|
* Warn if files remain in installation destination.P. J. McDermott2012-04-221-0/+7
|
* Release version 0.2.2.P. J. McDermott2012-04-112-1/+7
|
* Only read build flags if they exist.P. J. McDermott2012-04-111-1/+3
|
* Fix pathname expansion in oh-installfiles.P. J. McDermott2012-04-111-3/+3
|
* Release version 0.2.1.P. J. McDermott2012-04-101-1/+1
|
* Update change log to last commit.P. J. McDermott2012-04-101-0/+2
|
* Resolve path to status override file in opkbuild.P. J. McDermott2012-04-101-0/+6
| | | | | | | | | | | The path to the file as provided to opkbuild should be relative to the package directory (the directory from which opkbuild is called). Instead, opkbuild simply passed the file path unmodified to oh-checkbuilddeps, which runs within the packaging work area (and looks for the status override file relative to the work area). This commit fixes this behavior by resolving the file path before passing it to oh-checkbuilddeps.
* Prepare for a version 0.2.1 release.P. J. McDermott2012-04-092-1/+8
|
* Really support path patterns in oh-installfiles.P. J. McDermott2012-04-091-7/+9
|
* Exit on error finding an installable architecture.P. J. McDermott2012-04-051-0/+2
|
* Release version 0.2.0 (finally).P. J. McDermott2012-03-212-3/+1
|
* Add '-V' option to opkbuild to print version info.P. J. McDermott2012-03-214-2/+22
|
* Bump version to 0.2.0. Release imminent.P. J. McDermott2012-03-211-1/+1
|
* Improve format of and use macros in manual pages.P. J. McDermott2012-03-218-12/+68
|
* Add '@@PACKAGE@@' and '@@VERSION@@' build macros.P. J. McDermott2012-03-211-1/+3
|
* Support build system macros in manual pages.P. J. McDermott2012-03-211-1/+1
|
* Add '-s' option to and improve format of manual.P. J. McDermott2012-03-211-1/+30
|
* Format program names in bold in opkbuild(1).P. J. McDermott2012-03-201-2/+5
|
* Document '-s' option of opkbuild.P. J. McDermott2012-03-201-0/+10
|
* Support package status overrides. TODO: Document.P. J. McDermott2012-03-205-5/+56
|
* Log changes in the log of changes.P. J. McDermott2012-03-141-0/+9
|
* Update roadmap.P. J. McDermott2012-03-141-4/+7
|
* Fix expected format of "Build-Depends" field.P. J. McDermott2012-03-141-0/+5
|
* Refer to GNU Binutils programs by variable value.P. J. McDermott2012-03-141-3/+3
|
* Note that in-tree builds are now supported.P. J. McDermott2012-03-062-4/+0
|
* Fix $(OBJS) targets in build system.P. J. McDermott2012-03-063-3/+6
|
* Rename all source files.P. J. McDermott2012-03-0621-0/+0
|
* Translate from 'SRCS' to 'OBJS' in build system.P. J. McDermott2012-03-063-13/+18
|
* Plan to support package relationship variables.P. J. McDermott2012-03-061-0/+1
|
* Fix opkbuild usage output.P. J. McDermott2012-03-041-1/+1
|
* Add in-tree build support to TODO list.P. J. McDermott2012-02-281-0/+1
|