Date: Wed, 4 Jul 2001 11:29:48 -0700 (PDT) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.gnome.mk Message-ID: <200107041829.f64ITmM95778@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/07/04 11:29:48 PDT Modified files: Mk bsd.gnome.mk Log: Workarround a bug in make(1) that leads results in --datadir/--localstatedir not being set properly for some ports. The problem is that ":S" modifier collapses spaces, even if the regex doesn't match. The following piece of make(1) "code" illustrates the problem: foo= a b .if ${foo} != ${foo:S/x//} all: @${ECHO} 'BAD!' .endif Revision Changes Path 1.11 +3 -3 ports/Mk/bsd.gnome.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107041829.f64ITmM95778>