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

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

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


From: Matthew Hannigan
Subject: Re: [Gnu-arch-users] GNU Arch 2.0 -- first source
Date: Sun, 10 Jul 2005 23:09:18 +1000
User-agent: Mutt/1.3.28i

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.

--
Matt




reply via email to

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