Subject: Re: acorn32 make sets prob
To: None <port-arm@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-arm
Date: 03/22/2002 16:16:23
On Thu, Mar 21, 2002 at 07:07:16PM +0000, Patrick Welche wrote:
> Don't have time to delve further just at the minute (nor next few days), but
> make sets on an acorn32 has MTREE and PAX set to nothing, so giving nothing
> the -w option is a bit problematic.. (BTW acorn32 is a notools..)

Sorted that bit out in toolchain/16009. Now, I've been fiddling with
acorn32/Makefile, and really don't understand:

# make release
echo hello
hello
cd /usr/src/sys/arch/acorn32/stand
make: Exec of `cd' failed (No such file or directory)

from

release: check_RELEASEDIR
#       ${IINST} ${RAMDISKOBJ}/ramdisk.fs ${ITARGET}/misc/ramdisk-${DISTRIBREV}.fs
#       gzip -f9 ${ITARGET}/misc/ramdisk-${DISTRIBREV}.fs
#.for kern in ${KERNELS}
#       ${IINST} ${KERNELOBJ}/netbsd.${kern}.gz ${ITARGET}/kernel/
#.endfor
        echo hello
        cd ${_SRC_TOP_}/sys/arch/acorn32/stand
        echo there


Does that error message really mean that "cd" can't be found, as in, the
sh shell built-in? (And yes, there are tabs there...)

Cheers,

Patrick