Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Issue https://github.com/Unidata/netcdf-c/issues/2077 work when build is repeated. #2094

Merged
merged 3 commits into from
Aug 25, 2021

Commits on Aug 24, 2021

  1. Make Issue Unidata#2077 work when build is repeated.

    re: Unidata#2075
    
    The long file name fix fails when the build is manually repeated
    because the source file has already been renamed. Solution is to
    test if the dest file exists or not before doing the rename.
    DennisHeimbigner committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    4f37d1a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Make Issue Unidata#2077 work when build is repeated.

    re: Unidata#2075
    
    The long file name fix fails when the build is manually repeated
    because the source file has already been renamed. Solution is to
    test if the dest file exists or not before doing the rename.
    This is apparently not a problem for automake because it uses
    AC_CONFIG_LINK, which uses link/copy instead of rename.
    DennisHeimbigner committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    a575fc2 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    DennisHeimbigner committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    5041e87 View commit details
    Browse the repository at this point in the history