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]

make dist on glibc 2.2



I tried make dist with glibc 2.2 and had to make the following
changes.  I didn't check really if any files are missing in the tar
file - I mainly made it work again.

Please note that the whole soft-fp and conform directories are not
part of the tarball - somebody else should fix this.

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

Andreas

============================================================
Index: locale/Makefile
--- locale/Makefile	1999/12/31 18:20:07	1.43
+++ locale/Makefile	2000/01/26 14:23:55
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 92, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
+# Copyright (C) 1991, 92, 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
@@ -30,8 +30,7 @@
 			      $(lib-modules:=.c) config.h simple-hash.h \
 			      charmap-kw.gperf charmap-kw.h locfile-token.h \
 			      locfile-kw.gperf locfile-kw.h linereader.h \
-			      locales.h locfile.h stringtrans.h charmap.h \
-			      repertoire.h)
+			      locfile.h charmap.h repertoire.h)
 routines	= setlocale findlocale loadlocale localeconv nl_langinfo \
 		  mb_cur_max codeset_name \
 		  newlocale duplocale freelocale
============================================================
Index: sysdeps/powerpc/Dist
--- sysdeps/powerpc/Dist	1998/09/14 16:37:37	1.7
+++ sysdeps/powerpc/Dist	2000/01/26 14:23:55
@@ -1,7 +1,4 @@
 dl-machine.c
 dl-start.S
-fenv_const.c
-fenv_libc.h
 ppc-mcount.S
 fe_nomask.c
-t_sqrt.c
============================================================
Index: nss/Makefile
--- nss/Makefile	2000/01/08 05:26:42	1.33
+++ nss/Makefile	2000/01/26 14:23:55
@@ -69,7 +69,7 @@
 			   db-open
 generated		+= $(filter-out db-alias.c db-netgrp.c, \
 					$(addsuffix .c,$(libnss_db-routines)))
-distribute		+= db-XXX.c nss_db.h dummy-db.h
+distribute		+= $(addprefix nss_db/, db-XXX.c nss_db.h dummy-db.h)
 
 
 $(objpfx)makedb: $(libdl) $(objpfx)db-open.o
============================================================
Index: math/Makefile
--- math/Makefile	2000/01/20 08:26:54	1.92
+++ math/Makefile	2000/01/26 14:23:55
@@ -131,7 +131,7 @@
 LDLIBS-atest-sincos = math/libm
 LDLIBS-atest-exp2 = math/libm
 
-distribute += libm-test.inc gen-libm-test.pl
+distribute += libm-test.inc gen-libm-test.pl README.libm-test
 
 
 # The -lieee module sets the _LIB_VERSION_ switch to IEEE mode
============================================================
Index: sysdeps/powerpc/fpu/Dist
--- sysdeps/powerpc/fpu/Dist	created
+++ sysdeps/powerpc/fpu/Dist	Wed Jan 26 14:43:17 2000	1.1
@@ -0,0 +1,3 @@
+fenv_const.c
+fenv_libc.h
+t_sqrt.c

-- 
 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]