diff options
author | P. 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) |
commit | 9feddede4384bf9ad55bc1537f80f2f452eac852 (patch) | |
tree | 960edc4fb8937d58f2efa06aa003aa6a6aa16f2c | |
parent | d9687b36180ef17bc45064e9c81b75551b23f6e4 (diff) |
build: Add commands.
-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 |