summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-07 12:30:21 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-07 12:30:21 (EST)
commitc9541dc4a5ccb8df9d17cbac0dac75af5776b2d4 (patch)
tree4fcbae2ac88067ebe5dce555ebc44d9d879ccd28
parent031def402877269151dccdc6b95fd26fa5fec7ff (diff)
build: Create build stamp.
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index 892704c..20eb1b7 100755
--- a/build
+++ b/build
@@ -10,6 +10,7 @@ macros = \
build:
oh-autoconfigure
oh-autobuild -- $(macros)
+ touch $@
install: build
oh-autoinstall -- $(macros)