From: adam Date: Thu, 23 Sep 2004 04:42:05 +0000 (+0000) Subject: updated Makefile.common X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=3f8aa5300e178e8975b0edc896a5a9d303e7bdf3;ds=sidebyside updated Makefile.common darcs-hash:20040923044205-5007d-12b6e97ea75e0c21896af7c49b0891f2959c4960.gz --- 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 ##########################################################