[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
creating multiple dist at once (was: Re: Patch: FYI: more doc updates)
From: |
Alexandre Duret-Lutz |
Subject: |
creating multiple dist at once (was: Re: Patch: FYI: more doc updates) |
Date: |
01 Aug 2001 18:17:41 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
>>> "Tom" == Tom Tromey <address@hidden> writes:
[...]
Tom> +By default Automake generates a @samp{.tar.gz} file when asked to create
Tom> +a distribution. However, some projects prefer different packaging
Tom> +formats. Automake accomodates most of these using options;
Tom> address@hidden
This recall me a wish I had.
I usually want to create both .tar.gz and .tar.bz2 for upload.
Unfortunately the following does not work:
% make dist dist-bzip2
It fails because dist will erase the dist-directory before dist-bzip2 is
run, but make still think there is not need to run distdir again.
Maybe there is a way to arrange the dist machinery to delay
the cleanup until all distributions are made?
[...]
--
Alexandre Duret-Lutz
- creating multiple dist at once (was: Re: Patch: FYI: more doc updates),
Alexandre Duret-Lutz <=