[Pkg-ganeti-commits] r13 - trunk/ganeti/debian
Iustin Pop
iustin at google.com
Wed Nov 28 18:31:57 UTC 2007
On Wed, Nov 28, 2007 at 06:29:54PM +0000, Guido Trotter wrote:
> Author: ultrotter
> Date: Wed Nov 28 18:29:54 2007
> New Revision: 13
>
> Log:
> clean config.log
>
> config.log is left over after a make clean. Make sure we get rid of it and it
> doesn't pollute our diff.
>
>
> Modified:
> trunk/ganeti/debian/rules
>
> Modified: trunk/ganeti/debian/rules
> ==============================================================================
> --- trunk/ganeti/debian/rules (original)
> +++ trunk/ganeti/debian/rules Wed Nov 28 18:29:54 2007
> @@ -16,6 +16,7 @@
> clean::
> rm -f debian/ganeti.init
> rm -f debian/ganeti.cron
> + rm -f config.log
This raises a good question - would we need to do make distclean here,
as not only config.log is created (autotools, etc.)?
iustin
More information about the Pkg-ganeti-commits
mailing list