Date: Thu, 28 Mar 2002 17:15:42 -0800 From: Julian Elischer <julian@vicor-nb.com> To: questions@freebsd.org Subject: Stupid "make" question Message-ID: <3CA3C03E.F1607CE8@vicor-nb.com>
next in thread | raw e-mail | index | archive | help
Maybe a Make guru can help me on this: I want to embed the following snippet into a Makefile, but it'd defeating me.... # # find the files being patched and revert them using CVS # unpatch: FILES=`grep Index ${FREEBSD_PATCHES}/*/*.patch | awk '{print $2}'`; \ rm $$FILES ; cd src;cvs update $$FILES ) any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CA3C03E.F1607CE8>