summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-02 14:21:08 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-02 14:21:08 (EDT)
commit21354e20f586f37fa2a163fffa95af4bfb9d098d (patch)
tree10c11f56586ec0053c93cb75f31107feb82a5501
parenta84465b362e8886435fd4959afa0a6afcece1e23 (diff)
build: Split oh-autoconfigure into a new target.
-rwxr-xr-xbuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/build b/build
index 101b060..f284b04 100755
--- a/build
+++ b/build
@@ -2,10 +2,13 @@
include ../source.mk
-build:
+configure:
oh-autoconfigure -- \
--enable-threads --disable-java \
--without-emacs
+ touch $@
+
+build: configure
oh-autobuild
touch $@