[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Some file installed in /usr/local after refreshing debian/rules by dh-make-perl...



Le Sun, Jun 29, 2008 at 05:40:53PM +0300, Damyan Ivanov a écrit :
> Any chance Makefile.PL is patched? If so, touch Makefile in the clean 
> after unpatch and before calling $(MAKE) *clean so its timestamp is 
> later than those of Makefile.PL

Le Sun, Jun 29, 2008 at 04:42:32PM +0200, gregor herrmann a écrit :
> That usually means that Makefile.PL is un/patched which changes the
> timestamp.
> 
> /me svn co's the package again. 
> 
> Right, that's 05-build-manpages.dpatch
> 
> You could try the following in the clean target:

> -	[ ! -f Makefile ] || $(MAKE) realclean
> +	[ ! -f Makefile ] || ( touch Makefile && $(MAKE) realclean )


Brilliant, it worked like a charm :)

Have a nice day, and thanks for the prompt answer.

-- 
Charles


Reply to: