[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 072a8f2600d710496825e96e0832659a
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: "Jessy R. George"
Date:
Subject: [HACKERS] Datatypes supported by PostgreSql
Next
From: Raymond Toy
Date:
Subject: [HACKERS] lo_unlink causes crash