summaryrefslogtreecommitdiff
path: root/distrib/powerpc
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-07-11 05:23:59 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-07-11 05:23:59 +0000
commitc5db4c9be225acde3fb1db1e3816116bbb6d3933 (patch)
tree0de42d195b210b136bb45bf29609a965c550187f /distrib/powerpc
parentebb587a338ad6621120d93d63a62e1243c41c924 (diff)
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.
Diffstat (limited to 'distrib/powerpc')
-rw-r--r--distrib/powerpc/ramdisk/Makefile4
1 files 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: