openbsd-ports/emulators/qemu/patches/patch-Makefile
todd 2feda3c1f5 o update to 0.9.1, lots from brad@
o see http://qemu.org/changelog.html for details
o see README.OpenBSD for an intro to qemu on OpenBSD
o disable broken arm host support for now
2008-04-28 22:52:38 +00:00

22 lines
551 B
Plaintext

$OpenBSD: patch-Makefile,v 1.7 2008/04/28 22:52:38 todd Exp $
--- Makefile.orig Sun Jan 6 14:38:41 2008
+++ Makefile Tue Apr 1 01:33:38 2008
@@ -149,7 +149,7 @@ clean:
rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d
$(MAKE) -C tests clean
for d in $(TARGET_DIRS); do \
- $(MAKE) -C $$d $@ || exit 1 ; \
+ $(MAKE) -C $$d $@ || exit $$? ; \
done
distclean: clean
@@ -206,7 +206,7 @@ cscope:
# documentation
%.html: %.texi
- texi2html -monolithic -number $<
+ -texi2html -monolithic -number $<
%.info: %.texi
makeinfo $< -o $@