Subject: Re: distrib/miniroot/Makefile change?
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Luke Mewburn <lukem@wasabisystems.com>
List: current-users
Date: 05/08/2002 01:00:23
On Tue, May 07, 2002 at 12:45:30AM +0200, Jaromir Dolecek wrote:
| Hi,
| it seems like the latest make release build problems on atari
| are caused by distrib/atari/miniroot/list being pulled after
| distrib/miniroot/list, and thus libhack.o got included
| _after_ the common system libs via LIBS.
this might cause some problem, so i decided to fix this another way.
| I'm not quite sure why this ever worked. However, following
| patch should fix this. Wouldn't it break anything for
| other ports using miniroot?
i've fixed this by enabling libhack in all miniroots.
this shouldn't cause a problem.