This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

Makefile in /src/bfd/po


I just downloaded the cvs tree, after ./configure and make I get  the
following error message:


Making all in po
make[3]: Enering directory `/home/boris/src/bfd/po'
file=./`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH no -o $file fr.po
/bin/sh: no: command not found
make[3]: *** [fr.gmo] Error 127
make[3]: Leaving directory `home/boris/src/bfd/po'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/boris/src/bfd'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/boris/src/bfd'
make: *** [all-bfd] Error 2

When I look into the Makefile in that directory, I find at line 33:

GMSGFMT = PATH=../src:$$PATH no

What does the 'no' do?
(My system is a i686-pc-linux-gnu)

Boris.



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