fdisk problem in installworld
Matthew Dillon
dillon at apollo.backplane.com
Sat Nov 11 10:32:07 PST 2006
:..
:> check for a MACHINE_ARCH subdirectory and push into that too:
:[..]
:> Which I think might be the correct solution here.
:
:I don't think so. fdisk is a part of the machine architecture (pc32),
:not the cpu (i386). if we want to it correctly, we would have to move
:fdisk to pc32.
:
:cheers
: simon
Do you want 'fdisk' to exist for the virtual kernel build? I think
it should.
Alternatively we can use the new /usr/src/sys/machine/<BLAH>/Makefile.inc
mechanism to condtionalize the build for fdisk and not have it depend
on MACHINE or MACHINE_ARCH at all.
-Matt
More information about the Bugs
mailing list