◐ Shell
clean mode source ↗

tools: remove deps/zlib/GN-scraper.py · nodejs/node@5955aca

Original file line numberDiff line numberDiff line change

@@ -14,7 +14,7 @@ echo "Comparing latest upstream with current revision"

1414
1515

git fetch https://chromium.googlesource.com/chromium/src/third_party/zlib.git HEAD

1616
17-

# Revert zconf.h changes before checking diff

17+

# Revert zconf.h changes before checking diff

1818

perl -i -pe 's|^//#include "chromeconf.h"|#include "chromeconf.h"|' "$DEPS_DIR/zlib/zconf.h"

1919

git stash -- "$DEPS_DIR/zlib/zconf.h"

2020

@@ -63,13 +63,13 @@ gzip -dc "$ZLIB_TARBALL" | tar xf - -C zlib/

6363
6464

rm "$ZLIB_TARBALL"

6565
66-

cp "$DEPS_DIR/zlib/zlib.gyp" "$DEPS_DIR/zlib/GN-scraper.py" "$DEPS_DIR/zlib/win32/zlib.def" "$DEPS_DIR"

66+

cp "$DEPS_DIR/zlib/zlib.gyp" "$DEPS_DIR/zlib/win32/zlib.def" "$DEPS_DIR"

6767
6868

rm -rf "$DEPS_DIR/zlib" zlib/.git

6969
7070

mv zlib "$DEPS_DIR/"

7171
72-

mv "$DEPS_DIR/zlib.gyp" "$DEPS_DIR/GN-scraper.py" "$DEPS_DIR/zlib/"

72+

mv "$DEPS_DIR/zlib.gyp" "$DEPS_DIR/zlib/"

7373
7474

mkdir "$DEPS_DIR/zlib/win32"

7575