buildroot: wrong syntax used for make's notdir operator in ./target subtree

Mike Frysinger vapier at gentoo.org
Fri Apr 21 01:23:18 UTC 2006


On Thursday 20 April 2006 13:16, Alessio Massaro wrote:
> The $(notdir ...) make operator is misused in a number of .mk files of the
> ./target tree.
> The syntax $(notdir $VAR_NAME) is used in several places
> The correct syntax is actually $(notdir $(VAR_NAME))

the $(notdir) is irrelevant ... the proper makefile variable syntax is $(VAR) 
regardless, not $VAR

merged the patch, thanks !
-mike



More information about the uClibc mailing list