From bda2be48a2855e858a0600f1447c7a50eafc5fc7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 18 Oct 2014 11:05:44 -0400 Subject: build: Add "build" and "install" targets --- diff --git a/build b/build index 2a40656..d832004 100755 --- a/build +++ b/build @@ -4,3 +4,23 @@ include ../source.mk nop: @: + +build: + chmod a+rx src + oh-autoconfigure -- \ + --disable-bundled-libtom + cp ../options.h src/options.h + oh-autobuild -- \ + PROGRAMS='dropbear dbclient dropbearkey scp' \ + MULTI=1 \ + SCPPROGRESS=1 + oh-autobuild -- \ + PROGRAMS='dropbearconvert' + touch $@ + +install: build + oh-autoinstall -- \ + PROGRAMS='dropbear dbclient dropbearkey scp' \ + MULTI=1 + oh-autoinstall -- \ + PROGRAMS='dropbearconvert' -- cgit v0.9.1