Re: [BUGS] BUG #3909: src\tools\msvc\clean.bat clears parse.h file

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: [BUGS] BUG #3909: src\tools\msvc\clean.bat clears parse.h file
Дата
Msg-id 47A8A357.6050904@hagander.net
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #3909: src\tools\msvc\clean.bat clears parse.h file  ("Dave Page" <dpage@postgresql.org>)
Ответы Re: [BUGS] BUG #3909: src\tools\msvc\clean.bat clears parse.h file  ("Dave Page" <dpage@postgresql.org>)
Список pgsql-hackers
Dave Page wrote:
> On Feb 5, 2008 3:24 PM, Magnus Hagander <magnus@hagander.net> wrote:
>> On Mon, Jan 28, 2008 at 06:27:05PM +0000, Pavel Golub wrote:
>> I think a better solution is to add a parameter to clean.bat to make it
>> work like "make clean" does. So you'd to "clean" when you mean "make
>> clean", and "clean dist" when you mean "make distclean".
>>
>> Thoughts on this?
> 
> Pretty sure I griped at you before about this, because when it removes
> it, it fails to rebuild it the next time round, even on in an env like
> mine which can build from CVS perfectly well. More than once I've had
> to unpack the tarball again having run a clean.

Uh, that would be a different issue, and I thought that one was fixed. I 
certainly clean/rebuild a lot, and it works just fine with the stuff 
coming out of cvs.

The problem comes from if you remove *one* of the files but not *all* of 
them. We only trigger on one of them (unlike the makefile which triggers 
on all). But as long as they are all removed, it should be ok.

Can you confirm if you actually still have that problem with 8.3.0?

//Magnus


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Why are we waiting?
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: GSSAPI and V2 protocol