X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=onelab-install.mk;h=0d54a3060dd912dfb25a11e2cfcc190e8d23de20;hb=2caf6539083f32b51e92e7a984cd9ffe8d5d6805;hp=b5422d9092fb9f039435da6dbb1b7842b405e7b8;hpb=506872bc802de7c7975f6e6f2b775521e09effcf;p=build.git diff --git a/onelab-install.mk b/onelab-install.mk index b5422d90..0d54a306 100644 --- a/onelab-install.mk +++ b/onelab-install.mk @@ -6,6 +6,11 @@ # Installation rules # +install: + @echo WARNING: this target is deprecated + @echo you might siwh to use the noderepo rpm instead + @echo former behaviour is available throuhg make install-obsolete + # make install : # uses $(PLCSSH) as an ssh address for the destination host # first copies everything on a separate rpm repo, prepares it, @@ -35,11 +40,11 @@ RSYNC_COND_DRY_RUN := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,) RSYNC := rsync $(RSYNC_COND_DRY_RUN) INSTALL-TARGETS := install-rpms install-index install-adopt install-bootstrap -install: $(INSTALL-TARGETS) -.PHONY: install $(INSTALL-TARGETS) +install-obsolete: $(INSTALL-TARGETS) +.PHONY: install install-obsolete $(INSTALL-TARGETS) install-help: - @echo install: $(INSTALL-TARGETS) + @echo install-obsolete: $(INSTALL-TARGETS) # compute the exact set of rpms to install - we do not need bootstrapfs nor myplc here node_packages=$(sort $(IN_VSERVER) $(IN_BOOTSTRAPFS))