diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-20 16:56:56 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-20 16:58:14 (EDT) |
commit | 73c36779078b3690b1e4a6a0a20f8bed90e8cfe1 (patch) | |
tree | 8053cd0261e70f78812dc4f937c64fbd668f56c9 /build | |
parent | 878465db24827a4f5fe382df6660c87242af8e28 (diff) |
Update packaging to SPF 2.0.
Also, add self to maintainers.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 19 |
1 files changed, 7 insertions, 12 deletions
@@ -1,18 +1,13 @@ #! /usr/bin/make -f -PKGS = busybox - -$(PKGS): busybox.buildstamp - -.SILENT: busybox.buildstamp -busybox.buildstamp: +build: cd src && \ make -j $${JOBS:-1} && \ + cd .. + +install: + cd src && \ make CONFIG_PREFIX=$$(pwd)/../dest install - oh-strip -g /bin/busybox + #oh-strip chmod u+s dest/bin/busybox - oh-installfiles $(PKGS) - oh-installdocs busybox - oh-gencontrol $(PKGS) - oh-buildopk $(PKGS) - touch busybox.buildstamp + oh-installfiles |