This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Partial Success (arm-elf binaries)


Kanishka Lahiri wrote:
A comment about the make commands: e.g. $make all install 2>&1 | tee make.log
^^^^
My shell (tcsh) didn't like the highlighted part, so I only issued "$make all install | tee make.log". Is that a
problem?

No. It just means you're using a flavor of csh. csh is not posix-compliant. I think it requires the alternate syntax make all install |& tee log (which is fewer keystrokes, and one of the reasons a few people keep using csh instead of a posix-compliant shell). - Dan

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]