From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1VAJWK-0006IA-2r for ptxdist@pengutronix.de; Fri, 16 Aug 2013 14:52:48 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1VAJWK-0008R3-1X for ptxdist@pengutronix.de; Fri, 16 Aug 2013 14:52:48 +0200 Date: Fri, 16 Aug 2013 14:52:48 +0200 From: Michael Olbrich Message-ID: <20130816125248.GC29492@pengutronix.de> References: <5DDDC2AE1D40D045B973C3CAA4D4CCC74F3238@HISCMAIL01.HeiLab.loc> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <5DDDC2AE1D40D045B973C3CAA4D4CCC74F3238@HISCMAIL01.HeiLab.loc> Subject: Re: [ptxdist] ptxdist Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hi, On Wed, Jul 31, 2013 at 12:06:44PM +0000, Henrik.Kraft@heidolph.de wrote: > I have created a binary package doing some of the steps required to install > some application related stuff. The ptxdist command with this works and > everything is getting installed as supposed. The trouble I have is that with > every ptxdist go the package is reinstalled. With every step in > [package].make I have: > > $(STATEDIR)/[Package].[stepname]: > ... > ... > @$(call touch) > > How can I stop ptxdist from doing unnecessary work. Check your [package].make. This usually happens if the "@$(call touch)" is missing and the corresponding file in STATEDIR is not created. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de