summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Revert "source.mk: Remove (BusyBox lzip support is broken apparently)"Patrick McDermott2020-12-191-0/+2
| | | | This reverts commit e2f8112ed95c899578396d00a49c5d30de7ffa2a.
* build: Rearrange $(INSTALL) commands, drop commentsPatrick McDermott2019-06-061-5/+2
|
* build: Make $(INSTALL) less pointlessly verbosePatrick McDermott2019-06-061-9/+12
| | | | Also add a couple comments.
* build: Drop -v option from mkdir and cpPatrick McDermott2019-06-061-2/+2
| | | | | This is non-standard and only optionally supported by BusyBox since version 1.23.0.
* tzselect: Provide iso3166.tab and zone1970.tabPatrick McDermott2019-06-061-2/+2
| | | | Instead of tzdata.
* tzdata: Drop deprecated zone.tabPatrick McDermott2019-06-061-1/+2
|
* build: Fix a package namePatrick McDermott2019-06-061-4/+4
|
* build: Convert macro name to upper casePatrick McDermott2019-06-061-3/+3
|
* build: Replace install commands with $(INSTALL) functionPatrick McDermott2019-06-061-8/+17
| | | | | | | install is non-standard and awkward at best. Without the -t option, the destination is assumed to be a non-directory file, even when it isn't (e.g. when a trailing "/" is used). BusyBox install didn't get a -t option until version 1.23.0.
* Revert "build: Try install's -t option"Patrick McDermott2019-06-061-8/+8
| | | | This reverts commit 3db8470f05a88cacc98c35280f13868609893a2f.
* build: Try install's -t optionPatrick McDermott2019-06-061-8/+8
|
* build: Fix for loop syntax errorPatrick McDermott2019-06-061-1/+1
|
* build: Replace `cp` with `install -D`Patrick McDermott2019-06-061-1/+1
|
* zdump, zic: Use oh-shlibdepsPatrick McDermott2019-06-061-0/+2
| | | | Also add a comment to build.
* build: Remove unnecessary line continuationPatrick McDermott2019-06-061-2/+2
| | | | Also improve a comment.
* tzselect, zdump, zic, tzcode-doc: Don't use oh-installfilesPatrick McDermott2019-06-061-7/+11
| | | | | Instead, install everything directly to .data directories and run oh-fixperms and oh-strip over all of them at the end.
* tzdata: Install America/New_York and link posixrules to itPatrick McDermott2019-06-061-5/+6
| | | | Also, this must be done after the zic command in the first loop.
* build: Set p before inner loopPatrick McDermott2019-06-061-2/+2
|
* tzdata: Drop /usr/share/zoneinfo/posix linkPatrick McDermott2019-06-061-1/+0
|
* tzdata: Merge in Factory and split out Etc/UTCPatrick McDermott2019-06-061-15/+8
| | | | TODO: This breaks </usr/share/zoneinfo/posixrules>.
* tzcode-doc: Install /usr/share/man/tzfile.5Patrick McDermott2019-06-051-0/+1
|
* build: Replace mkdir and cp with installPatrick McDermott2019-06-051-5/+3
|
* tzselect, zdump: Install executables to /usr/binPatrick McDermott2019-06-051-2/+3
| | | | | These don't attempt to modify system files and are intended for use by unprivileged users. This is where upstream installs them.
* build: Remove extra spacePatrick McDermott2019-06-051-1/+1
|
* build: Drop unnecessary zic -L optionPatrick McDermott2019-06-051-2/+1
|
* build: set -e in long loopPatrick McDermott2019-06-051-2/+2
|
* build: Don't install until installPatrick McDermott2019-06-051-4/+2
|
* build: Use just-built zicPatrick McDermott2019-06-051-1/+1
| | | | | Now that tzcode and tzdata are merged into tzdb, we don't need to depend on tzcode being installed.
* build: zic accepts "L" abbreviation for "Link"Patrick McDermott2019-06-051-2/+2
| | | | | No tables actually use it yet, but we'll be prepared in case they ever do.
* build: zic's -y option is now obsoletePatrick McDermott2019-06-051-2/+1
|
* build: Install zone1970.tabPatrick McDermott2019-06-051-1/+1
|
* build: Drop TZDIR=/usr/share/zoneinfoPatrick McDermott2019-06-051-1/+1
| | | | Upstream now uses this directory too.
* build: Add tzdata target commandsPatrick McDermott2019-06-051-0/+72
|
* build: Add tzcode target commandsPatrick McDermott2019-06-051-0/+13
|
* source.mk: Remove (BusyBox lzip support is broken apparently)Patrick McDermott2019-06-021-2/+0
|
* Initial commitPatrick McDermott2019-06-021-0/+6