Bug#580459: isn't sed s,x,x, one big no-op?
jidanni at jidanni.org
jidanni at jidanni.org
Fri May 7 09:39:52 UTC 2010
>>>>> "SJ" == Sven Joachim <svenjoac at gmx.de> writes:
SJ> Yes, actually you can do it at build time by using the configure option
SJ> --program-transform-name. Say you want grub to be named grub2 to
SJ> distinguish it from grub-legacy, then you can run
SJ> $ ./configure --program-transform-name=s/grub/grub2/
SJ> and 00_header will have the transform line look like this
SJ> transform="s/grub/grub2/"
SJ> This somewhat obscure feature is not used in the Debian package,
SJ> hence the no-ops.
Hmmm, then there is a bug in whatever preprocessor package they are
using, that leaves such confusing no-ops when in fact nothing should be
left at all perhaps...
More information about the Pkg-grub-devel
mailing list