From 73c36779078b3690b1e4a6a0a20f8bed90e8cfe1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 20 Oct 2012 16:56:56 -0400 Subject: Update packaging to SPF 2.0. Also, add self to maintainers. --- (limited to 'build') 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 -- cgit v0.9.1