From 9feddede4384bf9ad55bc1537f80f2f452eac852 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 18 Sep 2013 16:41:03 -0400 Subject: build: Add commands. --- 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 -- cgit v0.9.1