From cfaecbde398689dfb50f0e9d671a359417a977aa Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 29 Apr 2012 17:54:04 -0400 Subject: Initial commit. Package from Joe, plus modifications by P. J. --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..b21acc5 --- /dev/null +++ b/build @@ -0,0 +1,18 @@ +#! /usr/bin/make -f + +PKGS = busybox + +$(PKGS): busybox.buildstamp + +.SILENT: busybox.buildstamp +busybox.buildstamp: + cd src && \ + make -j $${JOBS:-1} && \ + make CONFIG_PREFIX=$$(pwd)/../dest install + oh-strip -g /bin/busybox + chmod u+s dest/bin/busybox + oh-installfiles $(PKGS) + oh-installdocs busybox + oh-gencontrol $(PKGS) + oh-buildopk $(PKGS) + touch busybox.buildstamp -- cgit v0.9.1