Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754959AbbEZNgn (ORCPT ); Tue, 26 May 2015 09:36:43 -0400 Received: from wilson.telenet-ops.be ([195.130.132.42]:50256 "EHLO wilson.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932271AbbEZNg0 (ORCPT ); Tue, 26 May 2015 09:36:26 -0400 From: Geert Uytterhoeven To: Michal Marek , "Yann E. MORIN" Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven , Steven Miao , adi-buildroot-devel@lists.sourceforge.net Subject: [PATCH 1/3] Blackfin: Wrap long "make help" text lines Date: Tue, 26 May 2015 13:39:53 +0200 Message-Id: <1432640395-17310-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2411 Lines: 47 Some "make help" text lines extend beyond 80 characters. Wrap them at 79 characters. Signed-off-by: Geert Uytterhoeven Cc: Steven Miao Cc: adi-buildroot-devel@lists.sourceforge.net --- arch/blackfin/Makefile | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile index 1fce08632ad763ab..a6ce3ba90b6706a5 100644 --- a/arch/blackfin/Makefile +++ b/arch/blackfin/Makefile @@ -155,12 +155,18 @@ install: define archhelp echo '* vmImage - Alias to selected kernel format (vmImage.gz by default)' - echo ' vmImage.bin - Uncompressed Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.bin)' - echo ' vmImage.bz2 - Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.bz2)' - echo '* vmImage.gz - Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.gz)' - echo ' vmImage.lzma - Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.lzma)' - echo ' vmImage.lzo - Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.lzo)' - echo ' vmImage.xip - XIP Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.xip)' + echo ' vmImage.bin - Uncompressed Kernel-only image for U-Boot' + echo ' (arch/$(ARCH)/boot/vmImage.bin)' + echo ' vmImage.bz2 - Kernel-only image for U-Boot' + echo ' (arch/$(ARCH)/boot/vmImage.bz2)' + echo '* vmImage.gz - Kernel-only image for U-Boot' + echo ' (arch/$(ARCH)/boot/vmImage.gz)' + echo ' vmImage.lzma - Kernel-only image for U-Boot' + echo ' (arch/$(ARCH)/boot/vmImage.lzma)' + echo ' vmImage.lzo - Kernel-only image for U-Boot' + echo ' (arch/$(ARCH)/boot/vmImage.lzo)' + echo ' vmImage.xip - XIP Kernel-only image for U-Boot' + echo ' (arch/$(ARCH)/boot/vmImage.xip)' echo ' install - Install kernel using' echo ' (your) ~/bin/$(INSTALLKERNEL) or' echo ' (distribution) PATH: $(INSTALLKERNEL) or' -- 1.9.1 -- 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/