Subject: Re: Sup & make includes?
To: None <port-arm32@NetBSD.ORG>
From: Daniel Brown <crp02@holyrood.ed.ac.uk>
List: port-arm32
Date: 07/15/1997 15:59:07
On Tue, 15 Jul 1997, Duncan Ferguson wrote:
> ===> arch/arm32 *** Error code 2
> make: don't know how to make includes-. Stop
> Stop.
Edit /src/sys/arch/arm32/Makefile, commenting out the SUBDIR argument. ie.
# $NetBSD: Makefile,v 1.2 1997/05/07 17:28:52 mycroft Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
# Makefile for arm32 tags file and boot blocks
NOPROG= noprog
NOMAN= noman
#SUBDIR=
... and so on.
However - the impending new release should hopefully make all this
unnecessary... :-)
Dan.