Searched refs:archive (Results 1 – 7 of 7) sorted by relevance
29 cmd_archive = git -C $(srctree) $(git-config-tar$(suffix $@)) archive \30 --output=$$(realpath $@) $(archive-args)43 $(linux-tarballs): archive-args = --prefix=linux/ $$(cat $<)45 $(call if_changed,archive)210 perf-archive-args = --add-file=$$(realpath $(word 2, $^)) \218 $(perf-tarballs): archive-args = --prefix=perf-$(KERNELVERSION)/ $(perf-archive-args)220 $(call if_changed,archive)
62 --whole-archive vmlinux.a --no-whole-archive \
106 ${wl}--whole-archive ${objs} ${wl}--no-whole-archive \
389 my $archive = 'Yuan MPC718 TV Tuner Card 2.13.10.1016.zip';395 wgetfile($archive, $url);396 unzip($archive, $tmpdir);
210 git archive --format=tar --prefix="${ref}-archive/" "$ref" \
112 def cmdfiles_for_a(archive, ar): argument123 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
3 The sources may be found at most Linux archive sites, including:
Completed in 7 milliseconds