This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Another paralell make patch for libf2c


It is needed for parallel make.

-- 
H.J. Lu (hjl@gnu.org)
----
Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)

	* Makefile.in (s-libi77): Depend on i77.
	(s-libf77): Depend on i77.
	(s-libu77): Depend on u77.

Index: Makefile.in
===================================================================
RCS file: /home/work/cvs/gnu/egcs/libf2c/Makefile.in,v
retrieving revision 1.1.1.15
diff -u -r1.1.1.15 Makefile.in
--- Makefile.in	1998/10/02 14:12:47	1.1.1.15
+++ Makefile.in	1998/10/02 15:06:27
@@ -100,11 +100,17 @@
 	  $(AR) $(AR_FLAGS) $(LIBG2C) $$objs
 	$(RANLIB) $(LIBG2C)
 
+s-libi77: i77
+
 i77:
 	cd libI77; $(MAKE) $(FLAGS_TO_PASS) all
 
+s-libf77: f77
+
 f77:
 	cd libF77; $(MAKE) $(FLAGS_TO_PASS) all
+
+s-libu77: u77
 
 u77:
 	cd libU77; $(MAKE) $(FLAGS_TO_PASS) all


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