| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c92cb6f commit 78c183d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1244,11 +1244,18 @@ pkg-upload: pkg | |||
| 1244 | 1244 | ssh $(STAGINGSERVER) "rclone copyto nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/$(TARNAME).pkg $(CLOUDFLARE_BUCKET)/nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/$(TARNAME).pkg" | |
| 1245 | 1245 | ssh $(STAGINGSERVER) "touch nodejs/$(DISTTYPEDIR)/$(FULLVERSION)/$(TARNAME).pkg.done" | |
| 1246 | 1246 | ||
| 1247 | - $(TARBALL): release-only doc-only | ||
| 1247 | + TARBALL_DEPS=release-only | ||
| 1248 | + ifneq ($(SKIP_SHARED_DEPS), 1) | ||
| 1249 | + TARBALL_DEPS+= doc-only | ||
| 1250 | + endif | ||
| 1251 | + | ||
| 1252 | + $(TARBALL): $(TARBALL_DEPS) | ||
| 1248 | 1253 | git checkout-index -a -f --prefix=$(TARNAME)/ | |
| 1254 | + ifneq ($(SKIP_SHARED_DEPS), 1) | ||
| 1249 | 1255 | mkdir -p $(TARNAME)/doc/api | |
| 1250 | 1256 | cp doc/node.1 $(TARNAME)/doc/node.1 | |
| 1251 | 1257 | cp -r out/doc/api/* $(TARNAME)/doc/api/ | |
| 1258 | + endif | ||
| 1252 | 1259 | sed 's/fileset = fileset.intersection (fileset.gitTracked root)/fileset =/' tools/nix/v8.nix > $(TARNAME)/tools/nix/v8.nix | |
| 1253 | 1260 | $(RM) -r $(TARNAME)/.editorconfig | |
| 1254 | 1261 | $(RM) -r $(TARNAME)/.git* | |
@@ -1290,7 +1297,6 @@ endif | |||
| 1290 | 1297 | $(RM) -r $(TARNAME)/deps/v8/samples | |
| 1291 | 1298 | $(RM) -r $(TARNAME)/deps/v8/tools/profviz | |
| 1292 | 1299 | $(RM) -r $(TARNAME)/deps/v8/tools/run-tests.py | |
| 1293 | - $(RM) -r $(TARNAME)/doc/images # too big | ||
| 1294 | 1300 | $(RM) -r $(TARNAME)/test*.tap | |
| 1295 | 1301 | $(RM) -r $(TARNAME)/tools/cpplint.py | |
| 1296 | 1302 | $(RM) -r $(TARNAME)/tools/eslint | |
| Back | FazBrowse Home | New Git URL |
0 commit comments