src/utils/raSqlQuery/makefile 1.5
1.5 2009/11/25 07:16:03 kent
Hacking a lot of very trackDb-specific settings parsing into raSqlQuery with db= option on. This enables inherit-by-view.
Index: src/utils/raSqlQuery/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/raSqlQuery/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/utils/raSqlQuery/makefile 22 Nov 2009 02:01:30 -0000 1.4
+++ src/utils/raSqlQuery/makefile 25 Nov 2009 07:16:03 -0000 1.5
@@ -8,9 +8,9 @@
O = raSqlQuery.o rqlParse.o rqlEval.o raRecord.o
raSqlQuery: ${O} ${MYLIBS}
${CC} ${COPT} -o ${DESTDIR}${BINDIR}/${A}${EXE} $O ${MYLIBS} $L
- ${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE}
+# ${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE}
compile:: ${O}
${CC} ${COPT} -o ${A}${EXE} ${O} ${MYLIBS} $L