Author: imp
Date: Sun Jul 15 05:38:43 2012
New Revision: 238464
URL: http://svn.freebsd.org/changeset/base/238464

Log:
  Force overwrite of gz file, to make NO_CLEAN builds work.

Modified:
  head/sys/conf/Makefile.arm

Modified: head/sys/conf/Makefile.arm
==============================================================================
--- head/sys/conf/Makefile.arm  Sun Jul 15 05:35:14 2012        (r238463)
+++ head/sys/conf/Makefile.arm  Sun Jul 15 05:38:43 2012        (r238464)
@@ -105,7 +105,7 @@ ${KERNEL_KO}.tramp: ${KERNEL_KO} $S/$M/$
        >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 \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to