Skip to content

Commit

Permalink
build: prepare tmpinfo before generating config
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Mar 7, 2015
1 parent ffccf4c commit a35e962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ feeds: FORCE
+$(GLUONMAKE_EARLY) prepare-tmpinfo

config: FORCE
+$(GLUONMAKE) prepare-tmpinfo
( \
cat $(GLUONDIR)/include/config $(GLUONDIR)/targets/$(GLUON_TARGET)/config; \
echo '$(patsubst %,CONFIG_PACKAGE_%=m,$(sort $(filter-out -%,$(GLUON_DEFAULT_PACKAGES) $(GLUON_SITE_PACKAGES) $(PROFILE_PACKAGES))))' \
Expand Down

0 comments on commit a35e962

Please sign in to comment.