This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


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

Necessary fixes for "make dist"



Hi all,
	I just tried to "make dist" from the CVS snapshot. Here is what I had 
to fix (besides doing "make" in the ./manual/ directory... )-: 

--- libc/Makefile	Sun Mar 26 20:43:19 2000
+++ libc.new/Makefile	Wed Apr  5 16:11:54 2000
@@ -262,7 +262,7 @@
 			    rellns-sh config.sub config.guess		\
 			    mkinstalldirs move-if-change install-sh	\
 			    test-installation.pl gen-FAQ.pl versions.awk\
-			    gen-sorted.awk)
+			    abi-versions.awk firstversions.awk gen-sorted.awk)
 
 distribute := $(strip $(distribute))
 generated := $(generated) stubs.h
--- libc/sysdeps/unix/sysv/linux/Dist	Thu Mar 30 18:29:24 2000
+++ libc.new/sysdeps/unix/sysv/linux/Dist	Wed Apr  5 15:07:43 2000
@@ -74,7 +74,5 @@
 sys/vt.h
 xstatconv.c
 getdents64.c
-getresuid.c
-getresgid.c
 umount.S
 umount2.S


(Or did someone forget to "cvs add getres?id.c" ;-) ?

	Torsten

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