Subject: Re: CVS commit: basesrc/distrib/newsmips/floppies/ramdisk
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Luke Mewburn <lukem@wasabisystems.com>
List: source-changes
Date: 02/04/2002 09:40:49
On Mon, Feb 04, 2002 at 02:14:45AM +0900, Izumi Tsutsui wrote:
  | In article <20020203163512.1B009B004@cvs.netbsd.org>
  | lukem@netbsd.org wrote:
  | 
  | > Module Name:	basesrc
  | > Committed By:	lukem
  | > Date:		Sun Feb  3 16:35:12 UTC 2002
  | > 
  | > Modified Files:
  | > 	basesrc/distrib/newsmips/floppies/ramdisk: Makefile
  | > 
  | > Log Message:
  | > use ${HACKOBJS:Ngethost.o} instead of trying to keep HACKOBJS in sync
  | > with HACKSRC/Makefile.inc
  | 
  | Maybe we don't want opendir.o neither,
  | but NOLIBHACKOPENDIR is also deprecated?
  | 
  | BTW, do these functions in util/libhack still have problem?

I didn't realise that gethost.o was disabled because it didn't
function correctly; do you have more details?

I've removed opendir from libhack for now; it has known problems on a
few platforms, and it appears that it's because of ELF issues.
Some tracking down by Simon Burge indicates that its most likely
caused by fts(3) calling __opendir2() directly, and the linker then
wants to pull in opendir.o from both libhack.o and libc.a.

I've removed opendir.o from libhack for now; it just caused too many
problems.

Thanks for the reminder,
Luke.