Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1256871

[PATCH 3/4] mkcompile_h: add the generator location to compile.h

From Nicholas Mc Guire <hofrat@osadl.org>
Newsgroups linux.kernel
Subject [PATCH 3/4] mkcompile_h: add the generator location to compile.h
Date 2015-10-27 17:00 +0100
Message-ID <qoePg-70a-1@gated-at.bofh.it> (permalink)
References <qoePg-70a-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Make it clear what script is generating compile.h 

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
---
This is no actual code change - compile-testing should thus do

Compile tested with x86_64_defconfig

Patch is against 4.3-rc6 (localversion-next is  -next-20151022)

 scripts/mkcompile_h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h
index 6fdc97e..16987f1 100755
--- a/scripts/mkcompile_h
+++ b/scripts/mkcompile_h
@@ -66,7 +66,7 @@ UTS_TRUNCATE="cut -b -$UTS_LEN"
 
 # Generate a temporary compile.h
 
-( echo /\* This file is auto generated, version $VERSION \*/
+( echo /\* This file is auto generated by scripts/mkcompile_h, version $VERSION \*/
   if [ -n "$CONFIG_FLAGS" ] ; then echo "/* $CONFIG_FLAGS */"; fi
 
   echo \#define UTS_MACHINE \"$ARCH\"
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 3/4] mkcompile_h: add the generator location to compile.h Nicholas Mc Guire <hofrat@osadl.org> - 2015-10-27 17:00 +0100

csiph-web