diff options
author | imp <imp@FreeBSD.org> | 2012-07-15 05:38:43 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2012-07-15 05:38:43 +0000 |
commit | 5a54947fe1ce9fc324e605edec22ae0341cc9a3f (patch) | |
tree | a6422adba551d7439e34988bf28753c0976075c4 /sys | |
parent | 73bbe8c5840d600323f915f698ee3614d4af8667 (diff) | |
download | FreeBSD-src-5a54947fe1ce9fc324e605edec22ae0341cc9a3f.zip FreeBSD-src-5a54947fe1ce9fc324e605edec22ae0341cc9a3f.tar.gz |
Force overwrite of gz file, to make NO_CLEAN builds work.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/Makefile.arm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index d099256..57d7fb6 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -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 \ |