Port-hpcsh archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Disklabel with msdos partition table
Hello, I solved my disklabel problem.
I make disklabel(8) work with msdos partition table.
I'm attaching a patch. Perhaps it can go into master source?
I don't know exactly what it does but also hpcmips is there so why not
hpcsh...
regards, Vesa
--
/`---'\
= ^ o ^ =
`-----'
Index: Makefile
===================================================================
RCS file: /cvsroot/basesrc/sbin/disklabel/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile 2002/06/18 00:21:53 1.43
+++ Makefile 2002/07/11 13:22:27
@@ -32,7 +32,8 @@
.endif
.if (${MACHINE} == "hpcmips" || ${MACHINE} == "arc" || ${MACHINE} == "prep" \
- || ${MACHINE} == "cobalt" || ${MACHINE} == "macppc")
+ || ${MACHINE} == "cobalt" || ${MACHINE} == "macppc" \
+ || ${MACHINE} == "hpcsh")
# recognize old partition ID for a while
CPPFLAGS+= -DCOMPAT_386BSD_MBRPART
# use MBR partition info
Home |
Main Index |
Thread Index |
Old Index