diff options
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 |