summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-04 13:17:28 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-04 13:18:07 (EDT)
commit6273e7575d12a987dde0d20a9026332b6c80a997 (patch)
tree2e14c6a35446bf50333d0cbf5534efa8f468f3fd /build
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-xbuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..84fb41b
--- /dev/null
+++ b/build
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+
+include ../source.mk
+
+nop:
+ @:
+
+configure:
+ oh-autoconfigure
+ touch $@
+
+build: configure
+ oh-autobuild
+ touch $@
+
+install: build
+ oh-autoinstall
+ oh-fixperms
+ oh-strip
+ oh-installfiles