From patchwork Sat Jul 16 09:42:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerzy Grzegorek X-Patchwork-Id: 649084 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rs4HS5RPpz9sCY for ; Sat, 16 Jul 2016 19:42:59 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 28ED131462; Sat, 16 Jul 2016 09:42:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hlNIM4sn9DFD; Sat, 16 Jul 2016 09:42:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 55FAB30960; Sat, 16 Jul 2016 09:42:53 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6EA501C11A9 for ; Sat, 16 Jul 2016 09:42:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 69A718C4D0 for ; Sat, 16 Jul 2016 09:42:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7Dn4r7wmW5+A for ; Sat, 16 Jul 2016 09:42:50 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.internet.v.pl (mail.internet.v.pl [62.69.205.34]) by whitealder.osuosl.org (Postfix) with SMTP id 5395C8C146 for ; Sat, 16 Jul 2016 09:42:49 +0000 (UTC) Received: from localhost.localdomain (93-181-142-99.internetia.net.pl [93.181.142.99]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerzy.grzegorek@trzebnica.net) by mail.internet.v.pl (Postfix) with ESMTPSA id EB4ED1D23C4; Sat, 16 Jul 2016 11:42:47 +0200 (CEST) From: Jerzy Grzegorek To: buildroot@busybox.net Date: Sat, 16 Jul 2016 11:42:33 +0200 Message-Id: <1468662154-31339-2-git-send-email-jerzy.grzegorek@trzebnica.net> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1468662154-31339-1-git-send-email-jerzy.grzegorek@trzebnica.net> References: <1468662154-31339-1-git-send-email-jerzy.grzegorek@trzebnica.net> Subject: [Buildroot] [PATCH 2/3] package/vde2: put the \ just one space after the line of _VDE2_CONF_OPTS items X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Jerzy Grzegorek --- package/vde2/vde2.mk | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package/vde2/vde2.mk b/package/vde2/vde2.mk index 558d0f3..0b86e9f 100644 --- a/package/vde2/vde2.mk +++ b/package/vde2/vde2.mk @@ -26,11 +26,11 @@ VDE2_AUTORECONF = YES # Note: disabled features can be added with corresponding dependencies # in future commits. VDE2_CONF_OPTS = \ - --disable-experimental \ - --disable-cryptcab \ - --disable-pcap \ - --disable-python \ - --disable-profile \ + --disable-experimental \ + --disable-cryptcab \ + --disable-pcap \ + --disable-python \ + --disable-profile \ --disable-kernel-switch \ --enable-tuntap @@ -38,11 +38,11 @@ VDE2_CONF_OPTS = \ VDE2_MAKE = $(MAKE1) HOST_VDE2_CONF_OPTS = \ - --disable-experimental \ - --disable-cryptcab \ - --disable-pcap \ - --disable-python \ - --disable-profile \ + --disable-experimental \ + --disable-cryptcab \ + --disable-pcap \ + --disable-python \ + --disable-profile \ --disable-kernel-switch \ --enable-tuntap