From: Roland McGrath Date: Wed, 22 Sep 2004 22:41:09 +0000 (+0000) Subject: Some tweaks for update X-Git-Tag: cvs/fedora-glibc-2_3_3-55~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0d24ebc124a3ca47b257109fce14fc81a0cf363;p=thirdparty%2Fglibc.git Some tweaks for update --- diff --git a/fedora/.cvsignore b/fedora/.cvsignore new file mode 100644 index 00000000000..02a03c3ffc1 --- /dev/null +++ b/fedora/.cvsignore @@ -0,0 +1,5 @@ +glibc-*.tar.bz2 +glibc-*.src.rpm +glibc-fedora.patch +glibc.spec +update.log diff --git a/fedora/Makefile b/fedora/Makefile index 05f308f13ce..c5b90f348c0 100644 --- a/fedora/Makefile +++ b/fedora/Makefile @@ -43,8 +43,8 @@ update: echo "$(glibc-branch)-sync-date := $$now"; \ $(if $(on-branch),echo "$(glibc-branch)-sync-tag := $$new";) \ ) > branch.mk; \ - cd ..; cvs -q update -d -P -j"$$old" -j"$$new" \ - 2>&1 | tee redhat/update.log + cd ..; (set -x; cvs -q update -d -P -j"$$old" -j"$$new") \ + 2>&1 | tee fedora/update.log commit-merge: cd ..; cvs -Q commit -m"Updated to $(snapshot-id)"