aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sync-and-gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/sync-and-gyp b/bin/sync-and-gyp
index 825f31697e..eb0311ae10 100755
--- a/bin/sync-and-gyp
+++ b/bin/sync-and-gyp
@@ -41,9 +41,12 @@ function catifexists() { if [ -f "$1" ]; then cat "$1"; fi; }
function gyp_hasher() {
{
+ echo "$CC"
+ echo "$CXX"
echo "$GYP_GENERATORS"
echo "$GYP_DEFINES"
find gyp -type f -print -exec git hash-object {} \;
+ find bench gm tests -name '*.c*' | LANG= sort
} | git hash-object --stdin
}