linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: fix posix compliance for mkcompile_h script
@ 2003-07-27 20:26 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-07-27 20:26 UTC (permalink / raw)
  To: linux-kernel, torvalds

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/scripts/mkcompile_h linux-2.6.0-test2-ac1/scripts/mkcompile_h
--- linux-2.6.0-test2/scripts/mkcompile_h	2003-07-10 21:15:45.000000000 +0100
+++ linux-2.6.0-test2-ac1/scripts/mkcompile_h	2003-07-15 17:24:40.000000000 +0100
@@ -54,7 +54,7 @@
     echo \#define LINUX_COMPILE_DOMAIN
   fi
 
-  echo \#define LINUX_COMPILER \"`$CC -v 2>&1 | tail -1`\"
+  echo \#define LINUX_COMPILER \"`$CC -v 2>&1 | tail -n 1`\"
 ) > .tmpcompile
 
 # Only replace the real compile.h if the new one is different,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-28  0:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27 20:26 PATCH: fix posix compliance for mkcompile_h script Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).