This is the mail archive of the libc-hacker@sourceware.cygnus.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]

Re: make dist on glibc 2.2


>>>>> Andreas Schwab writes:

 > Andreas Jaeger <aj@suse.de> writes:
 > |> Please note that the whole soft-fp and conform directories are not
 > |> part of the tarball - somebody else should fix this.

 > soft-fp is an add-on.  I don't know what you mean with `conform'.

There's a subdirectory called conform in glibc 2.2.:
ls -l conform/
total 15
drwxr-xr-x   2 aj       users        1024 Aug 26 07:16 CVS
-rw-r--r--   1 aj       users         991 Aug 24 19:50 Makefile
-rw-r--r--   1 aj       users       11823 Aug 26 07:16 conformtest.pl
drwxr-xr-x   3 aj       users        1024 Aug 26 07:18 data

 > |> Btw. how do we get libm-test-ulps (sofar in sysdeps/generic/ and
 > |> sysdeps/i386) added to the tarball?

 > Please try adding it to +sysdep-tscrs in Make-dist.

Thanks that worked!

Uli, please apply the appended patch to glibc 2.2.

Andreas

2000-01-26  Andreas Jaeger  <aj@suse.de>

	* Make-dist (+sysdep-tscrs): Add libm-test-ulps.


============================================================
Index: Make-dist
--- Make-dist	1999/07/20 08:14:44	1.90
+++ Make-dist	2000/01/26 17:36:50
@@ -1,4 +1,4 @@
-# Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc.
+# Copyright (C) 1991,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -182,7 +182,8 @@
 foo:=$(shell echo '+sysdep-dist=$(+sysdep-dist)' >&2)
 
 +sysdep-tsrcs := $(wildcard $(foreach file,Makefile Implies syscalls.list\
-				           configure configure.in Versions,\
+				           configure configure.in Versions\
+					   libm-test-ulps,\
 				      $(addsuffix /$(file),$(sysdep_dirs)))) \
 		 $(+sysdep-dist)
 


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

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