From: Thierry Parmentelat Date: Thu, 10 Jan 2008 11:17:38 +0000 (+0000) Subject: cosmetic X-Git-Tag: 4.2-rc2~278 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6c2a94782c8383c5b17a580fecda440a66732452;p=build.git cosmetic --- diff --git a/Makefile b/Makefile index 52f3184a..94d2e191 100644 --- a/Makefile +++ b/Makefile @@ -568,6 +568,7 @@ develclean: # gather build information for the 'About' page # when run from crontab, INIT_CWD not properly set (says /root ..) # so, the nightly build passes NIGHTLY_BASE here +# also store the nightly_base in .base for any post-processing purposes myplc-release: @echo 'Creating myplc-release' rm -f $@ @@ -577,13 +578,13 @@ myplc-release: $(MAKE) --no-print-directory version-svns >> $@ echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx rpm info" >> $@ $(MAKE) --no-print-directory version-rpms >> $@ + @echo $(NIGHTLY_BASE) > .base version-build: @echo -n 'Build bdate: ' ; date '+%Y.%m.%d' @echo -n 'Build btime: ' ; date '+%H:%M' @echo -n 'Build bhostname: ' ; hostname @echo "Build base: $(NIGHTLY_BASE)" - @echo "Build binit_cwd: $(INIT_CWD)" @echo -n 'Build btags: ' ; fgrep '$$''Id' $(PLDISTROTAGS) @echo "Build tarch: $(HOSTARCH)" @echo "Build tdistro: $(DISTRO)"