On Sat, Oct 4, 2025 at 2:37 PM Bjoern A. Zeeb < [email protected]> wrote:
> Hi, > > I beleive there might be a $ too much in two lines or the arguemnts are > not properly shell quoted or something? > > make[7]: /usr/src/src.git/Makefile.inc1:526: warning: Invalid character " > " in variable name "eval /usr/bin/svnliteversion /usr/src/src.git" > make[7]: /usr/src/src.git/Makefile.inc1:526: warning: Invalid character " > " in variable name "echo r" > > Makes me wonder if svnliteversion magic is still needed? > No. It's unused. And a bit of a nop these days unless you happen to have svn still installed. I never see this error, though. Which shell are you using? https://reviews.freebsd.org/D52912 removes it. Warner
