Skip to content

Commit

Permalink
Replace info with warn for deprecated Makefile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Aug 11, 2023
1 parent 5f4ab50 commit 536f1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
# Don't allow anymore makefile override of the default placement for glyphs and
# the generated glyph header/c files
ifneq ($(GLYPH_SRC_DIR),)
$(info GLYPH_SRC_DIR is not supported anymore as it is now automatically computed, please remove it from your Makefile)
$(warn GLYPH_SRC_DIR is not supported anymore as it is now automatically computed, please remove it from your Makefile)
endif
ifneq ($(GLYPH_PATH),)
$(info Setting GLYPH_PATH is not supported anymore, please remove it from your Makefile)
$(warn Setting GLYPH_PATH is not supported anymore, please remove it from your Makefile)
endif
GLYPH_SRC_DIR = $(GEN_SRC_DIR)
Expand Down

0 comments on commit 536f1db

Please sign in to comment.