Subject: CVS commit: basesrc/distrib/utils/libhack
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/04/2002 00:39:53
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Feb  3 22:39:53 UTC 2002

Modified Files:
	basesrc/distrib/utils/libhack: Makefile Makefile.inc

Log Message:
permanently disable opendir.o until its link bugs (on ELF platforms
only?) are sorted out.  speculation (based on some analysis by simonb)
is that it's because fts calls _opendir2 directly, which forces both
the libhack and the libc versions of opendir.o to be linked in.
in any case, there's space saves to be had elsewhere...


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/distrib/utils/libhack/Makefile
cvs rdiff -r1.12 -r1.13 basesrc/distrib/utils/libhack/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.