gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU-arch-dev] Re: [Gnu-arch-users] GNU Arch 2.0 -- first source


From: John A Meinel
Subject: Re: [GNU-arch-dev] Re: [Gnu-arch-users] GNU Arch 2.0 -- first source
Date: Sun, 10 Jul 2005 09:36:12 -0500
User-agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317)

Matthew Hannigan wrote:
> On Sun, Jul 10, 2005 at 03:48:35AM -0700, Andy Tai wrote:
>
>>[ ... ]
>>cc -o ,es -g ,es.c
>>./,es > exit-status.h
>>rm ,es ,es.c
>>rm: cannot remove `,es': No such file or directory
>>make[2]: *** [exit-status.h] Error 1
>>make[2]: Leaving directory
>>`/cygdrive/c/users/atai/work/revc/revc-0.0x0/build/hackerlab/os'
>>.....
>
>
> The same thing happens for somewhere in the tla build
> if I remember correctly.
> Cygwin binaries have .exe suffix, so 'rm ,es' is going to
> fail.  A quick workaround is to put a - before the rm
> to tell make not to care, or comment that line out entirely.

Or change the line to "rm ,es${cfg__exec_suffix}"
The build process already handles adding a .exe if it needs it. Just Tom
never updated the build scripts.

You also can just run "make" a second time, because the second time it
doesn't worry about the ,es target.

John
=:->

>
> --
> Matt
> _______________________________________________
> Gnu-arch-dev mailing list
> address@hidden
> http://lists.seyza.com/cgi-bin/mailman/listinfo/gnu-arch-dev
>

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]