Add _build target for convenience.
authorBen Pfaff <blp@gnu.org>
Sat, 29 Oct 2005 05:29:19 +0000 (05:29 +0000)
committerBen Pfaff <blp@gnu.org>
Sat, 29 Oct 2005 05:29:19 +0000 (05:29 +0000)
Smake

diff --git a/Smake b/Smake
index 492fa79798375b1df7f4a93ac23ec5f1259e0119..3b2a948b22bef0ea471f217c003ce902cff98cb2 100644 (file)
--- 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                        \