X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile.common;h=c777d9d4ad6634a4d99e7b4c94eae86c6ea9e231;hp=17c5f2c62854a10b517f393a667f54b6ce35efd8;hb=870d6acd4d14fe474454fe4e07d01233a490c49f;hpb=e38a8d6d56eb9007de14d07f57b8abbd3d37b883 diff --git a/Makefile.common b/Makefile.common index 17c5f2c..c777d9d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -63,6 +63,10 @@ propose-patch: commit: propose-patch darcs push xwt@xwt.org:/var/www/org/ibex/core/ +pull:; darcs pull cd repo; for A in *.ibex.org; do cd $$A; darcs pull http://$$A/; cd ..; done +whatsnew:; darcs whatsnew; true; cd repo; for A in *.ibex.org; do echo; echo $$A; cd $$A; darcs whatsnew; cd ..; done +record:; darcs record; cd repo; for A in *.ibex.org; do echo; echo $$A; cd $$A; darcs record; cd ..; done + ### documentation ##########################################################