From ac0bf135a197ff174ef3ea5e12db8cf93ec6523c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 15 Jan 2007 20:01:52 +0000 Subject: [PATCH] Add _debug target to create _debug directory and configure with --enable-debug. --- Smake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Smake b/Smake index 35dd3285..74202e99 100644 --- a/Smake +++ b/Smake @@ -101,6 +101,10 @@ _build: all test -d _build || mkdir _build cd _build && ../configure $(CONFIGUREFLAGS) +_debug: all + test -d _debug || mkdir _debug + cd _debug && ../configure $(CONFIGUREFLAGS) --enable-debug + 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 \ -- 2.30.2