Merge fix from 2.5 branch to leave timestamps alone when exporting

tarball.
This commit is contained in:
Steve Beattie 2011-02-24 01:32:08 -08:00
parent 2fed7cdb61
commit d1789d1469

View file

@ -43,7 +43,7 @@ snapshot: clean
.PHONY: export_dir
export_dir:
mkdir $(__EXPORT_DIR)
/usr/bin/bzr export -r $(__REPO_VERSION) $(__EXPORT_DIR) $(REPO_URL)
/usr/bin/bzr export --per-file-timestamps -r $(__REPO_VERSION) $(__EXPORT_DIR) $(REPO_URL)
echo "$(REPO_URL) $(__REPO_VERSION)" > $(__EXPORT_DIR)/common/.stamp_rev
.PHONY: clean