summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@walk.suse.cz>2010-08-31 20:12:15 +0200
committerPetr Mladek <pmladek@walk.suse.cz>2010-08-31 20:26:36 +0200
commit970243c7ac75aa9c1330d91b416543760e06aa43 (patch)
tree4dbf11fe8f484cc102be564234b7e24e4b0c65e5 /Makefile.shared
parentb9906a9b6e68c76ed65eed566ae570aff184daea (diff)
Support for build with released ooo sources from git
* bin/ooo-pack-sources: do not copy src/ooo-build-* files; use ooo-build-<piece>.tar.bz2 for the piece tarballs * bin/setup.in: new OOO_TAG variable to get the right external sources from http://hg.services.openoffice.org; new OOO_SOURCEVERSION to use another OOo sources from git than the ooo-build version; use the new source tarball names ooo-build-<piece>.tar.bz2 * configure.in: set version 3.2.98.0; set DEFAULT_TAG=ooo-build-3.2.98.0; set DEFAULT_OOO_TAG=ooo330-m4; --with-tag newly defines the tag from the build repo; new option --with-ooo-tag allows to redefine OOO_TAG; new option --with-source-version allow to redefine OOO_SOURCEVERSION; replace tabs with space to make the new git commit check happy * download.in: download and repack the ooo sources as defined by the CVSTAG and OOO_SOURCEVERSION variables and new naming scheme * download_external_sources.sh: use OOO_TAG instead of CVSTAG * Makefile.shared: allow to build without clone dir * patches/dev300/apply: add ooo-build-3.2.98.0 to the supported tags * bin/Makefile.am: pack the ooo-pack-sources script * src/.gitignore: ignore fetch.log
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 234c2d6c2..70d0b2217 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -88,7 +88,7 @@ $(STAMP_DIR)/refresh : $(CLONEDIR)/repos_changed
touch $@
$(CLONEDIR)/repos_changed :
- if test ! -e $@ ; then touch $@ ; fi
+ if test "z$(OOO_GIT)" != "z" -a ! -e $@ ; then touch $@ ; fi
# Build bits: