Module Name:    othersrc
Committed By:   agc
Date:           Fri Apr 12 20:38:50 UTC 2013

Modified Files:
        othersrc/external/bsd/rs: Makefile

Log Message:
get rid of debugging artifacts which should never have been committed
in the first place


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/rs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/external/bsd/rs/Makefile
diff -u othersrc/external/bsd/rs/Makefile:1.2 othersrc/external/bsd/rs/Makefile:1.3
--- othersrc/external/bsd/rs/Makefile:1.2	Tue Apr 26 15:41:26 2011
+++ othersrc/external/bsd/rs/Makefile	Fri Apr 12 20:38:49 2013
@@ -1,12 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2011/04/26 15:41:26 agc Exp $
+# $NetBSD: Makefile,v 1.3 2013/04/12 20:38:49 agc Exp $
 
 SUBDIR+= librs .WAIT rs
 
-PROCESSOR!= uname -p
-
 .include <bsd.subdir.mk>
 
 t:
-	sudo env USETOOLS=no MAKEOBJDIRPREFIX=/usr/build/obj/${PROCESSOR} ${MAKE} includes
-	sudo env USETOOLS=no MAKEOBJDIRPREFIX=/usr/build/obj/${PROCESSOR} ${MAKE} install
 	cd ${.CURDIR}/rs && ${MAKE} t

Reply via email to