Re: Minor make bug on AIX
От | Bruce Momjian |
---|---|
Тема | Re: Minor make bug on AIX |
Дата | |
Msg-id | 200011061807.NAA26676@candle.pha.pa.us обсуждение исходный текст |
Ответ на | Re: Minor make bug on AIX (Peter Eisentraut <peter_e@gmx.net>) |
Список | pgsql-patches |
Oops, backed out. > Pete Forman writes: > > > "gmake" with no arguments fails. postgres.imp is made before objects > > that it depends on. "gmake all" works. > > > Makefile.ports (copied from makefiles/Makefile.aix) is included before > > the default target in GNUmakefile is reached. This patch calls that > > default target. > > It would be better to just mention the target 'all:' near the top of > Makefile.global. > > This is fixed in current sources, in case someone pondered applying the > patch there, too. > > -- > Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/ > > -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 *** src/makefiles/Makefile.aix.orig Wed Apr 5 15:47:18 2000 --- src/makefiles/Makefile.aix Mon Nov 6 16:35:38 2000 *************** *** 12,17 **** --- 12,21 ---- MKLDEXPORT=$(SRCDIR)/backend/port/aix/mkldexport.sh + .PHONY: default_aix + + default_aix: all + $(POSTGRES_IMP): @echo Making $@ $(MKLDEXPORT) postgres $(BINDIR) > $@
В списке pgsql-patches по дате отправления: