diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-12 02:17:32 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-12 02:17:32 (EDT) |
commit | 422e5a4f77acf46d17cabbcad7d3f456bf833d5b (patch) | |
tree | ac708e7d4b39d878230f17003d91125a0dfbae7c /build |
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +include ../source.mk + +nop: + @: + +build: + oh-autoconfigure + oh-autobuild + if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \ + oh-autotest; \ + fi + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles |