X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Makefile;h=eeb0d80f40abf91c6a791e2c10b4660989e7561f;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=532d737a676684ebe95093c189992f4eedb8f7de;hpb=c5ebf1fef99c27a3fdc02a70bff041ac881f4c32;p=senf.git diff --git a/Makefile b/Makefile index 532d737..eeb0d80 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,15 @@ all_docs all_tests all: %/build: $(SCONS) $* +#---------------------------------------------------------------------- +# remote compile targets +#---------------------------------------------------------------------- +JOBS := 1 +all@% all_docs@% all_tests@% build@%: + ssh $* "cd `pwd` && $(MAKE) -j $(JOBS) $(firstword $(subst @, ,$@))" + + #---------------------------------------------------------------------- # test coverage #----------------------------------------------------------------------