You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org> on 2010/02/13 11:24:27 UTC

[jira] Commented: (AVRO-374) After a fresh 'build.sh test' svn reports certain files modified in Ubuntu 9.10

    [ https://issues.apache.org/jira/browse/AVRO-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833358#action_12833358 ] 

Thiruvalluvan M. G. commented on AVRO-374:
------------------------------------------

+1

Verified that the patch works in both cygwin and Ubuntu 9.10.

It'll be nice if we can make svn ignore these files:

lang/c++/m4/ltsugar.m4
lang/c++/m4/libtool.m4
lang/c++/m4/ltversion.m4
lang/c++/m4/lt~obsolete.m4
lang/c++/m4/ltoptions.m4

Thanks Scott.

> After a fresh 'build.sh test' svn reports certain files modified in Ubuntu 9.10
> -------------------------------------------------------------------------------
>
>                 Key: AVRO-374
>                 URL: https://issues.apache.org/jira/browse/AVRO-374
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Priority: Minor
>         Attachments: applypatch374.sh, AVRO-374.patch, ignore374
>
>
> After fresh checkout and a "build.sh test", svn says certain C++ related files as modified:
> {code}
> M       lang/c++/configure
> M       lang/c++/Makefile.in
> M       lang/c++/config/depcomp
> M       lang/c++/config/missing
> M       lang/c++/config/config.guess
> M       lang/c++/config/config.sub
> M       lang/c++/config/ltmain.sh
> M       lang/c++/config/install-sh
> M       lang/c++/config/ylwrap
> M       lang/c++/INSTALL
> M       lang/c++/aclocal.m4
> {code}
> It appears that these files are generated during the build and they are platform-dependent. If so, they should not be checked in to svn.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.