Build problems with make 3.81rc2
Ronald Aigner
ra3 at os.inf.tu-dresden.de
Wed Jun 21 10:41:30 CEST 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Oskar,
Oskar Senft wrote on 19.06.2006 23:22 this:
> For some reason (probably "make" or "sed" is broken?), the multi-line
> sed command is not recognized properly. I get the following error:
Correct, this is a sed incompatibility bug. The fix is to split the
multiline command into single -e statements:
> ... Generating drops-ar.Linux
> sed '\
> s, at system@,Linux,g;\
> s, at ar@,ar,g;\
> s, at nm@,nm,g;\
> s, at ranlib@,ranlib,g;\
> s, at cc@,,g;\
> s, at cxx@,,g;\
> s, at l4dir@,,g;\
>
> s, at dropsdir@,/home/osk/tmp/dropsupdate-060619-163030/drops-060619/build,g;\
> s, at compilerincdir@,/include,g;\
> s, at libgcc@,,g;\
> s, at libgcc_eh@,,g;\
> s, at default_system@,x86_586,g;\
> s, at default_arch@,x86,g;\
> s, at default_cpu@,586,g;\
> s, at default_l4api@,,g;\
> ' drops-ar.in > drops-ar.Linux.new
to:
sed -e 's, at system@,Linux,g' \
-e 's, at ar@,ar,g' \
-e ', at nm@,nm,g' \
... (and so on)
> Probably you already have a better solution to that?
Fix in CVS will follow shortly!
Thanks, Ron.
- --
Mit freundlichen Gruessen / with regards
ra3 @ inf.tu-dresden.de
http://os.inf.tu-dresden.de/~ra3/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEmQY6vCdOf9l7ipgRAl9mAKCJp/um2s3d5bIuolzxJjf6wFXJfACdE/ri
QHdCljYT6cq7sXxQrsIyick=
=RFZE
-----END PGP SIGNATURE-----
More information about the l4-hackers
mailing list