Hi Piotr ! >272 # And finally, pipe this all into the compiler. >273 echo ' ) | $(compile-syscall) '"\ >274 \$(foreach p,\$(patsubst %$file,%,\$(basename >\$(@F))),\$(\$(p)CPPFLAGS))"
Those lines contain only a single substitution "$file", all other dollar signs are quoted and echoed to stdout. My ash from Busybox 1.19.0git doesn't complain at this. So I'm not able reproduce your problem. -- Harald _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
