Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/distrib/utils/libhack



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.




Home | Main Index | Thread Index | Old Index