From: Ben Pfaff Date: Sat, 29 Oct 2005 05:29:19 +0000 (+0000) Subject: Add _build target for convenience. X-Git-Tag: v0.6.0~1156 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=41e094be993eeb4efdb747da26d0013f8c418e04 Add _build target for convenience. --- diff --git a/Smake b/Smake index 492fa797..3b2a948b 100644 --- a/Smake +++ b/Smake @@ -37,6 +37,10 @@ check: all cd _check && make distcheck rm -rf _check +_build: all + test -d _build || mkdir _build + cd _build && ../configure $(CONFIGUREFLAGS) + PO_FILES = po/ChangeLog po/Makefile po/Makefile.in po/Makefile.in.in \ po/POTFILES po/POTFILES.in po/Rules-quot po/boldquot.sed \ po/cat-id-tbl.c po/en@boldquot.header po/en@quot.header \