mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Force overwrite of gz file, to make NO_CLEAN builds work.
This commit is contained in:
parent
15fda8888a
commit
ffc29a1935
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238464
@ -105,7 +105,7 @@ ${KERNEL_KO}.tramp: ${KERNEL_KO} $S/$M/$M/inckern.S $S/$M/$M/elf_trampoline.c
|
||||
>opt_kernname.h
|
||||
eval $$(stat -s ${KERNEL_KO}.tmp) && \
|
||||
echo "#define KERNSIZE $$st_size" >>opt_kernname.h
|
||||
gzip -9 ${KERNEL_KO}.tmp
|
||||
gzip -f9 ${KERNEL_KO}.tmp
|
||||
eval $$(stat -s ${KERNEL_KO}.tmp.gz) && \
|
||||
echo "#define KERNCOMPSIZE $$st_size" >>opt_kernname.h
|
||||
${CC} -O2 -ffreestanding -DKZIP -I. -I$S -c $S/kern/inflate.c -o \
|
||||
|
Loading…
Reference in New Issue
Block a user