[OT] RE: rm
Dave Korn
dk@artimi.com
Wed Oct 13 12:00:00 GMT 2004
More information about the Binutils mailing list
Wed Oct 13 12:00:00 GMT 2004
- Previous message (by thread): rm
- Next message (by thread): GAS reloc->addend
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> -----Original Message-----
> From: binutils-owner On Behalf Of Kukuk Barbara
> Sent: 13 October 2004 12:15
> rm -f *.o doesn't work within my makefile. What is wrong?
>
> rm has the version 4.1. Make has the version 3.79.1
>
Neither of those are part of binutils. Wrong list. However, just at a
quick guess, I'd assume you aren't actually in the directory where you think
you are at the time when the 'rm' gets executed. Particularly remember the
makefile gotcha that each command line of a multi-line target gets executed
in a separate shell, so if you cd to a directory on one line, the next
command line will still get executed back in the original dir.
However, this is all OT.
cheers,
DaveK
--
Can't think of a witty .sigline today....
- Previous message (by thread): rm
- Next message (by thread): GAS reloc->addend
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list