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

Valerio Bellizzomi devbox at selnet.org
Sun Sep 9 07:56:22 EDT 2007


On 09/09/2007, at 1.09, Jonathan S. Shapiro wrote:

>This is not an error in the Makefile. It is an error in your ~/.hgrc.
>
>Add a line
>
>	hgext.fetch=
>
>to the extensions section.

OK.
I have removed the patch from src/Makefile. The file ~/.hgrc was absent, I
have created it by hand.
Now it looks like this:

	[extensions]
	hgext.fetch=

Now make update works. Sorry for the wrong patch !

val


>
>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
>
>_______________________________________________
>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