From bbd1f85bf17494a8bd3f78678d58d6c8afae4a8a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 26 May 2013 10:26:18 -0400 Subject: build: Make use of opkhelper 3.0 features. --- (limited to 'build') diff --git a/build b/build index ce703a6..ae6c7d3 100755 --- a/build +++ b/build @@ -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 -- cgit v0.9.1