Distclean does not remove gram.c - Mailing list pgsql-hackers

From Gurjeet Singh
Subject Distclean does not remove gram.c
Date
Msg-id AANLkTimJUDiFGYzJoN1xU9eVxsLuQ-_9Olxu3XTHoUXY@mail.gmail.com
Whole thread
Responses Re: Distclean does not remove gram.c
Re: Distclean does not remove gram.c
List pgsql-hackers
The src/backend/parser/gram.c is a generated file, so shouldn't this be removed by `make distclean`, or maybe even by `make clean`?

I did a `git clean -f -d` and even that did not remove gram.c, apparently because this file _was_ alive at some point in the past hence git won't remove it even though the current branch does not have gram.c.

Regards,
--
gurjeet.singh
@ EnterpriseDB - The Enterprise Postgres Company
http://www.enterprisedb.com

singh.gurjeet@{ gmail | yahoo }.com
Twitter/Skype: singh_gurjeet

Mail sent from my BlackLaptop device

pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Exposing the Xact commit order to the user
Next
From: Stephen Frost
Date:
Subject: Re: Regression testing for psql