Applied patch:
Patch name: Fix bug #2031993 (install_macosx) Author: Jeremy W. Sherman Date: 2009-04-03 Added gdbstub option to .conf.everything
This commit is contained in:
parent
9716be2cbd
commit
23f1a49308
@ -47,5 +47,6 @@
|
||||
--enable-cdrom \
|
||||
--enable-sb16 \
|
||||
--enable-iodebug \
|
||||
--enable-gdb-stub \
|
||||
--enable-show-ips \
|
||||
--with-all-libs
|
||||
|
@ -132,6 +132,8 @@ Detailed change log :
|
||||
[1981505] Init PIIX4 PCI to ISA bridge and IDE by Sebastian
|
||||
|
||||
- these S.F. bugs were closed
|
||||
[2031993] Mac OS X Makefile bug
|
||||
[1843199] install error on mac osx
|
||||
[2710931] Problem compiling both instrumentation and debugger
|
||||
[2617003] ExceptionInfo conflicts with OS X api
|
||||
[2609432] stepping causes segfault (CVS)
|
||||
|
@ -650,7 +650,7 @@ $(APP)/.build_plugins: $(APP)/.build bochs_plugins
|
||||
touch $(APP)/.build_plugins
|
||||
|
||||
install_macosx: all download_dlx install_man @INSTALL_DOCBOOK_VAR@
|
||||
-mkdir -p $(DESTDIR)$(prefix)
|
||||
-mkdir -p $(DESTDIR)$(sharedir)
|
||||
for i in $(INSTALL_LIST_MACOSX); do if test -e $$i; then $(CPMAC) -r $$i $(DESTDIR)$(sharedir); else $(CPMAC) -r $(srcdir)/$$i $(DESTDIR)$(sharedir); fi; done
|
||||
$(CPMAC) $(srcdir)/.bochsrc $(DESTDIR)$(sharedir)/bochsrc-sample.txt
|
||||
-mkdir $(DESTDIR)$(sharedir)/keymaps
|
||||
|
Loading…
Reference in New Issue
Block a user