You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/08/19 17:10:00 UTC

[jira] [Commented] (AVRO-2505) `./build.sh clean` in the c++ directory doesn't remove all temporary files

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

ASF subversion and git services commented on AVRO-2505:
-------------------------------------------------------

Commit 4de6d838be56662b658e220deb2f1475685f768c in avro's branch refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=4de6d83 ]

AVRO-2505: `./build.sh clean` in the c++ directory doesn't remove all temporary files


> `./build.sh clean` in the c++ directory doesn't remove all temporary files
> --------------------------------------------------------------------------
>
>                 Key: AVRO-2505
>                 URL: https://issues.apache.org/jira/browse/AVRO-2505
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: build
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Trivial
>
> {code}
> sekikn@a80af4ec301b:~/avro$ cd lang/c++
> sekikn@a80af4ec301b:~/avro/lang/c++$ ./build.sh test
> (snip)
> sekikn@a80af4ec301b:~/avro/lang/c++$ ./build.sh clean
> -- Boost version: 1.62.0
> -- Found the following Boost libraries:
> --   filesystem
> --   iostreams
> --   program_options
> --   regex
> --   system
> Enabled snappy codec
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/sekikn/avro/lang/c++/build
> sekikn@a80af4ec301b:~/avro/lang/c++$ ls test*.df
> test8.df  test9.df  test_skip.df
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)