Subject: src/distrib/miniroot/Makefile
To: None <tech-toolchain@netbsd.org>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: tech-toolchain
Date: 03/04/1999 12:35:44
Does anything use it, or is it a template?

I just added mods to all of the floppy/miniroot Makefiles to explicitly
specify the desired endianness of the fs. Thus the scripts will DTRT if
you're making a big-endian boot disk on a little-endian machine.

But there's a call to newfs in src/distrib/miniroot/Makefile. What should
we do here?

Also, Jason suggested adding variables to bsd.own.mk that will tell you
the endianness of the ${MACHINE_ARCH} - that'd be one obvious way to fix
this. Thoughts?

Take care,

Bill