Skip to content
Snippets Groups Projects
Commit fef58bbf authored by Felix Geyer's avatar Felix Geyer
Browse files

Make build reproducible.

Sort list of profiles.
parent 44e26412
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/make -f
PROFILES_DIR = $(CURDIR)/profiles
PROFILES = $(shell find $(PROFILES_DIR) -type f -maxdepth 1)
PROFILES = $(shell find $(PROFILES_DIR) -type f -maxdepth 1 | LC_ALL=C sort)
PROFILE_NAMES = $(notdir $(PROFILES))
%:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment