- (dtucker) [survey.sh.in] Remove any blank lines from the output of

ccver-v and ccver-V.
This commit is contained in:
Darren Tucker 2005-01-18 12:45:42 +11:00
parent 72c025d9f0
commit 24c710e498
2 changed files with 5 additions and 3 deletions

View File

@ -4,6 +4,8 @@
configure parameters, platform and platform features to the development configure parameters, platform and platform features to the development
team, which will allow (among other things) better targetting of testing. team, which will allow (among other things) better targetting of testing.
It's entirely voluntary and is off be default. ok djm@ It's entirely voluntary and is off be default. ok djm@
- (dtucker) [survey.sh.in] Remove any blank lines from the output of
ccver-v and ccver-V.
20041220 20041220
- (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if reading - (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if reading
@ -1967,4 +1969,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3607 2005/01/18 01:05:18 dtucker Exp $ $Id: ChangeLog,v 1.3608 2005/01/18 01:45:42 dtucker Exp $

View File

@ -55,9 +55,9 @@ echo "ldflags: $LDFLAGS"
echo echo
echo "libs: $LIBS" echo "libs: $LIBS"
echo echo
echo "ccver-v: `$CC -v 2>&1`" echo "ccver-v: `$CC -v 2>&1 | sed '/^[ \t]*$/d'`"
echo echo
echo "ccver-V: `$CC -V 2>&1`" echo "ccver-V: `$CC -V 2>&1 | sed '/^[ \t]*$/d'`"
echo echo
echo "cppdefines:" echo "cppdefines:"
${CPP} -dM - </dev/null ${CPP} -dM - </dev/null