DJ Lucas wrote:
> DJ Lucas wrote:
> 
> 
>>actually I think the
>>majority of projects (baring OOo for now) should be able to be built
>>with the option '-source 1.4' passed to javac...
> 
> 
> looks like a sed to solenv/inc/settings.mk should be able to solve this.
> 
> sed -i [EMAIL PROTECTED]@JAVAC=javac -source 1.3@ solenv/inc/settings.mk
> 
Not that it actually matters, but newline doesn't replace the commented
one and I didn't quote the above.

sed -i '[EMAIL PROTECTED]@JAVAC=javac -source 1.3@' solenv/inc/settings.mk

-- DJ Lucas
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to