help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

soring of intput files


From: Olaf Hering
Subject: soring of intput files
Date: Wed, 19 Nov 2014 08:58:51 +0100
User-agent: Mutt/1.5.22.rev6346 (2013-10-29)

I wonder if make will sort files during expansion, or if it uses the
readdir result as is without sorting the files. In other words, will the
following example result in the very same content not matter how the
files are layed out on disk?


DOC_HTML := $(patsubst %.markdown,html/%.html,$(MARKDOWNSRC-y)) \
            $(patsubst man/%.pod.1,html/man/%.1.html,$(MAN1SRC-y)) \
            $(patsubst man/%.pod.5,html/man/%.5.html,$(MAN5SRC-y)) \
            $(patsubst %.txt,html/%.txt,$(TXTSRC-y)) \
            $(patsubst %,html/hypercall/%/index.html,$(DOC_ARCHES))


Olaf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]