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

Alessio Massaro alessio.massaro at oxinst.co.uk
Thu Apr 20 17:16:58 UTC 2006


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 attached patch does the trivial substitutions, but is so far UNTESTED.
I'm testing it rigth now for the ext2 target.

Similar make operators could be misused the same way.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: notdir_fix.diff
Type: application/octet-stream
Size: 11557 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20060420/e5424cca/attachment.obj 


More information about the uClibc mailing list