Patch for missing Depend files
Andreas Jaeger
aj@suse.de
Thu Jul 27 08:37:00 GMT 2000
A quick grep revealed that libio and posix need localedata:
gromit:/usr/src/cvs/libc:[0]$ grep LOCPATH */Makefile
libio/Makefile:tst-widetext-ENV = LOCPATH=$(common-objpfx)localedata LANGUAGE=C
localedata/Makefile:TEST_MBWC_ENV:= LOCPATH=$(common-objpfx)localedata
posix/Makefile:tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata
I've added some Depend files. Is this ok to commit?
Andreas
2000-07-27 Andreas Jaeger <aj@suse.de>
* libio/Depend: New file, libio needs localedata for tests.
* posix/Depend: Likewise.
============================================================
Index: posix/Depend
--- posix/Depend created
+++ posix/Depend Thu Jul 27 17:31:16 2000 1.1
@@ -0,0 +1 @@
+localedata
============================================================
Index: libio/Depend
--- libio/Depend created
+++ libio/Depend Thu Jul 27 17:30:55 2000 1.1
@@ -0,0 +1 @@
+localedata
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
More information about the Libc-hacker
mailing list