summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Be more liberal in build stamp naming.P. J. McDermott2012-04-231-1/+1
| | | | | After each build, leave behind any files in the work area named "*stamp", rather than just "*.buildstamp".
* 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
|
* Use new OH_HOST_* variables in oh-copyconfig.P. J. McDermott2012-04-221-5/+5
|
* 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
|
* Warn if files remain in installation destination.P. J. McDermott2012-04-221-0/+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
|
* 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.
* 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
|
* Add '-V' option to opkbuild to print version info.P. J. McDermott2012-03-211-1/+18
|
* Support package status overrides. TODO: Document.P. J. McDermott2012-03-202-4/+49
|
* 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
|
* Fix $(OBJS) targets in build system.P. J. McDermott2012-03-061-1/+2
|
* Rename all source files.P. J. McDermott2012-03-069-0/+0
|
* Translate from 'SRCS' to 'OBJS' in build system.P. J. McDermott2012-03-061-5/+7
|
* Fix opkbuild usage output.P. J. McDermott2012-03-041-1/+1
|
* Read build flags from system into the environment.P. J. McDermott2012-02-201-0/+3
|
* Remove CPU vendor from architecture tuple.P. J. McDermott2012-02-201-3/+3
|
* Make oh-installfiles exit on error.P. J. McDermott2012-02-161-4/+4
|
* Fix archive extraction error handling.P. J. McDermott2012-02-161-9/+9
| | | | opkbuild should clean up the work area on any error.
* Add distribution targets to build system.P. J. McDermott2012-02-131-0/+11
|
* Also document opkbuild in its usage output.P. J. McDermott2012-02-031-1/+1
|
* Install distribution changelog to changelog.dist.P. J. McDermott2012-02-031-1/+3
|
* Don't count "all" as a platform.P. J. McDermott2012-02-031-1/+2
|
* Remove distinct version and revision variables.P. J. McDermott2012-02-032-4/+3
|
* Redirect error message to stderr.P. J. McDermott2012-02-031-1/+1
|
* Optionally enter a debugging shell on error.P. J. McDermott2012-02-031-1/+12
|
* Make sure config destination directory exists.P. J. McDermott2012-02-031-0/+1
|
* Fix patch input path and exit on patch error.P. J. McDermott2012-02-031-1/+1
|
* Fix oh-strip and add error handling.P. J. McDermott2012-01-301-9/+18
| | | | | Well I feel stupid now... Thanks, shell interpreter and POSIX.1 XCU, for not warning me about my use of an uninitialized parameter.
* Extract compressed source archives.P. J. McDermott2012-01-301-6/+44
|
* Clean up a stray tab character.P. J. McDermott2012-01-301-1/+1
|
* Write and document oh-installdocs.P. J. McDermott2012-01-302-1/+61
|
* Sometimes I hate shell script...P. J. McDermott2012-01-291-4/+5
| | | | | | | | | | Piping input into a read command won't work, because read will be run in a subshell and therefore be unable to modify variables of the parent shell. Also, for some reason double quotes cause the substring processing in this parameter expansion to fail: export OH_PKGVER="${version%'-'*}"
* Fix substitution command in platform detection.P. J. McDermott2012-01-291-1/+1
|
* Use correct architecture name in oh-buildopk.P. J. McDermott2012-01-292-13/+65
| | | | The interface and logic is changed to resemble that of oh-gencontrol.
* Fix mode on control directory.P. J. McDermott2012-01-291-2/+2
|