All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bastian Blank <bastian@waldi.eu.org>
To: xen-devel@lists.xensource.com
Subject: [PATCH 4/8] tools/vtpm_manager - Use generic subdirs rules
Date: Fri, 21 Mar 2008 14:02:09 +0100	[thread overview]
Message-ID: <20080321130209.GD30833@wavehammer.waldi.eu.org> (raw)

# 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

                 reply	other threads:[~2008-03-21 13:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080321130209.GD30833@wavehammer.waldi.eu.org \
    --to=bastian@waldi.eu.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.