Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2007 18:11:18 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 119435 for review
Message-ID:  <200705071811.l47IBIrr087216@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119435

Change 119435 by piso@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705071811.l47IBIrr087216>