summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-04-06 03:52:05 +0000
committerRoland McGrath <roland@gnu.org>2005-04-06 03:52:05 +0000
commit1ecd9cbca5e91bea3bdbb6a9cfb585e63417bc4b (patch)
tree529364a2572a124a159dd47998854329c226f93a /Makefile
parent864cb7911aa7dd4f638364d7a11638c19ba897a7 (diff)
Updated to fedora-glibc-2_3-20050406T0344
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50ee40c26a..bfa26862d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1991-2002, 2003, 2004, 2005 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
@@ -288,7 +288,12 @@ glibc-%.tar $(dist-separate:%=glibc-%-%.tar): $(files-for-dist) \
$(foreach D,$(dist-separate),\
$D/configure)
@rm -fr glibc-$*
+ $(MAKE) -q `find sysdeps $(addsuffix /sysdeps,$(add-ons)) \
+ -name configure`
cvs $(CVSOPTS) -Q export -d glibc-$* -r $(tag-of-stem) libc
+# Touch all the configure scripts going into the tarball since cvs export
+# might have delivered configure.in newer than configure.
+ find glibc-$* -name configure -print | xargs touch
$(dist-do-separate-dirs)
tar cf glibc-$*.tar glibc-$*
rm -fr glibc-$*