doc/src/Makefile annoyance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема doc/src/Makefile annoyance
Дата
Msg-id 17136.1038526198@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: doc/src/Makefile annoyance  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Anyone know why the install target in doc/src/Makefile is coded like
this:

install:$(MAKE) all(mv -f *.$(ZIPSUFFIX) ..)

and not the more conventional

install: allmv -f *.$(ZIPSUFFIX) ..

or perhaps safer,

install: allmv -f $(TARGETS) ..

I just typed "make all", waited a good long while, typed "make install",
and was seriously annoyed to watch it "make clean" and start the docs
build *again*.  This behavior is broken IMHO.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Hirarchical queries a la Oracle. Patch.
Следующее
От: wade
Дата:
Сообщение: Query performance. 7.2.3 Vs. 7.3