summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. 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)
commit73c36779078b3690b1e4a6a0a20f8bed90e8cfe1 (patch)
tree8053cd0261e70f78812dc4f937c64fbd668f56c9 /build
parent878465db24827a4f5fe382df6660c87242af8e28 (diff)
Update packaging to SPF 2.0.
Also, add self to maintainers.
Diffstat (limited to 'build')
-rwxr-xr-xbuild19
1 files changed, 7 insertions, 12 deletions
diff --git a/build b/build
index b21acc5..a75affc 100755
--- a/build
+++ b/build
@@ -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