lkml.org 
[lkml]   [2003]   [Jan]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Perl in the toolchain
On Fri, 31 Jan 2003, Pete Zaitcev wrote:

> Kai, what's your opinion? I suspect you missed my posing to l-k

> Date: Thu, 30 Jan 2003 14:53:59 +0100
> From: Konrad Eisele <eiselekd@web.de>
> To: "PeteZaitcev" <zaitcev@redhat.com>
> Subject: Adding sparc-leon linux to sourcetree
>
> .....
> There is also one change I have made on the buildsystem. Because I'm using some
> perl inline scripts in the $cmd_xxx the >'< and >$< signs in the inline perl scripts
> cause trouble (perl -e '...$x=....'), the >'< because of the echo command, the >$< when
> rereading from the xxx..cmd files. Could this be applied to the original file?

Unfortunately, I cannot find the original posting quoted above, since
that would probably reveal where the actual usage of perl is.

Generally, we've been trying to not make perl a prequisite for the kernel
build, and I'd like to keep it that way. Except for some arch specific
stuff I don't really care about, the uses of perl are for the optional
"make checkconfig" etc. (which btw look mostly obsolete and should
probably be killed), and for generating some firmware, though by default a
shipped version of the generated files is used.

That said, I'm not necessarily opposed to allowing for use of ',$ in the
command variables as the change above does (getting that as a patch would
be nice, though).

--Kai

> scripts/Makefile.lib:
> +-------------------------------+
>
> # ===========================================================================
> # Generic stuff
> # ===========================================================================
>
> # function to only execute the passed command if necessary
> # the ' -> '\'' and $ to $$ substitution are done if $(cmd_$(1)) includes a inline perlscript
>
> if_changed = $(if $(strip $? \
> $(filter-out $(cmd_$(1)),$(cmd_$@))\
> $(filter-out $(cmd_$@),$(cmd_$(1)))),\
> @set -e; \
> $(if $($(quiet)cmd_$(1)),echo ' $(subst ','\'',$($(quiet)cmd_$(1)))';) \
> $(cmd_$(1)); \
> echo 'cmd_$@ := $(subst $$,$$$$,$(subst ','\'',$(cmd_$(1))))' > $(@D)/.$(@F).cmd)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.041 / U:0.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site