summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-18 16:41:03 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-18 16:41:03 (EDT)
commit9feddede4384bf9ad55bc1537f80f2f452eac852 (patch)
tree960edc4fb8937d58f2efa06aa003aa6a6aa16f2c
parentd9687b36180ef17bc45064e9c81b75551b23f6e4 (diff)
build: Add commands.
-rwxr-xr-xbuild14
1 files changed, 13 insertions, 1 deletions
diff --git a/build b/build
index 7a5964b..6a35d2d 100755
--- a/build
+++ b/build
@@ -5,10 +5,22 @@ include ../source.mk
nop:
@:
-build:
+configure:
+ oh-autoconfigure -s src/unix -- \
+ --enable-shared \
+ --enable-threads \
+ --enable-dll-unloading \
+ --disable-rpath \
+ --enable-man-symlinks
+ touch $@
+
+build: configure
+ oh-autobuild -s src/unix
touch $@
install: build
+ oh-autoinstall -s src/unix -- \
+ MANN_INSTALL_DIR='$$(MAN_INSTALL_DIR)/man3'
oh-fixperms
oh-strip
oh-installfiles