This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/avro.git

commit ece671df131293ba65fc84afedf89e9e15122ffb
Author: Fokko <[email protected]>
AuthorDate: Wed Jul 24 14:15:01 2024 +0200

    Minor: Remove `api` directory from cpp dist
    
    ```
    + ./build.sh dist
    -- Version: 10.2.1
    -- Build type: Release
    Enabled snappy codec
    -- Configuring done
    -- Generating done
    -- Build files have been written to: 
/home/fokko.driesprong/avro/lang/c++/build
    -- Version: 10.2.1
    -- Build type: Release
    Enabled snappy codec
    -- Configuring done
    -- Generating done
    -- Build files have been written to: 
/home/fokko.driesprong/avro/lang/c++/build
    cp: cannot stat 'api': No such file or directory
    ``
---
 lang/c++/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/c++/build.sh b/lang/c++/build.sh
index c1aaa3dd1..32b3d3169 100755
--- a/lang/c++/build.sh
+++ b/lang/c++/build.sh
@@ -58,7 +58,7 @@ function do_doc() {
 function do_dist() {
   rm -rf $BUILD_CPP/
   mkdir -p $BUILD_CPP
-  cp -r api AUTHORS build.sh CMakeLists.txt ChangeLog \
+  cp -r AUTHORS build.sh CMakeLists.txt ChangeLog \
     LICENSE NOTICE impl jsonschemas NEWS README test examples \
     $BUILD_CPP
   find $BUILD_CPP -name '.svn' | xargs rm -rf

Reply via email to