summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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