This website requires JavaScript.
Explore
Help
Sign In
Narcissus
/
shredos.x86_64
Watch
2
Star
0
Fork
0
You've already forked shredos.x86_64
mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced
2026-02-25 20:12:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc75f57504bd2cae9445bed07b0e2de548c9514c
shredos.x86_64
/
boot
/
common.mk
2 lines
40 B
Makefile
Raw
Normal View
History
Unescape
Escape
Fix build reproducibility in Make 3.82 Make 3.82 no longer sort the result of wildcards (see http://comments.gmane.org/gmane.comp.gnu.make.bugs/4260). This may break build reproducibility. This patch sort results of wildcards to ensure reproducibility. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-09-03 10:45:41 +02:00
i
n
c
l
u
d
e
$(
sort
$
(
wildcard
boot
/*/*.
mk
)
)
Reference in New Issue
Copy Permalink