From d25f3cabb45480decf8ce83edfe403a9c34dec54 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 4 Jan 2008 17:29:03 +0000 Subject: [PATCH] exports plrelease to specfiles --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 5ad0380f..52f3184a 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,9 @@ # #################### +# exported to spec files as plrelease +PLANETLAB_RELEASE = 4.2 + # # Default values # @@ -232,6 +235,7 @@ $($(1).specpath): echo "%define distroname $(DISTRO)" >> $($(1).specpath) echo "%define distrorelease $(RELEASE)" >> $($(1).specpath) echo "%define pldistro $(PLDISTRO)" >> $($(1).specpath) + echo "%define plrelease $(PLANETLAB_RELEASE)" >> $($(1).specpath) $(if $($(1).has-date),echo "%define date $(shell date +%Y.%m.%d)" >> $($(1).specpath),) $(if $($(1)-SPECVARS), \ $(foreach line,$($(1)-SPECVARS), \ -- 2.43.0