diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-26 10:26:18 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-26 10:26:18 (EDT) |
commit | bbd1f85bf17494a8bd3f78678d58d6c8afae4a8a (patch) | |
tree | f42dc0a05e70ce7bae354593facd32cbbfb0e3ad /build | |
parent | acd6a8b72031ec9a4988bb0e7cdeed8d60c19c01 (diff) |
build: Make use of opkhelper 3.0 features.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1,14 +1,11 @@ #! /usr/bin/make -f build: - cd src && \ - make -j $${JOBS:-1} && \ - cd .. + oh-autobuild -j $${JOBS:-1} install: - cd src && \ - make CONFIG_PREFIX=$$(pwd)/../dest install && \ - cd .. - #oh-strip + oh-autoinstall + oh-fixperms + oh-strip chmod u+s dest/bin/busybox oh-installfiles |