src/hg/makeDb/trackDbPatch/makefile 1.2

1.2 2009/11/23 07:39:46 kent
Creating patched files in -test mode now. Works for adding new fields, keeping comments and indentation level. Haven't tested yet for modifying existing fields.
Index: src/hg/makeDb/trackDbPatch/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/trackDbPatch/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 1000000 -r1.1 -r1.2
--- src/hg/makeDb/trackDbPatch/makefile	22 Nov 2009 23:56:30 -0000	1.1
+++ src/hg/makeDb/trackDbPatch/makefile	23 Nov 2009 07:39:46 -0000	1.2
@@ -1,18 +1,18 @@
 include ../../../inc/common.mk
 
 L += -lm
 MYLIBDIR = ../../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkweb.a
 
 A = trackDbPatch
 O = trackDbPatch.o
 
 trackDbPatch: ${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
 
 clean::
 	rm -f ${A} ${O}