Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 1998 10:43:30 +0100
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        Brian Somers <brian@Awfulhak.org>
Cc:        cvs-committers@FreeBSD.ORG
Subject:   Re: -STABLE breakage... ppp.lo: Undefined symbol `_deflateReset` ...
Message-ID:  <19980131104330.17210@klemm.gtn.com>
In-Reply-To: <19980130230438.04817@klemm.gtn.com>; from Andreas Klemm on Fri, Jan 30, 1998 at 11:04:38PM %2B0100
References:  <19980130115556.48535@klemm.gtn.com> <199801302103.VAA05803@awfulhak.org> <19980130230438.04817@klemm.gtn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 30, 1998 at 11:04:38PM +0100, Andreas Klemm wrote:
> > I've just MFC'd a few files that should sort this out.  Any feedback 
> > would be appreciated (my RELENG_2_2 machine is not good for release 
> > testing !).
> 
> Thanks, I'll report the results of changes to you after "make buildworld"
> and "make release" have finished... Unfortunately I started over just to
> make sure, everything is fine ... A make rerelease would have been faster.

This is another one:

mkdir -p /R/stage/crunch
export RELEASE_BUILD_FIXIT=noway ;  for j in boot fixit ; do  rm -rf ${j}_crunch &&  mkdir ${j}_crunch &&  ( cd ${j}_crunch &&  crunchgen /usr/src/release/${j}_crunch.conf &&  make -f ${j}_crunch.mk all NOCRYPT=yes  "CFLAGS=-O2 -pipe   -DCRUNCHED_BINARY") &&  make -DRELEASE_CRUNCH -f ${j}_crunch.mk subclean all  NOCRYPT=yes "CFLAGS=-O2 -pipe   -DCRUNCHED_BINARY") &&  mv ${j}_crunch/${j}_crunch /R/stage/crunch/${j} &&  true || { rm -rf ${j}_crunch ; false ; } ;  done
Syntax error: ")" unexpected (expecting "done")
*** Error code 2

Stop.
*** Error code 1




-- 
Andreas Klemm
powered by ,,symmetric multiprocessor FreeBSD''



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