This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for missing Depend files



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]