This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

tail +2 problems


I'm using the cvs sources and the Altera EPXA1 port.  I'm working in Linux and 
whenever I make a new configuration, I always get this error:

tail: cannot open `+2' for reading: No such file or directory
make[1]: *** [arm.inc] Error 1
make[1]: Leaving directory 
`/home/stephan/ecos/epxa1/redboot/hal/arm/arch/v2_0'
make: *** [build] Error 2


To solve, I need to do some grepping/sedding to change "tail +2" to "tail -n 
+2" and then everything works.  Is there a file to edit in the repository 
that will get rid of this?

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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