All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/8] tools/vtpm_manager - Use generic subdirs rules
@ 2008-03-21 13:02 Bastian Blank
  0 siblings, 0 replies; only message in thread
From: Bastian Blank @ 2008-03-21 13:02 UTC (permalink / raw)
  To: xen-devel

# HG changeset patch
# User Bastian Blank <waldi@debian.org>
# Date 1206103830 -3600
# Node ID 7e04e27e02e4776c6a8423e138cbd86d44f47c8d
# Parent  fcbda0690b0f41f6b5abc93961e22797dec48789
Use generic subdirs rules.

Signed-off-by: Bastian Blank <waldi@debian.org>

diff -r fcbda0690b0f -r 7e04e27e02e4 tools/vtpm_manager/Makefile
--- a/tools/vtpm_manager/Makefile	Fri Mar 21 13:50:30 2008 +0100
+++ b/tools/vtpm_manager/Makefile	Fri Mar 21 13:50:30 2008 +0100
@@ -6,24 +6,8 @@ SUBDIRS		= crypto tcs util manager migra
 SUBDIRS		= crypto tcs util manager migration
 OPENSSL_HEADER	= /usr/include/openssl/crypto.h
 
-.PHONY: all
-all:
-	for subdir in $(SUBDIRS); do          \
-		$(MAKE) -C $$subdir $@;       \
-	done
-
-.PHONY: install
-install:
-	@set -e; for subdir in $(SUBDIRS); do \
-		$(MAKE) -C $$subdir $@; \
-	done
-
-.PHONY: clean
-clean:
-	@set -e; for subdir in $(SUBDIRS); do \
-		$(MAKE) -C $$subdir $@; \
-	done
-
+.PHONY: all clean install
+all clean install: %: subdirs-%
 
 .PHONY: mrproper
 mrproper:
-- 
A princess should not be afraid -- not with a brave knight to protect her.
		-- McCoy, "Shore Leave", stardate 3025.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-21 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-21 13:02 [PATCH 4/8] tools/vtpm_manager - Use generic subdirs rules Bastian Blank

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.