summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-05 02:21:19 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-05 03:11:15 (EST)
commitb305a9961eeb76e1a3b76602f6ae379193ef53ab (patch)
treecd4466d5c80d16bef641ac6aae6780985744e0da
parent396953fe408a22d946a3101615462e5ad54a487c (diff)
build: Add targets
-rwxr-xr-xbuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/build b/build
index 2a40656..0c37ab9 100755
--- a/build
+++ b/build
@@ -2,5 +2,23 @@
include ../source.mk
+OPTS = \
+ prefix=/usr \
+ NO_PERL=1 \
+ NO_OPENSSL=1 \
+ NO_TCLTK=1 \
+ NO_GETTEXT=1
+
nop:
@:
+
+build:
+ oh-autobuild -- $(OPTS)
+ touch $@
+
+install: build
+ oh-autoinstall -- $(OPTS)
+ oh-fixperms
+ oh-strip
+ oh-installfiles
+ oh-shlibdeps