Don't drag the host CCVER into the release build
authorSimon Schubert <corecode@dragonflybsd.org>
Wed, 3 Dec 2008 23:20:05 +0000 (00:20 +0100)
committerSimon Schubert <corecode@dragonflybsd.org>
Wed, 3 Dec 2008 23:26:50 +0000 (00:26 +0100)
commit82f56cac7e8727ec6f6cc368858dbb83ff308a55
treee487a0124e0b88fff2e60aa50b3742a289512c0e
parent7e90771f8b0147ef1c9682108631cae4f97a5f23
Don't drag the host CCVER into the release build

nrelease was defaulting WORLD_CCVER, which is passed as CCVER to buildworld
and KERNEL_CCVER, which is passed as CCVER to buildkernel, to CCVER.  However
the system makefiles set CCVER themselves, thus dragging their idea of the
default CCVER into the release build.

This commit should fix snapshots being built with gcc34 on chlamydia running 1.8-REL.
nrelease/Makefile