From 48f05811891fedf92c6482bd8b5e3492d42153b6 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Thu, 23 Apr 2020 21:54:50 -0400 Subject: make: re-remove outfile --- make | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'make') diff --git a/make b/make index 1abf52b..7621a6c 100755 --- a/make +++ b/make @@ -3,9 +3,6 @@ [ -n "$compressor" ] || compressor="lz4 --best --favor-decSpeed -l" #[ -n "$compressor" ] || compressor="xz -c --check=crc32 --x86 --lzma2=preset=9e" -# for comp_bench -[ -n "$outfile" ] || outfile=initramfs.img - toppid=$$ die() { fmt=$1 @@ -85,6 +82,6 @@ gen_dir_ents | \ sort -u | \ gen_depfile 3>initramfs.d | \ ./gen_init_cpio -t 0 - | \ -$compressor > $outfile +$compressor > initramfs.img trap '' EXIT -- cgit v1.2.3-54-g00ecf