diff mbox

[4/5] silence 'arch/x86/realmode/rm/realmode.bin' is up to date message

Message ID 1353269117-39917-4-git-send-email-pefoley2@verizon.net (mailing list archive)
State New, archived
Headers show

Commit Message

Peter Foley Nov. 18, 2012, 8:05 p.m. UTC
From: Peter Foley <pefoley2@verizon.net>

Since realmode.bin is in $(always) the recursive make from the realmode
directory does not need to specify a specific target.
Remove the realmode.bin target to eliminate the 'up to date'
message.

Signed-off-by: Peter Foley <pefoley2@verizon.net>
---
 arch/x86/realmode/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michal Marek Dec. 9, 2012, 4:37 p.m. UTC | #1
x86@kernel.org added.

On 18.11.2012 21:05, pefoley2@verizon.net wrote:
> From: Peter Foley <pefoley2@verizon.net>
> 
> Since realmode.bin is in $(always) the recursive make from the realmode
> directory does not need to specify a specific target.

... and the rm/ subdirectory is unconditionally visited by the Makefile
already.

> Remove the realmode.bin target to eliminate the 'up to date'
> message.
> 
> Signed-off-by: Peter Foley <pefoley2@verizon.net>

Acked-by: Michal Marek <mmarek@suse.cz>

Michal

> ---
>  arch/x86/realmode/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/realmode/Makefile b/arch/x86/realmode/Makefile
> index 94f7fbe..08fe883 100644
> --- a/arch/x86/realmode/Makefile
> +++ b/arch/x86/realmode/Makefile
> @@ -15,4 +15,4 @@ obj-y += rmpiggy.o
>  $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
>  
>  $(obj)/rm/realmode.bin: FORCE
> -	$(Q)$(MAKE) $(build)=$(obj)/rm $@
> +	$(Q)$(MAKE) $(build)=$(obj)/rm
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/x86/realmode/Makefile b/arch/x86/realmode/Makefile
index 94f7fbe..08fe883 100644
--- a/arch/x86/realmode/Makefile
+++ b/arch/x86/realmode/Makefile
@@ -15,4 +15,4 @@  obj-y += rmpiggy.o
 $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
 
 $(obj)/rm/realmode.bin: FORCE
-	$(Q)$(MAKE) $(build)=$(obj)/rm $@
+	$(Q)$(MAKE) $(build)=$(obj)/rm