pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp Smake


From: Ben Pfaff
Subject: [Pspp-cvs] pspp Smake
Date: Mon, 15 Jan 2007 20:01:52 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/01/15 20:01:52

Modified files:
        .              : Smake 

Log message:
        Add _debug target to create _debug directory and configure with
        --enable-debug.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/Smake?cvsroot=pspp&r1=1.44&r2=1.45

Patches:
Index: Smake
===================================================================
RCS file: /cvsroot/pspp/pspp/Smake,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- Smake       4 Jan 2007 08:15:26 -0000       1.44
+++ Smake       15 Jan 2007 20:01:52 -0000      1.45
@@ -101,6 +101,10 @@
        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/address@hidden po/address@hidden                    \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]