STUFF=$(shell find usr \! -type d -print) stamp: ${STUFF} tar cf - ${STUFF} | ssh radiator-plc0 "cd / && tar xvpf -" #tar cf - ${STUFF} | ssh radiator-plc1 "cd / && tar xvpf -" touch $@