From face05f9f79b75f2858107bc09ee31a7cecfef9a Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 7 Mar 2002 16:35:56 +0000 Subject: [PATCH] Converted the %.variables rule to the standard indentation ... it's now enough easy not to require custom indentation :-) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13042 72102866-910b-0410-8b05-ffd578937521 --- Master/rules.make | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Master/rules.make b/Master/rules.make index dc541a12..17c16373 100644 --- a/Master/rules.make +++ b/Master/rules.make @@ -212,18 +212,18 @@ after-check:: # any, then subprojects (FIXME - remove framework tools and replace # this with a better API which works for everything and not only # frameworks and not only tools) + %.variables: %.tools %.subprojects - @ \ -instance=$(basename $(basename $*)); \ -operation=$(subst .,,$(suffix $(basename $*))); \ -type=$(subst -,_,$(subst .,,$(suffix $*))); \ -echo Making $$operation for $$type $$instance...; \ -$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \ - internal-$${type}-$$operation \ - GNUSTEP_TYPE=$$type \ - GNUSTEP_INSTANCE=$$instance \ - INTERNAL_$${type}_NAME=$$instance \ - TARGET=$$instance + @ instance=$(basename $(basename $*)); \ + operation=$(subst .,,$(suffix $(basename $*))); \ + type=$(subst -,_,$(subst .,,$(suffix $*))); \ + echo Making $$operation for $$type $$instance...; \ + $(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \ + internal-$${type}-$$operation \ + GNUSTEP_TYPE=$$type \ + GNUSTEP_INSTANCE=$$instance \ + INTERNAL_$${type}_NAME=$$instance \ + TARGET=$$instance ifneq ($(FRAMEWORK_NAME),) #