commit f860f525290ef51124648c0f56facacfd4897d3c parent 9a2fac3b470af140c200ae572ef7fe1eff13229c Author: sin <sin@2f30.org> Date: Thu, 29 Dec 2016 11:30:26 +0000 sysbuild: Only clean /usr/obj/sys before building the kernel Diffstat:
M | sysbuild | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysbuild b/sysbuild @@ -10,7 +10,7 @@ finalize=0 upgradekernel() { - rm -rf /usr/obj/* + rm -rf /usr/obj/sys cd /usr/src/sys/arch/$(machine)/compile/GENERIC.MP make obj make config