Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 1999 11:30:46 +0200 (CEST)
From:      Nick Hibma <nick.hibma@jrc.it>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        chris@holly.dyndns.org, dcs@newsguy.com, freebsd-bugs@FreeBSD.ORG
Subject:   Re: i386/11204: config -g -> no kernel, only kernel.debug
Message-ID:  <Pine.BSF.3.96.990419113026.83369E-100000@elpc36.jrc.it>
In-Reply-To: <199904190518.PAA14619@godzilla.zeta.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help

This is exactly what I thought would be the problem.

I dunno how to solve it properly though.

Nick


On Mon, 19 Apr 1999, Bruce Evans wrote:

 > >>  I thought the target "all" was required in the procedure.
 > >
 > >   The 'all' target is run by default.  The target that was
 > >forgotten was 'depend'.
 > 
 > No, the first target is run by default.  The `all' target is just an
 > optional convention.  No target was forgotten, but the order of the
 > targets is broken.  Recent changes made the brokenness more visible.
 > 
 > Previous order and names:
 > 
 > kernel: ...
 > swapkernel.o: ...
 > all: kernel
 > 
 > Current order and names:
 > 
 > ${FULLKERNEL}: ...
 > swapkernel.o: ...
 > all: kernel
 > 
 > Correct order and names:
 > 
 > all: ${KERNEL}
 > swap${KERNEL}.o: ...		# not in logical order, but that doesn't matter
 > ${FULLKERNEL}: ...
 > 
 > Bruce
 > 
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-bugs" in the body of the message
 > 
 > 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990419113026.83369E-100000>