From 1abc5cbc09b137415add4f9bbe3c2d68405eeb3b Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Mon, 8 Nov 2004 05:03:44 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4503 --- Makefile.am | 1 + checkin_notes | 7 +++++++ nightly-tarball | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1c138be2a5..80927dcb33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,7 @@ UNIX2DOSDIR = /disks/philmor/a/users/quarl/bin dist-hook: rm -rf `find $(distdir) -name .backup -prune -o -name '*~'` PATH=$PATH:$UNIX2DOSDIR cd $(distdir)/win_build && $(UNIX2DOS) boinc.dsw *.dsp + cd $(distdir) && ./_autosetup client-bin: cd client && make client-bin client-bin-gz diff --git a/checkin_notes b/checkin_notes index 8f21831f56..4dd2e6f8ec 100755 --- a/checkin_notes +++ b/checkin_notes @@ -19140,3 +19140,10 @@ Rom 7 Nov 2004 win_build/ boinc.sln boincgui.vcproj + +Karl 2004-11-07 + - add _autosetup steps to nightly-tarball and 'make dist', so that + autogenerated files don't have to be checked into the repository. + + Makefile.am + nightly-tarball diff --git a/nightly-tarball b/nightly-tarball index d828efe3d6..85db33037d 100755 --- a/nightly-tarball +++ b/nightly-tarball @@ -13,7 +13,7 @@ if [ -d /disks/asimov ]; then fi CVSROOT=/usr/local/warez/cvsroot \ - CHECKOUT='cvs export -r HEAD boinc' \ + CHECKOUT='cvs export -r HEAD boinc && (cd boinc && ./_autosetup)' \ DIR=boinc \ FILENAME_TGZ="boinc-cvs-TODAY.tar.gz" \ FILENAME_ZIP="boinc-cvs-TODAY.zip" \ @@ -21,7 +21,7 @@ CVSROOT=/usr/local/warez/cvsroot \ /disks/philmor/a/users/quarl/bin/export-tarball CVSROOT=/usr/local/warez/cvsroot \ - CHECKOUT='cvs export -r HEAD boinc_public' \ + CHECKOUT='cvs export -r HEAD boinc_public && (cd boinc_public && ./_autosetup)' \ DIR=boinc_public \ FILENAME_TGZ="boinc_public-cvs-TODAY.tar.gz" \ FILENAME_ZIP="boinc_public-cvs-TODAY.zip" \