From patchwork Tue Jun 5 01:38:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 1797 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 5D15360BB3 for ; Mon, 4 Jun 2018 17:38:41 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 229C810F8B82; Mon, 4 Jun 2018 16:38:41 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1528126721; 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:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=9h9lKz2uX3/ohyijY2PDQta95Bb4Yi/kGK71mGGkAPk=; b=0VscmvISgcBZ/RxvU3f+SZirGSVtGFBZwurh8aLpFGaINmrWi5tXewONtxnAHsmqER4ode jXzbAVhZyQmsnG0JkQLQjh+eVkChQG19xJQTwSO1eqliJe3L+2Yxn9YuFx7nuCj5DiwQfD 5m8HEizojPhU2E6aAKI0XvvJr2tY+XeOP88YcFJJCvDwyhVA6yn2eGTxDKy0aSrLi7hPZj zEMCKURt56lrdCa1O7ZYDOudN/Ze/PaTxlD2IeomP4xwBId3pBA7jJFFqqsfxL+Bp3kXI+ lRQpOFLW+j7LkyqrCwPW3e9XELSCK5onHUP2TF3w5CaMWsD5a77U7Qttdvh9QQ== 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=1528126719; 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:in-reply-to: references:references; bh=9h9lKz2uX3/ohyijY2PDQta95Bb4Yi/kGK71mGGkAPk=; b=QHaUyC6Wvhx5V3Akh7s7907vvnc7tc21p5YxijpuYjlIsA/kAbkkwx6gQzP/gDlijnEkX+ lxOXtrliWAdZsUzWO0iBonzbNEL9OwxksQQYdQH92SY+b3NV3Ej+6HuWINAoqEilSabOc3 /ev/YB+1mljYTpVPPBoVWN+ySaMRaHCM1kwQUOSI8pQg5BfTSVeR3fcMsslx641tfqrN0F PyQclO0xs+LMpcft7Oo7ZV/8OPZmsY5RM+N/M2U9y7CWn4NTnvehWSD2xjA7LMxd+MNjDI CP0br2N98xDCahUXttUAOI+6ycCuOlgwqjZlYDGeYbLkgadQa4//uqLjXDrMfw== 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 3F26E10D19C7; Mon, 4 Jun 2018 16:38:39 +0100 (BST) From: Michael Tremer To: network@lists.ipfire.org Subject: [PATCH 3/7] Makefile: Remove any excess substitution rules Date: Mon, 4 Jun 2018 16:38:28 +0100 Message-Id: <20180604153832.331239-3-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180604153832.331239-1-michael.tremer@ipfire.org> References: <20180604153832.331239-1-michael.tremer@ipfire.org> X-Spamd-Result: default: False [-7.05 / 11.00]; ASN(0.00)[asn:56478, ipnet:88.98.216.0/22, country:GB]; DKIM_SIGNED(0.00)[]; TO_DN_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; ARC_NA(0.00)[]; BAYES_HAM(-3.00)[100.00%]; FROM_EQ_ENVFROM(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]; NEURAL_HAM(-2.95)[-0.984,0]; REPLY(-2.00)[] X-Spam-Status: No, score=-7.05 X-Rspamd-Server: mail01.i.ipfire.org Cc: Michael Tremer X-BeenThere: network@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List for the network package List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: network-bounces@lists.ipfire.org Sender: "network" Signed-off-by: Michael Tremer Reviewed-by: Jonatan Schlag Reviewed-by: Jonatan Schlag <jonatan.schlag@ipfire.org>

Am Mo, 4. Jun, 2018 um 5:38 schrieb Michael Tremer <michael.tremer@ipfire.org>:
--- Makefile.am | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Makefile.am b/Makefile.am index 88c56bcf68eb..73c79f501f99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -502,16 +502,7 @@ SED_PROCESS = \ $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \ < $< > $@ -src/functions/functions: src/functions/functions.in Makefile - $(SED_PROCESS) - -src/ppp/ip-updown: src/ppp/ip-updown.in Makefile - $(SED_PROCESS) - -src/systemd/%: src/systemd/%.in Makefile - $(SED_PROCESS) - -src/%.pc: src/%.pc.in Makefile +%: %.in Makefile $(SED_PROCESS) INSTALL_DIRS += \