diff options
author | P. 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) |
commit | e5c4d3d4f509eb9d60e1a772e976cabe6d74bc5f (patch) | |
tree | 6f8f05f5164036f50e534765b6b048d8d52563c3 /build | |
parent | 9bcff3ce43a48466a5ea3266b63f802882ee9b1b (diff) |
build: Create and depend on build stamp.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,8 +25,9 @@ nop: build: oh-autobuild -- -j $${JOBS:-1} + touch $@ -install: +install: build oh-autoinstall oh-fixperms oh-strip |