[Pcsclite-cvs-commit] r2784 - /trunk/PCSC/c.sh

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Feb 4 08:15:48 UTC 2008


Author: rousseau
Date: Mon Feb  4 08:15:47 2008
New Revision: 2784

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2784
Log:
add set -x

Modified:
    trunk/PCSC/c.sh

Modified: trunk/PCSC/c.sh
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/c.sh?rev=2784&op=diff
==============================================================================
--- trunk/PCSC/c.sh (original)
+++ trunk/PCSC/c.sh Mon Feb  4 08:15:47 2008
@@ -1,4 +1,6 @@
 #!/bin/sh
+
+set -x
 
 CFLAGS="$CFLAGS -Wall -g -D_REENTRANT -O2 -Wextra -Wno-sign-compare"
 CFLAGS="$CFLAGS -pipe -funsigned-char -fstrict-aliasing -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-value -Wuninitialized -Wpointer-arith -Wredundant-decls -Wmissing-prototypes"




More information about the Pcsclite-cvs-commit mailing list