https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=54594

Jilles Tjoelker <jil...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jil...@freebsd.org
             Status|In Progress                 |Closed
         Resolution|---                         |FIXED

--- Comment #1 from Jilles Tjoelker <jil...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to