[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Checking application of dependencies from make rules without recipes
From: |
Philip Guenther |
Subject: |
Re: Checking application of dependencies from make rules without recipes |
Date: |
Fri, 16 Jun 2017 20:56:46 -0700 |
User-agent: |
Alpine 2.21 (BSO 202 2017-01-01) |
On Fri, 16 Jun 2017, SF Markus Elfring wrote:
> I got some special software development experiences by the usage of the
> program “GNU Make 4.2.1-1.7” on my openSUSE Tumbleweed system. The
> functionality “Generating prerequisites automatically” is desribed in
> the manual. I would like to check again how good this works at the
> moment.
>
> I am trying also a software out where such build dependencies are
> provided by the tool “ocamldep”. Unfortunately, I observe still broken
> build tries because of missing files which should have been built
> before. I started to “fix” this for my needs by the addition of small
> make functions which construct extra rules. But it seems that such
> special stuff should usually not be needed according to the
> documentation.
>
> I would appreciate further advice for this issue.
Could you provide examples of the Makefiles rules you tried? It's very
difficult to provide feedback without complete information. Does ocamldep
generate output suitable for inclusion by make? What rule did you use to
invoke it?
Philip Guenther
- Checking application of dependencies from make rules without recipes, SF Markus Elfring, 2017/06/16
- Re: Checking application of dependencies from make rules without recipes,
Philip Guenther <=
- Re: Checking application of dependencies from make rules without recipes, SF Markus Elfring, 2017/06/17
- Re: Checking application of dependencies from make rules without recipes, SF Markus Elfring, 2017/06/18
- Re: Checking application of dependencies from make rules without recipes, Paul Smith, 2017/06/18
- Re: Checking application of dependencies from make rules without recipes, SF Markus Elfring, 2017/06/18
- Re: Checking application of dependencies from make rules without recipes, Paul Smith, 2017/06/18
- Re: Checking application of dependencies from make rules without recipes, SF Markus Elfring, 2017/06/18
- Re: Checking application of dependencies from make rules without recipes, Paul Smith, 2017/06/18
- Re: Checking application of dependencies from make rules without recipes, SF Markus Elfring, 2017/06/19
- Re: Checking application of dependencies from make rules without recipes, SF Markus Elfring, 2017/06/20
- Re: How to avoid the double execution of a make info call?, SF Markus Elfring, 2017/06/22