diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-28 22:30:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-28 22:30:32 +0000 |
commit | e5760ee3f30b36e1ce866c68db759a40a2ecd8b0 (patch) | |
tree | 852a93e580b18bf10d3ff2d7e7f3898c16933823 /extra/scripts | |
parent | b3bccca4b73e2759e5a30ad3d1a21b96d017eadb (diff) |
further refine output so the silent mode of make is truly silent
Diffstat (limited to 'extra/scripts')
-rwxr-xr-x | extra/scripts/fix_includes.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/scripts/fix_includes.sh b/extra/scripts/fix_includes.sh index a57e4f253..910242fa5 100755 --- a/extra/scripts/fix_includes.sh +++ b/extra/scripts/fix_includes.sh @@ -100,13 +100,13 @@ then exit 1 fi +if [ "$MAKE_IS_SILENT" != "y" ]; then echo "Current kernel version is $VERSION.$PATCHLEVEL.$SUBLEVEL${EXTRAVERSION}" - - echo -e "\n" echo "Using kernel headers from $VERSION.$PATCHLEVEL.$SUBLEVEL${EXTRAVERSION} for architecture '$TARGET_ARCH'" echo -e "\tprovided in directory $KERNEL_SOURCE" echo -e "\n" +fi # Create a symlink to include/asm |