PERFORCE change 119435 for review

Paolo Pisati piso at FreeBSD.org
Mon May 7 18:11:20 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=119435

Change 119435 by piso at piso_newluxor on 2007/05/07 18:10:18

	reduce diff against HEAD

Affected files ...

.. //depot/projects/soc2006/intr_filter/Makefile#7 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/Makefile#7 (text+ko) ====

@@ -25,7 +25,7 @@
 HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
 
 cscope:	${.CURDIR}/cscopenamefile
-	cd ${.CURDIR}; TMPDIR=/usr/tmp cscope -q -k -p4 -i cscopenamefile
+	cd ${.CURDIR}; cscope -k -p4 -i cscopenamefile
 
 ${.CURDIR}/cscopenamefile: 
 	cd ${.CURDIR}; find ${CSCOPEDIRS} -name "*.[csh]" > ${.TARGET}


More information about the p4-projects mailing list