From 6c2a94782c8383c5b17a580fecda440a66732452 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 10 Jan 2008 11:17:38 +0000 Subject: [PATCH] cosmetic --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)" -- 2.47.0