cross-module name change for more consistency
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 4 Mar 2008 13:24:45 +0000 (13:24 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 4 Mar 2008 13:24:45 +0000 (13:24 +0000)
Makefile

index bc72f69..303fd1d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -233,9 +233,9 @@ define target_spec
 $($(1).specpath):
        mkdir -p SPECS
        (echo -n "# Generated by planetlab build from $($(1)-SPEC) on " ; date) > $($(1).specpath)
-       echo "%define distroname $(DISTRO)" >> $($(1).specpath)
+       echo "%define distro $(DISTRO)" >> $($(1).specpath)
        echo "%define distrorelease $(RELEASE)" >> $($(1).specpath)
-       echo "%define distrovsname $(DISTRONAME)" >> $($(1).specpath)
+       echo "%define distroname $(DISTRONAME)" >> $($(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),)