public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* helpful patch for bootstrapping cross-compilers
@ 2001-04-24 21:56 Tony Kimball
  0 siblings, 0 replies; only message in thread
From: Tony Kimball @ 2001-04-24 21:56 UTC (permalink / raw)
  To: cygwin

This one is helpful, because the include files are needed in order to
build libgcc.  With it, one can just make install_includes, then
return to compiling libgcc.

cvs -z3 diff -u winsup/cygwin/Makefile.in
Index: winsup/cygwin/Makefile.in
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/Makefile.in,v
retrieving revision 1.55
diff -u -r1.55 Makefile.in
--- Makefile.in	2001/04/20 13:02:32	1.55
+++ Makefile.in	2001/04/25 04:54:32
@@ -146,11 +146,13 @@
 
 force:
 
-install: all $(install_host) $(install_target)
+install_data:
 	$(INSTALL_DATA) new-$(DLL_NAME) $(bindir)/$(DLL_NAME); \
 	for i in $(LIB_NAME) $(GMON_START) $(LIBGMON_A) automode.o binmode.o textmode.o ; do \
 	    $(INSTALL_DATA) $$i $(tooldir)/lib/$$i ; \
-	done ; \
+	done 
+
+install_includes:
 	cd $(srcdir); \
 	for sub in `find include -name '[a-z]*' -type d -print | sort`; do \
 	    for i in $$sub/*.h ; do \
@@ -158,6 +160,8 @@
 	    done ; \
 	done ; \
 	$(INSTALL_DATA) regexp/regexp.h $(tooldir)/include/regexp.h
+
+install: all $(install_host) $(install_target) install_data install_includes
 
 install_host:
 


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-04-24 21:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-24 21:56 helpful patch for bootstrapping cross-compilers Tony Kimball

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).