X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Makefile;h=f423bb548a067cae5bbff75536e1fc66b2fc043c;hb=6927c87144ca23845065e3c23e37c75f5f059cf3;hp=532d737a676684ebe95093c189992f4eedb8f7de;hpb=c5ebf1fef99c27a3fdc02a70bff041ac881f4c32;p=senf.git diff --git a/Makefile b/Makefile index 532d737..f423bb5 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_test@% build@%: + ssh $* "cd `pwd` && $(MAKE) -j $(JOBS) $(firstword $(subst @, ,$@))" + + #---------------------------------------------------------------------- # test coverage #----------------------------------------------------------------------