----- Original Message -----
> On Fri, May 30, 2014 at 05:52:29PM +0200, Pavel Březina wrote:
>> On 05/30/2014 05:41 PM, Yassir Elley wrote:
>>>
>>>
>>> ----- Original Message -----
>>>> On Fri, May 30, 2014 at 11:27:25AM -0400, Yassir Elley wrote:
>>>>> I pulled in the ifp changes, and ran "chmake"
>>>>>
>>>>> Considering I had not touched any of the ifp files, I was surprised
to
>>>>> find
>>>>> that "git status" said:
>>>>> "modified: ../src/responder/ifp/ifp_iface_generated.c"
>>>>>
>>>>> Is this expected??
>>>>>
>>>>> Regards,
>>>>> Yassir
>>>>
>>>> No, unless you touched either sbus_codegen or the infopipe XML.
>>>>
>>>> Is that reproducable easily?
>>>> _______________________________________________
>>>> sssd-devel mailing list
>>>> sssd-devel(a)lists.fedorahosted.org
>>>>
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
>>>>
>>>
>>> Yes, it is reproducible.
>>>
>>> From a feature branch on which I had some changes, I did the following:
>>> $ git rebase origin/master => successful
>>> $ reconfig
>>> $ git status => no changes
>>> $ chmake
>>> $ git status => modified: ../src/responder/ifp/ifp_iface_generated.c
>>>
>>> I only noticed it b/c I was trying to change branches, and git was
>>> indicating that I need to stash the changed files (which I didn't
>>> change).
>>>
>>> Regards,
>>> Yassir.
>>
>> Building current master does not yield any changes in the generated
>> files for me.
>
> I can reproduce the issue (or a similar one?) when I switch branches..
> _______________________________________________
Building current master also does not yield any changes for me. It is only when building
on a feature branch the very first time after having pulled in the ifp changes.
Yassir.
Anyway, I think we should add the generated code into git ignore and
leave it out of git completely.