From 4c28e86156a8771ba872ff9d13690efc3e3d257a Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Wed, 27 Jul 2005 11:39:37 +0200 Subject: [PATCH] --- yaml --- r: 7247 b: refs/heads/master c: 72ba47c1b293ae78f7d798b458bb9d3db65c7551 h: refs/heads/master i: 7245: a180db07a6107051466693a7a0291002d03cd591 7243: d0c96c72f4f9268aa80847b50062839a23b8a2b1 7239: 0a5eedce154a92d7ee05f1af108336dcdc2d67c2 7231: 464e25f18d58840abe203da98adcc2a2f7631114 v: v3 --- [refs] | 2 +- trunk/Makefile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e2254946d431..dc5806aee1e4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 23a45e2c0a16bfd80eba853b44717d21c37bcf30 +refs/heads/master: 72ba47c1b293ae78f7d798b458bb9d3db65c7551 diff --git a/trunk/Makefile b/trunk/Makefile index 2467aa0f6689..06995fe7f57c 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -688,8 +688,10 @@ endef # Update vmlinux version before link # Use + in front of this rule to silent warning about make -j1 +# First command is ':' to allow us to use + in front of this rule cmd_ksym_ld = $(cmd_vmlinux__) define rule_ksym_ld + : +$(call cmd,vmlinux_version) $(call cmd,vmlinux__) $(Q)echo 'cmd_$@ := $(cmd_vmlinux__)' > $(@D)/.$(@F).cmd