This is the mail archive of the binutils@sourceware.cygnus.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]

[PATCH / RFA] Strip texinfo from a copy of Makefile.in and not original


Hello,

The attatched patch changes the ``taz:'' target so that it strips
various texinfo bits from the proto-toplev/Makefile.in copy of
Makefile.in instead of the original file.

This stops the top level Makefile.in being affected by packaging.

Thoughts?

	Andrew
Fri Mar  3 19:19:38 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* Makefile.in (taz): Strip texinfo from packaged copy of Makefile.in
 	and not original.
	
*** Makefile.in-no-texinfo	Fri Mar  3 19:15:00 2000
--- Makefile.in	Fri Mar  3 19:21:24 2000
***************
*** 1693,1704 ****
  .PHONY: taz
  
  taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
- 	# Take out texinfo from a few places.
- 	sed -e '/^all\.normal: /s/\all-texinfo //' \
- 	    -e '/^	install-texinfo /d' \
- 	<Makefile.in >tmp
- 	mv -f tmp Makefile.in
- 	#
  	./configure sun4
  	[ -z "$(CONFIGURE_TARGET_MODULES)" ] \
  	  || $(MAKE) $(CONFIGURE_TARGET_MODULES) ALL_GCC="" \
--- 1693,1698 ----
***************
*** 1729,1734 ****
--- 1723,1734 ----
  	 for i in $(ETC_SUPPORT); do \
  		ln -s ../../etc/$$i . ; \
  	 done)
+ 	#
+ 	# Take out texinfo from a few places in the Makefile.
+ 	rm -f proto-toplev/Makefile.in
+ 	sed -e '/^all\.normal: /s/\all-texinfo //' \
+ 	    -e '/^	install-texinfo /d' \
+ 	<Makefile.in >proto-toplev/Makefile.in
  	#
  	# Take out texinfo from configurable dirs
  	rm proto-toplev/configure.in

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