Kengo Seki created AVRO-2505:
--------------------------------
Summary: `./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
{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
(v7.6.14#76016)