summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-06 12:34:19 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-06 12:34:19 (EDT)
commit3599c10c1c874edf90d1f8832e2f5bc04972b73d (patch)
treecb100026ce8e0a66200d9ebf5cc9c9122e535953
parent8cfd46905827e91dbf42bde406a3fc5514573646 (diff)
build: Rearrange $(INSTALL) commands, drop comments
-rwxr-xr-xbuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/build b/build
index a9c009b..4bc43d5 100755
--- a/build
+++ b/build
@@ -28,18 +28,15 @@ build:
touch $@
install: build
- # Install utilities.
@$(INSTALL) src/tzselect tzselect.data/usr/bin
+ @$(INSTALL) src/iso3166.tab tzselect.data/usr/share/zoneinfo
+ @$(INSTALL) src/zone1970.tab tzselect.data/usr/share/zoneinfo
@$(INSTALL) src/zdump zdump.data/usr/bin
@$(INSTALL) src/zic zic.data/usr/sbin
- # Install documentation.
@$(INSTALL) src/tzfile.5 tzcode-doc.data/usr/share/man/man5
@$(INSTALL) src/tzselect.8 tzcode-doc.data/usr/share/man/man8
@$(INSTALL) src/zdump.8 tzcode-doc.data/usr/share/man/man8
@$(INSTALL) src/zic.8 tzcode-doc.data/usr/share/man/man8
- # Install country and zone tables used by tzselect.
- @$(INSTALL) src/iso3166.tab tzselect.data/usr/share/zoneinfo
- @$(INSTALL) src/zone1970.tab tzselect.data/usr/share/zoneinfo
# Install the Factory zone and make it the default localtime.
src/zic -d tzdata.data/usr/share/zoneinfo src/factory
mkdir -p tzdata.data/etc