[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: soring of intput files
From: |
Olaf Hering |
Subject: |
Re: soring of intput files |
Date: |
Wed, 19 Nov 2014 14:58:52 +0100 |
User-agent: |
Mutt/1.5.22.rev6346 (2013-10-29) |
On Wed, Nov 19, Paul Smith wrote:
> You don't show how the values of the individual variables like
> MARKDOWNSRC-y etc. are obtained, so we can't say anything about the
> order of those values. However whatever order they have will be
> preserved by the above statement.
They are obtained with a pattern like that:
MARKDOWNSRC-y := $(wildcard misc/*.markdown)
So in the end the order seems to be set here. What does wildcard do?
Olaf