From c5db4c9be225acde3fb1db1e3816116bbb6d3933 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Wed, 11 Jul 2001 05:23:59 +0000 Subject: When rebuilding ramdisk kernel, rebuild dependancies after config RAMDISK and make clean. If a file has been removed from the source tree, and the old dependancies still refer to it, the build will break. --- distrib/powerpc/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/powerpc/ramdisk/Makefile b/distrib/powerpc/ramdisk/Makefile index c6b631de84b..23f9eab9871 100644 --- a/distrib/powerpc/ramdisk/Makefile +++ b/distrib/powerpc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2001/06/17 22:40:44 drahn Exp $ +# $OpenBSD: Makefile,v 1.18 2001/07/11 05:23:58 drahn Exp $ TOP= ${.CURDIR}/.. @@ -55,7 +55,7 @@ ${IMAGE}: rd_setup do_files rd_teardown bsd: cd ${TOP}/../../sys/arch/powerpc/conf && config RAMDISK cd ${TOP}/../../sys/arch/powerpc/compile/RAMDISK && \ - make clean && make + make clean && make depend && make cp ${TOP}/../../sys/arch/powerpc/compile/RAMDISK/bsd bsd rd_setup: -- cgit v1.2.3