Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: livecode/livecode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: livecodestephen/livecode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 17, 2015

  1. Remove unnecessary mkdir in build-extensions.sh

    This was unnecessary as `build_widget` will make the directory if needed.  Moreover,
    the `-s` option for `basename` isn't available on Debian Wheezy.
    Stephen Tawn committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    7ac31ed View commit details
    Browse the repository at this point in the history
  2. Precisely preserve the timestamps when stripping debugging symbols

    The `--preserve-dates` flag for `strip` and `objcopy` only has whole
    second resolution.  This meant that the modification time was being
    truncated to an integer number of seconds.  Consequently, when
    stripping a file, some of the dependencies of that file would appear
    to be newer, and hence the file would be unnecessarily remade during a
    second call to make.
    
    Simple soultion: copy the timestamps to a separate file before we
    strip and copy them back after.
    livecodestephen committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    b8a4934 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    821723b View commit details
    Browse the repository at this point in the history
  4. Ignore failure to copy attributes in extract-debug-symbols.sh

    The 32-bit linux build is built on Debian Squeeze which only has coreutils 8.5.  Version >= 8.6 is required for the `--attributes-only` option on `cp`, so ignore failure of these commands.
    livecodestephen committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    e73b59a View commit details
    Browse the repository at this point in the history
Loading