Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2000 16:59:38 -0400
From:      Bush Doctor <dervish@goku.cl.msu.edu>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/18240: /usr/ports/print/lyx/make  doesn't work (patch included)
Message-ID:  <20000428165938.B61707@goku.cl.msu.edu>
In-Reply-To: <200004282020.NAA62625@freefall.freebsd.org>; from dervish@goku.cl.msu.edu on Fri, Apr 28, 2000 at 01:20:03PM -0700
References:  <200004282020.NAA62625@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Out of da blue Bush Doctor aka (dervish@goku.cl.msu.edu) said:
>  Ok, you've given me some insight.  We want every Makefile.in
>  in ${WRKSRC} along with src/config.h.in. So how about
>  
>  a)	@find ${WRKSRC} -name 'Makefile.in' | xargs ${TOUCH}
>  	@${TOUCH} ${WRKSRC}/src/config.h.in
>  
>  b)	@find ${WRKSRC} -name 'Makefile.in' -exec ${TOUCH} ';'
Oops, forgot the curley braces

b)	@find ${WRKSRC} -name 'Makefile.in' -exec ${TOUCH} {} ';'


#;^)
-- 
f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.

bush doctor
<dervish@goku.cl.msu.edu>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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