From b2a9e263360c4a5ee5bf3eeb6b7b0314f90625c3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 11 Oct 2013 11:45:21 -0400 Subject: build: Add configure and build targets. --- diff --git a/build b/build index 2a40656..99e8736 100755 --- a/build +++ b/build @@ -4,3 +4,18 @@ include ../source.mk nop: @: + +configure: + oh-autoconfigure -B obj -- \ + --enable-tui \ + --disable-gdbtk \ + --with-system-readline \ + --with-expat \ + --without-python \ + --with-system-gdbinit=/etc/gdb/gdbinit + touch $@ + +build: configure + oh-autobuild -B obj + oh-autobuild -B obj -T check-gdb + touch $@ -- cgit v0.9.1