From: Roland McGrath Date: Wed, 22 Sep 2004 21:56:27 +0000 (+0000) Subject: (outside-patch): redhat -> fedora X-Git-Tag: cvs/fedora-glibc-2_3_3-55~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c699a3bdd7452ff3e44f894c9c6d4a2bd2cc41e3;p=thirdparty%2Fglibc.git (outside-patch): redhat -> fedora ($(tar-name)-$(snapshot-name).tar.bz2): Change deps so we don't force it. --- diff --git a/fedora/Makefile b/fedora/Makefile index 9e9165d9da3..3c5870c4225 100644 --- a/fedora/Makefile +++ b/fedora/Makefile @@ -73,7 +73,7 @@ $(tar-name)-$(snapshot-name)-$(glibc-branch).patch: makepatch.awk glibc.spec \ mv -f patch.tmp $@ # makepatch.awk omits these files from the patch; we put them in a tar file. -outside-patch = redhat c_stubs rtkaio glibc-compat \ +outside-patch = fedora c_stubs rtkaio glibc-compat \ localedata/charmaps/GB18030 iconvdata/gb18030.c $(tar-name)-$(glibc-branch)-$(snapshot-name).tar.bz2: FORCE @@ -84,7 +84,7 @@ $(tar-name)-$(glibc-branch)-$(snapshot-name).tar.bz2: FORCE rm -rf libc mv -f $@.new $@ -$(tar-name)-$(snapshot-name).tar.bz2: FORCE +$(tar-name)-$(snapshot-name).tar.bz2: Makefile branch.mk @rm -rf $(tar-name)-$(snapshot-name) cvs -Q export -d $(tar-name)-$(snapshot-name) $(select-snapshot) libc tar cf - $(tar-name)-$(snapshot-name) | bzip2 -9 > $@.new