diff options
author | Warren McDonald <wmickeyd@gmail.com> | 2012-12-01 16:17:39 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-11-09 14:36:45 (EST) |
commit | b8ef828470dec3695f1b1fb04a1e4902ef7e63ce (patch) | |
tree | 6f4c6c7e34cfaefe1eb97d220a2620ae5bf692e9 /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)/libmpc.la' + oh-fixperms + oh-strip + oh-installfiles |