xaizek / zograscope

Mainly a syntax-aware diff that also provides a number of additional tools.
GNU Affero General Public License v3.0
51 stars 2 forks source link

Makefile parser error: syntax error, unexpected ASSIGN_OP, expecting ':' or WS #7

Closed tritao closed 5 years ago

tritao commented 5 years ago
../nuttx/libs/libnx/Makefile:229:55: parse error: syntax error, unexpected ASSIGN_OP, expecting ':' or WS
Failed to parse: ../nuttx/libs/libnx/Makefile
ifeq ($(CONFIG_NXFONT_TOM_THUMB_4X6),y)
    $(Q) $(MAKE) -C nxfonts -f Makefile.sources TOPDIR=$(TOPDIR) NXFONTS_FONTID=43 EXTRADEFINES=$(EXTRADEFINES)
endif
xaizek commented 5 years ago

Thanks. It wasn't the conditional, but the empty line above it in the recipe. I didn't expect this to be allowed actually.