From cf9aa1ed0335cdfb60867dbca7e4827189149329 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 22 Jan 2007 07:29:39 +0000 Subject: [PATCH] Added capability to specific OFFLINE=yes to permit test builds of "distrib" and "zip" targets when offline. Also, changed build such that docsrc directory is not longer excluded from packaging. --- releasetools/Targets.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/releasetools/Targets.mk b/releasetools/Targets.mk index 55695b62c..15310f539 100644 --- a/releasetools/Targets.mk +++ b/releasetools/Targets.mk @@ -84,7 +84,11 @@ catalog.xml: .make-catalog.xsl install.sh: $(INSTALL_SH) .CatalogManager.properties.example .urilist catalog.xml cp $< $@ +ifeq ($(OFFLINE),yes) +distrib: all $(DISTRIB_DEPENDS) +else distrib: all $(DISTRIB_DEPENDS) RELEASE-NOTES.txt RELEASE-NOTES.pdf $(NEWSFILE) ChangeHistory.xml.zip +endif #newversion: #ifeq ($(CVSCHECK),) @@ -123,7 +127,11 @@ else grep -v "> $(TMP)/tar.exclude; \ + find . -print | grep "^./$$part/" | cut -c3- >> $(TMP)/tar.exclude; \ done endif # tar up distro, then gzip/bzip/zip it -- 2.49.0