Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2015 14:22:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 54594] [patch] make(1) apply regexps to the entire variable -- a new variable modifier
Message-ID:  <bug-54594-8-Lnwcqz9pIU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-54594-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-54594-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=54594

Jilles Tjoelker <jilles@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jilles@FreeBSD.org
             Status|In Progress                 |Closed
         Resolution|---                         |FIXED

--- Comment #1 from Jilles Tjoelker <jilles@FreeBSD.org> ---
The new make(1) in stable/10 and newer, bmake, available as devel/bmake from
ports in older branches, can do this. It is implemented as a new option (in
addition to '1' and 'g') to the :C and :S variable modifiers. Your example is
written as follows:

CLASSPATH=${JARS:C/ +/:/gW}

By the way, I wonder why you're using make instead of a Java-specific build
system for a Java project ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-54594-8-Lnwcqz9pIU>