[coyotos-dev] Patch for coyotos/src/Makefile

Valerio Bellizzomi devbox at selnet.org
Sat Sep 8 21:22:17 EDT 2007


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




More information about the coyotos-dev mailing list