diff options
author | anholt <anholt@FreeBSD.org> | 2004-01-22 08:10:11 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-01-22 08:10:11 +0800 |
commit | 6a4f8501936556edbbe8419a9cea395323ec999c (patch) | |
tree | d0e4aaea0e64929e91674d78822d7ab8d7986cea /emulators/bochs | |
parent | b0b9b73d9687e8e3be7af2b02b1aa8832bf05b44 (diff) | |
download | freebsd-ports-gnome-6a4f8501936556edbbe8419a9cea395323ec999c.tar.gz freebsd-ports-gnome-6a4f8501936556edbbe8419a9cea395323ec999c.tar.zst freebsd-ports-gnome-6a4f8501936556edbbe8419a9cea395323ec999c.zip |
Remove some obsolete messages, and apply some punctuation fixes from
ports/61549.
PR: ports/61549
Submitted by: Ken Stailey <kstailey@yahoo.com>
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 477dfaa902e1..7516bdb8bf21 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -16,9 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= anholt@FreeBSD.org COMMENT= An IA-32 (x86) PC emulator that runs DOS, Win 95, and more -# Global variables -# - USE_XLIB= yes USE_REINPLACE= yes USE_GMAKE= yes @@ -96,31 +93,23 @@ pre-patch:: @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_GUI_TERM=yes\"" @${ECHO_MSG} .endif -.if !defined(WITH_BOCHS_VESA) - @${ECHO_MSG} "If you want to enable the VESA BIOS video extensions of bochs," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_VESA=yes\"" - @${ECHO_MSG} -.else - @${ECHO_MSG} "Remember that with the VESA option you must also use VGABIOS-lgpl-latest" - @${ECHO_MSG} -.endif .if !defined(WITH_BOCHS_PROCESSORS) - @${ECHO_MSG} "If you want to compile with SMP support (implies WITH_BOCHS_CPU_LEVEL=6)." + @${ECHO_MSG} "If you want to compile with SMP support (implies WITH_BOCHS_CPU_LEVEL=6)," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_PROCESSORS=<number of processors>\"" @${ECHO_MSG} .endif .if !defined(WITH_BOCHS_DEBUGGER) - @${ECHO_MSG} "If you want to compile with builtin debugger and disassembler support." + @${ECHO_MSG} "If you want to compile with builtin debugger and disassembler support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_DEBUGGER=yes\"" @${ECHO_MSG} .endif .if !defined(WITH_BOCHS_X86_DEBUGGER) - @${ECHO_MSG} "If you want to compile with x86 hardware debugger support." + @${ECHO_MSG} "If you want to compile with x86 hardware debugger support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_X86_DEBUGGER=yes\"" @${ECHO_MSG} .endif .if !defined(WITH_BOCHS_AMD64) - @${ECHO_MSG} "If you want to compile with AMD x86-64 support." + @${ECHO_MSG} "If you want to compile with AMD x86-64 support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_AMD64=yes\"" @${ECHO_MSG} .endif |