Subject: Re: share/me/Makefile removes just installed files
To: Alexander Yurchenko <grange@srv2.rt.mipt.ru>
From: David Laight <david@l8s.co.uk>
List: netbsd-bugs
Date: 03/20/2004 20:45:33
On Sat, Mar 20, 2004 at 10:04:50PM +0300, Alexander Yurchenko wrote:
> Index: share/me/Makefile
> ===================================================================
> RCS file: /cvsroot/src/share/me/Makefile,v
> retrieving revision 1.24
> diff -u -r1.24 Makefile
> --- share/me/Makefile	20 Mar 2004 11:35:15 -0000	1.24
> +++ share/me/Makefile	20 Mar 2004 19:05:04 -0000
> @@ -27,7 +27,7 @@
>  	sed -f ${.CURDIR}/strip.sed < ${.ALLSRC} > ${M}.tmp
>  	${INSTALL_FILE:N-c} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
>  		${M}.tmp ${.TARGET}
> -	@rm -f ${.TARGET} ${M}.tmp
> +	@rm -f ${M}.tmp
>  .endfor
>
>  #.for M in ${TMSRCS}

I blame vi....

Fixed

	David

-- 
David Laight: david@l8s.co.uk