Jonathan Nieder wrote: > Hi Joey, > > Joey Hess wrote: > > > This new upstream release of make, currently in experimental, breaks > > d-i's Makefile: > > Interesting. In a less busy time, I'd like to bisect this. Can you > attach a self-contained test case?
Attached. Seems the new like does not like define used in the middle of a target, old one doesn't mind. -- see shy jo
#!/usr/bin/make -f
# The general tree target.
$(STAMPS)tree-unpack-$(targetstring)-stamp:
echo hi
define drop_lang
@echo "Dropping languages: $(1)"
endef
ifndef KEEP_GI_LANGS
# It makes no sense to include languages only supported by the
# graphical installer in regular images. This will also ensure
# their glyphs don't get included a bit lower down.
$(call drop_lang,$(GI_LANGS))
endif
signature.asc
Description: Digital signature

