View | Details | Raw Unified | Return to bug 69736
Collapse All | Expand All

(-)bochs/Makefile (-2 / +11 lines)
Lines 57-66 Link Here
57
.endif
57
.endif
58
.endif
58
.endif
59
59
60
.if defined(WITH_BOCHS_TERM)
60
.if defined(WITH_BOCHS_GUI_TERM)
61
CONFIGURE_ARGS+=	--with-term
61
CONFIGURE_ARGS+=	--with-term
62
.endif
62
.endif
63
63
64
.if defined(WITH_BOCHS_GUI_NOGUI)
65
CONFIGURE_ARGS+=	--with-nogui
66
.endif
67
64
.if defined(WITH_BOCHS_AMD64)
68
.if defined(WITH_BOCHS_AMD64)
65
CONFIGURE_ARGS+=	--enable-x86-64
69
CONFIGURE_ARGS+=	--enable-x86-64
66
.endif
70
.endif
Lines 84-92 Link Here
84
	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_CPU_LEVEL=<cpu level>\""
88
	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_CPU_LEVEL=<cpu level>\""
85
	@${ECHO_MSG}
89
	@${ECHO_MSG}
86
.endif
90
.endif
87
.if !defined(WITH_BOCHS_TERM)
91
.if !defined(WITH_BOCHS_GUI_TERM)
88
	@${ECHO_MSG} "If you want to enable the plain text, console-based bochs interface"
92
	@${ECHO_MSG} "If you want to enable the plain text, console-based bochs interface"
89
	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_GUI_TERM=yes\""
93
	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_GUI_TERM=yes\""
94
	@${ECHO_MSG}
95
.endif
96
.if !defined(WITH_BOCHS_GUI_NOGUI)
97
	@${ECHO_MSG} "If you want the bochs display"
98
	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_GUI_NOGUI=yes\""
90
	@${ECHO_MSG}
99
	@${ECHO_MSG}
91
.endif
100
.endif
92
.if !defined(WITH_BOCHS_PROCESSORS)
101
.if !defined(WITH_BOCHS_PROCESSORS)

Return to bug 69736