Skip to content

Commit

Permalink
Makefile: ensure order of inheritance bootstrap -> buster; ubuntu14->…
Browse files Browse the repository at this point in the history
…raspberrypi
  • Loading branch information
zack-vii committed Nov 23, 2020
1 parent 86ba089 commit cd4f4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

DOCKERFLAGS ?=

SKIP_FILES := $(wildcard Makefile*) EOL
OS_LIST := $(sort $(filter-out $(SKIP_FILES),$(wildcard *)))
SKIP_FILES := $(wildcard Makefile*) EOL bootstrap raspberrypi-32
OS_LIST := bootstrap $(sort $(filter-out $(SKIP_FILES),$(wildcard *))) raspberrypi-32

PUSH=$(findstring push,$(MAKECMDGOALS))
NOKEEP=$(findstring nokeep,$(MAKECMDGOALS))
Expand Down

0 comments on commit cd4f4a6

Please sign in to comment.