[HACKERS] Re: [PORTS] Patches for Irix 6.4 - Mailing list pgsql-hackers

From Bruce Momjian
Subject [HACKERS] Re: [PORTS] Patches for Irix 6.4
Date
Msg-id e83078274af74dc4dd751d995cae5323
Whole thread Raw
List pgsql-hackers
Agreed.  Very ugly.

>     Everything applied, except, which doesn't rest easy for me...does
> this stand to break any of the other ports?  It just doesn't...look nice :(
>
>
>
> > *** ./backend/Makefile.orig    Thu May 22 00:00:15 1997
> > --- ./backend/Makefile    Thu Jun  5 16:47:27 1997
> > ***************
> > *** 54,60 ****
> >   all: postgres $(POSTGRES_IMP) global1.bki.source local1_template1.bki.source
> >
> >   postgres: $(OBJS) ../utils/version.o
> > !     $(CC) -o postgres $(OBJS) ../utils/version.o $(LDFLAGS)
> >
> >   $(OBJS): $(DIRS:%=%.dir)
> >
> > --- 54,64 ----
> >   all: postgres $(POSTGRES_IMP) global1.bki.source local1_template1.bki.source
> >
> >   postgres: $(OBJS) ../utils/version.o
> > ! #    $(CC) -o postgres $(OBJS) ../utils/version.o $(LDFLAGS)
> > !     -rm -f *.o
> > !     find . -name "*.o" -exec cp \{\} . \;
> > !     rm -f SUBSYS.o
> > !     $(CC) -o postgres *.o ../utils/version.o $(LDFLAGS)
> >
> >   $(OBJS): $(DIRS:%=%.dir)
> >
>
>
>
>
>


- --
Bruce Momjian
maillist@candle.pha.pa.us

------------------------------

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Forms package and other companion software.
Next
From: Andrew Martin
Date:
Subject: [HACKERS] Irix-specific FAQ