Lines Matching +full:- +full:- +full:container +full:- +full:cmd
33 print('symlinking %s -> %s' % (source_path, link_path))
110 'npm': 'bin/npm-cli.js',
111 'npx': 'bin/npx-cli.js',
124 # On z/OS, we install node-gyp for convenience, as some vendors don't have
127 link_path = abspath(install_path, 'bin/node-gyp')
129 action([link_path], 'bin/node-gyp')
131 try_symlink('../lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js', link_path)
174 # create symlink of libnode.so -> libnode.version.so (C++ addons compat)
207 'deps/v8/include/libplatform/libplatform-export.h',
208 'deps/v8/include/libplatform/v8-tracing.h',
210 'deps/v8/include/v8-array-buffer.h',
211 'deps/v8/include/v8-callbacks.h',
212 'deps/v8/include/v8-container.h',
213 'deps/v8/include/v8-context.h',
214 'deps/v8/include/v8-data.h',
215 'deps/v8/include/v8-date.h',
216 'deps/v8/include/v8-debug.h',
217 'deps/v8/include/v8-embedder-heap.h',
218 'deps/v8/include/v8-embedder-state-scope.h',
219 'deps/v8/include/v8-exception.h',
220 'deps/v8/include/v8-extension.h',
221 'deps/v8/include/v8-external.h',
222 'deps/v8/include/v8-forward.h',
223 'deps/v8/include/v8-function-callback.h',
224 'deps/v8/include/v8-function.h',
225 'deps/v8/include/v8-initialization.h',
226 'deps/v8/include/v8-internal.h',
227 'deps/v8/include/v8-isolate.h',
228 'deps/v8/include/v8-json.h',
229 'deps/v8/include/v8-local-handle.h',
230 'deps/v8/include/v8-locker.h',
231 'deps/v8/include/v8-maybe.h',
232 'deps/v8/include/v8-memory-span.h',
233 'deps/v8/include/v8-message.h',
234 'deps/v8/include/v8-microtask-queue.h',
235 'deps/v8/include/v8-microtask.h',
236 'deps/v8/include/v8-object.h',
237 'deps/v8/include/v8-persistent-handle.h',
238 'deps/v8/include/v8-platform.h',
239 'deps/v8/include/v8-primitive-object.h',
240 'deps/v8/include/v8-primitive.h',
241 'deps/v8/include/v8-profiler.h',
242 'deps/v8/include/v8-promise.h',
243 'deps/v8/include/v8-proxy.h',
244 'deps/v8/include/v8-regexp.h',
245 'deps/v8/include/v8-script.h',
246 'deps/v8/include/v8-snapshot.h',
247 'deps/v8/include/v8-statistics.h',
248 'deps/v8/include/v8-template.h',
249 'deps/v8/include/v8-traced-handle.h',
250 'deps/v8/include/v8-typed-array.h',
251 'deps/v8/include/v8-unwinder.h',
252 'deps/v8/include/v8-value-serializer.h',
253 'deps/v8/include/v8-value.h',
254 'deps/v8/include/v8-version.h',
255 'deps/v8/include/v8-wasm.h',
256 'deps/v8/include/v8-weak-callback-info.h',
306 if not os.path.isfile(zoslibinc + '/zos-base.h'):
313 # chdir to the project's top-level directory
331 cmd = args[1] if len(args) > 1 else 'install'
334 if cmd == 'install':
337 if cmd == 'uninstall':
341 if cmd == 'install':
344 if cmd == 'uninstall':
348 raise RuntimeError('Bad command: %s\n' % cmd)