[HACKERS] Re: [PORTS] Patches for Irix 6.4

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема [HACKERS] Re: [PORTS] Patches for Irix 6.4
Дата
Msg-id 072a8f2600d710496825e96e0832659a
обсуждение
Список 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 по дате отправления: