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