From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: iptables -git automake warnings Date: Mon, 12 Jan 2009 07:23:32 +0100 Message-ID: <496AE1E4.9060508@trash.net> References: <496AD8C7.2020208@trash.net> <496AD922.7050909@trash.net> <496ADEDE.9050000@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Development Mailinglist To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:56701 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750825AbZALGXe (ORCPT ); Mon, 12 Jan 2009 01:23:34 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > On Monday 2009-01-12 07:10, Patrick McHardy wrote: > >> Patrick McHardy wrote: >>> Patrick McHardy wrote: >>>> I get this with the current iptables -git version: >>>> >>>> Makefile.am:7: `:='-style assignments are not portable >>>> Makefile.am:71: `:='-style assignments are not portable >>>> Makefile.am:72: `:='-style assignments are not portable >>>> Makefile.am:73: `:='-style assignments are not portable >>>> Makefile.am:74: `:='-style assignments are not portable >>>> Makefile.am:75: `:='-style assignments are not portable >>>> Makefile.am:78: `:='-style assignments are not portable >>>> Makefile.am:80: `:='-style assignments are not portable >>>> Makefile.am:97: `%'-style pattern rules are a GNU make extension >>> Additionally compilation aborts with: >>> >>> make[2]: *** No rule to make target >>> `../include/linux/netfilter_ipv4/ipt_DSCP.h', needed by `libipt_ECN.oo'. >>> Stop. >> This is resolved by using a fresh clone. > > Must have been a really old tree, since no .c file besides > libipt_DSCP.c (long renamed libxt_DSCP.c) ever used ipt_DSCP.h. Possibly, I usually don't delete the tree. The error didn't happen previously for some reason.