diff options
author | Warren McDonald <wmickeyd@gmail.com> | 2012-11-30 21:10:39 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-11-09 14:46:24 (EST) |
commit | d684eb5bf6863ac247071e66806fb8170bbe85c9 (patch) | |
tree | 5b47f18d58e0d641705da7d7526fd3b3748eb51b /build |
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +#! /usr/bin/make -f + +nop: + @: + +build: + oh-autoconfigure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/libmpfr.la' + oh-fixperms + oh-strip + oh-installfiles |