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

Fixes for the new SDK #1

Merged
merged 4 commits into from
Sep 4, 2014
Merged

Commits on Sep 3, 2014

  1. MinGW: Use MakeMaker to build the Perl libraries

    This way the libraries get properly installed into the "site_perl"
    directory and we just have to move them out of the "mingw" directory.
    
    Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
    sschuberth authored and t-b committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    95b7175 View commit details
    Browse the repository at this point in the history
  2. Makefile: Set htmldir to match the default HTML docs location under MSYS

    Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
    sschuberth authored and t-b committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    145186a View commit details
    Browse the repository at this point in the history
  3. t7800: Use "test_cmp_text" in all places where "echo" is used

    While "echo", being a Bash built-in, produces Unix line-endings, "git" and
    "cat" produce DOS line-endings on MSYS, so ignore line-ending differences.
    
    Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
    sschuberth authored and t-b committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    9264b1f View commit details
    Browse the repository at this point in the history
  4. t0061: Work around a line endings issue with newer versions of cat on…

    … MSYS
    
    While msysgit uses cat 2.0, mingwGitDevEnv uses cat 5.97, currently. A
    change part of the latter version [1] makes cat use the "same rules as
    other programs to decide whether to use binary I/O". As a result, cat 5.97
    behaves like e.g. awk with respect to which line endings are used if
    stdout is redirected to a file, and those are DOS line endings. Ignore
    line endings when comparing the test result to work around this.
    
    [1] http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=8770c00ef45e3c6c4dd3d5ce1e55a6fb1adb13dc
    
    Signed-off-by: Thomas Braun <thomas.braun@virtuell-zuhause.de>
    Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
    t-b committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    57a35fd View commit details
    Browse the repository at this point in the history