Hello,
* 黑明磊 wrote on Fri, Mar 31, 2006 at 08:15:29AM CEST:
>
> The user mode programs and lib can be easily made by automake tools,
> but I don't know how to make dirver modules.
What do you mean by driver modules? Linux kernel modules?
For those I think it's best to add some manual rules
to: all
The user mode programs and lib can be easily made by automake tools,
but I don't know how to make dirver modules.
Thanks.
* David Fang wrote on Fri, Mar 31, 2006 at 12:16:53AM CEST:
> > is there a way to have automake execute complex commands as tests? For
> > example, currently I use something like:
> One simple way is to put the invocation commands into a built
> shell script for each test:
Right. If you w
> is there a way to have automake execute complex commands as tests? For
> example, currently I use something like:
>
> TESTS = numberAtoms input.sh
>
> But it would be nice to have, for instance, a command with arguments like
> input.sh a b c
> executed; is that possible, when yes, how? I'
Hi there,
is there a way to have automake execute complex commands as tests? For
example, currently I use something like:
TESTS = numberAtoms input.sh
But it would be nice to have, for instance, a command with arguments like
input.sh a b c
executed; is that possible, when yes, how?
Hello,
I looked at PR 486. It seems the problem is that Automake doesn't know
that the resulting info file depends on the included Texinfo file.
(I guess that you have some rules to update the info files, but they are
not triggered by the prerequisities of dist-info target.)
The right way to
Hello,
On Thu, Mar 30, 2006 at 12:11:23AM +0200, Guillaume Rousse wrote:
> 1) module destination directory is determined by perl itself. I use
> moduledir=`perl '-V:installsitelib' | cut -d"'" -f2` to compute it, but
> it make perl distcheck fails:
...
> I guess it is because moduledir doesn't rel
Hello Stepan,
Am Thu, 30 Mar 2006 11:32:42 +0200
schrieb Stepan Kasal <[EMAIL PROTECTED]>:
> Hello Thomas,
>
> On Thu, Mar 30, 2006 at 11:05:22AM +0200, Thomas Porschberg wrote:
> > Am Thu, 30 Mar 2006 10:41:07 +0200
> > schrieb Stepan Kasal <[EMAIL PROTECTED]>:
> > > a quick answer,
>
> actu
Hello Thomas,
On Thu, Mar 30, 2006 at 11:05:22AM +0200, Thomas Porschberg wrote:
> Am Thu, 30 Mar 2006 10:41:07 +0200
> schrieb Stepan Kasal <[EMAIL PROTECTED]>:
> > a quick answer,
actually, my answer was too quick, I made several mistakes:
> [...] you might get a better one from Karl, the ma
Am Thu, 30 Mar 2006 10:41:07 +0200
schrieb Stepan Kasal <[EMAIL PROTECTED]>:
> Hello,
> a quick answer, you might get a better one from Karl, the
> maintainer.
>
> > which version of makeinfo introduced HTML support ? I think
> > we have to check in configure if the makeinfo tool is able the
>
Hello,
a quick answer, you might get a better one from Karl, the maintainer.
> which version of makeinfo introduced HTML support ? I think
> we have to check in configure if the makeinfo tool is able the handle
> the --html option.
well, I think lot of work was done with --html recently, so it
11 matches
Mail list logo