| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0cfdb3a commit 361cf8c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,7 +57,11 @@ mv "$WORKSPACE/base64" "$DEPS_DIR/base64/" | |||
| 57 | 57 | ||
| 58 | 58 | # Build configuration is handled by `deps/base64/base64.gyp`, but since `config.h` has to be present for the build | |
| 59 | 59 | # to work, we create it and leave it empty. | |
| 60 | - echo "// Intentionally empty" >> "$DEPS_DIR/base64/base64/lib/config.h" | ||
| 60 | + echo "// Intentionally empty" > "$DEPS_DIR/base64/base64/lib/config.h" | ||
| 61 | + | ||
| 62 | + # Clear out .gitignore, otherwise config.h is ignored. That's dangerous when | ||
| 63 | + # people check in our tarballs into source control and run `git clean`. | ||
| 64 | + echo "# Intentionally empty" > "$DEPS_DIR/base64/base64/.gitignore" | ||
| 61 | 65 | ||
| 62 | 66 | echo "All done!" | |
| 63 | 67 | echo "" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments