From patchwork Sun Jul 5 13:46:19 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Robert P. J. Day" X-Patchwork-Id: 34139 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n65DlOve006120 for ; Sun, 5 Jul 2009 13:48:32 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753236AbZGENs1 (ORCPT ); Sun, 5 Jul 2009 09:48:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753239AbZGENs1 (ORCPT ); Sun, 5 Jul 2009 09:48:27 -0400 Received: from astoria.ccjclearline.com ([64.235.106.9]:45894 "EHLO astoria.ccjclearline.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753236AbZGENs1 (ORCPT ); Sun, 5 Jul 2009 09:48:27 -0400 Received: from cpe002129687b04-cm001225dbafb6.cpe.net.cable.rogers.com ([99.235.241.187] helo=crashcourse.ca) by astoria.ccjclearline.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MNSWI-0002yO-UA for linux-kbuild@vger.kernel.org; Sun, 05 Jul 2009 10:16:43 -0400 Date: Sun, 5 Jul 2009 09:46:19 -0400 (EDT) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost To: kbuild devel list Subject: [PATCH] KBUILD: Correct initramfs compression comment. Message-ID: User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - astoria.ccjclearline.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Fix the Makefile comment since bzip2 is now supported. Signed-off-by: Robert P. J. Day --- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Linux Consulting, Training and Annoying Kernel Pedantry. Web page: http://crashcourse.ca Linked In: http://www.linkedin.com/in/rpjday Twitter: http://twitter.com/rpjday ======================================================================== -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/usr/Makefile b/usr/Makefile index 245145a..1e6a9e4 100644 --- a/usr/Makefile +++ b/usr/Makefile @@ -6,7 +6,7 @@ klibcdirs:; PHONY += klibcdirs -# Gzip, but no bzip2 +# Gzip suffix_$(CONFIG_INITRAMFS_COMPRESSION_GZIP) = .gz # Bzip2