From 36039a56ceec1d39fbb851736f17df37d620b889 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 22 Feb 2008 16:03:54 +0800 Subject: [PATCH] --- yaml --- r: 86535 b: refs/heads/master c: 4d94bf674683b0560720bdea3b0c5d4716e1abec h: refs/heads/master i: 86533: bbb4f7721e332100b903ea46bae72c7ec251dfa3 86531: 9f93d7d99b21c8598fdaaa98dd69ac8370921bc1 86527: 88ffd7fa6dae04f7aa7eab83a467f77b3865c589 v: v3 --- [refs] | 2 +- trunk/arch/blackfin/Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c41a4ca93f91..b402cbdde145 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7aa475cfb7030f491d040333a343d8c414765f1a +refs/heads/master: 4d94bf674683b0560720bdea3b0c5d4716e1abec diff --git a/trunk/arch/blackfin/Makefile b/trunk/arch/blackfin/Makefile index fe254f886a6e..88ae549f7b2d 100644 --- a/trunk/arch/blackfin/Makefile +++ b/trunk/arch/blackfin/Makefile @@ -98,8 +98,10 @@ drivers-$(CONFIG_OPROFILE) += arch/$(ARCH)/oprofile/ # them changed. We use .mach to indicate when they were updated # last, otherwise make uses the target directory mtime. + quiet_show_mach_symlink = echo ' SYMLINK include/asm-$(ARCH)/mach-$(MACHINE) -> include/asm-$(ARCH)/mach' +silent_show_mach_symlink = : include/asm-blackfin/.mach: $(wildcard include/config/arch/*.h) include/config/auto.conf - @echo ' SYMLINK include/asm-$(ARCH)/mach-$(MACHINE) -> include/asm-$(ARCH)/mach' + @$($(quiet)show_mach_symlink) ifneq ($(KBUILD_SRC),) $(Q)mkdir -p include/asm-$(ARCH) $(Q)ln -fsn $(srctree)/include/asm-$(ARCH)/mach-$(MACHINE) include/asm-$(ARCH)/mach