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]

The (next-to-)last patch, this one for libchill/Makefile.in (you know, the SUN-make stuff...)


There's reason to believe that this is the last patch (so there's
probably one more ;-) needed to get
"/other/dir/with/egcs/configure && make bootstrap" to work with
SUN make, as in sparc-sun-solaris2.5

Still bootstrapping from an old gcc installation, though - no
Sun cc for now.  I'll let you know how a clean bootstrap goes.


This patch is just about adding explicit dependencies.

If these patches are not accepted (for other reasons than need
for corrections or completions), perhaps they can be added to
the egcstensions.html page?

libchill/ChangeLog:

Tue Dec 22 01:56:36 1998  Hans-Peter Nilsson  <hp@axis.se>

	* Makefile.in (all *.o): Added explicit dependency on each .c file.

Index: Makefile.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/libchill/Makefile.in,v
retrieving revision 1.2
diff -c -p -r1.2 Makefile.in
*** Makefile.in	1998/09/20 04:34:06	1.2
--- Makefile.in	1998/12/22 01:00:55
*************** libchill.a: $(OBJS)
*** 94,99 ****
--- 94,173 ----
  	$(AR) $(AR_FLAGS) $@ $(OBJS)
  	$(RANLIB) $@
  
+ allgmem.o: allgmem.c
+ allmem.o: allmem.c
+ allocate.o: allocate.c
+ cause.o: cause.c
+ exhstack.o: exhstack.c
+ exh.o: exh.c
+ retmem.o: retmem.c
+ unhex.o: unhex.c
+ unhex1.o: unhex1.c
+ rtsdummy.o: rtsdummy.c
+ terminate.o: terminate.c
+ basicio.o: basicio.c
+ chillstdio.o: chillstdio.c
+ delete.o: delete.c
+ eoln.o: eoln.c
+ existing.o: existing.c
+ format.o: format.c
+ getassoc.o: getassoc.c
+ gettextaccess.o: gettextaccess.c
+ gettextindex.o: gettextindex.c
+ gettextrecord.o: gettextrecord.c
+ getusage.o: getusage.c
+ indexable.o: indexable.c
+ ioerror.o: ioerror.c
+ isassociated.o: isassociated.c
+ outoffile.o: outoffile.c
+ readable.o: readable.c
+ readrecord.o: readrecord.c
+ sequencible.o: sequencible.c
+ settextaccess.o: settextaccess.c
+ settextindex.o: settextindex.c
+ settextrecord.o: settextrecord.c
+ variable.o: variable.c
+ writeable.o: writeable.c
+ writerecord.o: writerecord.c
+ andps.o: andps.c
+ cardps.o: cardps.c
+ concatps.o: concatps.c
+ copyps.o: copyps.c
+ diffps.o: diffps.c
+ eqps.o: eqps.c
+ ffsetclrps.o: ffsetclrps.c
+ ffsetps.o: ffsetps.c
+ flsetclrps.o: flsetclrps.c
+ flsetps.o: flsetps.c
+ inbitstr.o: inbitstr.c
+ inps.o: inps.c
+ leps.o: leps.c
+ ltps.o: ltps.c
+ neps.o: neps.c
+ notps.o: notps.c
+ orps.o: orps.c
+ setbitps.o: setbitps.c
+ setbits.o: setbits.c
+ sliceps.o: sliceps.c
+ xorps.o: xorps.c
+ concatstr.o: concatstr.c
+ eqstr.o: eqstr.c
+ ltstr.o: ltstr.c
+ memmove.o: memmove.c
+ abstime.o: abstime.c
+ inttime.o: inttime.c
+ waituntil.o: waituntil.c
+ remaintime.o: remaintime.c
+ convdurrtstime.o: convdurrtstime.c
+ checkcycle.o: checkcycle.c
+ continue.o: continue.c
+ delaycase.o: delaycase.c
+ printbuffer.o: printbuffer.c
+ printevent.o: printevent.c
+ queuelength.o: queuelength.c
+ sendbuffer.o: sendbuffer.c
+ waitbuffer.o: waitbuffer.c
+ 
  $(PSOBJS): $(srcdir)/powerset.h
  librmt.o: $(srcdir)/rtltypes.h
  chillrt0.o: $(srcdir)/rtltypes.h $(srcdir)/iomodes.h $(srcdir)/auxtypes.h


brgds, H-P


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