X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=47c2f44e5dca483b303399ace4a956e7fc84ea4f;hb=501fce3d006fbec6ab929dedc9be7448f687fc80;hp=aa57797bc20be9712e054cf016bf851d7386dea7;hpb=7da03adbb0756fcf7e1a63e674bec1246c6ba4a1;p=plewww.git diff --git a/Makefile b/Makefile index aa57797..47c2f44 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ RSYNC_COND_DRY_RUN := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,) RSYNC := rsync -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES) sync: +ifeq (,$(SSHURL)) @echo "sync: I need more info from the command line, e.g." @echo " make sync PLC=boot.planetlab.eu" @echo " make sync PLCHOSTVS=.. GUESTNAME=.."