Re: Unable to `make install` on MacOS in the latest master (68a13f28be)

Поиск
Список
Период
Сортировка
От Andrew Alsup
Тема Re: Unable to `make install` on MacOS in the latest master (68a13f28be)
Дата
Msg-id CADOZ7s5Xi8KYQP0AimULgOmvR8GV_W6y4YP6qf64V_+r=tmB7A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Unable to `make install` on MacOS in the latest master (68a13f28be)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Unable to `make install` on MacOS in the latest master(68a13f28be)
Список pgsql-hackers
> As a general rule, it's wise to do "make distclean" before "git pull"
> when you're tracking master.  This saves a lot of grief when someone
> rearranges the set of generated files, as happened here.  (If things
> are really messed up, you might need "git clean -dfx" to get rid of
> everything not in git.)
>
> You might worry that this will greatly increase the rebuild time,
> which it will if you don't take precautions.  The way to fix that
> is (1) use ccache and (2) set the configure script to use a cache
> file.
>
>                         regards, tom lane

Tom and Daniel,

Thanks for the help on "make distclean". That did the trick. I will be
more careful when pulling master. Somehow, I hadn't been hit with this
before, which was just dumb luck. Thanks for helping me out.

-- Andy


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Unable to `make install` on MacOS in the latest master (68a13f28be)
Следующее
От: Joerg Sonnenberger
Дата:
Сообщение: Re: reducing the footprint of ScanKeyword (was Re: Large writablevariables)