summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-09 17:23:52 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-09 17:31:00 (EDT)
commitdebc641386aadbee613f7b03f3463b82ac426231 (patch)
treebfcaf5369f8ac21e6362c6459c96d5ee172fce3b /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