diff options
Diffstat (limited to 'build/f_repos/Makefile')
-rw-r--r-- | build/f_repos/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/f_repos/Makefile b/build/f_repos/Makefile index b5eafff9b..be6f82909 100644 --- a/build/f_repos/Makefile +++ b/build/f_repos/Makefile @@ -34,8 +34,7 @@ include ../config.mk # To enable remote tracking, set the following var to any non-empty string. # Leaving this var empty will bind each git submodule to its saved commit. -# NOTE: For non-stable branches, unless overriden, always track remotes -FUEL_TRACK_REMOTES ?= $(shell git symbolic-ref --short HEAD | grep -v stable) +FUEL_TRACK_REMOTES ?= yes .PHONY: all all: release |