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]

(Patch) Attempt to get src-release working again


This is an attempt to get src-release working again. :-)
Committed as obvious.  I'm worried about the very complex tricks being
played with 'texinfo'; I've probably broken them, but since I can't figure
out what they were *supposed* to do, I can't figure out how to fix them.

	* src-release: Configure host subdirs.

Index: src-release
===================================================================
RCS file: /cvs/src/src/src-release,v
retrieving revision 1.2
diff -u -r1.2 src-release
--- src-release	1 Oct 2002 22:58:14 -0000	1.2
+++ src-release	5 Dec 2002 22:40:47 -0000
@@ -136,7 +136,7 @@
 	mv -f tmp Makefile.in
 	#
 	./configure sun4
-	$(MAKE) configure-target \
+	$(MAKE) configure-host configure-target \
 	    ALL_GCC="" ALL_GCC_C="" ALL_GCC_CXX="" \
 	    CC_FOR_TARGET="$(CC)" CXX_FOR_TARGET="$(CXX)"
 	# Make links, and run "make diststuff" or "make info" when needed.


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