[Buildroot] Bash string manipulation in Kconfig

Stefan Fröberg stefan.froberg at petroprogram.com
Mon Sep 3 20:07:10 UTC 2012


3.9.2012 23:01, Thomas Petazzoni kirjoitti:
> Le Mon, 03 Sep 2012 22:53:52 +0300,
> Stefan Fröberg <stefan.froberg at petroprogram.com> a écrit :
>
>> for i in $(FULL_DOWNLOAD_URL);do \
>>     echo $(notdir $$i) ; \
> Inside this for loop, what you're writing is shell code, not make code.
>
> Thomas
And because that notdir is buildroot make construct I can't use it
inside for-loop ?
Can you suggest another way to extract file part from variable that
contains bunch of URL's in for-loop ?

Stefan




More information about the buildroot mailing list