From a22b96165f38bbbee78f69c7cc2c3fa94ad6f706 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 25 Jun 2019 19:50:53 -0400 Subject: build: Implement targets --- (limited to 'build') diff --git a/build b/build index 1cc15b2..e51f39c 100755 --- a/build +++ b/build @@ -5,5 +5,15 @@ include ../source.mk nop: build: + oh-autobuild -- LIBINTL=NONE + touch $@ -install: +install: build + oh-autoinstall -- prefix=/usr + # Current and planned standard C libraries provide libintl. + rm -fv dest/usr/include/libintl.h + rm -fv dest/usr/lib/libintl.a + oh-fixperms + oh-strip + oh-installfiles + oh-shlibdeps -- cgit v0.9.1