pkgsrc/sysutils/xentools20/patches/patch-aa
xtraeme d62c883615 Update to 2.0.6 (latest stable distribution).
Lots of changes, notably now it uses Linux-2.6.11.x, a NetBSD
bug was fixed.

pkgsrc changes:

* Honor PKG_SYSCONFDIR and SUPPORT_FILES for configuration files.
* xend.sh: no more python warning messages when the script is used
  on non NetBSD/Xen systems.
2005-05-24 16:02:08 +00:00

32 lines
673 B
Text

$NetBSD: patch-aa,v 1.2 2005/05/24 16:02:08 xtraeme Exp $
--- Makefile.orig 2005-05-24 01:59:08.000000000 +0000
+++ Makefile 2005-05-24 01:59:28.000000000 +0000
@@ -5,24 +5,22 @@
SUBDIRS += libxutil
SUBDIRS += libxc
SUBDIRS += misc
-SUBDIRS += examples
-SUBDIRS += xentrace
SUBDIRS += python
SUBDIRS += xfrd
.PHONY: all install clean check check_clean
-all: check
+all:
@set -e; for subdir in $(SUBDIRS); do \
$(MAKE) -C $$subdir $@; \
done
-install: check
+install:
@set -e; for subdir in $(SUBDIRS); do \
$(MAKE) -C $$subdir $@; \
done
-clean: check_clean
+clean:
@set -e; for subdir in $(SUBDIRS); do \
$(MAKE) -C $$subdir $@; \
done