From patchwork Fri May 11 22:30:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 1763 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 5067960993 for ; Fri, 11 May 2018 14:30:33 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id C00A81108E17; Fri, 11 May 2018 13:30:32 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1526041833; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=g1t9aZGJKUR1OEXzhMHuNkxJ3njSGVVP6E9eWgMZlB8=; b=nxDIOeJMz3IpU2WB3E1zo6p/yRW/t7eXCqSAEHtiTtDdelo+awKH3jOE6VCGRvucwxrRhn /YwYnq4VNe/+v7TPx2L1AX7H6bIkHX7LKK4Mjgm7JarOI+s8+PjXUlsa8TXy97YCNANBav 3vWjQVmJU61BcxXbNScSCtFQoQAqv1JtqKyB9RH9tCQEQHgxuMihhzP19dJAxZNEXxwR62 YbhM3KzXJvLYmG6amWOQuVfSbB0Jhm0zGmX5jwXK/LgKmsJAKWRv8E4yzsC3GSPwxx9/Mz vhhfbsdnQuiAl4KXUICzxYlDvIzHVc7e4P2e17oLGWPQPj1jdKsil1crDQUnbQ== Authentication-Results: mail01.i.ipfire.org; auth=pass smtp.auth=ms smtp.mailfrom=michael.tremer@ipfire.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1526041829; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=g1t9aZGJKUR1OEXzhMHuNkxJ3njSGVVP6E9eWgMZlB8=; b=MbiKnJ58JTmaGtMNZaafFkoxZnP2do+vw/ByBL1ZD9zL8m01HLVzFhrwygMNAEM6dOR9nR 3kPSgsVflmMkzMk2tTHHBaBJ4q06FfHU9AfnHYu/N+GxzchexUAluC5A/O1FSLmFMxxn9m 6oC1KbnntEF0ls/PuBiAkLptExb0uCYMlax9s6cxQKHRdPrfwqhoM0qI7PrXxcW6zd3hze mYr66m8alcL3Rc/4RIajyyBd8R/kEuWl5/xA1ZjXl0XqgUvju1r0FWKb0Fp6X4W5jPuqMq ZAuTD17yi2H2d4dmbDLH6yxDHTu9Nf1VsjtYaT0LKy+AhZfjgOrrreFoyB86yQ== Received: from rice-oxley.tremer.co.uk (unknown [88.98.219.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id A1FD210F5ABF; Fri, 11 May 2018 13:30:29 +0100 (BST) From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/5] Makefile: Remove any excessive whitespace Date: Fri, 11 May 2018 13:30:08 +0100 Message-Id: <20180511123012.2138575-1-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.17.0 X-Spamd-Result: default: False [-2.10 / 11.00]; ASN(0.00)[asn:56478, ipnet:88.98.216.0/22, country:GB]; DKIM_SIGNED(0.00)[]; TO_DN_SOME(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; FROM_HAS_DN(0.00)[]; BAYES_HAM(-3.00)[100.00%]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; MIME_GOOD(-0.10)[text/plain] X-Spam-Status: No, score=-2.10 X-Rspamd-Server: mail01.i.ipfire.org Cc: Michael Tremer X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 689b61e39ffd..4370355c34b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,6 @@ EXTRA_DIST = INSTALL_DIRS = noinst_DATA = - AM_V_XSLT = $(AM_V_XSLT_$(V)) AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY)) AM_V_XSLT_0 = @echo " XSLT " $@; @@ -38,7 +37,6 @@ nitsi_PYTHON = \ src/nitsi/test.py \ src/nitsi/virtual_environ.py - nitsidir = $(pythondir)/nitsi # ------------------------------------------------------------------------------ @@ -90,7 +88,6 @@ man/%.5: man/%.xml man/%.html: man/%.xml man/custom-html.xsl $(XSLTPROC_COMMAND_HTML) - endif # ------------------------------------------------------------------------------