openbsd-ports/emulators/qemu/patches/patch-Makefile

22 lines
559 B
Plaintext

$OpenBSD: patch-Makefile,v 1.5 2006/12/22 17:31:45 todd Exp $
--- Makefile.orig Sat Jul 22 13:23:34 2006
+++ Makefile Sun Nov 12 17:10:10 2006
@@ -44,7 +44,7 @@ clean:
rm -f *.o *.a $(TOOLS) dyngen$(EXESUF) TAGS *.pod *~ */*~
$(MAKE) -C tests clean
for d in $(TARGET_DIRS); do \
- $(MAKE) -C $$d $@ || exit 1 ; \
+ $(MAKE) -C $$d $@ || exit $$? ; \
done
distclean: clean
@@ -98,7 +98,7 @@ cscope:
# documentation
%.html: %.texi
- texi2html -monolithic -number $<
+ -texi2html -monolithic -number $<
%.info: %.texi
makeinfo $< -o $@