summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-19 20:55:45 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-19 20:56:20 (EST)
commite5c4d3d4f509eb9d60e1a772e976cabe6d74bc5f (patch)
tree6f8f05f5164036f50e534765b6b048d8d52563c3 /build
parent9bcff3ce43a48466a5ea3266b63f802882ee9b1b (diff)
build: Create and depend on build stamp.
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 99a9d90..6e2568b 100755
--- a/build
+++ b/build
@@ -25,8 +25,9 @@ nop:
build:
oh-autobuild -- -j $${JOBS:-1}
+ touch $@
-install:
+install: build
oh-autoinstall
oh-fixperms
oh-strip