diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 |