[coyotos-dev] Patch for coyotos/src/Makefile
Jonathan S. Shapiro
shap at eros-os.com
Sun Sep 9 01:09:00 EDT 2007
This is not an error in the Makefile. It is an error in your ~/.hgrc.
Add a line
hgext.fetch=
to the extensions section.
On Sun, 2007-09-09 at 03:22 +0200, Valerio Bellizzomi wrote:
> Typing "make update" in coyotos/src fires up this error:
>
> hg: unknown command 'fetch'
>
> The patch is to substitute 'fetch' with 'update' in the "update:" target.
>
> Change the line:
> hg --cwd $(HG_TREETOP)/$${tree} fetch; \
>
> To read:
> hg --cwd $(HG_TREETOP)/$${tree} update; \
>
>
> val
>
>
> _______________________________________________
> coyotos-dev mailing list
> coyotos-dev at smtp.coyotos.org
> http://www.coyotos.org/mailman/listinfo/coyotos-dev
More information about the coyotos-dev
mailing list