From d336b255ec5775e3a457cbdb5794144b3f325c91 Mon Sep 17 00:00:00 2001 From: Mark Rustad Date: Mon, 17 Oct 2005 16:43:34 -0700 Subject: [PATCH] --- yaml --- r: 9920 b: refs/heads/master c: 39ca371c45b04cd50d0974030ae051906fc516b6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4ba50f3322e3..b0d5afbb73b8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4faa5285283fad081443e3612ca426a311bb6c7e +refs/heads/master: 39ca371c45b04cd50d0974030ae051906fc516b6 diff --git a/trunk/Makefile b/trunk/Makefile index 504ba3ceb296..be33d758c0fe 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -660,8 +660,10 @@ quiet_cmd_sysmap = SYSMAP # Link of vmlinux # If CONFIG_KALLSYMS is set .version is already updated # Generate System.map and verify that the content is consistent - +# Use + in front of the vmlinux_version rule to silent warning with make -j2 +# First command is ':' to allow us to use + in front of the rule define rule_vmlinux__ + : $(if $(CONFIG_KALLSYMS),,+$(call cmd,vmlinux_version)) $(call cmd,vmlinux__)