I wrote these words on 07/11/07 20:58 CST:
> sed -i '/^.*linux)/ { N; /.*/ { N; /.*/d }}' \
> jdk-build/deploy/make/plugin/adapter/Makefile
>
> sed -i '/.*mtrace.*/ { N; /.*/ s/.*mtrace.*\n.*/\t mtrace/ }' \
> jdk-build/j2se/make/mkdemo/jvmti/Makefile
>
> sed -i 's/= true/= false/' \
> jdk/j2se/make/common/shared/Compiler-gcc.gmk
All 3 of these seds try to modify an incorrect filename. The first
pathname on each of the 3 files should be removed. This was a product
of me testing my seds against diffs from the patch to ensure I ended
up with the same thing.
The corrected seds are as follows:
#
# Fixes the mozilla plugin problem
#
sed -i '/^.*linux)/ { N; /.*/ { N; /.*/d }}' \
deploy/make/plugin/adapter/Makefile
#
# Remove broken demo
#
sed -i '/.*mtrace.*/ { N; /.*/ s/.*mtrace.*\n.*/\t mtrace/ }' \
j2se/make/mkdemo/jvmti/Makefile
#
# Static cxx
#
sed -i 's/= true/= false/' \
j2se/make/common/shared/Compiler-gcc.gmk
Sorry for the screw-up.
--
Randy
rmlscsi: [bogomips 1003.28] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686]
21:58:00 up 13 days, 19:49, 1 user, load average: 0.14, 0.07, 0.07
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page