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]

requirement on gettext


Unless I am misunderstanding something, it appears that binutils
requires gettext to build in the various `po' subdirectories.  Is this
correct?  I was always under the impression that binutils could be
bootstrapped with a minimal system.

As an aside, .gmo files are derived objects and should be placed in
the build directory and not the source directory.  Is a patch along
these lines (one for each of the tool directories) acceptable?

Ben

Index: Make-in
===================================================================
RCS file: /cvs/src/src/ld/po/Make-in,v
retrieving revision 1.1.1.1
diff -u -c -r1.1.1.1 Make-in
*** Make-in	1999/05/03 07:29:07	1.1.1.1
--- Make-in	2001/11/27 00:34:14
***************
*** 69,75 ****
  	$(MSGFMT) -o $@ $<
  
  .po.gmo:
! 	file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
  	  && rm -f $$file && $(GMSGFMT) -o $$file $<
  
  .po.cat:
--- 69,75 ----
  	$(MSGFMT) -o $@ $<
  
  .po.gmo:
! 	file=`echo $* | sed 's,.*/,,'`.gmo \
  	  && rm -f $$file && $(GMSGFMT) -o $$file $<
  
  .po.cat:


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