--- a/binutils-stable/Makefile.in 2009-10-22 12:41:04.000000000 0200 +++ b/binutils-stable/Makefile.in 2009-11-09 15:39:20.000000000 0100 @@ -2567,7 +2567,7 @@ @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs \ - install-host install-target install-html install-pdf + install-host install-target .PHONY: install-host-nogcc install-host-nogcc: \ @@ -42308,7 +42308,8 @@ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ (cd $(HOST_SUBDIR)/convert && \ - $(MAKE) $(FLAGS_TO_PASS) $(TARGET-convert)) + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-convert)) @endif convert --- a/binutils-stable/Makefile.tpl 2009-10-22 12:41:04.000000000 0200 +++ b/binutils-stable/Makefile.tpl 2009-11-09 15:39:20.000000000 0100 @@ -736,7 +736,7 @@ @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs \ - install-host install-target install-html install-pdf + install-host install-target .PHONY: install-host-nogcc install-host-nogcc: [+ --- a/gcc-4.3/Makefile.in 2009-10-22 12:44:58.000000000 0200 +++ b/gcc-4.3/Makefile.in 2009-11-09 15:39:20.000000000 0100 @@ -2456,7 +2456,7 @@ @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs \ - install-host install-target install-html install-pdf + install-host install-target .PHONY: install-host-nogcc install-host-nogcc: \ --- a/gcc-4.3/Makefile.tpl 2009-10-22 12:44:58.000000000 0200 +++ b/gcc-4.3/Makefile.tpl 2009-11-09 15:39:20.000000000 0100 @@ -707,7 +707,7 @@ @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs \ - install-host install-target install-html install-pdf + install-host install-target .PHONY: install-host-nogcc install-host-nogcc: [+ --- a/gcc-4.3/configure 2009-10-22 12:44:58.000000000 0200 +++ b/gcc-4.3/configure 2009-11-13 13:20:58.000000000 0100 @@ -4367,8 +4367,8 @@ -# Check for GMP and MPFR -gmplibs="-lmpfr -lgmp" +# Check for GMP and MPFR, link these statically to reduce build environment dependencies +gmplibs="-Wl,-Bstatic -lmpfr -lgmp -Wl,-Bdynamic" gmpinc= have_gmp=no --- a/gcc-4.3/configure.ac 2009-10-22 12:44:58.000000000 0200 +++ b/gcc-4.3/configure.ac 2009-11-13 13:20:58.000000000 0100 @@ -1138,8 +1138,8 @@ ACX_PROG_GNAT ACX_PROG_CMP_IGNORE_INITIAL -# Check for GMP and MPFR -gmplibs="-lmpfr -lgmp" +# Check for GMP and MPFR, link these statically to reduce build environment dependencies +gmplibs="-Wl,-Bstatic -lmpfr -lgmp -Wl,-Bdynamic" gmpinc= have_gmp=no --- a/gcc-4.3/gcc/Makefile.in 2009-10-22 12:48:16.000000000 0200 +++ b/gcc-4.3/gcc/Makefile.in 2009-11-09 15:39:20.000000000 0100 @@ -3961,7 +3961,7 @@ # Install the driver last so that the window when things are # broken is small. install: install-common $(INSTALL_HEADERS) \ - install-cpp install-man install-info install-html install-pdf \ + install-cpp install-man install-info \ install-@POSUB@ install-driver # Handle cpp installation. --- a/gcc-4.3/gcc/config.gcc 2009-10-22 12:48:16.000000000 0200 +++ b/gcc-4.3/gcc/config.gcc 2009-11-18 08:34:04.000000000 0100 @@ -770,6 +770,11 @@ tm_file="$tm_file arm/montavista-linux.h" tmake_file="$tmake_file arm/t-montavista-linux" ;; + arm-tomtom-linux-gnueabi) + # Build TomTom multilib configuration + tm_file="$tm_file ./sysroot-suffix.h" + tmake_file="$tmake_file arm/t-tomtom-linux t-sysroot-suffix" + ;; *) if test x$enable_extra_asa_multilibs = xyes; then tmake_file="${tmake_file} arm/t-asa" --- a/gdb-stable/Makefile.def 2009-10-22 12:50:03.000000000 0200 +++ b/gdb-stable/Makefile.def 2009-11-09 15:39:20.000000000 0100 @@ -153,8 +153,6 @@ depend=configure; }; recursive_targets = { make_target= dvi; depend=configure; }; -recursive_targets = { make_target= pdf; - depend=configure; }; recursive_targets = { make_target= html; depend=configure; }; recursive_targets = { make_target= TAGS; @@ -162,9 +160,6 @@ recursive_targets = { make_target= install-info; depend=configure; depend=info; }; -recursive_targets = { make_target= install-pdf; - depend=configure; - depend=pdf; }; recursive_targets = { make_target= install-html; depend=configure; depend=html; }; --- a/gdb-stable/Makefile.in 2009-10-22 12:50:03.000000000 0200 +++ b/gdb-stable/Makefile.in 2009-11-09 15:39:20.000000000 0100 @@ -66,7 +66,6 @@ infodir = @infodir@ datarootdir = @datarootdir@ docdir = @docdir@ -pdfdir = @pdfdir@ htmldir = @htmldir@ mandir = @mandir@ man1dir = $(mandir)/man1 @@ -1120,113 +1119,6 @@ dvi-target: maybe-dvi-target-libada dvi-target: maybe-dvi-target-libgomp -.PHONY: do-pdf -do-pdf: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(MAKE) $(RECURSE_FLAGS_TO_PASS) pdf-host \ - pdf-target - - -.PHONY: pdf-host - -pdf-host: maybe-pdf-ash -pdf-host: maybe-pdf-autoconf -pdf-host: maybe-pdf-automake -pdf-host: maybe-pdf-bash -pdf-host: maybe-pdf-bfd -pdf-host: maybe-pdf-opcodes -pdf-host: maybe-pdf-binutils -pdf-host: maybe-pdf-bison -pdf-host: maybe-pdf-byacc -pdf-host: maybe-pdf-bzip2 -pdf-host: maybe-pdf-dejagnu -pdf-host: maybe-pdf-diff -pdf-host: maybe-pdf-dosutils -pdf-host: maybe-pdf-etc -pdf-host: maybe-pdf-fastjar -pdf-host: maybe-pdf-fileutils -pdf-host: maybe-pdf-findutils -pdf-host: maybe-pdf-find -pdf-host: maybe-pdf-fixincludes -pdf-host: maybe-pdf-flex -pdf-host: maybe-pdf-gas -pdf-host: maybe-pdf-gcc -pdf-host: maybe-pdf-gawk -pdf-host: maybe-pdf-gettext -pdf-host: maybe-pdf-gmp -pdf-host: maybe-pdf-mpfr -pdf-host: maybe-pdf-gnuserv -pdf-host: maybe-pdf-gold -pdf-host: maybe-pdf-gprof -pdf-host: maybe-pdf-gzip -pdf-host: maybe-pdf-hello -pdf-host: maybe-pdf-indent -pdf-host: maybe-pdf-intl -pdf-host: maybe-pdf-tcl -pdf-host: maybe-pdf-itcl -pdf-host: maybe-pdf-ld -pdf-host: maybe-pdf-libcpp -pdf-host: maybe-pdf-libdecnumber -pdf-host: maybe-pdf-libgui -pdf-host: maybe-pdf-libiberty -pdf-host: maybe-pdf-libtool -pdf-host: maybe-pdf-m4 -pdf-host: maybe-pdf-make -pdf-host: maybe-pdf-mmalloc -pdf-host: maybe-pdf-patch -pdf-host: maybe-pdf-perl -pdf-host: maybe-pdf-prms -pdf-host: maybe-pdf-rcs -pdf-host: maybe-pdf-readline -pdf-host: maybe-pdf-release -pdf-host: maybe-pdf-recode -pdf-host: maybe-pdf-sed -pdf-host: maybe-pdf-send-pr -pdf-host: maybe-pdf-shellutils -pdf-host: maybe-pdf-sid -pdf-host: maybe-pdf-sim -pdf-host: maybe-pdf-tar -pdf-host: maybe-pdf-texinfo -pdf-host: maybe-pdf-textutils -pdf-host: maybe-pdf-time -pdf-host: maybe-pdf-uudecode -pdf-host: maybe-pdf-wdiff -pdf-host: maybe-pdf-zip -pdf-host: maybe-pdf-zlib -pdf-host: maybe-pdf-gdb -pdf-host: maybe-pdf-expect -pdf-host: maybe-pdf-guile -pdf-host: maybe-pdf-tk -pdf-host: maybe-pdf-libtermcap -pdf-host: maybe-pdf-utils -pdf-host: maybe-pdf-gnattools - -.PHONY: pdf-target - -pdf-target: maybe-pdf-target-libstdc++-v3 -pdf-target: maybe-pdf-target-libmudflap -pdf-target: maybe-pdf-target-libssp -pdf-target: maybe-pdf-target-newlib -pdf-target: maybe-pdf-target-libgcc -pdf-target: maybe-pdf-target-libgfortran -pdf-target: maybe-pdf-target-libobjc -pdf-target: maybe-pdf-target-libtermcap -pdf-target: maybe-pdf-target-winsup -pdf-target: maybe-pdf-target-libgloss -pdf-target: maybe-pdf-target-libiberty -pdf-target: maybe-pdf-target-gperf -pdf-target: maybe-pdf-target-examples -pdf-target: maybe-pdf-target-libffi -pdf-target: maybe-pdf-target-libjava -pdf-target: maybe-pdf-target-zlib -pdf-target: maybe-pdf-target-boehm-gc -pdf-target: maybe-pdf-target-qthreads -pdf-target: maybe-pdf-target-rda -pdf-target: maybe-pdf-target-libada -pdf-target: maybe-pdf-target-libgomp - .PHONY: do-html do-html: @: $(MAKE); $(unstage) @@ -1548,113 +1440,6 @@ install-info-target: maybe-install-info-target-libada install-info-target: maybe-install-info-target-libgomp -.PHONY: do-install-pdf -do-install-pdf: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(MAKE) $(RECURSE_FLAGS_TO_PASS) install-pdf-host \ - install-pdf-target - - -.PHONY: install-pdf-host - -install-pdf-host: maybe-install-pdf-ash -install-pdf-host: maybe-install-pdf-autoconf -install-pdf-host: maybe-install-pdf-automake -install-pdf-host: maybe-install-pdf-bash -install-pdf-host: maybe-install-pdf-bfd -install-pdf-host: maybe-install-pdf-opcodes -install-pdf-host: maybe-install-pdf-binutils -install-pdf-host: maybe-install-pdf-bison -install-pdf-host: maybe-install-pdf-byacc -install-pdf-host: maybe-install-pdf-bzip2 -install-pdf-host: maybe-install-pdf-dejagnu -install-pdf-host: maybe-install-pdf-diff -install-pdf-host: maybe-install-pdf-dosutils -install-pdf-host: maybe-install-pdf-etc -install-pdf-host: maybe-install-pdf-fastjar -install-pdf-host: maybe-install-pdf-fileutils -install-pdf-host: maybe-install-pdf-findutils -install-pdf-host: maybe-install-pdf-find -install-pdf-host: maybe-install-pdf-fixincludes -install-pdf-host: maybe-install-pdf-flex -install-pdf-host: maybe-install-pdf-gas -install-pdf-host: maybe-install-pdf-gcc -install-pdf-host: maybe-install-pdf-gawk -install-pdf-host: maybe-install-pdf-gettext -install-pdf-host: maybe-install-pdf-gmp -install-pdf-host: maybe-install-pdf-mpfr -install-pdf-host: maybe-install-pdf-gnuserv -install-pdf-host: maybe-install-pdf-gold -install-pdf-host: maybe-install-pdf-gprof -install-pdf-host: maybe-install-pdf-gzip -install-pdf-host: maybe-install-pdf-hello -install-pdf-host: maybe-install-pdf-indent -install-pdf-host: maybe-install-pdf-intl -install-pdf-host: maybe-install-pdf-tcl -install-pdf-host: maybe-install-pdf-itcl -install-pdf-host: maybe-install-pdf-ld -install-pdf-host: maybe-install-pdf-libcpp -install-pdf-host: maybe-install-pdf-libdecnumber -install-pdf-host: maybe-install-pdf-libgui -install-pdf-host: maybe-install-pdf-libiberty -install-pdf-host: maybe-install-pdf-libtool -install-pdf-host: maybe-install-pdf-m4 -install-pdf-host: maybe-install-pdf-make -install-pdf-host: maybe-install-pdf-mmalloc -install-pdf-host: maybe-install-pdf-patch -install-pdf-host: maybe-install-pdf-perl -install-pdf-host: maybe-install-pdf-prms -install-pdf-host: maybe-install-pdf-rcs -install-pdf-host: maybe-install-pdf-readline -install-pdf-host: maybe-install-pdf-release -install-pdf-host: maybe-install-pdf-recode -install-pdf-host: maybe-install-pdf-sed -install-pdf-host: maybe-install-pdf-send-pr -install-pdf-host: maybe-install-pdf-shellutils -install-pdf-host: maybe-install-pdf-sid -install-pdf-host: maybe-install-pdf-sim -install-pdf-host: maybe-install-pdf-tar -install-pdf-host: maybe-install-pdf-texinfo -install-pdf-host: maybe-install-pdf-textutils -install-pdf-host: maybe-install-pdf-time -install-pdf-host: maybe-install-pdf-uudecode -install-pdf-host: maybe-install-pdf-wdiff -install-pdf-host: maybe-install-pdf-zip -install-pdf-host: maybe-install-pdf-zlib -install-pdf-host: maybe-install-pdf-gdb -install-pdf-host: maybe-install-pdf-expect -install-pdf-host: maybe-install-pdf-guile -install-pdf-host: maybe-install-pdf-tk -install-pdf-host: maybe-install-pdf-libtermcap -install-pdf-host: maybe-install-pdf-utils -install-pdf-host: maybe-install-pdf-gnattools - -.PHONY: install-pdf-target - -install-pdf-target: maybe-install-pdf-target-libstdc++-v3 -install-pdf-target: maybe-install-pdf-target-libmudflap -install-pdf-target: maybe-install-pdf-target-libssp -install-pdf-target: maybe-install-pdf-target-newlib -install-pdf-target: maybe-install-pdf-target-libgcc -install-pdf-target: maybe-install-pdf-target-libgfortran -install-pdf-target: maybe-install-pdf-target-libobjc -install-pdf-target: maybe-install-pdf-target-libtermcap -install-pdf-target: maybe-install-pdf-target-winsup -install-pdf-target: maybe-install-pdf-target-libgloss -install-pdf-target: maybe-install-pdf-target-libiberty -install-pdf-target: maybe-install-pdf-target-gperf -install-pdf-target: maybe-install-pdf-target-examples -install-pdf-target: maybe-install-pdf-target-libffi -install-pdf-target: maybe-install-pdf-target-libjava -install-pdf-target: maybe-install-pdf-target-zlib -install-pdf-target: maybe-install-pdf-target-boehm-gc -install-pdf-target: maybe-install-pdf-target-qthreads -install-pdf-target: maybe-install-pdf-target-rda -install-pdf-target: maybe-install-pdf-target-libada -install-pdf-target: maybe-install-pdf-target-libgomp - .PHONY: do-install-html do-install-html: @: $(MAKE); $(unstage) @@ -2300,14 +2085,13 @@ # Here are the targets which correspond to the do-X targets. -.PHONY: info installcheck dvi pdf html -.PHONY: install-info install-pdf install-html +.PHONY: info installcheck dvi html +.PHONY: install-info install-html .PHONY: clean distclean mostlyclean maintainer-clean realclean .PHONY: local-clean local-distclean local-maintainer-clean info: do-info installcheck: do-installcheck dvi: do-dvi -pdf: do-pdf html: do-html # Make sure makeinfo is built before we do a `make info', if we're @@ -2320,8 +2104,6 @@ $(INSTALL_DATA) dir.info $(DESTDIR)$(infodir)/dir.info ; \ else true ; fi -install-pdf: do-install-pdf - install-html: do-install-html local-clean: @@ -2493,7 +2275,7 @@ @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs \ - install-host install-target install-html install-pdf + install-host install-target .PHONY: install-host-nogcc install-host-nogcc: \ @@ -3265,32 +3047,6 @@ @endif ash -.PHONY: maybe-pdf-ash pdf-ash -maybe-pdf-ash: -@if ash -maybe-pdf-ash: pdf-ash - -pdf-ash: \ - configure-ash - @: $(MAKE); $(unstage) - @[ -f ./ash/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in ash" ; \ - (cd $(HOST_SUBDIR)/ash && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif ash - .PHONY: maybe-html-ash html-ash maybe-html-ash: @if ash @@ -3370,33 +3126,6 @@ @endif ash -.PHONY: maybe-install-pdf-ash install-pdf-ash -maybe-install-pdf-ash: -@if ash -maybe-install-pdf-ash: install-pdf-ash - -install-pdf-ash: \ - configure-ash \ - pdf-ash - @: $(MAKE); $(unstage) - @[ -f ./ash/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in ash" ; \ - (cd $(HOST_SUBDIR)/ash && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif ash - .PHONY: maybe-install-html-ash install-html-ash maybe-install-html-ash: @if ash @@ -3690,32 +3419,6 @@ @endif autoconf -.PHONY: maybe-pdf-autoconf pdf-autoconf -maybe-pdf-autoconf: -@if autoconf -maybe-pdf-autoconf: pdf-autoconf - -pdf-autoconf: \ - configure-autoconf - @: $(MAKE); $(unstage) - @[ -f ./autoconf/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in autoconf" ; \ - (cd $(HOST_SUBDIR)/autoconf && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif autoconf - .PHONY: maybe-html-autoconf html-autoconf maybe-html-autoconf: @if autoconf @@ -3795,33 +3498,6 @@ @endif autoconf -.PHONY: maybe-install-pdf-autoconf install-pdf-autoconf -maybe-install-pdf-autoconf: -@if autoconf -maybe-install-pdf-autoconf: install-pdf-autoconf - -install-pdf-autoconf: \ - configure-autoconf \ - pdf-autoconf - @: $(MAKE); $(unstage) - @[ -f ./autoconf/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in autoconf" ; \ - (cd $(HOST_SUBDIR)/autoconf && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif autoconf - .PHONY: maybe-install-html-autoconf install-html-autoconf maybe-install-html-autoconf: @if autoconf @@ -4115,32 +3791,6 @@ @endif automake -.PHONY: maybe-pdf-automake pdf-automake -maybe-pdf-automake: -@if automake -maybe-pdf-automake: pdf-automake - -pdf-automake: \ - configure-automake - @: $(MAKE); $(unstage) - @[ -f ./automake/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in automake" ; \ - (cd $(HOST_SUBDIR)/automake && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif automake - .PHONY: maybe-html-automake html-automake maybe-html-automake: @if automake @@ -4220,33 +3870,6 @@ @endif automake -.PHONY: maybe-install-pdf-automake install-pdf-automake -maybe-install-pdf-automake: -@if automake -maybe-install-pdf-automake: install-pdf-automake - -install-pdf-automake: \ - configure-automake \ - pdf-automake - @: $(MAKE); $(unstage) - @[ -f ./automake/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in automake" ; \ - (cd $(HOST_SUBDIR)/automake && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif automake - .PHONY: maybe-install-html-automake install-html-automake maybe-install-html-automake: @if automake @@ -4540,32 +4163,6 @@ @endif bash -.PHONY: maybe-pdf-bash pdf-bash -maybe-pdf-bash: -@if bash -maybe-pdf-bash: pdf-bash - -pdf-bash: \ - configure-bash - @: $(MAKE); $(unstage) - @[ -f ./bash/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in bash" ; \ - (cd $(HOST_SUBDIR)/bash && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif bash - .PHONY: maybe-html-bash html-bash maybe-html-bash: @if bash @@ -4645,33 +4242,6 @@ @endif bash -.PHONY: maybe-install-pdf-bash install-pdf-bash -maybe-install-pdf-bash: -@if bash -maybe-install-pdf-bash: install-pdf-bash - -install-pdf-bash: \ - configure-bash \ - pdf-bash - @: $(MAKE); $(unstage) - @[ -f ./bash/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in bash" ; \ - (cd $(HOST_SUBDIR)/bash && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif bash - .PHONY: maybe-install-html-bash install-html-bash maybe-install-html-bash: @if bash @@ -5514,31 +5084,6 @@ @endif bfd -.PHONY: maybe-pdf-bfd pdf-bfd -maybe-pdf-bfd: -@if bfd -maybe-pdf-bfd: pdf-bfd - -pdf-bfd: \ - configure-bfd - @[ -f ./bfd/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in bfd" ; \ - (cd $(HOST_SUBDIR)/bfd && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif bfd - .PHONY: maybe-html-bfd html-bfd maybe-html-bfd: @if bfd @@ -5615,32 +5160,6 @@ @endif bfd -.PHONY: maybe-install-pdf-bfd install-pdf-bfd -maybe-install-pdf-bfd: -@if bfd -maybe-install-pdf-bfd: install-pdf-bfd - -install-pdf-bfd: \ - configure-bfd \ - pdf-bfd - @[ -f ./bfd/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in bfd" ; \ - (cd $(HOST_SUBDIR)/bfd && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif bfd - .PHONY: maybe-install-html-bfd install-html-bfd maybe-install-html-bfd: @if bfd @@ -6477,31 +5996,6 @@ @endif opcodes -.PHONY: maybe-pdf-opcodes pdf-opcodes -maybe-pdf-opcodes: -@if opcodes -maybe-pdf-opcodes: pdf-opcodes - -pdf-opcodes: \ - configure-opcodes - @[ -f ./opcodes/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in opcodes" ; \ - (cd $(HOST_SUBDIR)/opcodes && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif opcodes - .PHONY: maybe-html-opcodes html-opcodes maybe-html-opcodes: @if opcodes @@ -6578,32 +6072,6 @@ @endif opcodes -.PHONY: maybe-install-pdf-opcodes install-pdf-opcodes -maybe-install-pdf-opcodes: -@if opcodes -maybe-install-pdf-opcodes: install-pdf-opcodes - -install-pdf-opcodes: \ - configure-opcodes \ - pdf-opcodes - @[ -f ./opcodes/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in opcodes" ; \ - (cd $(HOST_SUBDIR)/opcodes && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif opcodes - .PHONY: maybe-install-html-opcodes install-html-opcodes maybe-install-html-opcodes: @if opcodes @@ -7440,165 +6908,12 @@ @endif binutils -.PHONY: maybe-pdf-binutils pdf-binutils -maybe-pdf-binutils: -@if binutils -maybe-pdf-binutils: pdf-binutils - -pdf-binutils: \ - configure-binutils - @[ -f ./binutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in binutils" ; \ - (cd $(HOST_SUBDIR)/binutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif binutils - -.PHONY: maybe-html-binutils html-binutils -maybe-html-binutils: -@if binutils -maybe-html-binutils: html-binutils - -html-binutils: \ - configure-binutils - @[ -f ./binutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in binutils" ; \ - (cd $(HOST_SUBDIR)/binutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 - -@endif binutils - -.PHONY: maybe-TAGS-binutils TAGS-binutils -maybe-TAGS-binutils: -@if binutils -maybe-TAGS-binutils: TAGS-binutils - -TAGS-binutils: \ - configure-binutils - @[ -f ./binutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in binutils" ; \ - (cd $(HOST_SUBDIR)/binutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 - -@endif binutils - -.PHONY: maybe-install-info-binutils install-info-binutils -maybe-install-info-binutils: -@if binutils -maybe-install-info-binutils: install-info-binutils - -install-info-binutils: \ - configure-binutils \ - info-binutils - @[ -f ./binutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in binutils" ; \ - (cd $(HOST_SUBDIR)/binutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 - -@endif binutils - -.PHONY: maybe-install-pdf-binutils install-pdf-binutils -maybe-install-pdf-binutils: -@if binutils -maybe-install-pdf-binutils: install-pdf-binutils - -install-pdf-binutils: \ - configure-binutils \ - pdf-binutils - @[ -f ./binutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in binutils" ; \ - (cd $(HOST_SUBDIR)/binutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif binutils - -.PHONY: maybe-install-html-binutils install-html-binutils -maybe-install-html-binutils: -@if binutils -maybe-install-html-binutils: install-html-binutils - -install-html-binutils: \ - configure-binutils \ - html-binutils - @[ -f ./binutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in binutils" ; \ - (cd $(HOST_SUBDIR)/binutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 - -@endif binutils - -.PHONY: maybe-installcheck-binutils installcheck-binutils -maybe-installcheck-binutils: +.PHONY: maybe-html-binutils html-binutils +maybe-html-binutils: @if binutils -maybe-installcheck-binutils: installcheck-binutils +maybe-html-binutils: html-binutils -installcheck-binutils: \ +html-binutils: \ configure-binutils @[ -f ./binutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -7607,23 +6922,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in binutils" ; \ + echo "Doing html in binutils" ; \ (cd $(HOST_SUBDIR)/binutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ + html) \ || exit 1 @endif binutils -.PHONY: maybe-mostlyclean-binutils mostlyclean-binutils -maybe-mostlyclean-binutils: +.PHONY: maybe-TAGS-binutils TAGS-binutils +maybe-TAGS-binutils: @if binutils -maybe-mostlyclean-binutils: mostlyclean-binutils +maybe-TAGS-binutils: TAGS-binutils -mostlyclean-binutils: +TAGS-binutils: \ + configure-binutils @[ -f ./binutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -7631,23 +6947,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in binutils" ; \ + echo "Doing TAGS in binutils" ; \ (cd $(HOST_SUBDIR)/binutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + TAGS) \ || exit 1 @endif binutils -.PHONY: maybe-clean-binutils clean-binutils -maybe-clean-binutils: +.PHONY: maybe-install-info-binutils install-info-binutils +maybe-install-info-binutils: @if binutils -maybe-clean-binutils: clean-binutils +maybe-install-info-binutils: install-info-binutils -clean-binutils: +install-info-binutils: \ + configure-binutils \ + info-binutils @[ -f ./binutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -7655,23 +6973,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in binutils" ; \ + echo "Doing install-info in binutils" ; \ (cd $(HOST_SUBDIR)/binutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + install-info) \ || exit 1 @endif binutils -.PHONY: maybe-distclean-binutils distclean-binutils -maybe-distclean-binutils: +.PHONY: maybe-install-html-binutils install-html-binutils +maybe-install-html-binutils: @if binutils -maybe-distclean-binutils: distclean-binutils +maybe-install-html-binutils: install-html-binutils -distclean-binutils: +install-html-binutils: \ + configure-binutils \ + html-binutils @[ -f ./binutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -7679,23 +6999,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in binutils" ; \ + echo "Doing install-html in binutils" ; \ (cd $(HOST_SUBDIR)/binutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + install-html) \ || exit 1 @endif binutils -.PHONY: maybe-maintainer-clean-binutils maintainer-clean-binutils -maybe-maintainer-clean-binutils: +.PHONY: maybe-installcheck-binutils installcheck-binutils +maybe-installcheck-binutils: @if binutils -maybe-maintainer-clean-binutils: maintainer-clean-binutils +maybe-installcheck-binutils: installcheck-binutils -maintainer-clean-binutils: +installcheck-binutils: \ + configure-binutils @[ -f ./binutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -7703,273 +7024,211 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in binutils" ; \ + echo "Doing installcheck in binutils" ; \ (cd $(HOST_SUBDIR)/binutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + installcheck) \ || exit 1 @endif binutils +.PHONY: maybe-mostlyclean-binutils mostlyclean-binutils +maybe-mostlyclean-binutils: +@if binutils +maybe-mostlyclean-binutils: mostlyclean-binutils - -.PHONY: configure-bison maybe-configure-bison -maybe-configure-bison: -@if gcc-bootstrap -configure-bison: stage_current -@endif gcc-bootstrap -@if bison -maybe-configure-bison: configure-bison -configure-bison: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/bison/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/bison ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/bison; \ - cd "$(HOST_SUBDIR)/bison" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/bison/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/bison"; \ - libsrcdir="$$s/bison"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif bison - - - - - -.PHONY: all-bison maybe-all-bison -maybe-all-bison: -@if gcc-bootstrap -all-bison: stage_current -@endif gcc-bootstrap -@if bison -TARGET-bison=all -maybe-all-bison: all-bison -all-bison: configure-bison - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/bison && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-bison)) -@endif bison - - - - -.PHONY: check-bison maybe-check-bison -maybe-check-bison: -@if bison -maybe-check-bison: check-bison - -# This module is only tested in a native toolchain. -check-bison: - @: $(MAKE); $(unstage) - @if [ '$(host)' = '$(target)' ] ; then \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/bison && \ - $(MAKE) $(FLAGS_TO_PASS) check); \ - fi - -@endif bison - -.PHONY: install-bison maybe-install-bison -maybe-install-bison: -@if bison -maybe-install-bison: install-bison - -install-bison: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/bison && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif bison - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-bison info-bison -maybe-info-bison: -@if bison -maybe-info-bison: info-bison - -info-bison: \ - configure-bison - @: $(MAKE); $(unstage) - @[ -f ./bison/Makefile ] || exit 0; \ +mostlyclean-binutils: + @[ -f ./binutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in bison" ; \ - (cd $(HOST_SUBDIR)/bison && \ + echo "Doing mostlyclean in binutils" ; \ + (cd $(HOST_SUBDIR)/binutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + mostlyclean) \ || exit 1 -@endif bison +@endif binutils -.PHONY: maybe-dvi-bison dvi-bison -maybe-dvi-bison: -@if bison -maybe-dvi-bison: dvi-bison +.PHONY: maybe-clean-binutils clean-binutils +maybe-clean-binutils: +@if binutils +maybe-clean-binutils: clean-binutils -dvi-bison: \ - configure-bison - @: $(MAKE); $(unstage) - @[ -f ./bison/Makefile ] || exit 0; \ +clean-binutils: + @[ -f ./binutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in bison" ; \ - (cd $(HOST_SUBDIR)/bison && \ + echo "Doing clean in binutils" ; \ + (cd $(HOST_SUBDIR)/binutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + clean) \ || exit 1 -@endif bison +@endif binutils -.PHONY: maybe-pdf-bison pdf-bison -maybe-pdf-bison: -@if bison -maybe-pdf-bison: pdf-bison +.PHONY: maybe-distclean-binutils distclean-binutils +maybe-distclean-binutils: +@if binutils +maybe-distclean-binutils: distclean-binutils -pdf-bison: \ - configure-bison - @: $(MAKE); $(unstage) - @[ -f ./bison/Makefile ] || exit 0; \ +distclean-binutils: + @[ -f ./binutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in bison" ; \ - (cd $(HOST_SUBDIR)/bison && \ + echo "Doing distclean in binutils" ; \ + (cd $(HOST_SUBDIR)/binutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + distclean) \ || exit 1 -@endif bison +@endif binutils -.PHONY: maybe-html-bison html-bison -maybe-html-bison: -@if bison -maybe-html-bison: html-bison +.PHONY: maybe-maintainer-clean-binutils maintainer-clean-binutils +maybe-maintainer-clean-binutils: +@if binutils +maybe-maintainer-clean-binutils: maintainer-clean-binutils -html-bison: \ - configure-bison - @: $(MAKE); $(unstage) - @[ -f ./bison/Makefile ] || exit 0; \ +maintainer-clean-binutils: + @[ -f ./binutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in bison" ; \ - (cd $(HOST_SUBDIR)/bison && \ + echo "Doing maintainer-clean in binutils" ; \ + (cd $(HOST_SUBDIR)/binutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + maintainer-clean) \ || exit 1 -@endif bison +@endif binutils + -.PHONY: maybe-TAGS-bison TAGS-bison -maybe-TAGS-bison: -@if bison -maybe-TAGS-bison: TAGS-bison -TAGS-bison: \ - configure-bison - @: $(MAKE); $(unstage) - @[ -f ./bison/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in bison" ; \ - (cd $(HOST_SUBDIR)/bison && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ +.PHONY: configure-bison maybe-configure-bison +maybe-configure-bison: +@if gcc-bootstrap +configure-bison: stage_current +@endif gcc-bootstrap +@if bison +maybe-configure-bison: configure-bison +configure-bison: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/bison/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/bison ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/bison; \ + cd "$(HOST_SUBDIR)/bison" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/bison/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/bison"; \ + libsrcdir="$$s/bison"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif bison + + + + + +.PHONY: all-bison maybe-all-bison +maybe-all-bison: +@if gcc-bootstrap +all-bison: stage_current +@endif gcc-bootstrap +@if bison +TARGET-bison=all +maybe-all-bison: all-bison +all-bison: configure-bison + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/bison && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-bison)) +@endif bison + + + +.PHONY: check-bison maybe-check-bison +maybe-check-bison: +@if bison +maybe-check-bison: check-bison + +# This module is only tested in a native toolchain. +check-bison: + @: $(MAKE); $(unstage) + @if [ '$(host)' = '$(target)' ] ; then \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/bison && \ + $(MAKE) $(FLAGS_TO_PASS) check); \ + fi + @endif bison -.PHONY: maybe-install-info-bison install-info-bison -maybe-install-info-bison: +.PHONY: install-bison maybe-install-bison +maybe-install-bison: @if bison -maybe-install-info-bison: install-info-bison +maybe-install-bison: install-bison -install-info-bison: \ - configure-bison \ - info-bison +install-bison: installdirs @: $(MAKE); $(unstage) - @[ -f ./bison/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in bison" ; \ (cd $(HOST_SUBDIR)/bison && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif bison -.PHONY: maybe-install-pdf-bison install-pdf-bison -maybe-install-pdf-bison: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-bison info-bison +maybe-info-bison: @if bison -maybe-install-pdf-bison: install-pdf-bison +maybe-info-bison: info-bison -install-pdf-bison: \ - configure-bison \ - pdf-bison +info-bison: \ + configure-bison @: $(MAKE); $(unstage) @[ -f ./bison/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -7978,25 +7237,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in bison" ; \ + echo "Doing info in bison" ; \ (cd $(HOST_SUBDIR)/bison && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + info) \ || exit 1 @endif bison -.PHONY: maybe-install-html-bison install-html-bison -maybe-install-html-bison: +.PHONY: maybe-dvi-bison dvi-bison +maybe-dvi-bison: @if bison -maybe-install-html-bison: install-html-bison +maybe-dvi-bison: dvi-bison -install-html-bison: \ - configure-bison \ - html-bison +dvi-bison: \ + configure-bison @: $(MAKE); $(unstage) @[ -f ./bison/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8005,23 +7263,23 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in bison" ; \ + echo "Doing dvi in bison" ; \ (cd $(HOST_SUBDIR)/bison && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + dvi) \ || exit 1 @endif bison -.PHONY: maybe-installcheck-bison installcheck-bison -maybe-installcheck-bison: +.PHONY: maybe-html-bison html-bison +maybe-html-bison: @if bison -maybe-installcheck-bison: installcheck-bison +maybe-html-bison: html-bison -installcheck-bison: \ +html-bison: \ configure-bison @: $(MAKE); $(unstage) @[ -f ./bison/Makefile ] || exit 0; \ @@ -8031,23 +7289,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in bison" ; \ + echo "Doing html in bison" ; \ (cd $(HOST_SUBDIR)/bison && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ + html) \ || exit 1 @endif bison -.PHONY: maybe-mostlyclean-bison mostlyclean-bison -maybe-mostlyclean-bison: +.PHONY: maybe-TAGS-bison TAGS-bison +maybe-TAGS-bison: @if bison -maybe-mostlyclean-bison: mostlyclean-bison +maybe-TAGS-bison: TAGS-bison -mostlyclean-bison: +TAGS-bison: \ + configure-bison @: $(MAKE); $(unstage) @[ -f ./bison/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8056,23 +7315,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in bison" ; \ + echo "Doing TAGS in bison" ; \ (cd $(HOST_SUBDIR)/bison && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + TAGS) \ || exit 1 @endif bison -.PHONY: maybe-clean-bison clean-bison -maybe-clean-bison: +.PHONY: maybe-install-info-bison install-info-bison +maybe-install-info-bison: @if bison -maybe-clean-bison: clean-bison +maybe-install-info-bison: install-info-bison -clean-bison: +install-info-bison: \ + configure-bison \ + info-bison @: $(MAKE); $(unstage) @[ -f ./bison/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8081,23 +7342,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in bison" ; \ + echo "Doing install-info in bison" ; \ (cd $(HOST_SUBDIR)/bison && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + install-info) \ || exit 1 @endif bison -.PHONY: maybe-distclean-bison distclean-bison -maybe-distclean-bison: +.PHONY: maybe-install-html-bison install-html-bison +maybe-install-html-bison: @if bison -maybe-distclean-bison: distclean-bison +maybe-install-html-bison: install-html-bison -distclean-bison: +install-html-bison: \ + configure-bison \ + html-bison @: $(MAKE); $(unstage) @[ -f ./bison/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8106,23 +7369,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in bison" ; \ + echo "Doing install-html in bison" ; \ (cd $(HOST_SUBDIR)/bison && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + install-html) \ || exit 1 @endif bison -.PHONY: maybe-maintainer-clean-bison maintainer-clean-bison -maybe-maintainer-clean-bison: +.PHONY: maybe-installcheck-bison installcheck-bison +maybe-installcheck-bison: @if bison -maybe-maintainer-clean-bison: maintainer-clean-bison +maybe-installcheck-bison: installcheck-bison -maintainer-clean-bison: +installcheck-bison: \ + configure-bison @: $(MAKE); $(unstage) @[ -f ./bison/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8131,246 +7395,215 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in bison" ; \ + echo "Doing installcheck in bison" ; \ (cd $(HOST_SUBDIR)/bison && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + installcheck) \ || exit 1 @endif bison +.PHONY: maybe-mostlyclean-bison mostlyclean-bison +maybe-mostlyclean-bison: +@if bison +maybe-mostlyclean-bison: mostlyclean-bison - -.PHONY: configure-byacc maybe-configure-byacc -maybe-configure-byacc: -@if gcc-bootstrap -configure-byacc: stage_current -@endif gcc-bootstrap -@if byacc -maybe-configure-byacc: configure-byacc -configure-byacc: +mostlyclean-bison: @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/byacc/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/byacc ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/byacc; \ - cd "$(HOST_SUBDIR)/byacc" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/byacc/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/byacc"; \ - libsrcdir="$$s/byacc"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif byacc - - - - - -.PHONY: all-byacc maybe-all-byacc -maybe-all-byacc: -@if gcc-bootstrap -all-byacc: stage_current -@endif gcc-bootstrap -@if byacc -TARGET-byacc=all -maybe-all-byacc: all-byacc -all-byacc: configure-byacc - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/byacc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-byacc)) -@endif byacc - - - - -.PHONY: check-byacc maybe-check-byacc -maybe-check-byacc: -@if byacc -maybe-check-byacc: check-byacc - -# This module is only tested in a native toolchain. -check-byacc: - @: $(MAKE); $(unstage) - @if [ '$(host)' = '$(target)' ] ; then \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/byacc && \ - $(MAKE) $(FLAGS_TO_PASS) check); \ - fi - -@endif byacc - -.PHONY: install-byacc maybe-install-byacc -maybe-install-byacc: -@if byacc -maybe-install-byacc: install-byacc - -install-byacc: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/byacc && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif byacc - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-byacc info-byacc -maybe-info-byacc: -@if byacc -maybe-info-byacc: info-byacc - -info-byacc: \ - configure-byacc - @: $(MAKE); $(unstage) - @[ -f ./byacc/Makefile ] || exit 0; \ + @[ -f ./bison/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in byacc" ; \ - (cd $(HOST_SUBDIR)/byacc && \ + echo "Doing mostlyclean in bison" ; \ + (cd $(HOST_SUBDIR)/bison && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + mostlyclean) \ || exit 1 -@endif byacc +@endif bison -.PHONY: maybe-dvi-byacc dvi-byacc -maybe-dvi-byacc: -@if byacc -maybe-dvi-byacc: dvi-byacc +.PHONY: maybe-clean-bison clean-bison +maybe-clean-bison: +@if bison +maybe-clean-bison: clean-bison -dvi-byacc: \ - configure-byacc +clean-bison: @: $(MAKE); $(unstage) - @[ -f ./byacc/Makefile ] || exit 0; \ + @[ -f ./bison/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in byacc" ; \ - (cd $(HOST_SUBDIR)/byacc && \ + echo "Doing clean in bison" ; \ + (cd $(HOST_SUBDIR)/bison && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + clean) \ || exit 1 -@endif byacc +@endif bison -.PHONY: maybe-pdf-byacc pdf-byacc -maybe-pdf-byacc: -@if byacc -maybe-pdf-byacc: pdf-byacc +.PHONY: maybe-distclean-bison distclean-bison +maybe-distclean-bison: +@if bison +maybe-distclean-bison: distclean-bison -pdf-byacc: \ - configure-byacc +distclean-bison: @: $(MAKE); $(unstage) - @[ -f ./byacc/Makefile ] || exit 0; \ + @[ -f ./bison/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in byacc" ; \ - (cd $(HOST_SUBDIR)/byacc && \ + echo "Doing distclean in bison" ; \ + (cd $(HOST_SUBDIR)/bison && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + distclean) \ || exit 1 -@endif byacc +@endif bison -.PHONY: maybe-html-byacc html-byacc -maybe-html-byacc: -@if byacc -maybe-html-byacc: html-byacc +.PHONY: maybe-maintainer-clean-bison maintainer-clean-bison +maybe-maintainer-clean-bison: +@if bison +maybe-maintainer-clean-bison: maintainer-clean-bison -html-byacc: \ - configure-byacc +maintainer-clean-bison: @: $(MAKE); $(unstage) - @[ -f ./byacc/Makefile ] || exit 0; \ + @[ -f ./bison/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in byacc" ; \ - (cd $(HOST_SUBDIR)/byacc && \ + echo "Doing maintainer-clean in bison" ; \ + (cd $(HOST_SUBDIR)/bison && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + maintainer-clean) \ || exit 1 +@endif bison + + + +.PHONY: configure-byacc maybe-configure-byacc +maybe-configure-byacc: +@if gcc-bootstrap +configure-byacc: stage_current +@endif gcc-bootstrap +@if byacc +maybe-configure-byacc: configure-byacc +configure-byacc: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/byacc/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/byacc ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/byacc; \ + cd "$(HOST_SUBDIR)/byacc" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/byacc/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/byacc"; \ + libsrcdir="$$s/byacc"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 @endif byacc -.PHONY: maybe-TAGS-byacc TAGS-byacc -maybe-TAGS-byacc: + + + + +.PHONY: all-byacc maybe-all-byacc +maybe-all-byacc: +@if gcc-bootstrap +all-byacc: stage_current +@endif gcc-bootstrap +@if byacc +TARGET-byacc=all +maybe-all-byacc: all-byacc +all-byacc: configure-byacc + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/byacc && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-byacc)) +@endif byacc + + + + +.PHONY: check-byacc maybe-check-byacc +maybe-check-byacc: +@if byacc +maybe-check-byacc: check-byacc + +# This module is only tested in a native toolchain. +check-byacc: + @: $(MAKE); $(unstage) + @if [ '$(host)' = '$(target)' ] ; then \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/byacc && \ + $(MAKE) $(FLAGS_TO_PASS) check); \ + fi + +@endif byacc + +.PHONY: install-byacc maybe-install-byacc +maybe-install-byacc: @if byacc -maybe-TAGS-byacc: TAGS-byacc +maybe-install-byacc: install-byacc -TAGS-byacc: \ - configure-byacc +install-byacc: installdirs @: $(MAKE); $(unstage) - @[ -f ./byacc/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in byacc" ; \ (cd $(HOST_SUBDIR)/byacc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif byacc -.PHONY: maybe-install-info-byacc install-info-byacc -maybe-install-info-byacc: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-byacc info-byacc +maybe-info-byacc: @if byacc -maybe-install-info-byacc: install-info-byacc +maybe-info-byacc: info-byacc -install-info-byacc: \ - configure-byacc \ - info-byacc +info-byacc: \ + configure-byacc @: $(MAKE); $(unstage) @[ -f ./byacc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8379,25 +7612,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in byacc" ; \ + echo "Doing info in byacc" ; \ (cd $(HOST_SUBDIR)/byacc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + info) \ || exit 1 @endif byacc -.PHONY: maybe-install-pdf-byacc install-pdf-byacc -maybe-install-pdf-byacc: +.PHONY: maybe-dvi-byacc dvi-byacc +maybe-dvi-byacc: @if byacc -maybe-install-pdf-byacc: install-pdf-byacc +maybe-dvi-byacc: dvi-byacc -install-pdf-byacc: \ - configure-byacc \ - pdf-byacc +dvi-byacc: \ + configure-byacc @: $(MAKE); $(unstage) @[ -f ./byacc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8406,25 +7638,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in byacc" ; \ + echo "Doing dvi in byacc" ; \ (cd $(HOST_SUBDIR)/byacc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + dvi) \ || exit 1 @endif byacc -.PHONY: maybe-install-html-byacc install-html-byacc -maybe-install-html-byacc: +.PHONY: maybe-html-byacc html-byacc +maybe-html-byacc: @if byacc -maybe-install-html-byacc: install-html-byacc +maybe-html-byacc: html-byacc -install-html-byacc: \ - configure-byacc \ - html-byacc +html-byacc: \ + configure-byacc @: $(MAKE); $(unstage) @[ -f ./byacc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8433,23 +7664,23 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in byacc" ; \ + echo "Doing html in byacc" ; \ (cd $(HOST_SUBDIR)/byacc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + html) \ || exit 1 @endif byacc -.PHONY: maybe-installcheck-byacc installcheck-byacc -maybe-installcheck-byacc: +.PHONY: maybe-TAGS-byacc TAGS-byacc +maybe-TAGS-byacc: @if byacc -maybe-installcheck-byacc: installcheck-byacc +maybe-TAGS-byacc: TAGS-byacc -installcheck-byacc: \ +TAGS-byacc: \ configure-byacc @: $(MAKE); $(unstage) @[ -f ./byacc/Makefile ] || exit 0; \ @@ -8459,23 +7690,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in byacc" ; \ + echo "Doing TAGS in byacc" ; \ (cd $(HOST_SUBDIR)/byacc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ + TAGS) \ || exit 1 @endif byacc -.PHONY: maybe-mostlyclean-byacc mostlyclean-byacc -maybe-mostlyclean-byacc: +.PHONY: maybe-install-info-byacc install-info-byacc +maybe-install-info-byacc: @if byacc -maybe-mostlyclean-byacc: mostlyclean-byacc +maybe-install-info-byacc: install-info-byacc -mostlyclean-byacc: +install-info-byacc: \ + configure-byacc \ + info-byacc @: $(MAKE); $(unstage) @[ -f ./byacc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8484,23 +7717,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in byacc" ; \ + echo "Doing install-info in byacc" ; \ (cd $(HOST_SUBDIR)/byacc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + install-info) \ || exit 1 @endif byacc -.PHONY: maybe-clean-byacc clean-byacc -maybe-clean-byacc: +.PHONY: maybe-install-html-byacc install-html-byacc +maybe-install-html-byacc: @if byacc -maybe-clean-byacc: clean-byacc +maybe-install-html-byacc: install-html-byacc -clean-byacc: +install-html-byacc: \ + configure-byacc \ + html-byacc @: $(MAKE); $(unstage) @[ -f ./byacc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8509,23 +7744,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in byacc" ; \ + echo "Doing install-html in byacc" ; \ (cd $(HOST_SUBDIR)/byacc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + install-html) \ || exit 1 @endif byacc -.PHONY: maybe-distclean-byacc distclean-byacc -maybe-distclean-byacc: +.PHONY: maybe-installcheck-byacc installcheck-byacc +maybe-installcheck-byacc: @if byacc -maybe-distclean-byacc: distclean-byacc +maybe-installcheck-byacc: installcheck-byacc -distclean-byacc: +installcheck-byacc: \ + configure-byacc @: $(MAKE); $(unstage) @[ -f ./byacc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8534,23 +7770,23 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in byacc" ; \ + echo "Doing installcheck in byacc" ; \ (cd $(HOST_SUBDIR)/byacc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + installcheck) \ || exit 1 @endif byacc -.PHONY: maybe-maintainer-clean-byacc maintainer-clean-byacc -maybe-maintainer-clean-byacc: +.PHONY: maybe-mostlyclean-byacc mostlyclean-byacc +maybe-mostlyclean-byacc: @if byacc -maybe-maintainer-clean-byacc: maintainer-clean-byacc +maybe-mostlyclean-byacc: mostlyclean-byacc -maintainer-clean-byacc: +mostlyclean-byacc: @: $(MAKE); $(unstage) @[ -f ./byacc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8559,243 +7795,187 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in byacc" ; \ + echo "Doing mostlyclean in byacc" ; \ (cd $(HOST_SUBDIR)/byacc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + mostlyclean) \ || exit 1 @endif byacc +.PHONY: maybe-clean-byacc clean-byacc +maybe-clean-byacc: +@if byacc +maybe-clean-byacc: clean-byacc - -.PHONY: configure-bzip2 maybe-configure-bzip2 -maybe-configure-bzip2: -@if gcc-bootstrap -configure-bzip2: stage_current -@endif gcc-bootstrap -@if bzip2 -maybe-configure-bzip2: configure-bzip2 -configure-bzip2: +clean-byacc: @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/bzip2/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/bzip2 ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/bzip2; \ - cd "$(HOST_SUBDIR)/bzip2" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/bzip2/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/bzip2"; \ - libsrcdir="$$s/bzip2"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif bzip2 - - - - - -.PHONY: all-bzip2 maybe-all-bzip2 -maybe-all-bzip2: -@if gcc-bootstrap -all-bzip2: stage_current -@endif gcc-bootstrap -@if bzip2 -TARGET-bzip2=all -maybe-all-bzip2: all-bzip2 -all-bzip2: configure-bzip2 - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/bzip2 && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-bzip2)) -@endif bzip2 - - - - -.PHONY: check-bzip2 maybe-check-bzip2 -maybe-check-bzip2: -@if bzip2 -maybe-check-bzip2: check-bzip2 - -check-bzip2: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/bzip2 && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif bzip2 - -.PHONY: install-bzip2 maybe-install-bzip2 -maybe-install-bzip2: -@if bzip2 -maybe-install-bzip2: install-bzip2 - -install-bzip2: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/bzip2 && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif bzip2 - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-bzip2 info-bzip2 -maybe-info-bzip2: -@if bzip2 -maybe-info-bzip2: info-bzip2 - -info-bzip2: \ - configure-bzip2 - @: $(MAKE); $(unstage) - @[ -f ./bzip2/Makefile ] || exit 0; \ + @[ -f ./byacc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in bzip2" ; \ - (cd $(HOST_SUBDIR)/bzip2 && \ + echo "Doing clean in byacc" ; \ + (cd $(HOST_SUBDIR)/byacc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + clean) \ || exit 1 -@endif bzip2 +@endif byacc -.PHONY: maybe-dvi-bzip2 dvi-bzip2 -maybe-dvi-bzip2: -@if bzip2 -maybe-dvi-bzip2: dvi-bzip2 +.PHONY: maybe-distclean-byacc distclean-byacc +maybe-distclean-byacc: +@if byacc +maybe-distclean-byacc: distclean-byacc -dvi-bzip2: \ - configure-bzip2 +distclean-byacc: @: $(MAKE); $(unstage) - @[ -f ./bzip2/Makefile ] || exit 0; \ + @[ -f ./byacc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in bzip2" ; \ - (cd $(HOST_SUBDIR)/bzip2 && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ - || exit 1 - -@endif bzip2 - -.PHONY: maybe-pdf-bzip2 pdf-bzip2 -maybe-pdf-bzip2: -@if bzip2 -maybe-pdf-bzip2: pdf-bzip2 + echo "Doing distclean in byacc" ; \ + (cd $(HOST_SUBDIR)/byacc && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + distclean) \ + || exit 1 + +@endif byacc + +.PHONY: maybe-maintainer-clean-byacc maintainer-clean-byacc +maybe-maintainer-clean-byacc: +@if byacc +maybe-maintainer-clean-byacc: maintainer-clean-byacc -pdf-bzip2: \ - configure-bzip2 +maintainer-clean-byacc: @: $(MAKE); $(unstage) - @[ -f ./bzip2/Makefile ] || exit 0; \ + @[ -f ./byacc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in bzip2" ; \ - (cd $(HOST_SUBDIR)/bzip2 && \ + echo "Doing maintainer-clean in byacc" ; \ + (cd $(HOST_SUBDIR)/byacc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + maintainer-clean) \ + || exit 1 + +@endif byacc + + + +.PHONY: configure-bzip2 maybe-configure-bzip2 +maybe-configure-bzip2: +@if gcc-bootstrap +configure-bzip2: stage_current +@endif gcc-bootstrap +@if bzip2 +maybe-configure-bzip2: configure-bzip2 +configure-bzip2: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/bzip2/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/bzip2 ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/bzip2; \ + cd "$(HOST_SUBDIR)/bzip2" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/bzip2/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/bzip2"; \ + libsrcdir="$$s/bzip2"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif bzip2 + + + + +.PHONY: all-bzip2 maybe-all-bzip2 +maybe-all-bzip2: +@if gcc-bootstrap +all-bzip2: stage_current +@endif gcc-bootstrap +@if bzip2 +TARGET-bzip2=all +maybe-all-bzip2: all-bzip2 +all-bzip2: configure-bzip2 + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/bzip2 && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-bzip2)) @endif bzip2 -.PHONY: maybe-html-bzip2 html-bzip2 -maybe-html-bzip2: + + + +.PHONY: check-bzip2 maybe-check-bzip2 +maybe-check-bzip2: @if bzip2 -maybe-html-bzip2: html-bzip2 +maybe-check-bzip2: check-bzip2 -html-bzip2: \ - configure-bzip2 +check-bzip2: @: $(MAKE); $(unstage) - @[ -f ./bzip2/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in bzip2" ; \ (cd $(HOST_SUBDIR)/bzip2 && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif bzip2 -.PHONY: maybe-TAGS-bzip2 TAGS-bzip2 -maybe-TAGS-bzip2: +.PHONY: install-bzip2 maybe-install-bzip2 +maybe-install-bzip2: @if bzip2 -maybe-TAGS-bzip2: TAGS-bzip2 +maybe-install-bzip2: install-bzip2 -TAGS-bzip2: \ - configure-bzip2 +install-bzip2: installdirs @: $(MAKE); $(unstage) - @[ -f ./bzip2/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in bzip2" ; \ (cd $(HOST_SUBDIR)/bzip2 && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif bzip2 -.PHONY: maybe-install-info-bzip2 install-info-bzip2 -maybe-install-info-bzip2: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-bzip2 info-bzip2 +maybe-info-bzip2: @if bzip2 -maybe-install-info-bzip2: install-info-bzip2 +maybe-info-bzip2: info-bzip2 -install-info-bzip2: \ - configure-bzip2 \ - info-bzip2 +info-bzip2: \ + configure-bzip2 @: $(MAKE); $(unstage) @[ -f ./bzip2/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8804,25 +7984,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in bzip2" ; \ + echo "Doing info in bzip2" ; \ (cd $(HOST_SUBDIR)/bzip2 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + info) \ || exit 1 @endif bzip2 -.PHONY: maybe-install-pdf-bzip2 install-pdf-bzip2 -maybe-install-pdf-bzip2: +.PHONY: maybe-dvi-bzip2 dvi-bzip2 +maybe-dvi-bzip2: @if bzip2 -maybe-install-pdf-bzip2: install-pdf-bzip2 +maybe-dvi-bzip2: dvi-bzip2 -install-pdf-bzip2: \ - configure-bzip2 \ - pdf-bzip2 +dvi-bzip2: \ + configure-bzip2 @: $(MAKE); $(unstage) @[ -f ./bzip2/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8831,25 +8010,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in bzip2" ; \ + echo "Doing dvi in bzip2" ; \ (cd $(HOST_SUBDIR)/bzip2 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + dvi) \ || exit 1 @endif bzip2 -.PHONY: maybe-install-html-bzip2 install-html-bzip2 -maybe-install-html-bzip2: +.PHONY: maybe-html-bzip2 html-bzip2 +maybe-html-bzip2: @if bzip2 -maybe-install-html-bzip2: install-html-bzip2 +maybe-html-bzip2: html-bzip2 -install-html-bzip2: \ - configure-bzip2 \ - html-bzip2 +html-bzip2: \ + configure-bzip2 @: $(MAKE); $(unstage) @[ -f ./bzip2/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8858,23 +8036,23 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in bzip2" ; \ + echo "Doing html in bzip2" ; \ (cd $(HOST_SUBDIR)/bzip2 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + html) \ || exit 1 @endif bzip2 -.PHONY: maybe-installcheck-bzip2 installcheck-bzip2 -maybe-installcheck-bzip2: +.PHONY: maybe-TAGS-bzip2 TAGS-bzip2 +maybe-TAGS-bzip2: @if bzip2 -maybe-installcheck-bzip2: installcheck-bzip2 +maybe-TAGS-bzip2: TAGS-bzip2 -installcheck-bzip2: \ +TAGS-bzip2: \ configure-bzip2 @: $(MAKE); $(unstage) @[ -f ./bzip2/Makefile ] || exit 0; \ @@ -8884,23 +8062,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in bzip2" ; \ + echo "Doing TAGS in bzip2" ; \ (cd $(HOST_SUBDIR)/bzip2 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ + TAGS) \ || exit 1 @endif bzip2 -.PHONY: maybe-mostlyclean-bzip2 mostlyclean-bzip2 -maybe-mostlyclean-bzip2: +.PHONY: maybe-install-info-bzip2 install-info-bzip2 +maybe-install-info-bzip2: @if bzip2 -maybe-mostlyclean-bzip2: mostlyclean-bzip2 +maybe-install-info-bzip2: install-info-bzip2 -mostlyclean-bzip2: +install-info-bzip2: \ + configure-bzip2 \ + info-bzip2 @: $(MAKE); $(unstage) @[ -f ./bzip2/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8909,23 +8089,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in bzip2" ; \ + echo "Doing install-info in bzip2" ; \ (cd $(HOST_SUBDIR)/bzip2 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + install-info) \ || exit 1 @endif bzip2 -.PHONY: maybe-clean-bzip2 clean-bzip2 -maybe-clean-bzip2: +.PHONY: maybe-install-html-bzip2 install-html-bzip2 +maybe-install-html-bzip2: @if bzip2 -maybe-clean-bzip2: clean-bzip2 +maybe-install-html-bzip2: install-html-bzip2 -clean-bzip2: +install-html-bzip2: \ + configure-bzip2 \ + html-bzip2 @: $(MAKE); $(unstage) @[ -f ./bzip2/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8934,23 +8116,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in bzip2" ; \ + echo "Doing install-html in bzip2" ; \ (cd $(HOST_SUBDIR)/bzip2 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + install-html) \ || exit 1 @endif bzip2 -.PHONY: maybe-distclean-bzip2 distclean-bzip2 -maybe-distclean-bzip2: +.PHONY: maybe-installcheck-bzip2 installcheck-bzip2 +maybe-installcheck-bzip2: @if bzip2 -maybe-distclean-bzip2: distclean-bzip2 +maybe-installcheck-bzip2: installcheck-bzip2 -distclean-bzip2: +installcheck-bzip2: \ + configure-bzip2 @: $(MAKE); $(unstage) @[ -f ./bzip2/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8959,23 +8142,23 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in bzip2" ; \ + echo "Doing installcheck in bzip2" ; \ (cd $(HOST_SUBDIR)/bzip2 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + installcheck) \ || exit 1 @endif bzip2 -.PHONY: maybe-maintainer-clean-bzip2 maintainer-clean-bzip2 -maybe-maintainer-clean-bzip2: +.PHONY: maybe-mostlyclean-bzip2 mostlyclean-bzip2 +maybe-mostlyclean-bzip2: @if bzip2 -maybe-maintainer-clean-bzip2: maintainer-clean-bzip2 +maybe-mostlyclean-bzip2: mostlyclean-bzip2 -maintainer-clean-bzip2: +mostlyclean-bzip2: @: $(MAKE); $(unstage) @[ -f ./bzip2/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -8984,243 +8167,187 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in bzip2" ; \ + echo "Doing mostlyclean in bzip2" ; \ (cd $(HOST_SUBDIR)/bzip2 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + mostlyclean) \ || exit 1 @endif bzip2 +.PHONY: maybe-clean-bzip2 clean-bzip2 +maybe-clean-bzip2: +@if bzip2 +maybe-clean-bzip2: clean-bzip2 - -.PHONY: configure-dejagnu maybe-configure-dejagnu -maybe-configure-dejagnu: -@if gcc-bootstrap -configure-dejagnu: stage_current -@endif gcc-bootstrap -@if dejagnu -maybe-configure-dejagnu: configure-dejagnu -configure-dejagnu: +clean-bzip2: @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/dejagnu/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/dejagnu ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/dejagnu; \ - cd "$(HOST_SUBDIR)/dejagnu" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/dejagnu/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/dejagnu"; \ - libsrcdir="$$s/dejagnu"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif dejagnu - - - - - -.PHONY: all-dejagnu maybe-all-dejagnu -maybe-all-dejagnu: -@if gcc-bootstrap -all-dejagnu: stage_current -@endif gcc-bootstrap -@if dejagnu -TARGET-dejagnu=all -maybe-all-dejagnu: all-dejagnu -all-dejagnu: configure-dejagnu - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/dejagnu && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-dejagnu)) -@endif dejagnu - - - - -.PHONY: check-dejagnu maybe-check-dejagnu -maybe-check-dejagnu: -@if dejagnu -maybe-check-dejagnu: check-dejagnu - -check-dejagnu: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/dejagnu && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif dejagnu - -.PHONY: install-dejagnu maybe-install-dejagnu -maybe-install-dejagnu: -@if dejagnu -maybe-install-dejagnu: install-dejagnu - -install-dejagnu: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/dejagnu && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif dejagnu - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-dejagnu info-dejagnu -maybe-info-dejagnu: -@if dejagnu -maybe-info-dejagnu: info-dejagnu - -info-dejagnu: \ - configure-dejagnu - @: $(MAKE); $(unstage) - @[ -f ./dejagnu/Makefile ] || exit 0; \ + @[ -f ./bzip2/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in dejagnu" ; \ - (cd $(HOST_SUBDIR)/dejagnu && \ + echo "Doing clean in bzip2" ; \ + (cd $(HOST_SUBDIR)/bzip2 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 + clean) \ + || exit 1 -@endif dejagnu +@endif bzip2 -.PHONY: maybe-dvi-dejagnu dvi-dejagnu -maybe-dvi-dejagnu: -@if dejagnu -maybe-dvi-dejagnu: dvi-dejagnu +.PHONY: maybe-distclean-bzip2 distclean-bzip2 +maybe-distclean-bzip2: +@if bzip2 +maybe-distclean-bzip2: distclean-bzip2 -dvi-dejagnu: \ - configure-dejagnu +distclean-bzip2: @: $(MAKE); $(unstage) - @[ -f ./dejagnu/Makefile ] || exit 0; \ + @[ -f ./bzip2/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in dejagnu" ; \ - (cd $(HOST_SUBDIR)/dejagnu && \ + echo "Doing distclean in bzip2" ; \ + (cd $(HOST_SUBDIR)/bzip2 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + distclean) \ || exit 1 -@endif dejagnu +@endif bzip2 -.PHONY: maybe-pdf-dejagnu pdf-dejagnu -maybe-pdf-dejagnu: -@if dejagnu -maybe-pdf-dejagnu: pdf-dejagnu +.PHONY: maybe-maintainer-clean-bzip2 maintainer-clean-bzip2 +maybe-maintainer-clean-bzip2: +@if bzip2 +maybe-maintainer-clean-bzip2: maintainer-clean-bzip2 -pdf-dejagnu: \ - configure-dejagnu +maintainer-clean-bzip2: @: $(MAKE); $(unstage) - @[ -f ./dejagnu/Makefile ] || exit 0; \ + @[ -f ./bzip2/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in dejagnu" ; \ - (cd $(HOST_SUBDIR)/dejagnu && \ + echo "Doing maintainer-clean in bzip2" ; \ + (cd $(HOST_SUBDIR)/bzip2 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + maintainer-clean) \ + || exit 1 + +@endif bzip2 + + + +.PHONY: configure-dejagnu maybe-configure-dejagnu +maybe-configure-dejagnu: +@if gcc-bootstrap +configure-dejagnu: stage_current +@endif gcc-bootstrap +@if dejagnu +maybe-configure-dejagnu: configure-dejagnu +configure-dejagnu: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/dejagnu/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/dejagnu ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/dejagnu; \ + cd "$(HOST_SUBDIR)/dejagnu" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/dejagnu/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/dejagnu"; \ + libsrcdir="$$s/dejagnu"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif dejagnu + + + + +.PHONY: all-dejagnu maybe-all-dejagnu +maybe-all-dejagnu: +@if gcc-bootstrap +all-dejagnu: stage_current +@endif gcc-bootstrap +@if dejagnu +TARGET-dejagnu=all +maybe-all-dejagnu: all-dejagnu +all-dejagnu: configure-dejagnu + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/dejagnu && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-dejagnu)) @endif dejagnu -.PHONY: maybe-html-dejagnu html-dejagnu -maybe-html-dejagnu: + + + +.PHONY: check-dejagnu maybe-check-dejagnu +maybe-check-dejagnu: @if dejagnu -maybe-html-dejagnu: html-dejagnu +maybe-check-dejagnu: check-dejagnu -html-dejagnu: \ - configure-dejagnu +check-dejagnu: @: $(MAKE); $(unstage) - @[ -f ./dejagnu/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in dejagnu" ; \ (cd $(HOST_SUBDIR)/dejagnu && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif dejagnu -.PHONY: maybe-TAGS-dejagnu TAGS-dejagnu -maybe-TAGS-dejagnu: +.PHONY: install-dejagnu maybe-install-dejagnu +maybe-install-dejagnu: @if dejagnu -maybe-TAGS-dejagnu: TAGS-dejagnu +maybe-install-dejagnu: install-dejagnu -TAGS-dejagnu: \ - configure-dejagnu +install-dejagnu: installdirs @: $(MAKE); $(unstage) - @[ -f ./dejagnu/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in dejagnu" ; \ (cd $(HOST_SUBDIR)/dejagnu && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif dejagnu -.PHONY: maybe-install-info-dejagnu install-info-dejagnu -maybe-install-info-dejagnu: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-dejagnu info-dejagnu +maybe-info-dejagnu: @if dejagnu -maybe-install-info-dejagnu: install-info-dejagnu +maybe-info-dejagnu: info-dejagnu -install-info-dejagnu: \ - configure-dejagnu \ - info-dejagnu +info-dejagnu: \ + configure-dejagnu @: $(MAKE); $(unstage) @[ -f ./dejagnu/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -9229,25 +8356,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in dejagnu" ; \ + echo "Doing info in dejagnu" ; \ (cd $(HOST_SUBDIR)/dejagnu && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + info) \ || exit 1 @endif dejagnu -.PHONY: maybe-install-pdf-dejagnu install-pdf-dejagnu -maybe-install-pdf-dejagnu: +.PHONY: maybe-dvi-dejagnu dvi-dejagnu +maybe-dvi-dejagnu: @if dejagnu -maybe-install-pdf-dejagnu: install-pdf-dejagnu +maybe-dvi-dejagnu: dvi-dejagnu -install-pdf-dejagnu: \ - configure-dejagnu \ - pdf-dejagnu +dvi-dejagnu: \ + configure-dejagnu @: $(MAKE); $(unstage) @[ -f ./dejagnu/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -9256,25 +8382,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in dejagnu" ; \ + echo "Doing dvi in dejagnu" ; \ (cd $(HOST_SUBDIR)/dejagnu && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + dvi) \ || exit 1 @endif dejagnu -.PHONY: maybe-install-html-dejagnu install-html-dejagnu -maybe-install-html-dejagnu: +.PHONY: maybe-html-dejagnu html-dejagnu +maybe-html-dejagnu: @if dejagnu -maybe-install-html-dejagnu: install-html-dejagnu +maybe-html-dejagnu: html-dejagnu -install-html-dejagnu: \ - configure-dejagnu \ - html-dejagnu +html-dejagnu: \ + configure-dejagnu @: $(MAKE); $(unstage) @[ -f ./dejagnu/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -9283,23 +8408,23 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in dejagnu" ; \ + echo "Doing html in dejagnu" ; \ (cd $(HOST_SUBDIR)/dejagnu && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + html) \ || exit 1 @endif dejagnu -.PHONY: maybe-installcheck-dejagnu installcheck-dejagnu -maybe-installcheck-dejagnu: +.PHONY: maybe-TAGS-dejagnu TAGS-dejagnu +maybe-TAGS-dejagnu: @if dejagnu -maybe-installcheck-dejagnu: installcheck-dejagnu +maybe-TAGS-dejagnu: TAGS-dejagnu -installcheck-dejagnu: \ +TAGS-dejagnu: \ configure-dejagnu @: $(MAKE); $(unstage) @[ -f ./dejagnu/Makefile ] || exit 0; \ @@ -9309,23 +8434,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in dejagnu" ; \ + echo "Doing TAGS in dejagnu" ; \ (cd $(HOST_SUBDIR)/dejagnu && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ + TAGS) \ || exit 1 @endif dejagnu -.PHONY: maybe-mostlyclean-dejagnu mostlyclean-dejagnu -maybe-mostlyclean-dejagnu: +.PHONY: maybe-install-info-dejagnu install-info-dejagnu +maybe-install-info-dejagnu: @if dejagnu -maybe-mostlyclean-dejagnu: mostlyclean-dejagnu +maybe-install-info-dejagnu: install-info-dejagnu -mostlyclean-dejagnu: +install-info-dejagnu: \ + configure-dejagnu \ + info-dejagnu @: $(MAKE); $(unstage) @[ -f ./dejagnu/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -9334,23 +8461,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in dejagnu" ; \ + echo "Doing install-info in dejagnu" ; \ (cd $(HOST_SUBDIR)/dejagnu && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + install-info) \ || exit 1 @endif dejagnu -.PHONY: maybe-clean-dejagnu clean-dejagnu -maybe-clean-dejagnu: +.PHONY: maybe-install-html-dejagnu install-html-dejagnu +maybe-install-html-dejagnu: @if dejagnu -maybe-clean-dejagnu: clean-dejagnu +maybe-install-html-dejagnu: install-html-dejagnu -clean-dejagnu: +install-html-dejagnu: \ + configure-dejagnu \ + html-dejagnu @: $(MAKE); $(unstage) @[ -f ./dejagnu/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -9359,23 +8488,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in dejagnu" ; \ + echo "Doing install-html in dejagnu" ; \ (cd $(HOST_SUBDIR)/dejagnu && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + install-html) \ || exit 1 @endif dejagnu -.PHONY: maybe-distclean-dejagnu distclean-dejagnu -maybe-distclean-dejagnu: +.PHONY: maybe-installcheck-dejagnu installcheck-dejagnu +maybe-installcheck-dejagnu: @if dejagnu -maybe-distclean-dejagnu: distclean-dejagnu +maybe-installcheck-dejagnu: installcheck-dejagnu -distclean-dejagnu: +installcheck-dejagnu: \ + configure-dejagnu @: $(MAKE); $(unstage) @[ -f ./dejagnu/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -9384,23 +8514,23 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in dejagnu" ; \ + echo "Doing installcheck in dejagnu" ; \ (cd $(HOST_SUBDIR)/dejagnu && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + installcheck) \ || exit 1 @endif dejagnu -.PHONY: maybe-maintainer-clean-dejagnu maintainer-clean-dejagnu -maybe-maintainer-clean-dejagnu: +.PHONY: maybe-mostlyclean-dejagnu mostlyclean-dejagnu +maybe-mostlyclean-dejagnu: @if dejagnu -maybe-maintainer-clean-dejagnu: maintainer-clean-dejagnu +maybe-mostlyclean-dejagnu: mostlyclean-dejagnu -maintainer-clean-dejagnu: +mostlyclean-dejagnu: @: $(MAKE); $(unstage) @[ -f ./dejagnu/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -9409,99 +8539,174 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in dejagnu" ; \ + echo "Doing mostlyclean in dejagnu" ; \ (cd $(HOST_SUBDIR)/dejagnu && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + mostlyclean) \ || exit 1 @endif dejagnu - - -.PHONY: configure-diff maybe-configure-diff -maybe-configure-diff: -@if gcc-bootstrap -configure-diff: stage_current -@endif gcc-bootstrap -@if diff -maybe-configure-diff: configure-diff -configure-diff: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/diff/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/diff ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/diff; \ - cd "$(HOST_SUBDIR)/diff" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/diff/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/diff"; \ - libsrcdir="$$s/diff"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif diff - - - - - -.PHONY: all-diff maybe-all-diff -maybe-all-diff: -@if gcc-bootstrap -all-diff: stage_current -@endif gcc-bootstrap -@if diff -TARGET-diff=all -maybe-all-diff: all-diff -all-diff: configure-diff - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/diff && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-diff)) -@endif diff - - - - -.PHONY: check-diff maybe-check-diff -maybe-check-diff: -@if diff -maybe-check-diff: check-diff - -check-diff: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/diff && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif diff - -.PHONY: install-diff maybe-install-diff -maybe-install-diff: -@if diff -maybe-install-diff: install-diff - -install-diff: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ +.PHONY: maybe-clean-dejagnu clean-dejagnu +maybe-clean-dejagnu: +@if dejagnu +maybe-clean-dejagnu: clean-dejagnu + +clean-dejagnu: + @: $(MAKE); $(unstage) + @[ -f ./dejagnu/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing clean in dejagnu" ; \ + (cd $(HOST_SUBDIR)/dejagnu && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + clean) \ + || exit 1 + +@endif dejagnu + +.PHONY: maybe-distclean-dejagnu distclean-dejagnu +maybe-distclean-dejagnu: +@if dejagnu +maybe-distclean-dejagnu: distclean-dejagnu + +distclean-dejagnu: + @: $(MAKE); $(unstage) + @[ -f ./dejagnu/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing distclean in dejagnu" ; \ + (cd $(HOST_SUBDIR)/dejagnu && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + distclean) \ + || exit 1 + +@endif dejagnu + +.PHONY: maybe-maintainer-clean-dejagnu maintainer-clean-dejagnu +maybe-maintainer-clean-dejagnu: +@if dejagnu +maybe-maintainer-clean-dejagnu: maintainer-clean-dejagnu + +maintainer-clean-dejagnu: + @: $(MAKE); $(unstage) + @[ -f ./dejagnu/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing maintainer-clean in dejagnu" ; \ + (cd $(HOST_SUBDIR)/dejagnu && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + maintainer-clean) \ + || exit 1 + +@endif dejagnu + + + +.PHONY: configure-diff maybe-configure-diff +maybe-configure-diff: +@if gcc-bootstrap +configure-diff: stage_current +@endif gcc-bootstrap +@if diff +maybe-configure-diff: configure-diff +configure-diff: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/diff/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/diff ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/diff; \ + cd "$(HOST_SUBDIR)/diff" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/diff/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/diff"; \ + libsrcdir="$$s/diff"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 +@endif diff + + + + + +.PHONY: all-diff maybe-all-diff +maybe-all-diff: +@if gcc-bootstrap +all-diff: stage_current +@endif gcc-bootstrap +@if diff +TARGET-diff=all +maybe-all-diff: all-diff +all-diff: configure-diff + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ (cd $(HOST_SUBDIR)/diff && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-diff)) +@endif diff + + + + +.PHONY: check-diff maybe-check-diff +maybe-check-diff: +@if diff +maybe-check-diff: check-diff + +check-diff: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/diff && \ + $(MAKE) $(FLAGS_TO_PASS) check) + +@endif diff + +.PHONY: install-diff maybe-install-diff +maybe-install-diff: +@if diff +maybe-install-diff: install-diff + +install-diff: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/diff && \ $(MAKE) $(FLAGS_TO_PASS) install) @endif diff @@ -9560,32 +8765,6 @@ @endif diff -.PHONY: maybe-pdf-diff pdf-diff -maybe-pdf-diff: -@if diff -maybe-pdf-diff: pdf-diff - -pdf-diff: \ - configure-diff - @: $(MAKE); $(unstage) - @[ -f ./diff/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in diff" ; \ - (cd $(HOST_SUBDIR)/diff && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif diff - .PHONY: maybe-html-diff html-diff maybe-html-diff: @if diff @@ -9665,33 +8844,6 @@ @endif diff -.PHONY: maybe-install-pdf-diff install-pdf-diff -maybe-install-pdf-diff: -@if diff -maybe-install-pdf-diff: install-pdf-diff - -install-pdf-diff: \ - configure-diff \ - pdf-diff - @: $(MAKE); $(unstage) - @[ -f ./diff/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in diff" ; \ - (cd $(HOST_SUBDIR)/diff && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif diff - .PHONY: maybe-install-html-diff install-html-diff maybe-install-html-diff: @if diff @@ -9979,32 +9131,6 @@ @endif dosutils -.PHONY: maybe-pdf-dosutils pdf-dosutils -maybe-pdf-dosutils: -@if dosutils -maybe-pdf-dosutils: pdf-dosutils - -pdf-dosutils: \ - configure-dosutils - @: $(MAKE); $(unstage) - @[ -f ./dosutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in dosutils" ; \ - (cd $(HOST_SUBDIR)/dosutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif dosutils - .PHONY: maybe-html-dosutils html-dosutils maybe-html-dosutils: @if dosutils @@ -10084,33 +9210,6 @@ @endif dosutils -.PHONY: maybe-install-pdf-dosutils install-pdf-dosutils -maybe-install-pdf-dosutils: -@if dosutils -maybe-install-pdf-dosutils: install-pdf-dosutils - -install-pdf-dosutils: \ - configure-dosutils \ - pdf-dosutils - @: $(MAKE); $(unstage) - @[ -f ./dosutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in dosutils" ; \ - (cd $(HOST_SUBDIR)/dosutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif dosutils - .PHONY: maybe-install-html-dosutils install-html-dosutils maybe-install-html-dosutils: @if dosutils @@ -10404,32 +9503,6 @@ @endif etc -.PHONY: maybe-pdf-etc pdf-etc -maybe-pdf-etc: -@if etc -maybe-pdf-etc: pdf-etc - -pdf-etc: \ - configure-etc - @: $(MAKE); $(unstage) - @[ -f ./etc/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in etc" ; \ - (cd $(HOST_SUBDIR)/etc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif etc - .PHONY: maybe-html-etc html-etc maybe-html-etc: @if etc @@ -10509,33 +9582,6 @@ @endif etc -.PHONY: maybe-install-pdf-etc install-pdf-etc -maybe-install-pdf-etc: -@if etc -maybe-install-pdf-etc: install-pdf-etc - -install-pdf-etc: \ - configure-etc \ - pdf-etc - @: $(MAKE); $(unstage) - @[ -f ./etc/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in etc" ; \ - (cd $(HOST_SUBDIR)/etc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif etc - .PHONY: maybe-install-html-etc install-html-etc maybe-install-html-etc: @if etc @@ -10832,32 +9878,6 @@ @endif fastjar -.PHONY: maybe-pdf-fastjar pdf-fastjar -maybe-pdf-fastjar: -@if fastjar -maybe-pdf-fastjar: pdf-fastjar - -pdf-fastjar: \ - configure-fastjar - @: $(MAKE); $(unstage) - @[ -f ./fastjar/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in fastjar" ; \ - (cd $(HOST_SUBDIR)/fastjar && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif fastjar - .PHONY: maybe-html-fastjar html-fastjar maybe-html-fastjar: @if fastjar @@ -10937,33 +9957,6 @@ @endif fastjar -.PHONY: maybe-install-pdf-fastjar install-pdf-fastjar -maybe-install-pdf-fastjar: -@if fastjar -maybe-install-pdf-fastjar: install-pdf-fastjar - -install-pdf-fastjar: \ - configure-fastjar \ - pdf-fastjar - @: $(MAKE); $(unstage) - @[ -f ./fastjar/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in fastjar" ; \ - (cd $(HOST_SUBDIR)/fastjar && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif fastjar - .PHONY: maybe-install-html-fastjar install-html-fastjar maybe-install-html-fastjar: @if fastjar @@ -11257,32 +10250,6 @@ @endif fileutils -.PHONY: maybe-pdf-fileutils pdf-fileutils -maybe-pdf-fileutils: -@if fileutils -maybe-pdf-fileutils: pdf-fileutils - -pdf-fileutils: \ - configure-fileutils - @: $(MAKE); $(unstage) - @[ -f ./fileutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in fileutils" ; \ - (cd $(HOST_SUBDIR)/fileutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif fileutils - .PHONY: maybe-html-fileutils html-fileutils maybe-html-fileutils: @if fileutils @@ -11362,33 +10329,6 @@ @endif fileutils -.PHONY: maybe-install-pdf-fileutils install-pdf-fileutils -maybe-install-pdf-fileutils: -@if fileutils -maybe-install-pdf-fileutils: install-pdf-fileutils - -install-pdf-fileutils: \ - configure-fileutils \ - pdf-fileutils - @: $(MAKE); $(unstage) - @[ -f ./fileutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in fileutils" ; \ - (cd $(HOST_SUBDIR)/fileutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif fileutils - .PHONY: maybe-install-html-fileutils install-html-fileutils maybe-install-html-fileutils: @if fileutils @@ -11682,32 +10622,6 @@ @endif findutils -.PHONY: maybe-pdf-findutils pdf-findutils -maybe-pdf-findutils: -@if findutils -maybe-pdf-findutils: pdf-findutils - -pdf-findutils: \ - configure-findutils - @: $(MAKE); $(unstage) - @[ -f ./findutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in findutils" ; \ - (cd $(HOST_SUBDIR)/findutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif findutils - .PHONY: maybe-html-findutils html-findutils maybe-html-findutils: @if findutils @@ -11787,33 +10701,6 @@ @endif findutils -.PHONY: maybe-install-pdf-findutils install-pdf-findutils -maybe-install-pdf-findutils: -@if findutils -maybe-install-pdf-findutils: install-pdf-findutils - -install-pdf-findutils: \ - configure-findutils \ - pdf-findutils - @: $(MAKE); $(unstage) - @[ -f ./findutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in findutils" ; \ - (cd $(HOST_SUBDIR)/findutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif findutils - .PHONY: maybe-install-html-findutils install-html-findutils maybe-install-html-findutils: @if findutils @@ -12107,32 +10994,6 @@ @endif find -.PHONY: maybe-pdf-find pdf-find -maybe-pdf-find: -@if find -maybe-pdf-find: pdf-find - -pdf-find: \ - configure-find - @: $(MAKE); $(unstage) - @[ -f ./find/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in find" ; \ - (cd $(HOST_SUBDIR)/find && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif find - .PHONY: maybe-html-find html-find maybe-html-find: @if find @@ -12212,33 +11073,6 @@ @endif find -.PHONY: maybe-install-pdf-find install-pdf-find -maybe-install-pdf-find: -@if find -maybe-install-pdf-find: install-pdf-find - -install-pdf-find: \ - configure-find \ - pdf-find - @: $(MAKE); $(unstage) - @[ -f ./find/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in find" ; \ - (cd $(HOST_SUBDIR)/find && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif find - .PHONY: maybe-install-html-find install-html-find maybe-install-html-find: @if find @@ -12532,32 +11366,6 @@ @endif fixincludes -.PHONY: maybe-pdf-fixincludes pdf-fixincludes -maybe-pdf-fixincludes: -@if fixincludes -maybe-pdf-fixincludes: pdf-fixincludes - -pdf-fixincludes: \ - configure-fixincludes - @: $(MAKE); $(unstage) - @[ -f ./fixincludes/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in fixincludes" ; \ - (cd $(HOST_SUBDIR)/fixincludes && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif fixincludes - .PHONY: maybe-html-fixincludes html-fixincludes maybe-html-fixincludes: @if fixincludes @@ -12621,33 +11429,6 @@ @endif fixincludes -.PHONY: maybe-install-pdf-fixincludes install-pdf-fixincludes -maybe-install-pdf-fixincludes: -@if fixincludes -maybe-install-pdf-fixincludes: install-pdf-fixincludes - -install-pdf-fixincludes: \ - configure-fixincludes \ - pdf-fixincludes - @: $(MAKE); $(unstage) - @[ -f ./fixincludes/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in fixincludes" ; \ - (cd $(HOST_SUBDIR)/fixincludes && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif fixincludes - .PHONY: maybe-install-html-fixincludes install-html-fixincludes maybe-install-html-fixincludes: @if fixincludes @@ -12944,32 +11725,6 @@ @endif flex -.PHONY: maybe-pdf-flex pdf-flex -maybe-pdf-flex: -@if flex -maybe-pdf-flex: pdf-flex - -pdf-flex: \ - configure-flex - @: $(MAKE); $(unstage) - @[ -f ./flex/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in flex" ; \ - (cd $(HOST_SUBDIR)/flex && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif flex - .PHONY: maybe-html-flex html-flex maybe-html-flex: @if flex @@ -13049,33 +11804,6 @@ @endif flex -.PHONY: maybe-install-pdf-flex install-pdf-flex -maybe-install-pdf-flex: -@if flex -maybe-install-pdf-flex: install-pdf-flex - -install-pdf-flex: \ - configure-flex \ - pdf-flex - @: $(MAKE); $(unstage) - @[ -f ./flex/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in flex" ; \ - (cd $(HOST_SUBDIR)/flex && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif flex - .PHONY: maybe-install-html-flex install-html-flex maybe-install-html-flex: @if flex @@ -13918,31 +12646,6 @@ @endif gas -.PHONY: maybe-pdf-gas pdf-gas -maybe-pdf-gas: -@if gas -maybe-pdf-gas: pdf-gas - -pdf-gas: \ - configure-gas - @[ -f ./gas/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in gas" ; \ - (cd $(HOST_SUBDIR)/gas && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif gas - .PHONY: maybe-html-gas html-gas maybe-html-gas: @if gas @@ -14019,32 +12722,6 @@ @endif gas -.PHONY: maybe-install-pdf-gas install-pdf-gas -maybe-install-pdf-gas: -@if gas -maybe-install-pdf-gas: install-pdf-gas - -install-pdf-gas: \ - configure-gas \ - pdf-gas - @[ -f ./gas/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in gas" ; \ - (cd $(HOST_SUBDIR)/gas && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif gas - .PHONY: maybe-install-html-gas install-html-gas maybe-install-html-gas: @if gas @@ -14881,31 +13558,6 @@ @endif gcc -.PHONY: maybe-pdf-gcc pdf-gcc -maybe-pdf-gcc: -@if gcc -maybe-pdf-gcc: pdf-gcc - -pdf-gcc: \ - configure-gcc - @[ -f ./gcc/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(EXTRA_GCC_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in gcc" ; \ - (cd $(HOST_SUBDIR)/gcc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif gcc - .PHONY: maybe-html-gcc html-gcc maybe-html-gcc: @if gcc @@ -14982,32 +13634,6 @@ @endif gcc -.PHONY: maybe-install-pdf-gcc install-pdf-gcc -maybe-install-pdf-gcc: -@if gcc -maybe-install-pdf-gcc: install-pdf-gcc - -install-pdf-gcc: \ - configure-gcc \ - pdf-gcc - @[ -f ./gcc/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(EXTRA_GCC_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in gcc" ; \ - (cd $(HOST_SUBDIR)/gcc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif gcc - .PHONY: maybe-install-html-gcc install-html-gcc maybe-install-html-gcc: @if gcc @@ -15295,32 +13921,6 @@ @endif gawk -.PHONY: maybe-pdf-gawk pdf-gawk -maybe-pdf-gawk: -@if gawk -maybe-pdf-gawk: pdf-gawk - -pdf-gawk: \ - configure-gawk - @: $(MAKE); $(unstage) - @[ -f ./gawk/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in gawk" ; \ - (cd $(HOST_SUBDIR)/gawk && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif gawk - .PHONY: maybe-html-gawk html-gawk maybe-html-gawk: @if gawk @@ -15400,33 +14000,6 @@ @endif gawk -.PHONY: maybe-install-pdf-gawk install-pdf-gawk -maybe-install-pdf-gawk: -@if gawk -maybe-install-pdf-gawk: install-pdf-gawk - -install-pdf-gawk: \ - configure-gawk \ - pdf-gawk - @: $(MAKE); $(unstage) - @[ -f ./gawk/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in gawk" ; \ - (cd $(HOST_SUBDIR)/gawk && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif gawk - .PHONY: maybe-install-html-gawk install-html-gawk maybe-install-html-gawk: @if gawk @@ -15720,92 +14293,39 @@ @endif gettext -.PHONY: maybe-pdf-gettext pdf-gettext -maybe-pdf-gettext: -@if gettext -maybe-pdf-gettext: pdf-gettext - -pdf-gettext: \ - configure-gettext - @: $(MAKE); $(unstage) - @[ -f ./gettext/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in gettext" ; \ - (cd $(HOST_SUBDIR)/gettext && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif gettext - -.PHONY: maybe-html-gettext html-gettext -maybe-html-gettext: -@if gettext -maybe-html-gettext: html-gettext - -html-gettext: \ - configure-gettext - @: $(MAKE); $(unstage) - @[ -f ./gettext/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in gettext" ; \ - (cd $(HOST_SUBDIR)/gettext && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 - -@endif gettext - -.PHONY: maybe-TAGS-gettext TAGS-gettext -maybe-TAGS-gettext: -@if gettext -maybe-TAGS-gettext: TAGS-gettext - -TAGS-gettext: \ - configure-gettext - @: $(MAKE); $(unstage) - @[ -f ./gettext/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in gettext" ; \ - (cd $(HOST_SUBDIR)/gettext && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ +.PHONY: maybe-html-gettext html-gettext +maybe-html-gettext: +@if gettext +maybe-html-gettext: html-gettext + +html-gettext: \ + configure-gettext + @: $(MAKE); $(unstage) + @[ -f ./gettext/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in gettext" ; \ + (cd $(HOST_SUBDIR)/gettext && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ || exit 1 @endif gettext -.PHONY: maybe-install-info-gettext install-info-gettext -maybe-install-info-gettext: +.PHONY: maybe-TAGS-gettext TAGS-gettext +maybe-TAGS-gettext: @if gettext -maybe-install-info-gettext: install-info-gettext +maybe-TAGS-gettext: TAGS-gettext -install-info-gettext: \ - configure-gettext \ - info-gettext +TAGS-gettext: \ + configure-gettext @: $(MAKE); $(unstage) @[ -f ./gettext/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -15814,25 +14334,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in gettext" ; \ + echo "Doing TAGS in gettext" ; \ (cd $(HOST_SUBDIR)/gettext && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + TAGS) \ || exit 1 @endif gettext -.PHONY: maybe-install-pdf-gettext install-pdf-gettext -maybe-install-pdf-gettext: +.PHONY: maybe-install-info-gettext install-info-gettext +maybe-install-info-gettext: @if gettext -maybe-install-pdf-gettext: install-pdf-gettext +maybe-install-info-gettext: install-info-gettext -install-pdf-gettext: \ +install-info-gettext: \ configure-gettext \ - pdf-gettext + info-gettext @: $(MAKE); $(unstage) @[ -f ./gettext/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -15841,13 +14361,13 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in gettext" ; \ + echo "Doing install-info in gettext" ; \ (cd $(HOST_SUBDIR)/gettext && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + install-info) \ || exit 1 @endif gettext @@ -16688,238 +15208,13 @@ @endif gmp -.PHONY: maybe-pdf-gmp pdf-gmp -maybe-pdf-gmp: -@if gmp -maybe-pdf-gmp: pdf-gmp - -pdf-gmp: \ - configure-gmp - @[ -f ./gmp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in gmp" ; \ - (cd $(HOST_SUBDIR)/gmp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif gmp - -.PHONY: maybe-html-gmp html-gmp -maybe-html-gmp: -@if gmp -maybe-html-gmp: html-gmp - -html-gmp: \ - configure-gmp - @[ -f ./gmp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in gmp" ; \ - (cd $(HOST_SUBDIR)/gmp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 - -@endif gmp - -.PHONY: maybe-TAGS-gmp TAGS-gmp -maybe-TAGS-gmp: -@if gmp -maybe-TAGS-gmp: TAGS-gmp - -TAGS-gmp: \ - configure-gmp - @[ -f ./gmp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in gmp" ; \ - (cd $(HOST_SUBDIR)/gmp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 - -@endif gmp - -.PHONY: maybe-install-info-gmp install-info-gmp -maybe-install-info-gmp: -@if gmp -maybe-install-info-gmp: install-info-gmp - -install-info-gmp: \ - configure-gmp \ - info-gmp - @[ -f ./gmp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in gmp" ; \ - (cd $(HOST_SUBDIR)/gmp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 - -@endif gmp - -.PHONY: maybe-install-pdf-gmp install-pdf-gmp -maybe-install-pdf-gmp: -@if gmp -maybe-install-pdf-gmp: install-pdf-gmp - -install-pdf-gmp: \ - configure-gmp \ - pdf-gmp - @[ -f ./gmp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in gmp" ; \ - (cd $(HOST_SUBDIR)/gmp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif gmp - -.PHONY: maybe-install-html-gmp install-html-gmp -maybe-install-html-gmp: -@if gmp -maybe-install-html-gmp: install-html-gmp - -install-html-gmp: \ - configure-gmp \ - html-gmp - @[ -f ./gmp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in gmp" ; \ - (cd $(HOST_SUBDIR)/gmp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 - -@endif gmp - -.PHONY: maybe-installcheck-gmp installcheck-gmp -maybe-installcheck-gmp: -@if gmp -maybe-installcheck-gmp: installcheck-gmp - -installcheck-gmp: \ - configure-gmp - @[ -f ./gmp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in gmp" ; \ - (cd $(HOST_SUBDIR)/gmp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 - -@endif gmp - -.PHONY: maybe-mostlyclean-gmp mostlyclean-gmp -maybe-mostlyclean-gmp: -@if gmp -maybe-mostlyclean-gmp: mostlyclean-gmp - -mostlyclean-gmp: - @[ -f ./gmp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in gmp" ; \ - (cd $(HOST_SUBDIR)/gmp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 - -@endif gmp - -.PHONY: maybe-clean-gmp clean-gmp -maybe-clean-gmp: -@if gmp -maybe-clean-gmp: clean-gmp - -clean-gmp: - @[ -f ./gmp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in gmp" ; \ - (cd $(HOST_SUBDIR)/gmp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 - -@endif gmp - -.PHONY: maybe-distclean-gmp distclean-gmp -maybe-distclean-gmp: +.PHONY: maybe-html-gmp html-gmp +maybe-html-gmp: @if gmp -maybe-distclean-gmp: distclean-gmp +maybe-html-gmp: html-gmp -distclean-gmp: +html-gmp: \ + configure-gmp @[ -f ./gmp/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -16927,23 +15222,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in gmp" ; \ + echo "Doing html in gmp" ; \ (cd $(HOST_SUBDIR)/gmp && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + html) \ || exit 1 @endif gmp -.PHONY: maybe-maintainer-clean-gmp maintainer-clean-gmp -maybe-maintainer-clean-gmp: +.PHONY: maybe-TAGS-gmp TAGS-gmp +maybe-TAGS-gmp: @if gmp -maybe-maintainer-clean-gmp: maintainer-clean-gmp +maybe-TAGS-gmp: TAGS-gmp -maintainer-clean-gmp: +TAGS-gmp: \ + configure-gmp @[ -f ./gmp/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -16951,23 +15247,196 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in gmp" ; \ + echo "Doing TAGS in gmp" ; \ (cd $(HOST_SUBDIR)/gmp && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + TAGS) \ || exit 1 @endif gmp +.PHONY: maybe-install-info-gmp install-info-gmp +maybe-install-info-gmp: +@if gmp +maybe-install-info-gmp: install-info-gmp - -.PHONY: configure-mpfr maybe-configure-mpfr -maybe-configure-mpfr: -@if gcc-bootstrap -configure-mpfr: stage_current +install-info-gmp: \ + configure-gmp \ + info-gmp + @[ -f ./gmp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in gmp" ; \ + (cd $(HOST_SUBDIR)/gmp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 + +@endif gmp + +.PHONY: maybe-install-html-gmp install-html-gmp +maybe-install-html-gmp: +@if gmp +maybe-install-html-gmp: install-html-gmp + +install-html-gmp: \ + configure-gmp \ + html-gmp + @[ -f ./gmp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-html in gmp" ; \ + (cd $(HOST_SUBDIR)/gmp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 + +@endif gmp + +.PHONY: maybe-installcheck-gmp installcheck-gmp +maybe-installcheck-gmp: +@if gmp +maybe-installcheck-gmp: installcheck-gmp + +installcheck-gmp: \ + configure-gmp + @[ -f ./gmp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing installcheck in gmp" ; \ + (cd $(HOST_SUBDIR)/gmp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + installcheck) \ + || exit 1 + +@endif gmp + +.PHONY: maybe-mostlyclean-gmp mostlyclean-gmp +maybe-mostlyclean-gmp: +@if gmp +maybe-mostlyclean-gmp: mostlyclean-gmp + +mostlyclean-gmp: + @[ -f ./gmp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing mostlyclean in gmp" ; \ + (cd $(HOST_SUBDIR)/gmp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + mostlyclean) \ + || exit 1 + +@endif gmp + +.PHONY: maybe-clean-gmp clean-gmp +maybe-clean-gmp: +@if gmp +maybe-clean-gmp: clean-gmp + +clean-gmp: + @[ -f ./gmp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing clean in gmp" ; \ + (cd $(HOST_SUBDIR)/gmp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + clean) \ + || exit 1 + +@endif gmp + +.PHONY: maybe-distclean-gmp distclean-gmp +maybe-distclean-gmp: +@if gmp +maybe-distclean-gmp: distclean-gmp + +distclean-gmp: + @[ -f ./gmp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing distclean in gmp" ; \ + (cd $(HOST_SUBDIR)/gmp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + distclean) \ + || exit 1 + +@endif gmp + +.PHONY: maybe-maintainer-clean-gmp maintainer-clean-gmp +maybe-maintainer-clean-gmp: +@if gmp +maybe-maintainer-clean-gmp: maintainer-clean-gmp + +maintainer-clean-gmp: + @[ -f ./gmp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing maintainer-clean in gmp" ; \ + (cd $(HOST_SUBDIR)/gmp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + maintainer-clean) \ + || exit 1 + +@endif gmp + + + +.PHONY: configure-mpfr maybe-configure-mpfr +maybe-configure-mpfr: +@if gcc-bootstrap +configure-mpfr: stage_current @endif gcc-bootstrap @if mpfr maybe-configure-mpfr: configure-mpfr @@ -17645,238 +16114,13 @@ @endif mpfr -.PHONY: maybe-pdf-mpfr pdf-mpfr -maybe-pdf-mpfr: -@if mpfr -maybe-pdf-mpfr: pdf-mpfr - -pdf-mpfr: \ - configure-mpfr - @[ -f ./mpfr/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in mpfr" ; \ - (cd $(HOST_SUBDIR)/mpfr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif mpfr - -.PHONY: maybe-html-mpfr html-mpfr -maybe-html-mpfr: -@if mpfr -maybe-html-mpfr: html-mpfr - -html-mpfr: \ - configure-mpfr - @[ -f ./mpfr/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in mpfr" ; \ - (cd $(HOST_SUBDIR)/mpfr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 - -@endif mpfr - -.PHONY: maybe-TAGS-mpfr TAGS-mpfr -maybe-TAGS-mpfr: -@if mpfr -maybe-TAGS-mpfr: TAGS-mpfr - -TAGS-mpfr: \ - configure-mpfr - @[ -f ./mpfr/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in mpfr" ; \ - (cd $(HOST_SUBDIR)/mpfr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 - -@endif mpfr - -.PHONY: maybe-install-info-mpfr install-info-mpfr -maybe-install-info-mpfr: -@if mpfr -maybe-install-info-mpfr: install-info-mpfr - -install-info-mpfr: \ - configure-mpfr \ - info-mpfr - @[ -f ./mpfr/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in mpfr" ; \ - (cd $(HOST_SUBDIR)/mpfr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 - -@endif mpfr - -.PHONY: maybe-install-pdf-mpfr install-pdf-mpfr -maybe-install-pdf-mpfr: -@if mpfr -maybe-install-pdf-mpfr: install-pdf-mpfr - -install-pdf-mpfr: \ - configure-mpfr \ - pdf-mpfr - @[ -f ./mpfr/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in mpfr" ; \ - (cd $(HOST_SUBDIR)/mpfr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif mpfr - -.PHONY: maybe-install-html-mpfr install-html-mpfr -maybe-install-html-mpfr: -@if mpfr -maybe-install-html-mpfr: install-html-mpfr - -install-html-mpfr: \ - configure-mpfr \ - html-mpfr - @[ -f ./mpfr/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in mpfr" ; \ - (cd $(HOST_SUBDIR)/mpfr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 - -@endif mpfr - -.PHONY: maybe-installcheck-mpfr installcheck-mpfr -maybe-installcheck-mpfr: -@if mpfr -maybe-installcheck-mpfr: installcheck-mpfr - -installcheck-mpfr: \ - configure-mpfr - @[ -f ./mpfr/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in mpfr" ; \ - (cd $(HOST_SUBDIR)/mpfr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 - -@endif mpfr - -.PHONY: maybe-mostlyclean-mpfr mostlyclean-mpfr -maybe-mostlyclean-mpfr: -@if mpfr -maybe-mostlyclean-mpfr: mostlyclean-mpfr - -mostlyclean-mpfr: - @[ -f ./mpfr/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in mpfr" ; \ - (cd $(HOST_SUBDIR)/mpfr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 - -@endif mpfr - -.PHONY: maybe-clean-mpfr clean-mpfr -maybe-clean-mpfr: -@if mpfr -maybe-clean-mpfr: clean-mpfr - -clean-mpfr: - @[ -f ./mpfr/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in mpfr" ; \ - (cd $(HOST_SUBDIR)/mpfr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 - -@endif mpfr - -.PHONY: maybe-distclean-mpfr distclean-mpfr -maybe-distclean-mpfr: +.PHONY: maybe-html-mpfr html-mpfr +maybe-html-mpfr: @if mpfr -maybe-distclean-mpfr: distclean-mpfr +maybe-html-mpfr: html-mpfr -distclean-mpfr: +html-mpfr: \ + configure-mpfr @[ -f ./mpfr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -17884,23 +16128,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in mpfr" ; \ + echo "Doing html in mpfr" ; \ (cd $(HOST_SUBDIR)/mpfr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + html) \ || exit 1 @endif mpfr -.PHONY: maybe-maintainer-clean-mpfr maintainer-clean-mpfr -maybe-maintainer-clean-mpfr: +.PHONY: maybe-TAGS-mpfr TAGS-mpfr +maybe-TAGS-mpfr: @if mpfr -maybe-maintainer-clean-mpfr: maintainer-clean-mpfr +maybe-TAGS-mpfr: TAGS-mpfr -maintainer-clean-mpfr: +TAGS-mpfr: \ + configure-mpfr @[ -f ./mpfr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -17908,373 +16153,285 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in mpfr" ; \ - (cd $(HOST_SUBDIR)/mpfr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ - || exit 1 - -@endif mpfr - - - -.PHONY: configure-gnuserv maybe-configure-gnuserv -maybe-configure-gnuserv: -@if gcc-bootstrap -configure-gnuserv: stage_current -@endif gcc-bootstrap -@if gnuserv -maybe-configure-gnuserv: configure-gnuserv -configure-gnuserv: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/gnuserv/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gnuserv ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/gnuserv; \ - cd "$(HOST_SUBDIR)/gnuserv" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/gnuserv/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/gnuserv"; \ - libsrcdir="$$s/gnuserv"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif gnuserv - + echo "Doing TAGS in mpfr" ; \ + (cd $(HOST_SUBDIR)/mpfr && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ + || exit 1 +@endif mpfr +.PHONY: maybe-install-info-mpfr install-info-mpfr +maybe-install-info-mpfr: +@if mpfr +maybe-install-info-mpfr: install-info-mpfr - -.PHONY: all-gnuserv maybe-all-gnuserv -maybe-all-gnuserv: -@if gcc-bootstrap -all-gnuserv: stage_current -@endif gcc-bootstrap -@if gnuserv -TARGET-gnuserv=all -maybe-all-gnuserv: all-gnuserv -all-gnuserv: configure-gnuserv - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ +install-info-mpfr: \ + configure-mpfr \ + info-mpfr + @[ -f ./mpfr/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gnuserv && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-gnuserv)) -@endif gnuserv + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in mpfr" ; \ + (cd $(HOST_SUBDIR)/mpfr && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 +@endif mpfr +.PHONY: maybe-install-html-mpfr install-html-mpfr +maybe-install-html-mpfr: +@if mpfr +maybe-install-html-mpfr: install-html-mpfr - -.PHONY: check-gnuserv maybe-check-gnuserv -maybe-check-gnuserv: -@if gnuserv -maybe-check-gnuserv: check-gnuserv - -check-gnuserv: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gnuserv && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif gnuserv - -.PHONY: install-gnuserv maybe-install-gnuserv -maybe-install-gnuserv: -@if gnuserv -maybe-install-gnuserv: install-gnuserv - -install-gnuserv: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gnuserv && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif gnuserv - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-gnuserv info-gnuserv -maybe-info-gnuserv: -@if gnuserv -maybe-info-gnuserv: info-gnuserv - -info-gnuserv: \ - configure-gnuserv - @: $(MAKE); $(unstage) - @[ -f ./gnuserv/Makefile ] || exit 0; \ +install-html-mpfr: \ + configure-mpfr \ + html-mpfr + @[ -f ./mpfr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in gnuserv" ; \ - (cd $(HOST_SUBDIR)/gnuserv && \ + echo "Doing install-html in mpfr" ; \ + (cd $(HOST_SUBDIR)/mpfr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + install-html) \ || exit 1 -@endif gnuserv +@endif mpfr -.PHONY: maybe-dvi-gnuserv dvi-gnuserv -maybe-dvi-gnuserv: -@if gnuserv -maybe-dvi-gnuserv: dvi-gnuserv +.PHONY: maybe-installcheck-mpfr installcheck-mpfr +maybe-installcheck-mpfr: +@if mpfr +maybe-installcheck-mpfr: installcheck-mpfr -dvi-gnuserv: \ - configure-gnuserv - @: $(MAKE); $(unstage) - @[ -f ./gnuserv/Makefile ] || exit 0; \ +installcheck-mpfr: \ + configure-mpfr + @[ -f ./mpfr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in gnuserv" ; \ - (cd $(HOST_SUBDIR)/gnuserv && \ + echo "Doing installcheck in mpfr" ; \ + (cd $(HOST_SUBDIR)/mpfr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + installcheck) \ || exit 1 -@endif gnuserv +@endif mpfr -.PHONY: maybe-pdf-gnuserv pdf-gnuserv -maybe-pdf-gnuserv: -@if gnuserv -maybe-pdf-gnuserv: pdf-gnuserv +.PHONY: maybe-mostlyclean-mpfr mostlyclean-mpfr +maybe-mostlyclean-mpfr: +@if mpfr +maybe-mostlyclean-mpfr: mostlyclean-mpfr -pdf-gnuserv: \ - configure-gnuserv - @: $(MAKE); $(unstage) - @[ -f ./gnuserv/Makefile ] || exit 0; \ +mostlyclean-mpfr: + @[ -f ./mpfr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in gnuserv" ; \ - (cd $(HOST_SUBDIR)/gnuserv && \ + echo "Doing mostlyclean in mpfr" ; \ + (cd $(HOST_SUBDIR)/mpfr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + mostlyclean) \ || exit 1 -@endif gnuserv +@endif mpfr -.PHONY: maybe-html-gnuserv html-gnuserv -maybe-html-gnuserv: -@if gnuserv -maybe-html-gnuserv: html-gnuserv +.PHONY: maybe-clean-mpfr clean-mpfr +maybe-clean-mpfr: +@if mpfr +maybe-clean-mpfr: clean-mpfr -html-gnuserv: \ - configure-gnuserv - @: $(MAKE); $(unstage) - @[ -f ./gnuserv/Makefile ] || exit 0; \ +clean-mpfr: + @[ -f ./mpfr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in gnuserv" ; \ - (cd $(HOST_SUBDIR)/gnuserv && \ + echo "Doing clean in mpfr" ; \ + (cd $(HOST_SUBDIR)/mpfr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + clean) \ || exit 1 -@endif gnuserv +@endif mpfr -.PHONY: maybe-TAGS-gnuserv TAGS-gnuserv -maybe-TAGS-gnuserv: -@if gnuserv -maybe-TAGS-gnuserv: TAGS-gnuserv +.PHONY: maybe-distclean-mpfr distclean-mpfr +maybe-distclean-mpfr: +@if mpfr +maybe-distclean-mpfr: distclean-mpfr -TAGS-gnuserv: \ - configure-gnuserv - @: $(MAKE); $(unstage) - @[ -f ./gnuserv/Makefile ] || exit 0; \ +distclean-mpfr: + @[ -f ./mpfr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in gnuserv" ; \ - (cd $(HOST_SUBDIR)/gnuserv && \ + echo "Doing distclean in mpfr" ; \ + (cd $(HOST_SUBDIR)/mpfr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + distclean) \ || exit 1 -@endif gnuserv +@endif mpfr -.PHONY: maybe-install-info-gnuserv install-info-gnuserv -maybe-install-info-gnuserv: -@if gnuserv -maybe-install-info-gnuserv: install-info-gnuserv +.PHONY: maybe-maintainer-clean-mpfr maintainer-clean-mpfr +maybe-maintainer-clean-mpfr: +@if mpfr +maybe-maintainer-clean-mpfr: maintainer-clean-mpfr -install-info-gnuserv: \ - configure-gnuserv \ - info-gnuserv - @: $(MAKE); $(unstage) - @[ -f ./gnuserv/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in gnuserv" ; \ - (cd $(HOST_SUBDIR)/gnuserv && \ +maintainer-clean-mpfr: + @[ -f ./mpfr/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing maintainer-clean in mpfr" ; \ + (cd $(HOST_SUBDIR)/mpfr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + maintainer-clean) \ || exit 1 -@endif gnuserv +@endif mpfr + + -.PHONY: maybe-install-pdf-gnuserv install-pdf-gnuserv -maybe-install-pdf-gnuserv: +.PHONY: configure-gnuserv maybe-configure-gnuserv +maybe-configure-gnuserv: +@if gcc-bootstrap +configure-gnuserv: stage_current +@endif gcc-bootstrap @if gnuserv -maybe-install-pdf-gnuserv: install-pdf-gnuserv - -install-pdf-gnuserv: \ - configure-gnuserv \ - pdf-gnuserv +maybe-configure-gnuserv: configure-gnuserv +configure-gnuserv: @: $(MAKE); $(unstage) - @[ -f ./gnuserv/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/gnuserv/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gnuserv ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in gnuserv" ; \ - (cd $(HOST_SUBDIR)/gnuserv && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + echo Configuring in $(HOST_SUBDIR)/gnuserv; \ + cd "$(HOST_SUBDIR)/gnuserv" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/gnuserv/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/gnuserv"; \ + libsrcdir="$$s/gnuserv"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif gnuserv + -@endif gnuserv + + -.PHONY: maybe-install-html-gnuserv install-html-gnuserv -maybe-install-html-gnuserv: +.PHONY: all-gnuserv maybe-all-gnuserv +maybe-all-gnuserv: +@if gcc-bootstrap +all-gnuserv: stage_current +@endif gcc-bootstrap @if gnuserv -maybe-install-html-gnuserv: install-html-gnuserv - -install-html-gnuserv: \ - configure-gnuserv \ - html-gnuserv +TARGET-gnuserv=all +maybe-all-gnuserv: all-gnuserv +all-gnuserv: configure-gnuserv @: $(MAKE); $(unstage) - @[ -f ./gnuserv/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in gnuserv" ; \ (cd $(HOST_SUBDIR)/gnuserv && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-gnuserv)) +@endif gnuserv + + -@endif gnuserv -.PHONY: maybe-installcheck-gnuserv installcheck-gnuserv -maybe-installcheck-gnuserv: +.PHONY: check-gnuserv maybe-check-gnuserv +maybe-check-gnuserv: @if gnuserv -maybe-installcheck-gnuserv: installcheck-gnuserv +maybe-check-gnuserv: check-gnuserv -installcheck-gnuserv: \ - configure-gnuserv +check-gnuserv: @: $(MAKE); $(unstage) - @[ -f ./gnuserv/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in gnuserv" ; \ (cd $(HOST_SUBDIR)/gnuserv && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif gnuserv -.PHONY: maybe-mostlyclean-gnuserv mostlyclean-gnuserv -maybe-mostlyclean-gnuserv: +.PHONY: install-gnuserv maybe-install-gnuserv +maybe-install-gnuserv: @if gnuserv -maybe-mostlyclean-gnuserv: mostlyclean-gnuserv +maybe-install-gnuserv: install-gnuserv -mostlyclean-gnuserv: +install-gnuserv: installdirs @: $(MAKE); $(unstage) - @[ -f ./gnuserv/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in gnuserv" ; \ (cd $(HOST_SUBDIR)/gnuserv && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif gnuserv -.PHONY: maybe-clean-gnuserv clean-gnuserv -maybe-clean-gnuserv: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-gnuserv info-gnuserv +maybe-info-gnuserv: @if gnuserv -maybe-clean-gnuserv: clean-gnuserv +maybe-info-gnuserv: info-gnuserv -clean-gnuserv: +info-gnuserv: \ + configure-gnuserv @: $(MAKE); $(unstage) @[ -f ./gnuserv/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -18283,23 +16440,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in gnuserv" ; \ + echo "Doing info in gnuserv" ; \ (cd $(HOST_SUBDIR)/gnuserv && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + info) \ || exit 1 @endif gnuserv -.PHONY: maybe-distclean-gnuserv distclean-gnuserv -maybe-distclean-gnuserv: +.PHONY: maybe-dvi-gnuserv dvi-gnuserv +maybe-dvi-gnuserv: @if gnuserv -maybe-distclean-gnuserv: distclean-gnuserv +maybe-dvi-gnuserv: dvi-gnuserv -distclean-gnuserv: +dvi-gnuserv: \ + configure-gnuserv @: $(MAKE); $(unstage) @[ -f ./gnuserv/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -18308,23 +16466,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in gnuserv" ; \ + echo "Doing dvi in gnuserv" ; \ (cd $(HOST_SUBDIR)/gnuserv && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + dvi) \ || exit 1 @endif gnuserv -.PHONY: maybe-maintainer-clean-gnuserv maintainer-clean-gnuserv -maybe-maintainer-clean-gnuserv: +.PHONY: maybe-html-gnuserv html-gnuserv +maybe-html-gnuserv: @if gnuserv -maybe-maintainer-clean-gnuserv: maintainer-clean-gnuserv +maybe-html-gnuserv: html-gnuserv -maintainer-clean-gnuserv: +html-gnuserv: \ + configure-gnuserv @: $(MAKE); $(unstage) @[ -f ./gnuserv/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -18333,218 +16492,269 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in gnuserv" ; \ + echo "Doing html in gnuserv" ; \ (cd $(HOST_SUBDIR)/gnuserv && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + html) \ || exit 1 @endif gnuserv +.PHONY: maybe-TAGS-gnuserv TAGS-gnuserv +maybe-TAGS-gnuserv: +@if gnuserv +maybe-TAGS-gnuserv: TAGS-gnuserv + +TAGS-gnuserv: \ + configure-gnuserv + @: $(MAKE); $(unstage) + @[ -f ./gnuserv/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in gnuserv" ; \ + (cd $(HOST_SUBDIR)/gnuserv && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ + || exit 1 + +@endif gnuserv +.PHONY: maybe-install-info-gnuserv install-info-gnuserv +maybe-install-info-gnuserv: +@if gnuserv +maybe-install-info-gnuserv: install-info-gnuserv -.PHONY: configure-gold maybe-configure-gold -maybe-configure-gold: -@if gcc-bootstrap -configure-gold: stage_current -@endif gcc-bootstrap -@if gold -maybe-configure-gold: configure-gold -configure-gold: - @r=`${PWD_COMMAND}`; export r; \ +install-info-gnuserv: \ + configure-gnuserv \ + info-gnuserv + @: $(MAKE); $(unstage) + @[ -f ./gnuserv/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/gold; \ - cd "$(HOST_SUBDIR)/gold" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/gold/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/gold"; \ - libsrcdir="$$s/gold"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in gnuserv" ; \ + (cd $(HOST_SUBDIR)/gnuserv && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ || exit 1 -@endif gold +@endif gnuserv +.PHONY: maybe-install-html-gnuserv install-html-gnuserv +maybe-install-html-gnuserv: +@if gnuserv +maybe-install-html-gnuserv: install-html-gnuserv -.PHONY: configure-stage1-gold maybe-configure-stage1-gold -maybe-configure-stage1-gold: -@if gold-bootstrap -maybe-configure-stage1-gold: configure-stage1-gold -configure-stage1-gold: - @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold - @r=`${PWD_COMMAND}`; export r; \ +install-html-gnuserv: \ + configure-gnuserv \ + html-gnuserv + @: $(MAKE); $(unstage) + @[ -f ./gnuserv/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ - $(HOST_EXPORTS) \ - CFLAGS="$(STAGE1_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE1_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 1 in $(HOST_SUBDIR)/gold ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ - cd $(HOST_SUBDIR)/gold || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/gold/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/gold"; \ - libsrcdir="$$s/gold"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - \ - --disable-intermodule $(STAGE1_CHECKING) --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" -@endif gold-bootstrap + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-html in gnuserv" ; \ + (cd $(HOST_SUBDIR)/gnuserv && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 + +@endif gnuserv + +.PHONY: maybe-installcheck-gnuserv installcheck-gnuserv +maybe-installcheck-gnuserv: +@if gnuserv +maybe-installcheck-gnuserv: installcheck-gnuserv -.PHONY: configure-stage2-gold maybe-configure-stage2-gold -maybe-configure-stage2-gold: -@if gold-bootstrap -maybe-configure-stage2-gold: configure-stage2-gold -configure-stage2-gold: - @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold - @r=`${PWD_COMMAND}`; export r; \ +installcheck-gnuserv: \ + configure-gnuserv + @: $(MAKE); $(unstage) + @[ -f ./gnuserv/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 2 in $(HOST_SUBDIR)/gold ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ - cd $(HOST_SUBDIR)/gold || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/gold/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/gold"; \ - libsrcdir="$$s/gold"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif gold-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing installcheck in gnuserv" ; \ + (cd $(HOST_SUBDIR)/gnuserv && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + installcheck) \ + || exit 1 + +@endif gnuserv + +.PHONY: maybe-mostlyclean-gnuserv mostlyclean-gnuserv +maybe-mostlyclean-gnuserv: +@if gnuserv +maybe-mostlyclean-gnuserv: mostlyclean-gnuserv -.PHONY: configure-stageb2g0-gold maybe-configure-stageb2g0-gold -maybe-configure-stageb2g0-gold: -@if gold-bootstrap -maybe-configure-stageb2g0-gold: configure-stageb2g0-gold -configure-stageb2g0-gold: - @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold - @r=`${PWD_COMMAND}`; export r; \ +mostlyclean-gnuserv: + @: $(MAKE); $(unstage) + @[ -f ./gnuserv/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS) -g0"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS) -g0"; export CXXFLAGS; \ - echo Configuring stage b2g0 in $(HOST_SUBDIR)/gold ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ - cd $(HOST_SUBDIR)/gold || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/gold/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/gold"; \ - libsrcdir="$$s/gold"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif gold-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing mostlyclean in gnuserv" ; \ + (cd $(HOST_SUBDIR)/gnuserv && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + mostlyclean) \ + || exit 1 + +@endif gnuserv + +.PHONY: maybe-clean-gnuserv clean-gnuserv +maybe-clean-gnuserv: +@if gnuserv +maybe-clean-gnuserv: clean-gnuserv -.PHONY: configure-stage3-gold maybe-configure-stage3-gold -maybe-configure-stage3-gold: -@if gold-bootstrap -maybe-configure-stage3-gold: configure-stage3-gold -configure-stage3-gold: - @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold - @r=`${PWD_COMMAND}`; export r; \ +clean-gnuserv: + @: $(MAKE); $(unstage) + @[ -f ./gnuserv/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 3 in $(HOST_SUBDIR)/gold ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ - cd $(HOST_SUBDIR)/gold || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/gold/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/gold"; \ - libsrcdir="$$s/gold"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif gold-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing clean in gnuserv" ; \ + (cd $(HOST_SUBDIR)/gnuserv && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + clean) \ + || exit 1 + +@endif gnuserv + +.PHONY: maybe-distclean-gnuserv distclean-gnuserv +maybe-distclean-gnuserv: +@if gnuserv +maybe-distclean-gnuserv: distclean-gnuserv -.PHONY: configure-stageb3g2-gold maybe-configure-stageb3g2-gold -maybe-configure-stageb3g2-gold: -@if gold-bootstrap -maybe-configure-stageb3g2-gold: configure-stageb3g2-gold -configure-stageb3g2-gold: - @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold - @r=`${PWD_COMMAND}`; export r; \ +distclean-gnuserv: + @: $(MAKE); $(unstage) + @[ -f ./gnuserv/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS) -g2"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS) -g2"; export CXXFLAGS; \ - echo Configuring stage b3g2 in $(HOST_SUBDIR)/gold ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ - cd $(HOST_SUBDIR)/gold || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/gold/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/gold"; \ - libsrcdir="$$s/gold"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif gold-bootstrap - -.PHONY: configure-stage4-gold maybe-configure-stage4-gold -maybe-configure-stage4-gold: -@if gold-bootstrap -maybe-configure-stage4-gold: configure-stage4-gold -configure-stage4-gold: - @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing distclean in gnuserv" ; \ + (cd $(HOST_SUBDIR)/gnuserv && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + distclean) \ + || exit 1 + +@endif gnuserv + +.PHONY: maybe-maintainer-clean-gnuserv maintainer-clean-gnuserv +maybe-maintainer-clean-gnuserv: +@if gnuserv +maybe-maintainer-clean-gnuserv: maintainer-clean-gnuserv + +maintainer-clean-gnuserv: + @: $(MAKE); $(unstage) + @[ -f ./gnuserv/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE4_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE4_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 4 in $(HOST_SUBDIR)/gold ; \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing maintainer-clean in gnuserv" ; \ + (cd $(HOST_SUBDIR)/gnuserv && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + maintainer-clean) \ + || exit 1 + +@endif gnuserv + + + +.PHONY: configure-gold maybe-configure-gold +maybe-configure-gold: +@if gcc-bootstrap +configure-gold: stage_current +@endif gcc-bootstrap +@if gold +maybe-configure-gold: configure-gold +configure-gold: + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/gold; \ + cd "$(HOST_SUBDIR)/gold" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/gold/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/gold"; \ + libsrcdir="$$s/gold"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 +@endif gold + + + +.PHONY: configure-stage1-gold maybe-configure-stage1-gold +maybe-configure-stage1-gold: +@if gold-bootstrap +maybe-configure-stage1-gold: configure-stage1-gold +configure-stage1-gold: + @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ + $(HOST_EXPORTS) \ + CFLAGS="$(STAGE1_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE1_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 1 in $(HOST_SUBDIR)/gold ; \ $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ cd $(HOST_SUBDIR)/gold || exit 1; \ case $(srcdir) in \ @@ -18557,25 +16767,25 @@ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ + \ + --disable-intermodule $(STAGE1_CHECKING) --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" @endif gold-bootstrap -.PHONY: configure-stageprofile-gold maybe-configure-stageprofile-gold -maybe-configure-stageprofile-gold: +.PHONY: configure-stage2-gold maybe-configure-stage2-gold +maybe-configure-stage2-gold: @if gold-bootstrap -maybe-configure-stageprofile-gold: configure-stageprofile-gold -configure-stageprofile-gold: - @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start +maybe-configure-stage2-gold: configure-stage2-gold +configure-stage2-gold: + @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ $(HOST_EXPORTS) \ $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CXXFLAGS; \ - echo Configuring stage profile in $(HOST_SUBDIR)/gold ; \ + CFLAGS="$(STAGE2_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 2 in $(HOST_SUBDIR)/gold ; \ $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ cd $(HOST_SUBDIR)/gold || exit 1; \ case $(srcdir) in \ @@ -18592,21 +16802,21 @@ @stage2_werror_flag@ @endif gold-bootstrap -.PHONY: configure-stagefeedback-gold maybe-configure-stagefeedback-gold -maybe-configure-stagefeedback-gold: +.PHONY: configure-stageb2g0-gold maybe-configure-stageb2g0-gold +maybe-configure-stageb2g0-gold: @if gold-bootstrap -maybe-configure-stagefeedback-gold: configure-stagefeedback-gold -configure-stagefeedback-gold: - @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start +maybe-configure-stageb2g0-gold: configure-stageb2g0-gold +configure-stageb2g0-gold: + @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ $(HOST_EXPORTS) \ $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CXXFLAGS; \ - echo Configuring stage feedback in $(HOST_SUBDIR)/gold ; \ + CFLAGS="$(STAGE2_CFLAGS) -g0"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS) -g0"; export CXXFLAGS; \ + echo Configuring stage b2g0 in $(HOST_SUBDIR)/gold ; \ $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ cd $(HOST_SUBDIR)/gold || exit 1; \ case $(srcdir) in \ @@ -18623,648 +16833,528 @@ @stage2_werror_flag@ @endif gold-bootstrap - - - - -.PHONY: all-gold maybe-all-gold -maybe-all-gold: -@if gcc-bootstrap -all-gold: stage_current -@endif gcc-bootstrap -@if gold -TARGET-gold=all -maybe-all-gold: all-gold -all-gold: configure-gold - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-gold)) -@endif gold - - - -.PHONY: all-stage1-gold maybe-all-stage1-gold -.PHONY: clean-stage1-gold maybe-clean-stage1-gold -maybe-all-stage1-gold: -maybe-clean-stage1-gold: +.PHONY: configure-stage3-gold maybe-configure-stage3-gold +maybe-configure-stage3-gold: @if gold-bootstrap -maybe-all-stage1-gold: all-stage1-gold -all-stage1: all-stage1-gold -TARGET-stage1-gold = $(TARGET-gold) -all-stage1-gold: configure-stage1-gold - @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start +maybe-configure-stage3-gold: configure-stage3-gold +configure-stage3-gold: + @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ $(HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE1_CFLAGS)" CXXFLAGS="$(STAGE1_CFLAGS)" \ - LIBCFLAGS="$(STAGE1_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) \ - $(TARGET-stage1-gold) - -maybe-clean-stage1-gold: clean-stage1-gold -clean-stage1: clean-stage1-gold -clean-stage1-gold: - @if [ $(current_stage) = stage1 ]; then \ - [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage1-gold/Makefile ] || exit 0; \ - $(MAKE) stage1-start; \ - fi; \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - clean -@endif gold-bootstrap - - -.PHONY: all-stage2-gold maybe-all-stage2-gold -.PHONY: clean-stage2-gold maybe-clean-stage2-gold -maybe-all-stage2-gold: -maybe-clean-stage2-gold: -@if gold-bootstrap -maybe-all-stage2-gold: all-stage2-gold -all-stage2: all-stage2-gold -TARGET-stage2-gold = $(TARGET-gold) -all-stage2-gold: configure-stage2-gold - @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS)" CXXFLAGS="$(STAGE2_CFLAGS)" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage2-gold) - -maybe-clean-stage2-gold: clean-stage2-gold -clean-stage2: clean-stage2-gold -clean-stage2-gold: - @if [ $(current_stage) = stage2 ]; then \ - [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage2-gold/Makefile ] || exit 0; \ - $(MAKE) stage2-start; \ - fi; \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean -@endif gold-bootstrap - - -.PHONY: all-stageb2g0-gold maybe-all-stageb2g0-gold -.PHONY: clean-stageb2g0-gold maybe-clean-stageb2g0-gold -maybe-all-stageb2g0-gold: -maybe-clean-stageb2g0-gold: -@if gold-bootstrap -maybe-all-stageb2g0-gold: all-stageb2g0-gold -all-stageb2g0: all-stageb2g0-gold -TARGET-stageb2g0-gold = $(TARGET-gold) -all-stageb2g0-gold: configure-stageb2g0-gold - @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS) -g0" CXXFLAGS="$(STAGE2_CFLAGS) -g0" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS) -g0" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageb2g0-gold) + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 3 in $(HOST_SUBDIR)/gold ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ + cd $(HOST_SUBDIR)/gold || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/gold/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/gold"; \ + libsrcdir="$$s/gold"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ +@endif gold-bootstrap -maybe-clean-stageb2g0-gold: clean-stageb2g0-gold -clean-stageb2g0: clean-stageb2g0-gold -clean-stageb2g0-gold: - @if [ $(current_stage) = stageb2g0 ]; then \ - [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageb2g0-gold/Makefile ] || exit 0; \ - $(MAKE) stageb2g0-start; \ - fi; \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean +.PHONY: configure-stageb3g2-gold maybe-configure-stageb3g2-gold +maybe-configure-stageb3g2-gold: +@if gold-bootstrap +maybe-configure-stageb3g2-gold: configure-stageb3g2-gold +configure-stageb3g2-gold: + @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ + $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS) -g2"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS) -g2"; export CXXFLAGS; \ + echo Configuring stage b3g2 in $(HOST_SUBDIR)/gold ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ + cd $(HOST_SUBDIR)/gold || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/gold/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/gold"; \ + libsrcdir="$$s/gold"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif gold-bootstrap - -.PHONY: all-stage3-gold maybe-all-stage3-gold -.PHONY: clean-stage3-gold maybe-clean-stage3-gold -maybe-all-stage3-gold: -maybe-clean-stage3-gold: +.PHONY: configure-stage4-gold maybe-configure-stage4-gold +maybe-configure-stage4-gold: @if gold-bootstrap -maybe-all-stage3-gold: all-stage3-gold -all-stage3: all-stage3-gold -TARGET-stage3-gold = $(TARGET-gold) -all-stage3-gold: configure-stage3-gold - @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start +maybe-configure-stage4-gold: configure-stage4-gold +configure-stage4-gold: + @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS)" CXXFLAGS="$(STAGE3_CFLAGS)" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage3-gold) - -maybe-clean-stage3-gold: clean-stage3-gold -clean-stage3: clean-stage3-gold -clean-stage3-gold: - @if [ $(current_stage) = stage3 ]; then \ - [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage3-gold/Makefile ] || exit 0; \ - $(MAKE) stage3-start; \ - fi; \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE4_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE4_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 4 in $(HOST_SUBDIR)/gold ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ + cd $(HOST_SUBDIR)/gold || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/gold/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/gold"; \ + libsrcdir="$$s/gold"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif gold-bootstrap - -.PHONY: all-stageb3g2-gold maybe-all-stageb3g2-gold -.PHONY: clean-stageb3g2-gold maybe-clean-stageb3g2-gold -maybe-all-stageb3g2-gold: -maybe-clean-stageb3g2-gold: +.PHONY: configure-stageprofile-gold maybe-configure-stageprofile-gold +maybe-configure-stageprofile-gold: @if gold-bootstrap -maybe-all-stageb3g2-gold: all-stageb3g2-gold -all-stageb3g2: all-stageb3g2-gold -TARGET-stageb3g2-gold = $(TARGET-gold) -all-stageb3g2-gold: configure-stageb3g2-gold - @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start +maybe-configure-stageprofile-gold: configure-stageprofile-gold +configure-stageprofile-gold: + @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS) -g2" CXXFLAGS="$(STAGE3_CFLAGS) -g2" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS) -g2" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageb3g2-gold) - -maybe-clean-stageb3g2-gold: clean-stageb3g2-gold -clean-stageb3g2: clean-stageb3g2-gold -clean-stageb3g2-gold: - @if [ $(current_stage) = stageb3g2 ]; then \ - [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageb3g2-gold/Makefile ] || exit 0; \ - $(MAKE) stageb3g2-start; \ - fi; \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CXXFLAGS; \ + echo Configuring stage profile in $(HOST_SUBDIR)/gold ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ + cd $(HOST_SUBDIR)/gold || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/gold/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/gold"; \ + libsrcdir="$$s/gold"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif gold-bootstrap - -.PHONY: all-stage4-gold maybe-all-stage4-gold -.PHONY: clean-stage4-gold maybe-clean-stage4-gold -maybe-all-stage4-gold: -maybe-clean-stage4-gold: +.PHONY: configure-stagefeedback-gold maybe-configure-stagefeedback-gold +maybe-configure-stagefeedback-gold: @if gold-bootstrap -maybe-all-stage4-gold: all-stage4-gold -all-stage4: all-stage4-gold -TARGET-stage4-gold = $(TARGET-gold) -all-stage4-gold: configure-stage4-gold - @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start +maybe-configure-stagefeedback-gold: configure-stagefeedback-gold +configure-stagefeedback-gold: + @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/gold/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE4_CFLAGS)" CXXFLAGS="$(STAGE4_CFLAGS)" \ - LIBCFLAGS="$(STAGE4_CFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage4-gold) + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CXXFLAGS; \ + echo Configuring stage feedback in $(HOST_SUBDIR)/gold ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gold ; \ + cd $(HOST_SUBDIR)/gold || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/gold/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/gold"; \ + libsrcdir="$$s/gold"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ +@endif gold-bootstrap + + -maybe-clean-stage4-gold: clean-stage4-gold -clean-stage4: clean-stage4-gold -clean-stage4-gold: - @if [ $(current_stage) = stage4 ]; then \ - [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage4-gold/Makefile ] || exit 0; \ - $(MAKE) stage4-start; \ - fi; \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean -@endif gold-bootstrap -.PHONY: all-stageprofile-gold maybe-all-stageprofile-gold -.PHONY: clean-stageprofile-gold maybe-clean-stageprofile-gold -maybe-all-stageprofile-gold: -maybe-clean-stageprofile-gold: -@if gold-bootstrap -maybe-all-stageprofile-gold: all-stageprofile-gold -all-stageprofile: all-stageprofile-gold -TARGET-stageprofile-gold = $(TARGET-gold) -all-stageprofile-gold: configure-stageprofile-gold - @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start +.PHONY: all-gold maybe-all-gold +maybe-all-gold: +@if gcc-bootstrap +all-gold: stage_current +@endif gcc-bootstrap +@if gold +TARGET-gold=all +maybe-all-gold: all-gold +all-gold: configure-gold @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageprofile-gold) + (cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-gold)) +@endif gold -maybe-clean-stageprofile-gold: clean-stageprofile-gold -clean-stageprofile: clean-stageprofile-gold -clean-stageprofile-gold: - @if [ $(current_stage) = stageprofile ]; then \ - [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageprofile-gold/Makefile ] || exit 0; \ - $(MAKE) stageprofile-start; \ - fi; \ - cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean -@endif gold-bootstrap -.PHONY: all-stagefeedback-gold maybe-all-stagefeedback-gold -.PHONY: clean-stagefeedback-gold maybe-clean-stagefeedback-gold -maybe-all-stagefeedback-gold: -maybe-clean-stagefeedback-gold: +.PHONY: all-stage1-gold maybe-all-stage1-gold +.PHONY: clean-stage1-gold maybe-clean-stage1-gold +maybe-all-stage1-gold: +maybe-clean-stage1-gold: @if gold-bootstrap -maybe-all-stagefeedback-gold: all-stagefeedback-gold -all-stagefeedback: all-stagefeedback-gold -TARGET-stagefeedback-gold = $(TARGET-gold) -all-stagefeedback-gold: configure-stagefeedback-gold - @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start +maybe-all-stage1-gold: all-stage1-gold +all-stage1: all-stage1-gold +TARGET-stage1-gold = $(TARGET-gold) +all-stage1-gold: configure-stage1-gold + @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ cd $(HOST_SUBDIR)/gold && \ $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS) -fprofile-use" CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS) -fprofile-use" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stagefeedback-gold) + CFLAGS="$(STAGE1_CFLAGS)" CXXFLAGS="$(STAGE1_CFLAGS)" \ + LIBCFLAGS="$(STAGE1_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) \ + $(TARGET-stage1-gold) -maybe-clean-stagefeedback-gold: clean-stagefeedback-gold -clean-stagefeedback: clean-stagefeedback-gold -clean-stagefeedback-gold: - @if [ $(current_stage) = stagefeedback ]; then \ +maybe-clean-stage1-gold: clean-stage1-gold +clean-stage1: clean-stage1-gold +clean-stage1-gold: + @if [ $(current_stage) = stage1 ]; then \ [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ else \ - [ -f $(HOST_SUBDIR)/stagefeedback-gold/Makefile ] || exit 0; \ - $(MAKE) stagefeedback-start; \ + [ -f $(HOST_SUBDIR)/stage1-gold/Makefile ] || exit 0; \ + $(MAKE) stage1-start; \ fi; \ cd $(HOST_SUBDIR)/gold && \ $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ clean @endif gold-bootstrap - - - -.PHONY: check-gold maybe-check-gold -maybe-check-gold: -@if gold -maybe-check-gold: check-gold - -check-gold: - @: $(MAKE); $(unstage) +.PHONY: all-stage2-gold maybe-all-stage2-gold +.PHONY: clean-stage2-gold maybe-clean-stage2-gold +maybe-all-stage2-gold: +maybe-clean-stage2-gold: +@if gold-bootstrap +maybe-all-stage2-gold: all-stage2-gold +all-stage2: all-stage2-gold +TARGET-stage2-gold = $(TARGET-gold) +all-stage2-gold: configure-stage2-gold + @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(FLAGS_TO_PASS) check) + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS)" CXXFLAGS="$(STAGE2_CFLAGS)" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage2-gold) -@endif gold +maybe-clean-stage2-gold: clean-stage2-gold +clean-stage2: clean-stage2-gold +clean-stage2-gold: + @if [ $(current_stage) = stage2 ]; then \ + [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage2-gold/Makefile ] || exit 0; \ + $(MAKE) stage2-start; \ + fi; \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif gold-bootstrap -.PHONY: install-gold maybe-install-gold -maybe-install-gold: -@if gold -maybe-install-gold: install-gold -install-gold: installdirs - @: $(MAKE); $(unstage) +.PHONY: all-stageb2g0-gold maybe-all-stageb2g0-gold +.PHONY: clean-stageb2g0-gold maybe-clean-stageb2g0-gold +maybe-all-stageb2g0-gold: +maybe-clean-stageb2g0-gold: +@if gold-bootstrap +maybe-all-stageb2g0-gold: all-stageb2g0-gold +all-stageb2g0: all-stageb2g0-gold +TARGET-stageb2g0-gold = $(TARGET-gold) +all-stageb2g0-gold: configure-stageb2g0-gold + @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(FLAGS_TO_PASS) install) + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS) -g0" CXXFLAGS="$(STAGE2_CFLAGS) -g0" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS) -g0" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageb2g0-gold) -@endif gold +maybe-clean-stageb2g0-gold: clean-stageb2g0-gold +clean-stageb2g0: clean-stageb2g0-gold +clean-stageb2g0-gold: + @if [ $(current_stage) = stageb2g0 ]; then \ + [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageb2g0-gold/Makefile ] || exit 0; \ + $(MAKE) stageb2g0-start; \ + fi; \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif gold-bootstrap -# Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-gold info-gold -maybe-info-gold: -@if gold -maybe-info-gold: info-gold - -info-gold: \ - configure-gold - @[ -f ./gold/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage3-gold maybe-all-stage3-gold +.PHONY: clean-stage3-gold maybe-clean-stage3-gold +maybe-all-stage3-gold: +maybe-clean-stage3-gold: +@if gold-bootstrap +maybe-all-stage3-gold: all-stage3-gold +all-stage3: all-stage3-gold +TARGET-stage3-gold = $(TARGET-gold) +all-stage3-gold: configure-stage3-gold + @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing info in gold" ; \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS)" CXXFLAGS="$(STAGE3_CFLAGS)" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage3-gold) -@endif gold +maybe-clean-stage3-gold: clean-stage3-gold +clean-stage3: clean-stage3-gold +clean-stage3-gold: + @if [ $(current_stage) = stage3 ]; then \ + [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage3-gold/Makefile ] || exit 0; \ + $(MAKE) stage3-start; \ + fi; \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif gold-bootstrap -.PHONY: maybe-dvi-gold dvi-gold -maybe-dvi-gold: -@if gold -maybe-dvi-gold: dvi-gold -dvi-gold: \ - configure-gold - @[ -f ./gold/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stageb3g2-gold maybe-all-stageb3g2-gold +.PHONY: clean-stageb3g2-gold maybe-clean-stageb3g2-gold +maybe-all-stageb3g2-gold: +maybe-clean-stageb3g2-gold: +@if gold-bootstrap +maybe-all-stageb3g2-gold: all-stageb3g2-gold +all-stageb3g2: all-stageb3g2-gold +TARGET-stageb3g2-gold = $(TARGET-gold) +all-stageb3g2-gold: configure-stageb3g2-gold + @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing dvi in gold" ; \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS) -g2" CXXFLAGS="$(STAGE3_CFLAGS) -g2" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS) -g2" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageb3g2-gold) -@endif gold +maybe-clean-stageb3g2-gold: clean-stageb3g2-gold +clean-stageb3g2: clean-stageb3g2-gold +clean-stageb3g2-gold: + @if [ $(current_stage) = stageb3g2 ]; then \ + [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageb3g2-gold/Makefile ] || exit 0; \ + $(MAKE) stageb3g2-start; \ + fi; \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif gold-bootstrap -.PHONY: maybe-pdf-gold pdf-gold -maybe-pdf-gold: -@if gold -maybe-pdf-gold: pdf-gold -pdf-gold: \ - configure-gold - @[ -f ./gold/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in gold" ; \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif gold - -.PHONY: maybe-html-gold html-gold -maybe-html-gold: -@if gold -maybe-html-gold: html-gold - -html-gold: \ - configure-gold - @[ -f ./gold/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in gold" ; \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 - -@endif gold - -.PHONY: maybe-TAGS-gold TAGS-gold -maybe-TAGS-gold: -@if gold -maybe-TAGS-gold: TAGS-gold - -TAGS-gold: \ - configure-gold - @[ -f ./gold/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in gold" ; \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 - -@endif gold - -.PHONY: maybe-install-info-gold install-info-gold -maybe-install-info-gold: -@if gold -maybe-install-info-gold: install-info-gold - -install-info-gold: \ - configure-gold \ - info-gold - @[ -f ./gold/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in gold" ; \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 +.PHONY: all-stage4-gold maybe-all-stage4-gold +.PHONY: clean-stage4-gold maybe-clean-stage4-gold +maybe-all-stage4-gold: +maybe-clean-stage4-gold: +@if gold-bootstrap +maybe-all-stage4-gold: all-stage4-gold +all-stage4: all-stage4-gold +TARGET-stage4-gold = $(TARGET-gold) +all-stage4-gold: configure-stage4-gold + @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE4_CFLAGS)" CXXFLAGS="$(STAGE4_CFLAGS)" \ + LIBCFLAGS="$(STAGE4_CFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage4-gold) -@endif gold +maybe-clean-stage4-gold: clean-stage4-gold +clean-stage4: clean-stage4-gold +clean-stage4-gold: + @if [ $(current_stage) = stage4 ]; then \ + [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage4-gold/Makefile ] || exit 0; \ + $(MAKE) stage4-start; \ + fi; \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif gold-bootstrap -.PHONY: maybe-install-pdf-gold install-pdf-gold -maybe-install-pdf-gold: -@if gold -maybe-install-pdf-gold: install-pdf-gold -install-pdf-gold: \ - configure-gold \ - pdf-gold - @[ -f ./gold/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stageprofile-gold maybe-all-stageprofile-gold +.PHONY: clean-stageprofile-gold maybe-clean-stageprofile-gold +maybe-all-stageprofile-gold: +maybe-clean-stageprofile-gold: +@if gold-bootstrap +maybe-all-stageprofile-gold: all-stageprofile-gold +all-stageprofile: all-stageprofile-gold +TARGET-stageprofile-gold = $(TARGET-gold) +all-stageprofile-gold: configure-stageprofile-gold + @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in gold" ; \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageprofile-gold) -@endif gold +maybe-clean-stageprofile-gold: clean-stageprofile-gold +clean-stageprofile: clean-stageprofile-gold +clean-stageprofile-gold: + @if [ $(current_stage) = stageprofile ]; then \ + [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageprofile-gold/Makefile ] || exit 0; \ + $(MAKE) stageprofile-start; \ + fi; \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif gold-bootstrap -.PHONY: maybe-install-html-gold install-html-gold -maybe-install-html-gold: -@if gold -maybe-install-html-gold: install-html-gold -install-html-gold: \ - configure-gold \ - html-gold - @[ -f ./gold/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stagefeedback-gold maybe-all-stagefeedback-gold +.PHONY: clean-stagefeedback-gold maybe-clean-stagefeedback-gold +maybe-all-stagefeedback-gold: +maybe-clean-stagefeedback-gold: +@if gold-bootstrap +maybe-all-stagefeedback-gold: all-stagefeedback-gold +all-stagefeedback: all-stagefeedback-gold +TARGET-stagefeedback-gold = $(TARGET-gold) +all-stagefeedback-gold: configure-stagefeedback-gold + @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in gold" ; \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS) -fprofile-use" CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS) -fprofile-use" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stagefeedback-gold) + +maybe-clean-stagefeedback-gold: clean-stagefeedback-gold +clean-stagefeedback: clean-stagefeedback-gold +clean-stagefeedback-gold: + @if [ $(current_stage) = stagefeedback ]; then \ + [ -f $(HOST_SUBDIR)/gold/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stagefeedback-gold/Makefile ] || exit 0; \ + $(MAKE) stagefeedback-start; \ + fi; \ + cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif gold-bootstrap -@endif gold -.PHONY: maybe-installcheck-gold installcheck-gold -maybe-installcheck-gold: -@if gold -maybe-installcheck-gold: installcheck-gold -installcheck-gold: \ - configure-gold - @[ -f ./gold/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in gold" ; \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 -@endif gold -.PHONY: maybe-mostlyclean-gold mostlyclean-gold -maybe-mostlyclean-gold: +.PHONY: check-gold maybe-check-gold +maybe-check-gold: @if gold -maybe-mostlyclean-gold: mostlyclean-gold +maybe-check-gold: check-gold -mostlyclean-gold: - @[ -f ./gold/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +check-gold: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in gold" ; \ (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif gold -.PHONY: maybe-clean-gold clean-gold -maybe-clean-gold: +.PHONY: install-gold maybe-install-gold +maybe-install-gold: @if gold -maybe-clean-gold: clean-gold +maybe-install-gold: install-gold -clean-gold: - @[ -f ./gold/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +install-gold: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in gold" ; \ (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif gold -.PHONY: maybe-distclean-gold distclean-gold -maybe-distclean-gold: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-gold info-gold +maybe-info-gold: @if gold -maybe-distclean-gold: distclean-gold +maybe-info-gold: info-gold -distclean-gold: +info-gold: \ + configure-gold @[ -f ./gold/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -19272,23 +17362,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in gold" ; \ + echo "Doing info in gold" ; \ (cd $(HOST_SUBDIR)/gold && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + info) \ || exit 1 @endif gold -.PHONY: maybe-maintainer-clean-gold maintainer-clean-gold -maybe-maintainer-clean-gold: +.PHONY: maybe-dvi-gold dvi-gold +maybe-dvi-gold: @if gold -maybe-maintainer-clean-gold: maintainer-clean-gold +maybe-dvi-gold: dvi-gold -maintainer-clean-gold: +dvi-gold: \ + configure-gold @[ -f ./gold/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -19296,398 +17387,335 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in gold" ; \ - (cd $(HOST_SUBDIR)/gold && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ - || exit 1 - -@endif gold - - - -.PHONY: configure-gprof maybe-configure-gprof -maybe-configure-gprof: -@if gcc-bootstrap -configure-gprof: stage_current -@endif gcc-bootstrap -@if gprof -maybe-configure-gprof: configure-gprof -configure-gprof: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/gprof/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gprof ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/gprof; \ - cd "$(HOST_SUBDIR)/gprof" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/gprof/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/gprof"; \ - libsrcdir="$$s/gprof"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + echo "Doing dvi in gold" ; \ + (cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + dvi) \ || exit 1 -@endif gprof +@endif gold +.PHONY: maybe-html-gold html-gold +maybe-html-gold: +@if gold +maybe-html-gold: html-gold - - -.PHONY: all-gprof maybe-all-gprof -maybe-all-gprof: -@if gcc-bootstrap -all-gprof: stage_current -@endif gcc-bootstrap -@if gprof -TARGET-gprof=all -maybe-all-gprof: all-gprof -all-gprof: configure-gprof - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ +html-gold: \ + configure-gold + @[ -f ./gold/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gprof && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-gprof)) -@endif gprof + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in gold" ; \ + (cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ + || exit 1 +@endif gold +.PHONY: maybe-TAGS-gold TAGS-gold +maybe-TAGS-gold: +@if gold +maybe-TAGS-gold: TAGS-gold - -.PHONY: check-gprof maybe-check-gprof -maybe-check-gprof: -@if gprof -maybe-check-gprof: check-gprof - -check-gprof: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gprof && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif gprof - -.PHONY: install-gprof maybe-install-gprof -maybe-install-gprof: -@if gprof -maybe-install-gprof: install-gprof - -install-gprof: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gprof && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif gprof - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-gprof info-gprof -maybe-info-gprof: -@if gprof -maybe-info-gprof: info-gprof - -info-gprof: \ - configure-gprof - @: $(MAKE); $(unstage) - @[ -f ./gprof/Makefile ] || exit 0; \ +TAGS-gold: \ + configure-gold + @[ -f ./gold/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in gprof" ; \ - (cd $(HOST_SUBDIR)/gprof && \ + echo "Doing TAGS in gold" ; \ + (cd $(HOST_SUBDIR)/gold && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + TAGS) \ || exit 1 -@endif gprof +@endif gold -.PHONY: maybe-dvi-gprof dvi-gprof -maybe-dvi-gprof: -@if gprof -maybe-dvi-gprof: dvi-gprof +.PHONY: maybe-install-info-gold install-info-gold +maybe-install-info-gold: +@if gold +maybe-install-info-gold: install-info-gold -dvi-gprof: \ - configure-gprof - @: $(MAKE); $(unstage) - @[ -f ./gprof/Makefile ] || exit 0; \ +install-info-gold: \ + configure-gold \ + info-gold + @[ -f ./gold/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in gprof" ; \ - (cd $(HOST_SUBDIR)/gprof && \ + echo "Doing install-info in gold" ; \ + (cd $(HOST_SUBDIR)/gold && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + install-info) \ || exit 1 -@endif gprof +@endif gold -.PHONY: maybe-pdf-gprof pdf-gprof -maybe-pdf-gprof: -@if gprof -maybe-pdf-gprof: pdf-gprof +.PHONY: maybe-install-html-gold install-html-gold +maybe-install-html-gold: +@if gold +maybe-install-html-gold: install-html-gold -pdf-gprof: \ - configure-gprof - @: $(MAKE); $(unstage) - @[ -f ./gprof/Makefile ] || exit 0; \ +install-html-gold: \ + configure-gold \ + html-gold + @[ -f ./gold/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in gprof" ; \ - (cd $(HOST_SUBDIR)/gprof && \ + echo "Doing install-html in gold" ; \ + (cd $(HOST_SUBDIR)/gold && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + install-html) \ || exit 1 -@endif gprof +@endif gold -.PHONY: maybe-html-gprof html-gprof -maybe-html-gprof: -@if gprof -maybe-html-gprof: html-gprof +.PHONY: maybe-installcheck-gold installcheck-gold +maybe-installcheck-gold: +@if gold +maybe-installcheck-gold: installcheck-gold -html-gprof: \ - configure-gprof - @: $(MAKE); $(unstage) - @[ -f ./gprof/Makefile ] || exit 0; \ +installcheck-gold: \ + configure-gold + @[ -f ./gold/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in gprof" ; \ - (cd $(HOST_SUBDIR)/gprof && \ + echo "Doing installcheck in gold" ; \ + (cd $(HOST_SUBDIR)/gold && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + installcheck) \ || exit 1 -@endif gprof +@endif gold -.PHONY: maybe-TAGS-gprof TAGS-gprof -maybe-TAGS-gprof: -@if gprof -maybe-TAGS-gprof: TAGS-gprof +.PHONY: maybe-mostlyclean-gold mostlyclean-gold +maybe-mostlyclean-gold: +@if gold +maybe-mostlyclean-gold: mostlyclean-gold -TAGS-gprof: \ - configure-gprof - @: $(MAKE); $(unstage) - @[ -f ./gprof/Makefile ] || exit 0; \ +mostlyclean-gold: + @[ -f ./gold/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in gprof" ; \ - (cd $(HOST_SUBDIR)/gprof && \ + echo "Doing mostlyclean in gold" ; \ + (cd $(HOST_SUBDIR)/gold && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + mostlyclean) \ || exit 1 -@endif gprof +@endif gold + +.PHONY: maybe-clean-gold clean-gold +maybe-clean-gold: +@if gold +maybe-clean-gold: clean-gold + +clean-gold: + @[ -f ./gold/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing clean in gold" ; \ + (cd $(HOST_SUBDIR)/gold && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + clean) \ + || exit 1 + +@endif gold -.PHONY: maybe-install-info-gprof install-info-gprof -maybe-install-info-gprof: -@if gprof -maybe-install-info-gprof: install-info-gprof +.PHONY: maybe-distclean-gold distclean-gold +maybe-distclean-gold: +@if gold +maybe-distclean-gold: distclean-gold -install-info-gprof: \ - configure-gprof \ - info-gprof - @: $(MAKE); $(unstage) - @[ -f ./gprof/Makefile ] || exit 0; \ +distclean-gold: + @[ -f ./gold/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in gprof" ; \ - (cd $(HOST_SUBDIR)/gprof && \ + echo "Doing distclean in gold" ; \ + (cd $(HOST_SUBDIR)/gold && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + distclean) \ || exit 1 -@endif gprof +@endif gold -.PHONY: maybe-install-pdf-gprof install-pdf-gprof -maybe-install-pdf-gprof: -@if gprof -maybe-install-pdf-gprof: install-pdf-gprof +.PHONY: maybe-maintainer-clean-gold maintainer-clean-gold +maybe-maintainer-clean-gold: +@if gold +maybe-maintainer-clean-gold: maintainer-clean-gold -install-pdf-gprof: \ - configure-gprof \ - pdf-gprof - @: $(MAKE); $(unstage) - @[ -f ./gprof/Makefile ] || exit 0; \ +maintainer-clean-gold: + @[ -f ./gold/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in gprof" ; \ - (cd $(HOST_SUBDIR)/gprof && \ + echo "Doing maintainer-clean in gold" ; \ + (cd $(HOST_SUBDIR)/gold && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + maintainer-clean) \ || exit 1 -@endif gprof +@endif gold + + -.PHONY: maybe-install-html-gprof install-html-gprof -maybe-install-html-gprof: +.PHONY: configure-gprof maybe-configure-gprof +maybe-configure-gprof: +@if gcc-bootstrap +configure-gprof: stage_current +@endif gcc-bootstrap @if gprof -maybe-install-html-gprof: install-html-gprof - -install-html-gprof: \ - configure-gprof \ - html-gprof +maybe-configure-gprof: configure-gprof +configure-gprof: @: $(MAKE); $(unstage) - @[ -f ./gprof/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/gprof/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gprof ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in gprof" ; \ - (cd $(HOST_SUBDIR)/gprof && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + echo Configuring in $(HOST_SUBDIR)/gprof; \ + cd "$(HOST_SUBDIR)/gprof" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/gprof/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/gprof"; \ + libsrcdir="$$s/gprof"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif gprof -@endif gprof + + + -.PHONY: maybe-installcheck-gprof installcheck-gprof -maybe-installcheck-gprof: +.PHONY: all-gprof maybe-all-gprof +maybe-all-gprof: +@if gcc-bootstrap +all-gprof: stage_current +@endif gcc-bootstrap @if gprof -maybe-installcheck-gprof: installcheck-gprof - -installcheck-gprof: \ - configure-gprof +TARGET-gprof=all +maybe-all-gprof: all-gprof +all-gprof: configure-gprof @: $(MAKE); $(unstage) - @[ -f ./gprof/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in gprof" ; \ (cd $(HOST_SUBDIR)/gprof && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-gprof)) +@endif gprof + + -@endif gprof -.PHONY: maybe-mostlyclean-gprof mostlyclean-gprof -maybe-mostlyclean-gprof: +.PHONY: check-gprof maybe-check-gprof +maybe-check-gprof: @if gprof -maybe-mostlyclean-gprof: mostlyclean-gprof +maybe-check-gprof: check-gprof -mostlyclean-gprof: +check-gprof: @: $(MAKE); $(unstage) - @[ -f ./gprof/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in gprof" ; \ (cd $(HOST_SUBDIR)/gprof && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif gprof -.PHONY: maybe-clean-gprof clean-gprof -maybe-clean-gprof: +.PHONY: install-gprof maybe-install-gprof +maybe-install-gprof: @if gprof -maybe-clean-gprof: clean-gprof +maybe-install-gprof: install-gprof -clean-gprof: +install-gprof: installdirs @: $(MAKE); $(unstage) - @[ -f ./gprof/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in gprof" ; \ (cd $(HOST_SUBDIR)/gprof && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif gprof -.PHONY: maybe-distclean-gprof distclean-gprof -maybe-distclean-gprof: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-gprof info-gprof +maybe-info-gprof: @if gprof -maybe-distclean-gprof: distclean-gprof +maybe-info-gprof: info-gprof -distclean-gprof: +info-gprof: \ + configure-gprof @: $(MAKE); $(unstage) @[ -f ./gprof/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -19696,398 +17724,370 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in gprof" ; \ + echo "Doing info in gprof" ; \ (cd $(HOST_SUBDIR)/gprof && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + info) \ || exit 1 @endif gprof -.PHONY: maybe-maintainer-clean-gprof maintainer-clean-gprof -maybe-maintainer-clean-gprof: +.PHONY: maybe-dvi-gprof dvi-gprof +maybe-dvi-gprof: @if gprof -maybe-maintainer-clean-gprof: maintainer-clean-gprof +maybe-dvi-gprof: dvi-gprof -maintainer-clean-gprof: - @: $(MAKE); $(unstage) - @[ -f ./gprof/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ +dvi-gprof: \ + configure-gprof + @: $(MAKE); $(unstage) + @[ -f ./gprof/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in gprof" ; \ + echo "Doing dvi in gprof" ; \ (cd $(HOST_SUBDIR)/gprof && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + dvi) \ || exit 1 @endif gprof +.PHONY: maybe-html-gprof html-gprof +maybe-html-gprof: +@if gprof +maybe-html-gprof: html-gprof - -.PHONY: configure-gzip maybe-configure-gzip -maybe-configure-gzip: -@if gcc-bootstrap -configure-gzip: stage_current -@endif gcc-bootstrap -@if gzip -maybe-configure-gzip: configure-gzip -configure-gzip: +html-gprof: \ + configure-gprof @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./gprof/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/gzip/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gzip ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/gzip; \ - cd "$(HOST_SUBDIR)/gzip" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/gzip/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/gzip"; \ - libsrcdir="$$s/gzip"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in gprof" ; \ + (cd $(HOST_SUBDIR)/gprof && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ || exit 1 -@endif gzip +@endif gprof +.PHONY: maybe-TAGS-gprof TAGS-gprof +maybe-TAGS-gprof: +@if gprof +maybe-TAGS-gprof: TAGS-gprof - - -.PHONY: all-gzip maybe-all-gzip -maybe-all-gzip: -@if gcc-bootstrap -all-gzip: stage_current -@endif gcc-bootstrap -@if gzip -TARGET-gzip=all -maybe-all-gzip: all-gzip -all-gzip: configure-gzip +TAGS-gprof: \ + configure-gprof @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./gprof/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gzip && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-gzip)) -@endif gzip + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in gprof" ; \ + (cd $(HOST_SUBDIR)/gprof && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ + || exit 1 +@endif gprof +.PHONY: maybe-install-info-gprof install-info-gprof +maybe-install-info-gprof: +@if gprof +maybe-install-info-gprof: install-info-gprof - -.PHONY: check-gzip maybe-check-gzip -maybe-check-gzip: -@if gzip -maybe-check-gzip: check-gzip - -check-gzip: +install-info-gprof: \ + configure-gprof \ + info-gprof @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gzip && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif gzip - -.PHONY: install-gzip maybe-install-gzip -maybe-install-gzip: -@if gzip -maybe-install-gzip: install-gzip - -install-gzip: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gzip && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif gzip - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-gzip info-gzip -maybe-info-gzip: -@if gzip -maybe-info-gzip: info-gzip - -info-gzip: \ - configure-gzip - @: $(MAKE); $(unstage) - @[ -f ./gzip/Makefile ] || exit 0; \ + @[ -f ./gprof/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in gzip" ; \ - (cd $(HOST_SUBDIR)/gzip && \ + echo "Doing install-info in gprof" ; \ + (cd $(HOST_SUBDIR)/gprof && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + install-info) \ || exit 1 -@endif gzip +@endif gprof -.PHONY: maybe-dvi-gzip dvi-gzip -maybe-dvi-gzip: -@if gzip -maybe-dvi-gzip: dvi-gzip +.PHONY: maybe-install-html-gprof install-html-gprof +maybe-install-html-gprof: +@if gprof +maybe-install-html-gprof: install-html-gprof -dvi-gzip: \ - configure-gzip +install-html-gprof: \ + configure-gprof \ + html-gprof @: $(MAKE); $(unstage) - @[ -f ./gzip/Makefile ] || exit 0; \ + @[ -f ./gprof/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in gzip" ; \ - (cd $(HOST_SUBDIR)/gzip && \ + echo "Doing install-html in gprof" ; \ + (cd $(HOST_SUBDIR)/gprof && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + install-html) \ || exit 1 -@endif gzip +@endif gprof -.PHONY: maybe-pdf-gzip pdf-gzip -maybe-pdf-gzip: -@if gzip -maybe-pdf-gzip: pdf-gzip +.PHONY: maybe-installcheck-gprof installcheck-gprof +maybe-installcheck-gprof: +@if gprof +maybe-installcheck-gprof: installcheck-gprof -pdf-gzip: \ - configure-gzip +installcheck-gprof: \ + configure-gprof @: $(MAKE); $(unstage) - @[ -f ./gzip/Makefile ] || exit 0; \ + @[ -f ./gprof/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in gzip" ; \ - (cd $(HOST_SUBDIR)/gzip && \ + echo "Doing installcheck in gprof" ; \ + (cd $(HOST_SUBDIR)/gprof && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + installcheck) \ || exit 1 -@endif gzip +@endif gprof -.PHONY: maybe-html-gzip html-gzip -maybe-html-gzip: -@if gzip -maybe-html-gzip: html-gzip +.PHONY: maybe-mostlyclean-gprof mostlyclean-gprof +maybe-mostlyclean-gprof: +@if gprof +maybe-mostlyclean-gprof: mostlyclean-gprof -html-gzip: \ - configure-gzip +mostlyclean-gprof: @: $(MAKE); $(unstage) - @[ -f ./gzip/Makefile ] || exit 0; \ + @[ -f ./gprof/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in gzip" ; \ - (cd $(HOST_SUBDIR)/gzip && \ + echo "Doing mostlyclean in gprof" ; \ + (cd $(HOST_SUBDIR)/gprof && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 + mostlyclean) \ + || exit 1 + +@endif gprof -@endif gzip +.PHONY: maybe-clean-gprof clean-gprof +maybe-clean-gprof: +@if gprof +maybe-clean-gprof: clean-gprof -.PHONY: maybe-TAGS-gzip TAGS-gzip -maybe-TAGS-gzip: -@if gzip -maybe-TAGS-gzip: TAGS-gzip - -TAGS-gzip: \ - configure-gzip +clean-gprof: @: $(MAKE); $(unstage) - @[ -f ./gzip/Makefile ] || exit 0; \ + @[ -f ./gprof/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in gzip" ; \ - (cd $(HOST_SUBDIR)/gzip && \ + echo "Doing clean in gprof" ; \ + (cd $(HOST_SUBDIR)/gprof && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + clean) \ || exit 1 -@endif gzip +@endif gprof -.PHONY: maybe-install-info-gzip install-info-gzip -maybe-install-info-gzip: -@if gzip -maybe-install-info-gzip: install-info-gzip +.PHONY: maybe-distclean-gprof distclean-gprof +maybe-distclean-gprof: +@if gprof +maybe-distclean-gprof: distclean-gprof -install-info-gzip: \ - configure-gzip \ - info-gzip +distclean-gprof: @: $(MAKE); $(unstage) - @[ -f ./gzip/Makefile ] || exit 0; \ + @[ -f ./gprof/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in gzip" ; \ - (cd $(HOST_SUBDIR)/gzip && \ + echo "Doing distclean in gprof" ; \ + (cd $(HOST_SUBDIR)/gprof && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + distclean) \ || exit 1 -@endif gzip +@endif gprof -.PHONY: maybe-install-pdf-gzip install-pdf-gzip -maybe-install-pdf-gzip: -@if gzip -maybe-install-pdf-gzip: install-pdf-gzip +.PHONY: maybe-maintainer-clean-gprof maintainer-clean-gprof +maybe-maintainer-clean-gprof: +@if gprof +maybe-maintainer-clean-gprof: maintainer-clean-gprof -install-pdf-gzip: \ - configure-gzip \ - pdf-gzip +maintainer-clean-gprof: @: $(MAKE); $(unstage) - @[ -f ./gzip/Makefile ] || exit 0; \ + @[ -f ./gprof/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in gzip" ; \ - (cd $(HOST_SUBDIR)/gzip && \ + echo "Doing maintainer-clean in gprof" ; \ + (cd $(HOST_SUBDIR)/gprof && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + maintainer-clean) \ || exit 1 +@endif gprof + + + +.PHONY: configure-gzip maybe-configure-gzip +maybe-configure-gzip: +@if gcc-bootstrap +configure-gzip: stage_current +@endif gcc-bootstrap +@if gzip +maybe-configure-gzip: configure-gzip +configure-gzip: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/gzip/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gzip ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/gzip; \ + cd "$(HOST_SUBDIR)/gzip" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/gzip/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/gzip"; \ + libsrcdir="$$s/gzip"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 @endif gzip -.PHONY: maybe-install-html-gzip install-html-gzip -maybe-install-html-gzip: + + + + +.PHONY: all-gzip maybe-all-gzip +maybe-all-gzip: +@if gcc-bootstrap +all-gzip: stage_current +@endif gcc-bootstrap @if gzip -maybe-install-html-gzip: install-html-gzip - -install-html-gzip: \ - configure-gzip \ - html-gzip +TARGET-gzip=all +maybe-all-gzip: all-gzip +all-gzip: configure-gzip @: $(MAKE); $(unstage) - @[ -f ./gzip/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in gzip" ; \ (cd $(HOST_SUBDIR)/gzip && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-gzip)) +@endif gzip + + -@endif gzip -.PHONY: maybe-installcheck-gzip installcheck-gzip -maybe-installcheck-gzip: +.PHONY: check-gzip maybe-check-gzip +maybe-check-gzip: @if gzip -maybe-installcheck-gzip: installcheck-gzip +maybe-check-gzip: check-gzip -installcheck-gzip: \ - configure-gzip +check-gzip: @: $(MAKE); $(unstage) - @[ -f ./gzip/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in gzip" ; \ (cd $(HOST_SUBDIR)/gzip && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif gzip -.PHONY: maybe-mostlyclean-gzip mostlyclean-gzip -maybe-mostlyclean-gzip: +.PHONY: install-gzip maybe-install-gzip +maybe-install-gzip: @if gzip -maybe-mostlyclean-gzip: mostlyclean-gzip +maybe-install-gzip: install-gzip -mostlyclean-gzip: +install-gzip: installdirs @: $(MAKE); $(unstage) - @[ -f ./gzip/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in gzip" ; \ (cd $(HOST_SUBDIR)/gzip && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif gzip -.PHONY: maybe-clean-gzip clean-gzip -maybe-clean-gzip: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-gzip info-gzip +maybe-info-gzip: @if gzip -maybe-clean-gzip: clean-gzip +maybe-info-gzip: info-gzip -clean-gzip: +info-gzip: \ + configure-gzip @: $(MAKE); $(unstage) @[ -f ./gzip/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -20096,23 +18096,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in gzip" ; \ - (cd $(HOST_SUBDIR)/gzip && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 - -@endif gzip - -.PHONY: maybe-distclean-gzip distclean-gzip -maybe-distclean-gzip: -@if gzip -maybe-distclean-gzip: distclean-gzip - -distclean-gzip: + echo "Doing info in gzip" ; \ + (cd $(HOST_SUBDIR)/gzip && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + info) \ + || exit 1 + +@endif gzip + +.PHONY: maybe-dvi-gzip dvi-gzip +maybe-dvi-gzip: +@if gzip +maybe-dvi-gzip: dvi-gzip + +dvi-gzip: \ + configure-gzip @: $(MAKE); $(unstage) @[ -f ./gzip/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -20121,23 +18122,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in gzip" ; \ + echo "Doing dvi in gzip" ; \ (cd $(HOST_SUBDIR)/gzip && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + dvi) \ || exit 1 @endif gzip -.PHONY: maybe-maintainer-clean-gzip maintainer-clean-gzip -maybe-maintainer-clean-gzip: +.PHONY: maybe-html-gzip html-gzip +maybe-html-gzip: @if gzip -maybe-maintainer-clean-gzip: maintainer-clean-gzip +maybe-html-gzip: html-gzip -maintainer-clean-gzip: +html-gzip: \ + configure-gzip @: $(MAKE); $(unstage) @[ -f ./gzip/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -20146,373 +18148,318 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in gzip" ; \ + echo "Doing html in gzip" ; \ (cd $(HOST_SUBDIR)/gzip && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + html) \ || exit 1 @endif gzip +.PHONY: maybe-TAGS-gzip TAGS-gzip +maybe-TAGS-gzip: +@if gzip +maybe-TAGS-gzip: TAGS-gzip - -.PHONY: configure-hello maybe-configure-hello -maybe-configure-hello: -@if gcc-bootstrap -configure-hello: stage_current -@endif gcc-bootstrap -@if hello -maybe-configure-hello: configure-hello -configure-hello: +TAGS-gzip: \ + configure-gzip @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./gzip/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/hello/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/hello ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/hello; \ - cd "$(HOST_SUBDIR)/hello" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/hello/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/hello"; \ - libsrcdir="$$s/hello"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in gzip" ; \ + (cd $(HOST_SUBDIR)/gzip && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ || exit 1 -@endif hello +@endif gzip +.PHONY: maybe-install-info-gzip install-info-gzip +maybe-install-info-gzip: +@if gzip +maybe-install-info-gzip: install-info-gzip - - -.PHONY: all-hello maybe-all-hello -maybe-all-hello: -@if gcc-bootstrap -all-hello: stage_current -@endif gcc-bootstrap -@if hello -TARGET-hello=all -maybe-all-hello: all-hello -all-hello: configure-hello +install-info-gzip: \ + configure-gzip \ + info-gzip @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./gzip/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/hello && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-hello)) -@endif hello + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in gzip" ; \ + (cd $(HOST_SUBDIR)/gzip && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 +@endif gzip +.PHONY: maybe-install-html-gzip install-html-gzip +maybe-install-html-gzip: +@if gzip +maybe-install-html-gzip: install-html-gzip - -.PHONY: check-hello maybe-check-hello -maybe-check-hello: -@if hello -maybe-check-hello: check-hello - -check-hello: +install-html-gzip: \ + configure-gzip \ + html-gzip @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/hello && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif hello - -.PHONY: install-hello maybe-install-hello -maybe-install-hello: -@if hello -maybe-install-hello: install-hello - -install-hello: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/hello && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif hello - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-hello info-hello -maybe-info-hello: -@if hello -maybe-info-hello: info-hello - -info-hello: \ - configure-hello - @: $(MAKE); $(unstage) - @[ -f ./hello/Makefile ] || exit 0; \ + @[ -f ./gzip/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in hello" ; \ - (cd $(HOST_SUBDIR)/hello && \ + echo "Doing install-html in gzip" ; \ + (cd $(HOST_SUBDIR)/gzip && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + install-html) \ || exit 1 -@endif hello +@endif gzip -.PHONY: maybe-dvi-hello dvi-hello -maybe-dvi-hello: -@if hello -maybe-dvi-hello: dvi-hello +.PHONY: maybe-installcheck-gzip installcheck-gzip +maybe-installcheck-gzip: +@if gzip +maybe-installcheck-gzip: installcheck-gzip -dvi-hello: \ - configure-hello +installcheck-gzip: \ + configure-gzip @: $(MAKE); $(unstage) - @[ -f ./hello/Makefile ] || exit 0; \ + @[ -f ./gzip/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in hello" ; \ - (cd $(HOST_SUBDIR)/hello && \ + echo "Doing installcheck in gzip" ; \ + (cd $(HOST_SUBDIR)/gzip && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + installcheck) \ || exit 1 -@endif hello +@endif gzip -.PHONY: maybe-pdf-hello pdf-hello -maybe-pdf-hello: -@if hello -maybe-pdf-hello: pdf-hello +.PHONY: maybe-mostlyclean-gzip mostlyclean-gzip +maybe-mostlyclean-gzip: +@if gzip +maybe-mostlyclean-gzip: mostlyclean-gzip -pdf-hello: \ - configure-hello - @: $(MAKE); $(unstage) - @[ -f ./hello/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ +mostlyclean-gzip: + @: $(MAKE); $(unstage) + @[ -f ./gzip/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in hello" ; \ - (cd $(HOST_SUBDIR)/hello && \ + echo "Doing mostlyclean in gzip" ; \ + (cd $(HOST_SUBDIR)/gzip && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + mostlyclean) \ || exit 1 -@endif hello +@endif gzip -.PHONY: maybe-html-hello html-hello -maybe-html-hello: -@if hello -maybe-html-hello: html-hello +.PHONY: maybe-clean-gzip clean-gzip +maybe-clean-gzip: +@if gzip +maybe-clean-gzip: clean-gzip -html-hello: \ - configure-hello +clean-gzip: @: $(MAKE); $(unstage) - @[ -f ./hello/Makefile ] || exit 0; \ + @[ -f ./gzip/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in hello" ; \ - (cd $(HOST_SUBDIR)/hello && \ + echo "Doing clean in gzip" ; \ + (cd $(HOST_SUBDIR)/gzip && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + clean) \ || exit 1 -@endif hello +@endif gzip -.PHONY: maybe-TAGS-hello TAGS-hello -maybe-TAGS-hello: -@if hello -maybe-TAGS-hello: TAGS-hello +.PHONY: maybe-distclean-gzip distclean-gzip +maybe-distclean-gzip: +@if gzip +maybe-distclean-gzip: distclean-gzip -TAGS-hello: \ - configure-hello +distclean-gzip: @: $(MAKE); $(unstage) - @[ -f ./hello/Makefile ] || exit 0; \ + @[ -f ./gzip/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in hello" ; \ - (cd $(HOST_SUBDIR)/hello && \ + echo "Doing distclean in gzip" ; \ + (cd $(HOST_SUBDIR)/gzip && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + distclean) \ || exit 1 -@endif hello +@endif gzip -.PHONY: maybe-install-info-hello install-info-hello -maybe-install-info-hello: -@if hello -maybe-install-info-hello: install-info-hello +.PHONY: maybe-maintainer-clean-gzip maintainer-clean-gzip +maybe-maintainer-clean-gzip: +@if gzip +maybe-maintainer-clean-gzip: maintainer-clean-gzip -install-info-hello: \ - configure-hello \ - info-hello +maintainer-clean-gzip: @: $(MAKE); $(unstage) - @[ -f ./hello/Makefile ] || exit 0; \ + @[ -f ./gzip/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in hello" ; \ - (cd $(HOST_SUBDIR)/hello && \ + echo "Doing maintainer-clean in gzip" ; \ + (cd $(HOST_SUBDIR)/gzip && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + maintainer-clean) \ || exit 1 -@endif hello +@endif gzip + + -.PHONY: maybe-install-pdf-hello install-pdf-hello -maybe-install-pdf-hello: +.PHONY: configure-hello maybe-configure-hello +maybe-configure-hello: +@if gcc-bootstrap +configure-hello: stage_current +@endif gcc-bootstrap @if hello -maybe-install-pdf-hello: install-pdf-hello - -install-pdf-hello: \ - configure-hello \ - pdf-hello +maybe-configure-hello: configure-hello +configure-hello: @: $(MAKE); $(unstage) - @[ -f ./hello/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/hello/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/hello ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in hello" ; \ - (cd $(HOST_SUBDIR)/hello && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + echo Configuring in $(HOST_SUBDIR)/hello; \ + cd "$(HOST_SUBDIR)/hello" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/hello/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/hello"; \ + libsrcdir="$$s/hello"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif hello + + -@endif hello + -.PHONY: maybe-install-html-hello install-html-hello -maybe-install-html-hello: +.PHONY: all-hello maybe-all-hello +maybe-all-hello: +@if gcc-bootstrap +all-hello: stage_current +@endif gcc-bootstrap @if hello -maybe-install-html-hello: install-html-hello - -install-html-hello: \ - configure-hello \ - html-hello +TARGET-hello=all +maybe-all-hello: all-hello +all-hello: configure-hello @: $(MAKE); $(unstage) - @[ -f ./hello/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in hello" ; \ (cd $(HOST_SUBDIR)/hello && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-hello)) +@endif hello + + -@endif hello -.PHONY: maybe-installcheck-hello installcheck-hello -maybe-installcheck-hello: +.PHONY: check-hello maybe-check-hello +maybe-check-hello: @if hello -maybe-installcheck-hello: installcheck-hello +maybe-check-hello: check-hello -installcheck-hello: \ - configure-hello +check-hello: @: $(MAKE); $(unstage) - @[ -f ./hello/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in hello" ; \ (cd $(HOST_SUBDIR)/hello && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif hello -.PHONY: maybe-mostlyclean-hello mostlyclean-hello -maybe-mostlyclean-hello: +.PHONY: install-hello maybe-install-hello +maybe-install-hello: @if hello -maybe-mostlyclean-hello: mostlyclean-hello +maybe-install-hello: install-hello -mostlyclean-hello: +install-hello: installdirs @: $(MAKE); $(unstage) - @[ -f ./hello/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in hello" ; \ (cd $(HOST_SUBDIR)/hello && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 - -@endif hello + $(MAKE) $(FLAGS_TO_PASS) install) -.PHONY: maybe-clean-hello clean-hello -maybe-clean-hello: +@endif hello + +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-hello info-hello +maybe-info-hello: @if hello -maybe-clean-hello: clean-hello +maybe-info-hello: info-hello -clean-hello: +info-hello: \ + configure-hello @: $(MAKE); $(unstage) @[ -f ./hello/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -20521,23 +18468,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in hello" ; \ + echo "Doing info in hello" ; \ (cd $(HOST_SUBDIR)/hello && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + info) \ || exit 1 @endif hello -.PHONY: maybe-distclean-hello distclean-hello -maybe-distclean-hello: +.PHONY: maybe-dvi-hello dvi-hello +maybe-dvi-hello: @if hello -maybe-distclean-hello: distclean-hello +maybe-dvi-hello: dvi-hello -distclean-hello: +dvi-hello: \ + configure-hello @: $(MAKE); $(unstage) @[ -f ./hello/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -20546,23 +18494,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in hello" ; \ + echo "Doing dvi in hello" ; \ (cd $(HOST_SUBDIR)/hello && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + dvi) \ || exit 1 @endif hello -.PHONY: maybe-maintainer-clean-hello maintainer-clean-hello -maybe-maintainer-clean-hello: +.PHONY: maybe-html-hello html-hello +maybe-html-hello: @if hello -maybe-maintainer-clean-hello: maintainer-clean-hello +maybe-html-hello: html-hello -maintainer-clean-hello: +html-hello: \ + configure-hello @: $(MAKE); $(unstage) @[ -f ./hello/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -20571,348 +18520,318 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in hello" ; \ + echo "Doing html in hello" ; \ (cd $(HOST_SUBDIR)/hello && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + html) \ || exit 1 @endif hello +.PHONY: maybe-TAGS-hello TAGS-hello +maybe-TAGS-hello: +@if hello +maybe-TAGS-hello: TAGS-hello - -.PHONY: configure-indent maybe-configure-indent -maybe-configure-indent: -@if gcc-bootstrap -configure-indent: stage_current -@endif gcc-bootstrap -@if indent -maybe-configure-indent: configure-indent -configure-indent: +TAGS-hello: \ + configure-hello @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/indent/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/indent ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/indent; \ - cd "$(HOST_SUBDIR)/indent" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/indent/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/indent"; \ - libsrcdir="$$s/indent"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif indent - - - - - -.PHONY: all-indent maybe-all-indent -maybe-all-indent: -@if gcc-bootstrap -all-indent: stage_current -@endif gcc-bootstrap -@if indent -TARGET-indent=all -maybe-all-indent: all-indent -all-indent: configure-indent - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/indent && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-indent)) -@endif indent - - - - -.PHONY: check-indent maybe-check-indent -maybe-check-indent: -@if indent -maybe-check-indent: check-indent - -check-indent: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/indent && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif indent - -.PHONY: install-indent maybe-install-indent -maybe-install-indent: -@if indent -maybe-install-indent: install-indent - -install-indent: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/indent && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif indent - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-indent info-indent -maybe-info-indent: -@if indent -maybe-info-indent: info-indent - -info-indent: \ - configure-indent - @: $(MAKE); $(unstage) - @[ -f ./indent/Makefile ] || exit 0; \ + @[ -f ./hello/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in indent" ; \ - (cd $(HOST_SUBDIR)/indent && \ + echo "Doing TAGS in hello" ; \ + (cd $(HOST_SUBDIR)/hello && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + TAGS) \ || exit 1 -@endif indent +@endif hello -.PHONY: maybe-dvi-indent dvi-indent -maybe-dvi-indent: -@if indent -maybe-dvi-indent: dvi-indent +.PHONY: maybe-install-info-hello install-info-hello +maybe-install-info-hello: +@if hello +maybe-install-info-hello: install-info-hello -dvi-indent: \ - configure-indent +install-info-hello: \ + configure-hello \ + info-hello @: $(MAKE); $(unstage) - @[ -f ./indent/Makefile ] || exit 0; \ + @[ -f ./hello/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in indent" ; \ - (cd $(HOST_SUBDIR)/indent && \ + echo "Doing install-info in hello" ; \ + (cd $(HOST_SUBDIR)/hello && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + install-info) \ || exit 1 -@endif indent +@endif hello -.PHONY: maybe-pdf-indent pdf-indent -maybe-pdf-indent: -@if indent -maybe-pdf-indent: pdf-indent +.PHONY: maybe-install-html-hello install-html-hello +maybe-install-html-hello: +@if hello +maybe-install-html-hello: install-html-hello -pdf-indent: \ - configure-indent +install-html-hello: \ + configure-hello \ + html-hello @: $(MAKE); $(unstage) - @[ -f ./indent/Makefile ] || exit 0; \ + @[ -f ./hello/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in indent" ; \ - (cd $(HOST_SUBDIR)/indent && \ + echo "Doing install-html in hello" ; \ + (cd $(HOST_SUBDIR)/hello && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + install-html) \ || exit 1 -@endif indent +@endif hello -.PHONY: maybe-html-indent html-indent -maybe-html-indent: -@if indent -maybe-html-indent: html-indent +.PHONY: maybe-installcheck-hello installcheck-hello +maybe-installcheck-hello: +@if hello +maybe-installcheck-hello: installcheck-hello -html-indent: \ - configure-indent +installcheck-hello: \ + configure-hello @: $(MAKE); $(unstage) - @[ -f ./indent/Makefile ] || exit 0; \ + @[ -f ./hello/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in indent" ; \ - (cd $(HOST_SUBDIR)/indent && \ + echo "Doing installcheck in hello" ; \ + (cd $(HOST_SUBDIR)/hello && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + installcheck) \ || exit 1 -@endif indent +@endif hello -.PHONY: maybe-TAGS-indent TAGS-indent -maybe-TAGS-indent: -@if indent -maybe-TAGS-indent: TAGS-indent +.PHONY: maybe-mostlyclean-hello mostlyclean-hello +maybe-mostlyclean-hello: +@if hello +maybe-mostlyclean-hello: mostlyclean-hello -TAGS-indent: \ - configure-indent +mostlyclean-hello: @: $(MAKE); $(unstage) - @[ -f ./indent/Makefile ] || exit 0; \ + @[ -f ./hello/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in indent" ; \ - (cd $(HOST_SUBDIR)/indent && \ + echo "Doing mostlyclean in hello" ; \ + (cd $(HOST_SUBDIR)/hello && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + mostlyclean) \ || exit 1 -@endif indent +@endif hello -.PHONY: maybe-install-info-indent install-info-indent -maybe-install-info-indent: -@if indent -maybe-install-info-indent: install-info-indent +.PHONY: maybe-clean-hello clean-hello +maybe-clean-hello: +@if hello +maybe-clean-hello: clean-hello -install-info-indent: \ - configure-indent \ - info-indent +clean-hello: @: $(MAKE); $(unstage) - @[ -f ./indent/Makefile ] || exit 0; \ + @[ -f ./hello/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in indent" ; \ - (cd $(HOST_SUBDIR)/indent && \ + echo "Doing clean in hello" ; \ + (cd $(HOST_SUBDIR)/hello && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + clean) \ || exit 1 -@endif indent +@endif hello -.PHONY: maybe-install-pdf-indent install-pdf-indent -maybe-install-pdf-indent: -@if indent -maybe-install-pdf-indent: install-pdf-indent +.PHONY: maybe-distclean-hello distclean-hello +maybe-distclean-hello: +@if hello +maybe-distclean-hello: distclean-hello -install-pdf-indent: \ - configure-indent \ - pdf-indent +distclean-hello: @: $(MAKE); $(unstage) - @[ -f ./indent/Makefile ] || exit 0; \ + @[ -f ./hello/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in indent" ; \ - (cd $(HOST_SUBDIR)/indent && \ + echo "Doing distclean in hello" ; \ + (cd $(HOST_SUBDIR)/hello && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + distclean) \ || exit 1 -@endif indent +@endif hello -.PHONY: maybe-install-html-indent install-html-indent -maybe-install-html-indent: -@if indent -maybe-install-html-indent: install-html-indent +.PHONY: maybe-maintainer-clean-hello maintainer-clean-hello +maybe-maintainer-clean-hello: +@if hello +maybe-maintainer-clean-hello: maintainer-clean-hello -install-html-indent: \ - configure-indent \ - html-indent +maintainer-clean-hello: @: $(MAKE); $(unstage) - @[ -f ./indent/Makefile ] || exit 0; \ + @[ -f ./hello/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in indent" ; \ - (cd $(HOST_SUBDIR)/indent && \ + echo "Doing maintainer-clean in hello" ; \ + (cd $(HOST_SUBDIR)/hello && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + maintainer-clean) \ || exit 1 +@endif hello + + + +.PHONY: configure-indent maybe-configure-indent +maybe-configure-indent: +@if gcc-bootstrap +configure-indent: stage_current +@endif gcc-bootstrap +@if indent +maybe-configure-indent: configure-indent +configure-indent: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/indent/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/indent ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/indent; \ + cd "$(HOST_SUBDIR)/indent" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/indent/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/indent"; \ + libsrcdir="$$s/indent"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 @endif indent -.PHONY: maybe-installcheck-indent installcheck-indent -maybe-installcheck-indent: + + + + +.PHONY: all-indent maybe-all-indent +maybe-all-indent: +@if gcc-bootstrap +all-indent: stage_current +@endif gcc-bootstrap @if indent -maybe-installcheck-indent: installcheck-indent - -installcheck-indent: \ - configure-indent +TARGET-indent=all +maybe-all-indent: all-indent +all-indent: configure-indent @: $(MAKE); $(unstage) - @[ -f ./indent/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in indent" ; \ (cd $(HOST_SUBDIR)/indent && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-indent)) +@endif indent + + + + +.PHONY: check-indent maybe-check-indent +maybe-check-indent: +@if indent +maybe-check-indent: check-indent + +check-indent: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/indent && \ + $(MAKE) $(FLAGS_TO_PASS) check) + +@endif indent + +.PHONY: install-indent maybe-install-indent +maybe-install-indent: +@if indent +maybe-install-indent: install-indent + +install-indent: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/indent && \ + $(MAKE) $(FLAGS_TO_PASS) install) @endif indent -.PHONY: maybe-mostlyclean-indent mostlyclean-indent -maybe-mostlyclean-indent: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-indent info-indent +maybe-info-indent: @if indent -maybe-mostlyclean-indent: mostlyclean-indent +maybe-info-indent: info-indent -mostlyclean-indent: +info-indent: \ + configure-indent @: $(MAKE); $(unstage) @[ -f ./indent/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -20921,23 +18840,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in indent" ; \ + echo "Doing info in indent" ; \ (cd $(HOST_SUBDIR)/indent && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + info) \ || exit 1 @endif indent -.PHONY: maybe-clean-indent clean-indent -maybe-clean-indent: +.PHONY: maybe-dvi-indent dvi-indent +maybe-dvi-indent: @if indent -maybe-clean-indent: clean-indent +maybe-dvi-indent: dvi-indent -clean-indent: +dvi-indent: \ + configure-indent @: $(MAKE); $(unstage) @[ -f ./indent/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -20946,23 +18866,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in indent" ; \ + echo "Doing dvi in indent" ; \ (cd $(HOST_SUBDIR)/indent && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + dvi) \ || exit 1 @endif indent -.PHONY: maybe-distclean-indent distclean-indent -maybe-distclean-indent: +.PHONY: maybe-html-indent html-indent +maybe-html-indent: @if indent -maybe-distclean-indent: distclean-indent +maybe-html-indent: html-indent -distclean-indent: +html-indent: \ + configure-indent @: $(MAKE); $(unstage) @[ -f ./indent/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -20971,23 +18892,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in indent" ; \ + echo "Doing html in indent" ; \ (cd $(HOST_SUBDIR)/indent && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + html) \ || exit 1 @endif indent -.PHONY: maybe-maintainer-clean-indent maintainer-clean-indent -maybe-maintainer-clean-indent: +.PHONY: maybe-TAGS-indent TAGS-indent +maybe-TAGS-indent: @if indent -maybe-maintainer-clean-indent: maintainer-clean-indent +maybe-TAGS-indent: TAGS-indent -maintainer-clean-indent: +TAGS-indent: \ + configure-indent @: $(MAKE); $(unstage) @[ -f ./indent/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -20996,251 +18918,214 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in indent" ; \ + echo "Doing TAGS in indent" ; \ (cd $(HOST_SUBDIR)/indent && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + TAGS) \ || exit 1 @endif indent +.PHONY: maybe-install-info-indent install-info-indent +maybe-install-info-indent: +@if indent +maybe-install-info-indent: install-info-indent - -.PHONY: configure-intl maybe-configure-intl -maybe-configure-intl: -@if gcc-bootstrap -configure-intl: stage_current -@endif gcc-bootstrap -@if intl -maybe-configure-intl: configure-intl -configure-intl: - @r=`${PWD_COMMAND}`; export r; \ +install-info-indent: \ + configure-indent \ + info-indent + @: $(MAKE); $(unstage) + @[ -f ./indent/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/intl; \ - cd "$(HOST_SUBDIR)/intl" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/intl"; \ - libsrcdir="$$s/intl"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in indent" ; \ + (cd $(HOST_SUBDIR)/indent && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ || exit 1 -@endif intl +@endif indent +.PHONY: maybe-install-html-indent install-html-indent +maybe-install-html-indent: +@if indent +maybe-install-html-indent: install-html-indent -.PHONY: configure-stage1-intl maybe-configure-stage1-intl -maybe-configure-stage1-intl: -@if intl-bootstrap -maybe-configure-stage1-intl: configure-stage1-intl -configure-stage1-intl: - @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ - $(HOST_EXPORTS) \ - CFLAGS="$(STAGE1_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE1_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 1 in $(HOST_SUBDIR)/intl ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ - cd $(HOST_SUBDIR)/intl || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/intl"; \ - libsrcdir="$$s/intl"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - \ - --disable-intermodule $(STAGE1_CHECKING) --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" -@endif intl-bootstrap - -.PHONY: configure-stage2-intl maybe-configure-stage2-intl -maybe-configure-stage2-intl: -@if intl-bootstrap -maybe-configure-stage2-intl: configure-stage2-intl -configure-stage2-intl: - @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl - @r=`${PWD_COMMAND}`; export r; \ +install-html-indent: \ + configure-indent \ + html-indent + @: $(MAKE); $(unstage) + @[ -f ./indent/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 2 in $(HOST_SUBDIR)/intl ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ - cd $(HOST_SUBDIR)/intl || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/intl"; \ - libsrcdir="$$s/intl"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif intl-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-html in indent" ; \ + (cd $(HOST_SUBDIR)/indent && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 + +@endif indent + +.PHONY: maybe-installcheck-indent installcheck-indent +maybe-installcheck-indent: +@if indent +maybe-installcheck-indent: installcheck-indent + +installcheck-indent: \ + configure-indent + @: $(MAKE); $(unstage) + @[ -f ./indent/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing installcheck in indent" ; \ + (cd $(HOST_SUBDIR)/indent && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + installcheck) \ + || exit 1 + +@endif indent + +.PHONY: maybe-mostlyclean-indent mostlyclean-indent +maybe-mostlyclean-indent: +@if indent +maybe-mostlyclean-indent: mostlyclean-indent -.PHONY: configure-stageb2g0-intl maybe-configure-stageb2g0-intl -maybe-configure-stageb2g0-intl: -@if intl-bootstrap -maybe-configure-stageb2g0-intl: configure-stageb2g0-intl -configure-stageb2g0-intl: - @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl - @r=`${PWD_COMMAND}`; export r; \ +mostlyclean-indent: + @: $(MAKE); $(unstage) + @[ -f ./indent/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS) -g0"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS) -g0"; export CXXFLAGS; \ - echo Configuring stage b2g0 in $(HOST_SUBDIR)/intl ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ - cd $(HOST_SUBDIR)/intl || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/intl"; \ - libsrcdir="$$s/intl"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif intl-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing mostlyclean in indent" ; \ + (cd $(HOST_SUBDIR)/indent && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + mostlyclean) \ + || exit 1 + +@endif indent + +.PHONY: maybe-clean-indent clean-indent +maybe-clean-indent: +@if indent +maybe-clean-indent: clean-indent -.PHONY: configure-stage3-intl maybe-configure-stage3-intl -maybe-configure-stage3-intl: -@if intl-bootstrap -maybe-configure-stage3-intl: configure-stage3-intl -configure-stage3-intl: - @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl - @r=`${PWD_COMMAND}`; export r; \ +clean-indent: + @: $(MAKE); $(unstage) + @[ -f ./indent/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 3 in $(HOST_SUBDIR)/intl ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ - cd $(HOST_SUBDIR)/intl || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/intl"; \ - libsrcdir="$$s/intl"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif intl-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing clean in indent" ; \ + (cd $(HOST_SUBDIR)/indent && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + clean) \ + || exit 1 + +@endif indent + +.PHONY: maybe-distclean-indent distclean-indent +maybe-distclean-indent: +@if indent +maybe-distclean-indent: distclean-indent -.PHONY: configure-stageb3g2-intl maybe-configure-stageb3g2-intl -maybe-configure-stageb3g2-intl: -@if intl-bootstrap -maybe-configure-stageb3g2-intl: configure-stageb3g2-intl -configure-stageb3g2-intl: - @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl - @r=`${PWD_COMMAND}`; export r; \ +distclean-indent: + @: $(MAKE); $(unstage) + @[ -f ./indent/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS) -g2"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS) -g2"; export CXXFLAGS; \ - echo Configuring stage b3g2 in $(HOST_SUBDIR)/intl ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ - cd $(HOST_SUBDIR)/intl || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/intl"; \ - libsrcdir="$$s/intl"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif intl-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing distclean in indent" ; \ + (cd $(HOST_SUBDIR)/indent && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + distclean) \ + || exit 1 + +@endif indent + +.PHONY: maybe-maintainer-clean-indent maintainer-clean-indent +maybe-maintainer-clean-indent: +@if indent +maybe-maintainer-clean-indent: maintainer-clean-indent -.PHONY: configure-stage4-intl maybe-configure-stage4-intl -maybe-configure-stage4-intl: -@if intl-bootstrap -maybe-configure-stage4-intl: configure-stage4-intl -configure-stage4-intl: - @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl - @r=`${PWD_COMMAND}`; export r; \ +maintainer-clean-indent: + @: $(MAKE); $(unstage) + @[ -f ./indent/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE4_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE4_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 4 in $(HOST_SUBDIR)/intl ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ - cd $(HOST_SUBDIR)/intl || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/intl"; \ - libsrcdir="$$s/intl"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif intl-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing maintainer-clean in indent" ; \ + (cd $(HOST_SUBDIR)/indent && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + maintainer-clean) \ + || exit 1 + +@endif indent + + -.PHONY: configure-stageprofile-intl maybe-configure-stageprofile-intl -maybe-configure-stageprofile-intl: -@if intl-bootstrap -maybe-configure-stageprofile-intl: configure-stageprofile-intl -configure-stageprofile-intl: - @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl +.PHONY: configure-intl maybe-configure-intl +maybe-configure-intl: +@if gcc-bootstrap +configure-intl: stage_current +@endif gcc-bootstrap +@if intl +maybe-configure-intl: configure-intl +configure-intl: @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CXXFLAGS; \ - echo Configuring stage profile in $(HOST_SUBDIR)/intl ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ - cd $(HOST_SUBDIR)/intl || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/intl; \ + cd "$(HOST_SUBDIR)/intl" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ @@ -21250,321 +19135,348 @@ libsrcdir="$$s/intl"; \ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif intl-bootstrap + --target=${target_alias} $${srcdiroption} \ + || exit 1 +@endif intl + + -.PHONY: configure-stagefeedback-intl maybe-configure-stagefeedback-intl -maybe-configure-stagefeedback-intl: +.PHONY: configure-stage1-intl maybe-configure-stage1-intl +maybe-configure-stage1-intl: @if intl-bootstrap -maybe-configure-stagefeedback-intl: configure-stagefeedback-intl -configure-stagefeedback-intl: - @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start +maybe-configure-stage1-intl: configure-stage1-intl +configure-stage1-intl: + @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ - $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CXXFLAGS; \ - echo Configuring stage feedback in $(HOST_SUBDIR)/intl ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ - cd $(HOST_SUBDIR)/intl || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/intl"; \ - libsrcdir="$$s/intl"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif intl-bootstrap - - - - - -.PHONY: all-intl maybe-all-intl -maybe-all-intl: -@if gcc-bootstrap -all-intl: stage_current -@endif gcc-bootstrap -@if intl -TARGET-intl=all -maybe-all-intl: all-intl -all-intl: configure-intl - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-intl)) -@endif intl + $(HOST_EXPORTS) \ + CFLAGS="$(STAGE1_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE1_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 1 in $(HOST_SUBDIR)/intl ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ + cd $(HOST_SUBDIR)/intl || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/intl"; \ + libsrcdir="$$s/intl"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + \ + --disable-intermodule $(STAGE1_CHECKING) --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" +@endif intl-bootstrap - - -.PHONY: all-stage1-intl maybe-all-stage1-intl -.PHONY: clean-stage1-intl maybe-clean-stage1-intl -maybe-all-stage1-intl: -maybe-clean-stage1-intl: +.PHONY: configure-stage2-intl maybe-configure-stage2-intl +maybe-configure-stage2-intl: @if intl-bootstrap -maybe-all-stage1-intl: all-stage1-intl -all-stage1: all-stage1-intl -TARGET-stage1-intl = $(TARGET-intl) -all-stage1-intl: configure-stage1-intl - @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start +maybe-configure-stage2-intl: configure-stage2-intl +configure-stage2-intl: + @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ $(HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE1_CFLAGS)" CXXFLAGS="$(STAGE1_CFLAGS)" \ - LIBCFLAGS="$(STAGE1_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) \ - $(TARGET-stage1-intl) - -maybe-clean-stage1-intl: clean-stage1-intl -clean-stage1: clean-stage1-intl -clean-stage1-intl: - @if [ $(current_stage) = stage1 ]; then \ - [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage1-intl/Makefile ] || exit 0; \ - $(MAKE) stage1-start; \ - fi; \ - cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 2 in $(HOST_SUBDIR)/intl ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ + cd $(HOST_SUBDIR)/intl || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/intl"; \ + libsrcdir="$$s/intl"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif intl-bootstrap - -.PHONY: all-stage2-intl maybe-all-stage2-intl -.PHONY: clean-stage2-intl maybe-clean-stage2-intl -maybe-all-stage2-intl: -maybe-clean-stage2-intl: +.PHONY: configure-stageb2g0-intl maybe-configure-stageb2g0-intl +maybe-configure-stageb2g0-intl: @if intl-bootstrap -maybe-all-stage2-intl: all-stage2-intl -all-stage2: all-stage2-intl -TARGET-stage2-intl = $(TARGET-intl) -all-stage2-intl: configure-stage2-intl - @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start +maybe-configure-stageb2g0-intl: configure-stageb2g0-intl +configure-stageb2g0-intl: + @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS)" CXXFLAGS="$(STAGE2_CFLAGS)" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage2-intl) - -maybe-clean-stage2-intl: clean-stage2-intl -clean-stage2: clean-stage2-intl -clean-stage2-intl: - @if [ $(current_stage) = stage2 ]; then \ - [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage2-intl/Makefile ] || exit 0; \ - $(MAKE) stage2-start; \ - fi; \ - cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS) -g0"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS) -g0"; export CXXFLAGS; \ + echo Configuring stage b2g0 in $(HOST_SUBDIR)/intl ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ + cd $(HOST_SUBDIR)/intl || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/intl"; \ + libsrcdir="$$s/intl"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif intl-bootstrap - -.PHONY: all-stageb2g0-intl maybe-all-stageb2g0-intl -.PHONY: clean-stageb2g0-intl maybe-clean-stageb2g0-intl -maybe-all-stageb2g0-intl: -maybe-clean-stageb2g0-intl: +.PHONY: configure-stage3-intl maybe-configure-stage3-intl +maybe-configure-stage3-intl: @if intl-bootstrap -maybe-all-stageb2g0-intl: all-stageb2g0-intl -all-stageb2g0: all-stageb2g0-intl -TARGET-stageb2g0-intl = $(TARGET-intl) -all-stageb2g0-intl: configure-stageb2g0-intl - @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start +maybe-configure-stage3-intl: configure-stage3-intl +configure-stage3-intl: + @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS) -g0" CXXFLAGS="$(STAGE2_CFLAGS) -g0" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS) -g0" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageb2g0-intl) - -maybe-clean-stageb2g0-intl: clean-stageb2g0-intl -clean-stageb2g0: clean-stageb2g0-intl -clean-stageb2g0-intl: - @if [ $(current_stage) = stageb2g0 ]; then \ - [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageb2g0-intl/Makefile ] || exit 0; \ - $(MAKE) stageb2g0-start; \ - fi; \ - cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 3 in $(HOST_SUBDIR)/intl ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ + cd $(HOST_SUBDIR)/intl || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/intl"; \ + libsrcdir="$$s/intl"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif intl-bootstrap - -.PHONY: all-stage3-intl maybe-all-stage3-intl -.PHONY: clean-stage3-intl maybe-clean-stage3-intl -maybe-all-stage3-intl: -maybe-clean-stage3-intl: +.PHONY: configure-stageb3g2-intl maybe-configure-stageb3g2-intl +maybe-configure-stageb3g2-intl: @if intl-bootstrap -maybe-all-stage3-intl: all-stage3-intl -all-stage3: all-stage3-intl -TARGET-stage3-intl = $(TARGET-intl) -all-stage3-intl: configure-stage3-intl - @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start +maybe-configure-stageb3g2-intl: configure-stageb3g2-intl +configure-stageb3g2-intl: + @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS)" CXXFLAGS="$(STAGE3_CFLAGS)" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage3-intl) - -maybe-clean-stage3-intl: clean-stage3-intl -clean-stage3: clean-stage3-intl -clean-stage3-intl: - @if [ $(current_stage) = stage3 ]; then \ - [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage3-intl/Makefile ] || exit 0; \ - $(MAKE) stage3-start; \ - fi; \ - cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS) -g2"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS) -g2"; export CXXFLAGS; \ + echo Configuring stage b3g2 in $(HOST_SUBDIR)/intl ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ + cd $(HOST_SUBDIR)/intl || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/intl"; \ + libsrcdir="$$s/intl"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif intl-bootstrap - -.PHONY: all-stageb3g2-intl maybe-all-stageb3g2-intl -.PHONY: clean-stageb3g2-intl maybe-clean-stageb3g2-intl -maybe-all-stageb3g2-intl: -maybe-clean-stageb3g2-intl: +.PHONY: configure-stage4-intl maybe-configure-stage4-intl +maybe-configure-stage4-intl: @if intl-bootstrap -maybe-all-stageb3g2-intl: all-stageb3g2-intl -all-stageb3g2: all-stageb3g2-intl -TARGET-stageb3g2-intl = $(TARGET-intl) -all-stageb3g2-intl: configure-stageb3g2-intl - @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start +maybe-configure-stage4-intl: configure-stage4-intl +configure-stage4-intl: + @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS) -g2" CXXFLAGS="$(STAGE3_CFLAGS) -g2" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS) -g2" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageb3g2-intl) + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE4_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE4_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 4 in $(HOST_SUBDIR)/intl ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ + cd $(HOST_SUBDIR)/intl || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/intl"; \ + libsrcdir="$$s/intl"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ +@endif intl-bootstrap -maybe-clean-stageb3g2-intl: clean-stageb3g2-intl -clean-stageb3g2: clean-stageb3g2-intl -clean-stageb3g2-intl: - @if [ $(current_stage) = stageb3g2 ]; then \ - [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageb3g2-intl/Makefile ] || exit 0; \ - $(MAKE) stageb3g2-start; \ - fi; \ - cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean +.PHONY: configure-stageprofile-intl maybe-configure-stageprofile-intl +maybe-configure-stageprofile-intl: +@if intl-bootstrap +maybe-configure-stageprofile-intl: configure-stageprofile-intl +configure-stageprofile-intl: + @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ + $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CXXFLAGS; \ + echo Configuring stage profile in $(HOST_SUBDIR)/intl ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ + cd $(HOST_SUBDIR)/intl || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/intl"; \ + libsrcdir="$$s/intl"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ +@endif intl-bootstrap + +.PHONY: configure-stagefeedback-intl maybe-configure-stagefeedback-intl +maybe-configure-stagefeedback-intl: +@if intl-bootstrap +maybe-configure-stagefeedback-intl: configure-stagefeedback-intl +configure-stagefeedback-intl: + @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/intl/Makefile || exit 0; \ + $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CXXFLAGS; \ + echo Configuring stage feedback in $(HOST_SUBDIR)/intl ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/intl ; \ + cd $(HOST_SUBDIR)/intl || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/intl/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/intl"; \ + libsrcdir="$$s/intl"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif intl-bootstrap -.PHONY: all-stage4-intl maybe-all-stage4-intl -.PHONY: clean-stage4-intl maybe-clean-stage4-intl -maybe-all-stage4-intl: -maybe-clean-stage4-intl: + + + +.PHONY: all-intl maybe-all-intl +maybe-all-intl: +@if gcc-bootstrap +all-intl: stage_current +@endif gcc-bootstrap +@if intl +TARGET-intl=all +maybe-all-intl: all-intl +all-intl: configure-intl + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-intl)) +@endif intl + + + +.PHONY: all-stage1-intl maybe-all-stage1-intl +.PHONY: clean-stage1-intl maybe-clean-stage1-intl +maybe-all-stage1-intl: +maybe-clean-stage1-intl: @if intl-bootstrap -maybe-all-stage4-intl: all-stage4-intl -all-stage4: all-stage4-intl -TARGET-stage4-intl = $(TARGET-intl) -all-stage4-intl: configure-stage4-intl - @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start +maybe-all-stage1-intl: all-stage1-intl +all-stage1: all-stage1-intl +TARGET-stage1-intl = $(TARGET-intl) +all-stage1-intl: configure-stage1-intl + @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE4_CFLAGS)" CXXFLAGS="$(STAGE4_CFLAGS)" \ - LIBCFLAGS="$(STAGE4_CFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage4-intl) + CFLAGS="$(STAGE1_CFLAGS)" CXXFLAGS="$(STAGE1_CFLAGS)" \ + LIBCFLAGS="$(STAGE1_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) \ + $(TARGET-stage1-intl) -maybe-clean-stage4-intl: clean-stage4-intl -clean-stage4: clean-stage4-intl -clean-stage4-intl: - @if [ $(current_stage) = stage4 ]; then \ +maybe-clean-stage1-intl: clean-stage1-intl +clean-stage1: clean-stage1-intl +clean-stage1-intl: + @if [ $(current_stage) = stage1 ]; then \ [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ else \ - [ -f $(HOST_SUBDIR)/stage4-intl/Makefile ] || exit 0; \ - $(MAKE) stage4-start; \ + [ -f $(HOST_SUBDIR)/stage1-intl/Makefile ] || exit 0; \ + $(MAKE) stage1-start; \ fi; \ cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ clean @endif intl-bootstrap -.PHONY: all-stageprofile-intl maybe-all-stageprofile-intl -.PHONY: clean-stageprofile-intl maybe-clean-stageprofile-intl -maybe-all-stageprofile-intl: -maybe-clean-stageprofile-intl: +.PHONY: all-stage2-intl maybe-all-stage2-intl +.PHONY: clean-stage2-intl maybe-clean-stage2-intl +maybe-all-stage2-intl: +maybe-clean-stage2-intl: @if intl-bootstrap -maybe-all-stageprofile-intl: all-stageprofile-intl -all-stageprofile: all-stageprofile-intl -TARGET-stageprofile-intl = $(TARGET-intl) -all-stageprofile-intl: configure-stageprofile-intl - @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start +maybe-all-stage2-intl: all-stage2-intl +all-stage2: all-stage2-intl +TARGET-stage2-intl = $(TARGET-intl) +all-stage2-intl: configure-stage2-intl + @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ $(POSTSTAGE1_HOST_EXPORTS) \ cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" \ + CFLAGS="$(STAGE2_CFLAGS)" CXXFLAGS="$(STAGE2_CFLAGS)" \ LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageprofile-intl) + $(TARGET-stage2-intl) -maybe-clean-stageprofile-intl: clean-stageprofile-intl -clean-stageprofile: clean-stageprofile-intl -clean-stageprofile-intl: - @if [ $(current_stage) = stageprofile ]; then \ +maybe-clean-stage2-intl: clean-stage2-intl +clean-stage2: clean-stage2-intl +clean-stage2-intl: + @if [ $(current_stage) = stage2 ]; then \ [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ else \ - [ -f $(HOST_SUBDIR)/stageprofile-intl/Makefile ] || exit 0; \ - $(MAKE) stageprofile-start; \ + [ -f $(HOST_SUBDIR)/stage2-intl/Makefile ] || exit 0; \ + $(MAKE) stage2-start; \ fi; \ cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(EXTRA_HOST_FLAGS) \ @@ -21573,337 +19485,301 @@ @endif intl-bootstrap -.PHONY: all-stagefeedback-intl maybe-all-stagefeedback-intl -.PHONY: clean-stagefeedback-intl maybe-clean-stagefeedback-intl -maybe-all-stagefeedback-intl: -maybe-clean-stagefeedback-intl: +.PHONY: all-stageb2g0-intl maybe-all-stageb2g0-intl +.PHONY: clean-stageb2g0-intl maybe-clean-stageb2g0-intl +maybe-all-stageb2g0-intl: +maybe-clean-stageb2g0-intl: @if intl-bootstrap -maybe-all-stagefeedback-intl: all-stagefeedback-intl -all-stagefeedback: all-stagefeedback-intl -TARGET-stagefeedback-intl = $(TARGET-intl) -all-stagefeedback-intl: configure-stagefeedback-intl - @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start +maybe-all-stageb2g0-intl: all-stageb2g0-intl +all-stageb2g0: all-stageb2g0-intl +TARGET-stageb2g0-intl = $(TARGET-intl) +all-stageb2g0-intl: configure-stageb2g0-intl + @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ $(POSTSTAGE1_HOST_EXPORTS) \ cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS) -fprofile-use" CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS) -fprofile-use" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stagefeedback-intl) + CFLAGS="$(STAGE2_CFLAGS) -g0" CXXFLAGS="$(STAGE2_CFLAGS) -g0" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS) -g0" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageb2g0-intl) -maybe-clean-stagefeedback-intl: clean-stagefeedback-intl -clean-stagefeedback: clean-stagefeedback-intl -clean-stagefeedback-intl: - @if [ $(current_stage) = stagefeedback ]; then \ - [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stagefeedback-intl/Makefile ] || exit 0; \ - $(MAKE) stagefeedback-start; \ - fi; \ - cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean -@endif intl-bootstrap - - - - - -.PHONY: check-intl maybe-check-intl -maybe-check-intl: -@if intl -maybe-check-intl: check-intl - -check-intl: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif intl - -.PHONY: install-intl maybe-install-intl -maybe-install-intl: -@if intl -maybe-install-intl: install-intl - -install-intl: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif intl - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-intl info-intl -maybe-info-intl: -@if intl -maybe-info-intl: info-intl - -info-intl: \ - configure-intl - @[ -f ./intl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing info in intl" ; \ - (cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 - -@endif intl - -.PHONY: maybe-dvi-intl dvi-intl -maybe-dvi-intl: -@if intl -maybe-dvi-intl: dvi-intl - -dvi-intl: \ - configure-intl - @[ -f ./intl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing dvi in intl" ; \ - (cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ - || exit 1 - -@endif intl +maybe-clean-stageb2g0-intl: clean-stageb2g0-intl +clean-stageb2g0: clean-stageb2g0-intl +clean-stageb2g0-intl: + @if [ $(current_stage) = stageb2g0 ]; then \ + [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageb2g0-intl/Makefile ] || exit 0; \ + $(MAKE) stageb2g0-start; \ + fi; \ + cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif intl-bootstrap -.PHONY: maybe-pdf-intl pdf-intl -maybe-pdf-intl: -@if intl -maybe-pdf-intl: pdf-intl -pdf-intl: \ - configure-intl - @[ -f ./intl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage3-intl maybe-all-stage3-intl +.PHONY: clean-stage3-intl maybe-clean-stage3-intl +maybe-all-stage3-intl: +maybe-clean-stage3-intl: +@if intl-bootstrap +maybe-all-stage3-intl: all-stage3-intl +all-stage3: all-stage3-intl +TARGET-stage3-intl = $(TARGET-intl) +all-stage3-intl: configure-stage3-intl + @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in intl" ; \ - (cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS)" CXXFLAGS="$(STAGE3_CFLAGS)" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage3-intl) -@endif intl +maybe-clean-stage3-intl: clean-stage3-intl +clean-stage3: clean-stage3-intl +clean-stage3-intl: + @if [ $(current_stage) = stage3 ]; then \ + [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage3-intl/Makefile ] || exit 0; \ + $(MAKE) stage3-start; \ + fi; \ + cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif intl-bootstrap -.PHONY: maybe-html-intl html-intl -maybe-html-intl: -@if intl -maybe-html-intl: html-intl -html-intl: \ - configure-intl - @[ -f ./intl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stageb3g2-intl maybe-all-stageb3g2-intl +.PHONY: clean-stageb3g2-intl maybe-clean-stageb3g2-intl +maybe-all-stageb3g2-intl: +maybe-clean-stageb3g2-intl: +@if intl-bootstrap +maybe-all-stageb3g2-intl: all-stageb3g2-intl +all-stageb3g2: all-stageb3g2-intl +TARGET-stageb3g2-intl = $(TARGET-intl) +all-stageb3g2-intl: configure-stageb3g2-intl + @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in intl" ; \ - (cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS) -g2" CXXFLAGS="$(STAGE3_CFLAGS) -g2" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS) -g2" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageb3g2-intl) -@endif intl +maybe-clean-stageb3g2-intl: clean-stageb3g2-intl +clean-stageb3g2: clean-stageb3g2-intl +clean-stageb3g2-intl: + @if [ $(current_stage) = stageb3g2 ]; then \ + [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageb3g2-intl/Makefile ] || exit 0; \ + $(MAKE) stageb3g2-start; \ + fi; \ + cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif intl-bootstrap -.PHONY: maybe-TAGS-intl TAGS-intl -maybe-TAGS-intl: -@if intl -maybe-TAGS-intl: TAGS-intl -TAGS-intl: \ - configure-intl - @[ -f ./intl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage4-intl maybe-all-stage4-intl +.PHONY: clean-stage4-intl maybe-clean-stage4-intl +maybe-all-stage4-intl: +maybe-clean-stage4-intl: +@if intl-bootstrap +maybe-all-stage4-intl: all-stage4-intl +all-stage4: all-stage4-intl +TARGET-stage4-intl = $(TARGET-intl) +all-stage4-intl: configure-stage4-intl + @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in intl" ; \ - (cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE4_CFLAGS)" CXXFLAGS="$(STAGE4_CFLAGS)" \ + LIBCFLAGS="$(STAGE4_CFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage4-intl) -@endif intl +maybe-clean-stage4-intl: clean-stage4-intl +clean-stage4: clean-stage4-intl +clean-stage4-intl: + @if [ $(current_stage) = stage4 ]; then \ + [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage4-intl/Makefile ] || exit 0; \ + $(MAKE) stage4-start; \ + fi; \ + cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif intl-bootstrap -.PHONY: maybe-install-info-intl install-info-intl -maybe-install-info-intl: -@if intl -maybe-install-info-intl: install-info-intl -install-info-intl: \ - configure-intl \ - info-intl - @[ -f ./intl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stageprofile-intl maybe-all-stageprofile-intl +.PHONY: clean-stageprofile-intl maybe-clean-stageprofile-intl +maybe-all-stageprofile-intl: +maybe-clean-stageprofile-intl: +@if intl-bootstrap +maybe-all-stageprofile-intl: all-stageprofile-intl +all-stageprofile: all-stageprofile-intl +TARGET-stageprofile-intl = $(TARGET-intl) +all-stageprofile-intl: configure-stageprofile-intl + @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in intl" ; \ - (cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageprofile-intl) -@endif intl +maybe-clean-stageprofile-intl: clean-stageprofile-intl +clean-stageprofile: clean-stageprofile-intl +clean-stageprofile-intl: + @if [ $(current_stage) = stageprofile ]; then \ + [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageprofile-intl/Makefile ] || exit 0; \ + $(MAKE) stageprofile-start; \ + fi; \ + cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif intl-bootstrap -.PHONY: maybe-install-pdf-intl install-pdf-intl -maybe-install-pdf-intl: -@if intl -maybe-install-pdf-intl: install-pdf-intl -install-pdf-intl: \ - configure-intl \ - pdf-intl - @[ -f ./intl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in intl" ; \ - (cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif intl - -.PHONY: maybe-install-html-intl install-html-intl -maybe-install-html-intl: -@if intl -maybe-install-html-intl: install-html-intl - -install-html-intl: \ - configure-intl \ - html-intl - @[ -f ./intl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in intl" ; \ - (cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 - -@endif intl - -.PHONY: maybe-installcheck-intl installcheck-intl -maybe-installcheck-intl: -@if intl -maybe-installcheck-intl: installcheck-intl - -installcheck-intl: \ - configure-intl - @[ -f ./intl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in intl" ; \ - (cd $(HOST_SUBDIR)/intl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 - -@endif intl - -.PHONY: maybe-mostlyclean-intl mostlyclean-intl -maybe-mostlyclean-intl: -@if intl -maybe-mostlyclean-intl: mostlyclean-intl - -mostlyclean-intl: - @[ -f ./intl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stagefeedback-intl maybe-all-stagefeedback-intl +.PHONY: clean-stagefeedback-intl maybe-clean-stagefeedback-intl +maybe-all-stagefeedback-intl: +maybe-clean-stagefeedback-intl: +@if intl-bootstrap +maybe-all-stagefeedback-intl: all-stagefeedback-intl +all-stagefeedback: all-stagefeedback-intl +TARGET-stagefeedback-intl = $(TARGET-intl) +all-stagefeedback-intl: configure-stagefeedback-intl + @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS) -fprofile-use" CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS) -fprofile-use" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stagefeedback-intl) + +maybe-clean-stagefeedback-intl: clean-stagefeedback-intl +clean-stagefeedback: clean-stagefeedback-intl +clean-stagefeedback-intl: + @if [ $(current_stage) = stagefeedback ]; then \ + [ -f $(HOST_SUBDIR)/intl/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stagefeedback-intl/Makefile ] || exit 0; \ + $(MAKE) stagefeedback-start; \ + fi; \ + cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif intl-bootstrap + + + + + +.PHONY: check-intl maybe-check-intl +maybe-check-intl: +@if intl +maybe-check-intl: check-intl + +check-intl: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(FLAGS_TO_PASS) check) + +@endif intl + +.PHONY: install-intl maybe-install-intl +maybe-install-intl: +@if intl +maybe-install-intl: install-intl + +install-intl: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/intl && \ + $(MAKE) $(FLAGS_TO_PASS) install) + +@endif intl + +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-intl info-intl +maybe-info-intl: +@if intl +maybe-info-intl: info-intl + +info-intl: \ + configure-intl + @[ -f ./intl/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in intl" ; \ + echo "Doing info in intl" ; \ (cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + info) \ || exit 1 @endif intl -.PHONY: maybe-clean-intl clean-intl -maybe-clean-intl: +.PHONY: maybe-dvi-intl dvi-intl +maybe-dvi-intl: @if intl -maybe-clean-intl: clean-intl +maybe-dvi-intl: dvi-intl -clean-intl: +dvi-intl: \ + configure-intl @[ -f ./intl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -21911,23 +19787,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in intl" ; \ + echo "Doing dvi in intl" ; \ (cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + dvi) \ || exit 1 @endif intl -.PHONY: maybe-distclean-intl distclean-intl -maybe-distclean-intl: +.PHONY: maybe-html-intl html-intl +maybe-html-intl: @if intl -maybe-distclean-intl: distclean-intl +maybe-html-intl: html-intl -distclean-intl: +html-intl: \ + configure-intl @[ -f ./intl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -21935,23 +19812,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in intl" ; \ + echo "Doing html in intl" ; \ (cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + html) \ || exit 1 @endif intl -.PHONY: maybe-maintainer-clean-intl maintainer-clean-intl -maybe-maintainer-clean-intl: +.PHONY: maybe-TAGS-intl TAGS-intl +maybe-TAGS-intl: @if intl -maybe-maintainer-clean-intl: maintainer-clean-intl +maybe-TAGS-intl: TAGS-intl -maintainer-clean-intl: +TAGS-intl: \ + configure-intl @[ -f ./intl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -21959,358 +19837,285 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in intl" ; \ + echo "Doing TAGS in intl" ; \ (cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + TAGS) \ || exit 1 @endif intl +.PHONY: maybe-install-info-intl install-info-intl +maybe-install-info-intl: +@if intl +maybe-install-info-intl: install-info-intl - -.PHONY: configure-tcl maybe-configure-tcl -maybe-configure-tcl: -@if gcc-bootstrap -configure-tcl: stage_current -@endif gcc-bootstrap -@if tcl -maybe-configure-tcl: configure-tcl -configure-tcl: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/tcl/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/tcl ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/tcl; \ - cd "$(HOST_SUBDIR)/tcl" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/tcl/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/tcl"; \ - libsrcdir="$$s/tcl"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif tcl - - - - - -.PHONY: all-tcl maybe-all-tcl -maybe-all-tcl: -@if gcc-bootstrap -all-tcl: stage_current -@endif gcc-bootstrap -@if tcl -TARGET-tcl=all -maybe-all-tcl: all-tcl -all-tcl: configure-tcl - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/tcl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-tcl)) -@endif tcl - - - - -.PHONY: check-tcl maybe-check-tcl -maybe-check-tcl: -@if tcl -maybe-check-tcl: check-tcl - -check-tcl: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/tcl && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif tcl - -.PHONY: install-tcl maybe-install-tcl -maybe-install-tcl: -@if tcl -maybe-install-tcl: install-tcl - -install-tcl: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/tcl && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif tcl - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-tcl info-tcl -maybe-info-tcl: -@if tcl -maybe-info-tcl: info-tcl - -info-tcl: \ - configure-tcl - @: $(MAKE); $(unstage) - @[ -f ./tcl/Makefile ] || exit 0; \ +install-info-intl: \ + configure-intl \ + info-intl + @[ -f ./intl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in tcl" ; \ - (cd $(HOST_SUBDIR)/tcl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 - -@endif tcl - -.PHONY: maybe-dvi-tcl dvi-tcl -maybe-dvi-tcl: -@if tcl -maybe-dvi-tcl: dvi-tcl - -dvi-tcl: \ - configure-tcl - @: $(MAKE); $(unstage) - @[ -f ./tcl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing dvi in tcl" ; \ - (cd $(HOST_SUBDIR)/tcl && \ + echo "Doing install-info in intl" ; \ + (cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + install-info) \ || exit 1 -@endif tcl +@endif intl -.PHONY: maybe-pdf-tcl pdf-tcl -maybe-pdf-tcl: -@if tcl -maybe-pdf-tcl: pdf-tcl +.PHONY: maybe-install-html-intl install-html-intl +maybe-install-html-intl: +@if intl +maybe-install-html-intl: install-html-intl -pdf-tcl: \ - configure-tcl - @: $(MAKE); $(unstage) - @[ -f ./tcl/Makefile ] || exit 0; \ +install-html-intl: \ + configure-intl \ + html-intl + @[ -f ./intl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in tcl" ; \ - (cd $(HOST_SUBDIR)/tcl && \ + echo "Doing install-html in intl" ; \ + (cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + install-html) \ || exit 1 -@endif tcl +@endif intl -.PHONY: maybe-html-tcl html-tcl -maybe-html-tcl: -@if tcl -maybe-html-tcl: html-tcl +.PHONY: maybe-installcheck-intl installcheck-intl +maybe-installcheck-intl: +@if intl +maybe-installcheck-intl: installcheck-intl -html-tcl: \ - configure-tcl - @: $(MAKE); $(unstage) - @[ -f ./tcl/Makefile ] || exit 0; \ +installcheck-intl: \ + configure-intl + @[ -f ./intl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in tcl" ; \ - (cd $(HOST_SUBDIR)/tcl && \ + echo "Doing installcheck in intl" ; \ + (cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + installcheck) \ || exit 1 -@endif tcl +@endif intl -.PHONY: maybe-TAGS-tcl TAGS-tcl -maybe-TAGS-tcl: -@if tcl -maybe-TAGS-tcl: TAGS-tcl +.PHONY: maybe-mostlyclean-intl mostlyclean-intl +maybe-mostlyclean-intl: +@if intl +maybe-mostlyclean-intl: mostlyclean-intl -TAGS-tcl: \ - configure-tcl - @: $(MAKE); $(unstage) - @[ -f ./tcl/Makefile ] || exit 0; \ +mostlyclean-intl: + @[ -f ./intl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in tcl" ; \ - (cd $(HOST_SUBDIR)/tcl && \ + echo "Doing mostlyclean in intl" ; \ + (cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + mostlyclean) \ || exit 1 -@endif tcl +@endif intl -.PHONY: maybe-install-info-tcl install-info-tcl -maybe-install-info-tcl: -@if tcl -maybe-install-info-tcl: install-info-tcl +.PHONY: maybe-clean-intl clean-intl +maybe-clean-intl: +@if intl +maybe-clean-intl: clean-intl -install-info-tcl: \ - configure-tcl \ - info-tcl - @: $(MAKE); $(unstage) - @[ -f ./tcl/Makefile ] || exit 0; \ +clean-intl: + @[ -f ./intl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in tcl" ; \ - (cd $(HOST_SUBDIR)/tcl && \ + echo "Doing clean in intl" ; \ + (cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + clean) \ || exit 1 -@endif tcl +@endif intl -.PHONY: maybe-install-pdf-tcl install-pdf-tcl -maybe-install-pdf-tcl: -@if tcl -maybe-install-pdf-tcl: install-pdf-tcl +.PHONY: maybe-distclean-intl distclean-intl +maybe-distclean-intl: +@if intl +maybe-distclean-intl: distclean-intl -install-pdf-tcl: \ - configure-tcl \ - pdf-tcl - @: $(MAKE); $(unstage) - @[ -f ./tcl/Makefile ] || exit 0; \ +distclean-intl: + @[ -f ./intl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in tcl" ; \ - (cd $(HOST_SUBDIR)/tcl && \ + echo "Doing distclean in intl" ; \ + (cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + distclean) \ || exit 1 -@endif tcl +@endif intl -.PHONY: maybe-install-html-tcl install-html-tcl -maybe-install-html-tcl: -@if tcl -maybe-install-html-tcl: install-html-tcl +.PHONY: maybe-maintainer-clean-intl maintainer-clean-intl +maybe-maintainer-clean-intl: +@if intl +maybe-maintainer-clean-intl: maintainer-clean-intl -install-html-tcl: \ - configure-tcl \ - html-tcl - @: $(MAKE); $(unstage) - @[ -f ./tcl/Makefile ] || exit 0; \ +maintainer-clean-intl: + @[ -f ./intl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in tcl" ; \ - (cd $(HOST_SUBDIR)/tcl && \ + echo "Doing maintainer-clean in intl" ; \ + (cd $(HOST_SUBDIR)/intl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + maintainer-clean) \ || exit 1 -@endif tcl +@endif intl + + -.PHONY: maybe-installcheck-tcl installcheck-tcl -maybe-installcheck-tcl: +.PHONY: configure-tcl maybe-configure-tcl +maybe-configure-tcl: +@if gcc-bootstrap +configure-tcl: stage_current +@endif gcc-bootstrap @if tcl -maybe-installcheck-tcl: installcheck-tcl - -installcheck-tcl: \ - configure-tcl +maybe-configure-tcl: configure-tcl +configure-tcl: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/tcl/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/tcl ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/tcl; \ + cd "$(HOST_SUBDIR)/tcl" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/tcl/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/tcl"; \ + libsrcdir="$$s/tcl"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 +@endif tcl + + + + + +.PHONY: all-tcl maybe-all-tcl +maybe-all-tcl: +@if gcc-bootstrap +all-tcl: stage_current +@endif gcc-bootstrap +@if tcl +TARGET-tcl=all +maybe-all-tcl: all-tcl +all-tcl: configure-tcl + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/tcl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-tcl)) +@endif tcl + + + + +.PHONY: check-tcl maybe-check-tcl +maybe-check-tcl: +@if tcl +maybe-check-tcl: check-tcl + +check-tcl: @: $(MAKE); $(unstage) - @[ -f ./tcl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in tcl" ; \ (cd $(HOST_SUBDIR)/tcl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif tcl -.PHONY: maybe-mostlyclean-tcl mostlyclean-tcl -maybe-mostlyclean-tcl: +.PHONY: install-tcl maybe-install-tcl +maybe-install-tcl: @if tcl -maybe-mostlyclean-tcl: mostlyclean-tcl +maybe-install-tcl: install-tcl -# tcl doesn't support mostlyclean. -mostlyclean-tcl: +install-tcl: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/tcl && \ + $(MAKE) $(FLAGS_TO_PASS) install) @endif tcl -.PHONY: maybe-clean-tcl clean-tcl -maybe-clean-tcl: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-tcl info-tcl +maybe-info-tcl: @if tcl -maybe-clean-tcl: clean-tcl +maybe-info-tcl: info-tcl -clean-tcl: +info-tcl: \ + configure-tcl @: $(MAKE); $(unstage) @[ -f ./tcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -22319,23 +20124,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in tcl" ; \ + echo "Doing info in tcl" ; \ (cd $(HOST_SUBDIR)/tcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + info) \ || exit 1 @endif tcl -.PHONY: maybe-distclean-tcl distclean-tcl -maybe-distclean-tcl: +.PHONY: maybe-dvi-tcl dvi-tcl +maybe-dvi-tcl: @if tcl -maybe-distclean-tcl: distclean-tcl +maybe-dvi-tcl: dvi-tcl -distclean-tcl: +dvi-tcl: \ + configure-tcl @: $(MAKE); $(unstage) @[ -f ./tcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -22344,23 +20150,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in tcl" ; \ + echo "Doing dvi in tcl" ; \ (cd $(HOST_SUBDIR)/tcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + dvi) \ || exit 1 @endif tcl -.PHONY: maybe-maintainer-clean-tcl maintainer-clean-tcl -maybe-maintainer-clean-tcl: +.PHONY: maybe-html-tcl html-tcl +maybe-html-tcl: @if tcl -maybe-maintainer-clean-tcl: maintainer-clean-tcl +maybe-html-tcl: html-tcl -maintainer-clean-tcl: +html-tcl: \ + configure-tcl @: $(MAKE); $(unstage) @[ -f ./tcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -22369,348 +20176,303 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in tcl" ; \ + echo "Doing html in tcl" ; \ (cd $(HOST_SUBDIR)/tcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + html) \ || exit 1 @endif tcl +.PHONY: maybe-TAGS-tcl TAGS-tcl +maybe-TAGS-tcl: +@if tcl +maybe-TAGS-tcl: TAGS-tcl - -.PHONY: configure-itcl maybe-configure-itcl -maybe-configure-itcl: -@if gcc-bootstrap -configure-itcl: stage_current -@endif gcc-bootstrap -@if itcl -maybe-configure-itcl: configure-itcl -configure-itcl: +TAGS-tcl: \ + configure-tcl @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./tcl/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/itcl/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/itcl ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/itcl; \ - cd "$(HOST_SUBDIR)/itcl" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/itcl/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/itcl"; \ - libsrcdir="$$s/itcl"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in tcl" ; \ + (cd $(HOST_SUBDIR)/tcl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ || exit 1 -@endif itcl +@endif tcl - - - -.PHONY: all-itcl maybe-all-itcl -maybe-all-itcl: -@if gcc-bootstrap -all-itcl: stage_current -@endif gcc-bootstrap -@if itcl -TARGET-itcl=all -maybe-all-itcl: all-itcl -all-itcl: configure-itcl - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/itcl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-itcl)) -@endif itcl - - - - -.PHONY: check-itcl maybe-check-itcl -maybe-check-itcl: -@if itcl -maybe-check-itcl: check-itcl - -check-itcl: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/itcl && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif itcl - -.PHONY: install-itcl maybe-install-itcl -maybe-install-itcl: -@if itcl -maybe-install-itcl: install-itcl - -install-itcl: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/itcl && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif itcl - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-itcl info-itcl -maybe-info-itcl: -@if itcl -maybe-info-itcl: info-itcl +.PHONY: maybe-install-info-tcl install-info-tcl +maybe-install-info-tcl: +@if tcl +maybe-install-info-tcl: install-info-tcl -info-itcl: \ - configure-itcl +install-info-tcl: \ + configure-tcl \ + info-tcl @: $(MAKE); $(unstage) - @[ -f ./itcl/Makefile ] || exit 0; \ + @[ -f ./tcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in itcl" ; \ - (cd $(HOST_SUBDIR)/itcl && \ + echo "Doing install-info in tcl" ; \ + (cd $(HOST_SUBDIR)/tcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + install-info) \ || exit 1 -@endif itcl +@endif tcl -.PHONY: maybe-dvi-itcl dvi-itcl -maybe-dvi-itcl: -@if itcl -maybe-dvi-itcl: dvi-itcl +.PHONY: maybe-install-html-tcl install-html-tcl +maybe-install-html-tcl: +@if tcl +maybe-install-html-tcl: install-html-tcl -dvi-itcl: \ - configure-itcl +install-html-tcl: \ + configure-tcl \ + html-tcl @: $(MAKE); $(unstage) - @[ -f ./itcl/Makefile ] || exit 0; \ + @[ -f ./tcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in itcl" ; \ - (cd $(HOST_SUBDIR)/itcl && \ + echo "Doing install-html in tcl" ; \ + (cd $(HOST_SUBDIR)/tcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + install-html) \ || exit 1 -@endif itcl +@endif tcl -.PHONY: maybe-pdf-itcl pdf-itcl -maybe-pdf-itcl: -@if itcl -maybe-pdf-itcl: pdf-itcl +.PHONY: maybe-installcheck-tcl installcheck-tcl +maybe-installcheck-tcl: +@if tcl +maybe-installcheck-tcl: installcheck-tcl -pdf-itcl: \ - configure-itcl +installcheck-tcl: \ + configure-tcl @: $(MAKE); $(unstage) - @[ -f ./itcl/Makefile ] || exit 0; \ + @[ -f ./tcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in itcl" ; \ - (cd $(HOST_SUBDIR)/itcl && \ + echo "Doing installcheck in tcl" ; \ + (cd $(HOST_SUBDIR)/tcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + installcheck) \ || exit 1 -@endif itcl +@endif tcl + +.PHONY: maybe-mostlyclean-tcl mostlyclean-tcl +maybe-mostlyclean-tcl: +@if tcl +maybe-mostlyclean-tcl: mostlyclean-tcl + +# tcl doesn't support mostlyclean. +mostlyclean-tcl: + +@endif tcl -.PHONY: maybe-html-itcl html-itcl -maybe-html-itcl: -@if itcl -maybe-html-itcl: html-itcl +.PHONY: maybe-clean-tcl clean-tcl +maybe-clean-tcl: +@if tcl +maybe-clean-tcl: clean-tcl -html-itcl: \ - configure-itcl +clean-tcl: @: $(MAKE); $(unstage) - @[ -f ./itcl/Makefile ] || exit 0; \ + @[ -f ./tcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in itcl" ; \ - (cd $(HOST_SUBDIR)/itcl && \ + echo "Doing clean in tcl" ; \ + (cd $(HOST_SUBDIR)/tcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + clean) \ || exit 1 -@endif itcl +@endif tcl -.PHONY: maybe-TAGS-itcl TAGS-itcl -maybe-TAGS-itcl: -@if itcl -maybe-TAGS-itcl: TAGS-itcl +.PHONY: maybe-distclean-tcl distclean-tcl +maybe-distclean-tcl: +@if tcl +maybe-distclean-tcl: distclean-tcl -TAGS-itcl: \ - configure-itcl +distclean-tcl: @: $(MAKE); $(unstage) - @[ -f ./itcl/Makefile ] || exit 0; \ + @[ -f ./tcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in itcl" ; \ - (cd $(HOST_SUBDIR)/itcl && \ + echo "Doing distclean in tcl" ; \ + (cd $(HOST_SUBDIR)/tcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + distclean) \ || exit 1 -@endif itcl +@endif tcl -.PHONY: maybe-install-info-itcl install-info-itcl -maybe-install-info-itcl: -@if itcl -maybe-install-info-itcl: install-info-itcl +.PHONY: maybe-maintainer-clean-tcl maintainer-clean-tcl +maybe-maintainer-clean-tcl: +@if tcl +maybe-maintainer-clean-tcl: maintainer-clean-tcl -install-info-itcl: \ - configure-itcl \ - info-itcl +maintainer-clean-tcl: @: $(MAKE); $(unstage) - @[ -f ./itcl/Makefile ] || exit 0; \ + @[ -f ./tcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in itcl" ; \ - (cd $(HOST_SUBDIR)/itcl && \ + echo "Doing maintainer-clean in tcl" ; \ + (cd $(HOST_SUBDIR)/tcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + maintainer-clean) \ || exit 1 +@endif tcl + + + +.PHONY: configure-itcl maybe-configure-itcl +maybe-configure-itcl: +@if gcc-bootstrap +configure-itcl: stage_current +@endif gcc-bootstrap +@if itcl +maybe-configure-itcl: configure-itcl +configure-itcl: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/itcl/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/itcl ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/itcl; \ + cd "$(HOST_SUBDIR)/itcl" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/itcl/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/itcl"; \ + libsrcdir="$$s/itcl"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 @endif itcl -.PHONY: maybe-install-pdf-itcl install-pdf-itcl -maybe-install-pdf-itcl: + + + + +.PHONY: all-itcl maybe-all-itcl +maybe-all-itcl: +@if gcc-bootstrap +all-itcl: stage_current +@endif gcc-bootstrap @if itcl -maybe-install-pdf-itcl: install-pdf-itcl - -install-pdf-itcl: \ - configure-itcl \ - pdf-itcl +TARGET-itcl=all +maybe-all-itcl: all-itcl +all-itcl: configure-itcl @: $(MAKE); $(unstage) - @[ -f ./itcl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in itcl" ; \ (cd $(HOST_SUBDIR)/itcl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-itcl)) +@endif itcl + + -@endif itcl -.PHONY: maybe-install-html-itcl install-html-itcl -maybe-install-html-itcl: +.PHONY: check-itcl maybe-check-itcl +maybe-check-itcl: @if itcl -maybe-install-html-itcl: install-html-itcl +maybe-check-itcl: check-itcl -install-html-itcl: \ - configure-itcl \ - html-itcl +check-itcl: @: $(MAKE); $(unstage) - @[ -f ./itcl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in itcl" ; \ (cd $(HOST_SUBDIR)/itcl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif itcl -.PHONY: maybe-installcheck-itcl installcheck-itcl -maybe-installcheck-itcl: +.PHONY: install-itcl maybe-install-itcl +maybe-install-itcl: @if itcl -maybe-installcheck-itcl: installcheck-itcl +maybe-install-itcl: install-itcl -installcheck-itcl: \ - configure-itcl +install-itcl: installdirs @: $(MAKE); $(unstage) - @[ -f ./itcl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in itcl" ; \ (cd $(HOST_SUBDIR)/itcl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif itcl -.PHONY: maybe-mostlyclean-itcl mostlyclean-itcl -maybe-mostlyclean-itcl: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-itcl info-itcl +maybe-info-itcl: @if itcl -maybe-mostlyclean-itcl: mostlyclean-itcl +maybe-info-itcl: info-itcl -mostlyclean-itcl: +info-itcl: \ + configure-itcl @: $(MAKE); $(unstage) @[ -f ./itcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -22719,23 +20481,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in itcl" ; \ + echo "Doing info in itcl" ; \ (cd $(HOST_SUBDIR)/itcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + info) \ || exit 1 @endif itcl -.PHONY: maybe-clean-itcl clean-itcl -maybe-clean-itcl: +.PHONY: maybe-dvi-itcl dvi-itcl +maybe-dvi-itcl: @if itcl -maybe-clean-itcl: clean-itcl +maybe-dvi-itcl: dvi-itcl -clean-itcl: +dvi-itcl: \ + configure-itcl @: $(MAKE); $(unstage) @[ -f ./itcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -22744,23 +20507,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in itcl" ; \ + echo "Doing dvi in itcl" ; \ (cd $(HOST_SUBDIR)/itcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + dvi) \ || exit 1 @endif itcl -.PHONY: maybe-distclean-itcl distclean-itcl -maybe-distclean-itcl: +.PHONY: maybe-html-itcl html-itcl +maybe-html-itcl: @if itcl -maybe-distclean-itcl: distclean-itcl +maybe-html-itcl: html-itcl -distclean-itcl: +html-itcl: \ + configure-itcl @: $(MAKE); $(unstage) @[ -f ./itcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -22769,23 +20533,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in itcl" ; \ + echo "Doing html in itcl" ; \ (cd $(HOST_SUBDIR)/itcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + html) \ || exit 1 @endif itcl -.PHONY: maybe-maintainer-clean-itcl maintainer-clean-itcl -maybe-maintainer-clean-itcl: +.PHONY: maybe-TAGS-itcl TAGS-itcl +maybe-TAGS-itcl: @if itcl -maybe-maintainer-clean-itcl: maintainer-clean-itcl +maybe-TAGS-itcl: TAGS-itcl -maintainer-clean-itcl: +TAGS-itcl: \ + configure-itcl @: $(MAKE); $(unstage) @[ -f ./itcl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -22794,282 +20559,214 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in itcl" ; \ + echo "Doing TAGS in itcl" ; \ (cd $(HOST_SUBDIR)/itcl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + TAGS) \ || exit 1 @endif itcl - - -.PHONY: configure-ld maybe-configure-ld -maybe-configure-ld: -@if gcc-bootstrap -configure-ld: stage_current -@endif gcc-bootstrap -@if ld -maybe-configure-ld: configure-ld -configure-ld: - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/ld; \ - cd "$(HOST_SUBDIR)/ld" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/ld"; \ - libsrcdir="$$s/ld"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif ld - - - -.PHONY: configure-stage1-ld maybe-configure-stage1-ld -maybe-configure-stage1-ld: -@if ld-bootstrap -maybe-configure-stage1-ld: configure-stage1-ld -configure-stage1-ld: - @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ - $(HOST_EXPORTS) \ - CFLAGS="$(STAGE1_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE1_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 1 in $(HOST_SUBDIR)/ld ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ - cd $(HOST_SUBDIR)/ld || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/ld"; \ - libsrcdir="$$s/ld"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - \ - --disable-intermodule $(STAGE1_CHECKING) --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" -@endif ld-bootstrap +.PHONY: maybe-install-info-itcl install-info-itcl +maybe-install-info-itcl: +@if itcl +maybe-install-info-itcl: install-info-itcl -.PHONY: configure-stage2-ld maybe-configure-stage2-ld -maybe-configure-stage2-ld: -@if ld-bootstrap -maybe-configure-stage2-ld: configure-stage2-ld -configure-stage2-ld: - @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld - @r=`${PWD_COMMAND}`; export r; \ +install-info-itcl: \ + configure-itcl \ + info-itcl + @: $(MAKE); $(unstage) + @[ -f ./itcl/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 2 in $(HOST_SUBDIR)/ld ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ - cd $(HOST_SUBDIR)/ld || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/ld"; \ - libsrcdir="$$s/ld"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif ld-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in itcl" ; \ + (cd $(HOST_SUBDIR)/itcl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 + +@endif itcl + +.PHONY: maybe-install-html-itcl install-html-itcl +maybe-install-html-itcl: +@if itcl +maybe-install-html-itcl: install-html-itcl -.PHONY: configure-stageb2g0-ld maybe-configure-stageb2g0-ld -maybe-configure-stageb2g0-ld: -@if ld-bootstrap -maybe-configure-stageb2g0-ld: configure-stageb2g0-ld -configure-stageb2g0-ld: - @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld - @r=`${PWD_COMMAND}`; export r; \ +install-html-itcl: \ + configure-itcl \ + html-itcl + @: $(MAKE); $(unstage) + @[ -f ./itcl/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS) -g0"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS) -g0"; export CXXFLAGS; \ - echo Configuring stage b2g0 in $(HOST_SUBDIR)/ld ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ - cd $(HOST_SUBDIR)/ld || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/ld"; \ - libsrcdir="$$s/ld"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif ld-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-html in itcl" ; \ + (cd $(HOST_SUBDIR)/itcl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 + +@endif itcl + +.PHONY: maybe-installcheck-itcl installcheck-itcl +maybe-installcheck-itcl: +@if itcl +maybe-installcheck-itcl: installcheck-itcl -.PHONY: configure-stage3-ld maybe-configure-stage3-ld -maybe-configure-stage3-ld: -@if ld-bootstrap -maybe-configure-stage3-ld: configure-stage3-ld -configure-stage3-ld: - @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld - @r=`${PWD_COMMAND}`; export r; \ +installcheck-itcl: \ + configure-itcl + @: $(MAKE); $(unstage) + @[ -f ./itcl/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 3 in $(HOST_SUBDIR)/ld ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ - cd $(HOST_SUBDIR)/ld || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/ld"; \ - libsrcdir="$$s/ld"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif ld-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing installcheck in itcl" ; \ + (cd $(HOST_SUBDIR)/itcl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + installcheck) \ + || exit 1 + +@endif itcl + +.PHONY: maybe-mostlyclean-itcl mostlyclean-itcl +maybe-mostlyclean-itcl: +@if itcl +maybe-mostlyclean-itcl: mostlyclean-itcl -.PHONY: configure-stageb3g2-ld maybe-configure-stageb3g2-ld -maybe-configure-stageb3g2-ld: -@if ld-bootstrap -maybe-configure-stageb3g2-ld: configure-stageb3g2-ld -configure-stageb3g2-ld: - @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld - @r=`${PWD_COMMAND}`; export r; \ +mostlyclean-itcl: + @: $(MAKE); $(unstage) + @[ -f ./itcl/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS) -g2"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS) -g2"; export CXXFLAGS; \ - echo Configuring stage b3g2 in $(HOST_SUBDIR)/ld ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ - cd $(HOST_SUBDIR)/ld || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/ld"; \ - libsrcdir="$$s/ld"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif ld-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing mostlyclean in itcl" ; \ + (cd $(HOST_SUBDIR)/itcl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + mostlyclean) \ + || exit 1 + +@endif itcl + +.PHONY: maybe-clean-itcl clean-itcl +maybe-clean-itcl: +@if itcl +maybe-clean-itcl: clean-itcl -.PHONY: configure-stage4-ld maybe-configure-stage4-ld -maybe-configure-stage4-ld: -@if ld-bootstrap -maybe-configure-stage4-ld: configure-stage4-ld -configure-stage4-ld: - @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld - @r=`${PWD_COMMAND}`; export r; \ +clean-itcl: + @: $(MAKE); $(unstage) + @[ -f ./itcl/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE4_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE4_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 4 in $(HOST_SUBDIR)/ld ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ - cd $(HOST_SUBDIR)/ld || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/ld"; \ - libsrcdir="$$s/ld"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif ld-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing clean in itcl" ; \ + (cd $(HOST_SUBDIR)/itcl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + clean) \ + || exit 1 + +@endif itcl + +.PHONY: maybe-distclean-itcl distclean-itcl +maybe-distclean-itcl: +@if itcl +maybe-distclean-itcl: distclean-itcl -.PHONY: configure-stageprofile-ld maybe-configure-stageprofile-ld -maybe-configure-stageprofile-ld: -@if ld-bootstrap -maybe-configure-stageprofile-ld: configure-stageprofile-ld -configure-stageprofile-ld: - @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld - @r=`${PWD_COMMAND}`; export r; \ +distclean-itcl: + @: $(MAKE); $(unstage) + @[ -f ./itcl/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CXXFLAGS; \ - echo Configuring stage profile in $(HOST_SUBDIR)/ld ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ - cd $(HOST_SUBDIR)/ld || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/ld"; \ - libsrcdir="$$s/ld"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif ld-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing distclean in itcl" ; \ + (cd $(HOST_SUBDIR)/itcl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + distclean) \ + || exit 1 + +@endif itcl + +.PHONY: maybe-maintainer-clean-itcl maintainer-clean-itcl +maybe-maintainer-clean-itcl: +@if itcl +maybe-maintainer-clean-itcl: maintainer-clean-itcl -.PHONY: configure-stagefeedback-ld maybe-configure-stagefeedback-ld -maybe-configure-stagefeedback-ld: -@if ld-bootstrap -maybe-configure-stagefeedback-ld: configure-stagefeedback-ld -configure-stagefeedback-ld: - @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld - @r=`${PWD_COMMAND}`; export r; \ +maintainer-clean-itcl: + @: $(MAKE); $(unstage) + @[ -f ./itcl/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing maintainer-clean in itcl" ; \ + (cd $(HOST_SUBDIR)/itcl && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + maintainer-clean) \ + || exit 1 + +@endif itcl + + + +.PHONY: configure-ld maybe-configure-ld +maybe-configure-ld: +@if gcc-bootstrap +configure-ld: stage_current +@endif gcc-bootstrap +@if ld +maybe-configure-ld: configure-ld +configure-ld: + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CXXFLAGS; \ - echo Configuring stage feedback in $(HOST_SUBDIR)/ld ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ - cd $(HOST_SUBDIR)/ld || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/ld; \ + cd "$(HOST_SUBDIR)/ld" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ @@ -23079,629 +20776,626 @@ libsrcdir="$$s/ld"; \ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif ld-bootstrap - - - - - -.PHONY: all-ld maybe-all-ld -maybe-all-ld: -@if gcc-bootstrap -all-ld: stage_current -@endif gcc-bootstrap -@if ld -TARGET-ld=all -maybe-all-ld: all-ld -all-ld: configure-ld - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-ld)) + --target=${target_alias} $${srcdiroption} \ + || exit 1 @endif ld -.PHONY: all-stage1-ld maybe-all-stage1-ld -.PHONY: clean-stage1-ld maybe-clean-stage1-ld -maybe-all-stage1-ld: -maybe-clean-stage1-ld: +.PHONY: configure-stage1-ld maybe-configure-stage1-ld +maybe-configure-stage1-ld: @if ld-bootstrap -maybe-all-stage1-ld: all-stage1-ld -all-stage1: all-stage1-ld -TARGET-stage1-ld = $(TARGET-ld) -all-stage1-ld: configure-stage1-ld +maybe-configure-stage1-ld: configure-stage1-ld +configure-stage1-ld: @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE1_CFLAGS)" CXXFLAGS="$(STAGE1_CFLAGS)" \ - LIBCFLAGS="$(STAGE1_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) \ - $(TARGET-stage1-ld) - -maybe-clean-stage1-ld: clean-stage1-ld -clean-stage1: clean-stage1-ld -clean-stage1-ld: - @if [ $(current_stage) = stage1 ]; then \ - [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage1-ld/Makefile ] || exit 0; \ - $(MAKE) stage1-start; \ - fi; \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - clean + test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ + $(HOST_EXPORTS) \ + CFLAGS="$(STAGE1_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE1_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 1 in $(HOST_SUBDIR)/ld ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ + cd $(HOST_SUBDIR)/ld || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/ld"; \ + libsrcdir="$$s/ld"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + \ + --disable-intermodule $(STAGE1_CHECKING) --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" @endif ld-bootstrap - -.PHONY: all-stage2-ld maybe-all-stage2-ld -.PHONY: clean-stage2-ld maybe-clean-stage2-ld -maybe-all-stage2-ld: -maybe-clean-stage2-ld: +.PHONY: configure-stage2-ld maybe-configure-stage2-ld +maybe-configure-stage2-ld: @if ld-bootstrap -maybe-all-stage2-ld: all-stage2-ld -all-stage2: all-stage2-ld -TARGET-stage2-ld = $(TARGET-ld) -all-stage2-ld: configure-stage2-ld +maybe-configure-stage2-ld: configure-stage2-ld +configure-stage2-ld: @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS)" CXXFLAGS="$(STAGE2_CFLAGS)" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage2-ld) - -maybe-clean-stage2-ld: clean-stage2-ld -clean-stage2: clean-stage2-ld -clean-stage2-ld: - @if [ $(current_stage) = stage2 ]; then \ - [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage2-ld/Makefile ] || exit 0; \ - $(MAKE) stage2-start; \ - fi; \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 2 in $(HOST_SUBDIR)/ld ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ + cd $(HOST_SUBDIR)/ld || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/ld"; \ + libsrcdir="$$s/ld"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif ld-bootstrap - -.PHONY: all-stageb2g0-ld maybe-all-stageb2g0-ld -.PHONY: clean-stageb2g0-ld maybe-clean-stageb2g0-ld -maybe-all-stageb2g0-ld: -maybe-clean-stageb2g0-ld: +.PHONY: configure-stageb2g0-ld maybe-configure-stageb2g0-ld +maybe-configure-stageb2g0-ld: @if ld-bootstrap -maybe-all-stageb2g0-ld: all-stageb2g0-ld -all-stageb2g0: all-stageb2g0-ld -TARGET-stageb2g0-ld = $(TARGET-ld) -all-stageb2g0-ld: configure-stageb2g0-ld +maybe-configure-stageb2g0-ld: configure-stageb2g0-ld +configure-stageb2g0-ld: @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS) -g0" CXXFLAGS="$(STAGE2_CFLAGS) -g0" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS) -g0" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageb2g0-ld) - -maybe-clean-stageb2g0-ld: clean-stageb2g0-ld -clean-stageb2g0: clean-stageb2g0-ld -clean-stageb2g0-ld: - @if [ $(current_stage) = stageb2g0 ]; then \ - [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageb2g0-ld/Makefile ] || exit 0; \ - $(MAKE) stageb2g0-start; \ - fi; \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS) -g0"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS) -g0"; export CXXFLAGS; \ + echo Configuring stage b2g0 in $(HOST_SUBDIR)/ld ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ + cd $(HOST_SUBDIR)/ld || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/ld"; \ + libsrcdir="$$s/ld"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif ld-bootstrap - -.PHONY: all-stage3-ld maybe-all-stage3-ld -.PHONY: clean-stage3-ld maybe-clean-stage3-ld -maybe-all-stage3-ld: -maybe-clean-stage3-ld: +.PHONY: configure-stage3-ld maybe-configure-stage3-ld +maybe-configure-stage3-ld: @if ld-bootstrap -maybe-all-stage3-ld: all-stage3-ld -all-stage3: all-stage3-ld -TARGET-stage3-ld = $(TARGET-ld) -all-stage3-ld: configure-stage3-ld +maybe-configure-stage3-ld: configure-stage3-ld +configure-stage3-ld: @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS)" CXXFLAGS="$(STAGE3_CFLAGS)" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage3-ld) - -maybe-clean-stage3-ld: clean-stage3-ld -clean-stage3: clean-stage3-ld -clean-stage3-ld: - @if [ $(current_stage) = stage3 ]; then \ - [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage3-ld/Makefile ] || exit 0; \ - $(MAKE) stage3-start; \ - fi; \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 3 in $(HOST_SUBDIR)/ld ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ + cd $(HOST_SUBDIR)/ld || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/ld"; \ + libsrcdir="$$s/ld"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif ld-bootstrap - -.PHONY: all-stageb3g2-ld maybe-all-stageb3g2-ld -.PHONY: clean-stageb3g2-ld maybe-clean-stageb3g2-ld -maybe-all-stageb3g2-ld: -maybe-clean-stageb3g2-ld: -@if ld-bootstrap -maybe-all-stageb3g2-ld: all-stageb3g2-ld -all-stageb3g2: all-stageb3g2-ld -TARGET-stageb3g2-ld = $(TARGET-ld) -all-stageb3g2-ld: configure-stageb3g2-ld - @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS) -g2" CXXFLAGS="$(STAGE3_CFLAGS) -g2" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS) -g2" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageb3g2-ld) - -maybe-clean-stageb3g2-ld: clean-stageb3g2-ld -clean-stageb3g2: clean-stageb3g2-ld -clean-stageb3g2-ld: - @if [ $(current_stage) = stageb3g2 ]; then \ - [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageb3g2-ld/Makefile ] || exit 0; \ - $(MAKE) stageb3g2-start; \ - fi; \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean +.PHONY: configure-stageb3g2-ld maybe-configure-stageb3g2-ld +maybe-configure-stageb3g2-ld: +@if ld-bootstrap +maybe-configure-stageb3g2-ld: configure-stageb3g2-ld +configure-stageb3g2-ld: + @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ + $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS) -g2"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS) -g2"; export CXXFLAGS; \ + echo Configuring stage b3g2 in $(HOST_SUBDIR)/ld ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ + cd $(HOST_SUBDIR)/ld || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/ld"; \ + libsrcdir="$$s/ld"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif ld-bootstrap - -.PHONY: all-stage4-ld maybe-all-stage4-ld -.PHONY: clean-stage4-ld maybe-clean-stage4-ld -maybe-all-stage4-ld: -maybe-clean-stage4-ld: +.PHONY: configure-stage4-ld maybe-configure-stage4-ld +maybe-configure-stage4-ld: @if ld-bootstrap -maybe-all-stage4-ld: all-stage4-ld -all-stage4: all-stage4-ld -TARGET-stage4-ld = $(TARGET-ld) -all-stage4-ld: configure-stage4-ld +maybe-configure-stage4-ld: configure-stage4-ld +configure-stage4-ld: @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE4_CFLAGS)" CXXFLAGS="$(STAGE4_CFLAGS)" \ - LIBCFLAGS="$(STAGE4_CFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage4-ld) - -maybe-clean-stage4-ld: clean-stage4-ld -clean-stage4: clean-stage4-ld -clean-stage4-ld: - @if [ $(current_stage) = stage4 ]; then \ - [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage4-ld/Makefile ] || exit 0; \ - $(MAKE) stage4-start; \ - fi; \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE4_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE4_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 4 in $(HOST_SUBDIR)/ld ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ + cd $(HOST_SUBDIR)/ld || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/ld"; \ + libsrcdir="$$s/ld"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif ld-bootstrap - -.PHONY: all-stageprofile-ld maybe-all-stageprofile-ld -.PHONY: clean-stageprofile-ld maybe-clean-stageprofile-ld -maybe-all-stageprofile-ld: -maybe-clean-stageprofile-ld: +.PHONY: configure-stageprofile-ld maybe-configure-stageprofile-ld +maybe-configure-stageprofile-ld: @if ld-bootstrap -maybe-all-stageprofile-ld: all-stageprofile-ld -all-stageprofile: all-stageprofile-ld -TARGET-stageprofile-ld = $(TARGET-ld) -all-stageprofile-ld: configure-stageprofile-ld +maybe-configure-stageprofile-ld: configure-stageprofile-ld +configure-stageprofile-ld: @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageprofile-ld) - -maybe-clean-stageprofile-ld: clean-stageprofile-ld -clean-stageprofile: clean-stageprofile-ld -clean-stageprofile-ld: - @if [ $(current_stage) = stageprofile ]; then \ - [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageprofile-ld/Makefile ] || exit 0; \ - $(MAKE) stageprofile-start; \ - fi; \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CXXFLAGS; \ + echo Configuring stage profile in $(HOST_SUBDIR)/ld ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ + cd $(HOST_SUBDIR)/ld || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/ld"; \ + libsrcdir="$$s/ld"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif ld-bootstrap - -.PHONY: all-stagefeedback-ld maybe-all-stagefeedback-ld -.PHONY: clean-stagefeedback-ld maybe-clean-stagefeedback-ld -maybe-all-stagefeedback-ld: -maybe-clean-stagefeedback-ld: +.PHONY: configure-stagefeedback-ld maybe-configure-stagefeedback-ld +maybe-configure-stagefeedback-ld: @if ld-bootstrap -maybe-all-stagefeedback-ld: all-stagefeedback-ld -all-stagefeedback: all-stagefeedback-ld -TARGET-stagefeedback-ld = $(TARGET-ld) -all-stagefeedback-ld: configure-stagefeedback-ld +maybe-configure-stagefeedback-ld: configure-stagefeedback-ld +configure-stagefeedback-ld: @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/ld/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS) -fprofile-use" CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS) -fprofile-use" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stagefeedback-ld) - -maybe-clean-stagefeedback-ld: clean-stagefeedback-ld -clean-stagefeedback: clean-stagefeedback-ld -clean-stagefeedback-ld: - @if [ $(current_stage) = stagefeedback ]; then \ - [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stagefeedback-ld/Makefile ] || exit 0; \ - $(MAKE) stagefeedback-start; \ - fi; \ - cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CXXFLAGS; \ + echo Configuring stage feedback in $(HOST_SUBDIR)/ld ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/ld ; \ + cd $(HOST_SUBDIR)/ld || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/ld/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/ld"; \ + libsrcdir="$$s/ld"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif ld-bootstrap -.PHONY: check-ld maybe-check-ld -maybe-check-ld: +.PHONY: all-ld maybe-all-ld +maybe-all-ld: +@if gcc-bootstrap +all-ld: stage_current +@endif gcc-bootstrap @if ld -maybe-check-ld: check-ld - -check-ld: - @: $(MAKE); $(unstage) +TARGET-ld=all +maybe-all-ld: all-ld +all-ld: configure-ld @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(FLAGS_TO_PASS) check) + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-ld)) +@endif ld -@endif ld -.PHONY: install-ld maybe-install-ld -maybe-install-ld: -@if ld -maybe-install-ld: install-ld -install-ld: installdirs - @: $(MAKE); $(unstage) +.PHONY: all-stage1-ld maybe-all-stage1-ld +.PHONY: clean-stage1-ld maybe-clean-stage1-ld +maybe-all-stage1-ld: +maybe-clean-stage1-ld: +@if ld-bootstrap +maybe-all-stage1-ld: all-stage1-ld +all-stage1: all-stage1-ld +TARGET-stage1-ld = $(TARGET-ld) +all-stage1-ld: configure-stage1-ld + @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(FLAGS_TO_PASS) install) + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE1_CFLAGS)" CXXFLAGS="$(STAGE1_CFLAGS)" \ + LIBCFLAGS="$(STAGE1_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) \ + $(TARGET-stage1-ld) -@endif ld +maybe-clean-stage1-ld: clean-stage1-ld +clean-stage1: clean-stage1-ld +clean-stage1-ld: + @if [ $(current_stage) = stage1 ]; then \ + [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage1-ld/Makefile ] || exit 0; \ + $(MAKE) stage1-start; \ + fi; \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + clean +@endif ld-bootstrap -# Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-ld info-ld -maybe-info-ld: -@if ld -maybe-info-ld: info-ld - -info-ld: \ - configure-ld - @[ -f ./ld/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing info in ld" ; \ - (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 - -@endif ld - -.PHONY: maybe-dvi-ld dvi-ld -maybe-dvi-ld: -@if ld -maybe-dvi-ld: dvi-ld - -dvi-ld: \ - configure-ld - @[ -f ./ld/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage2-ld maybe-all-stage2-ld +.PHONY: clean-stage2-ld maybe-clean-stage2-ld +maybe-all-stage2-ld: +maybe-clean-stage2-ld: +@if ld-bootstrap +maybe-all-stage2-ld: all-stage2-ld +all-stage2: all-stage2-ld +TARGET-stage2-ld = $(TARGET-ld) +all-stage2-ld: configure-stage2-ld + @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing dvi in ld" ; \ - (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS)" CXXFLAGS="$(STAGE2_CFLAGS)" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage2-ld) -@endif ld +maybe-clean-stage2-ld: clean-stage2-ld +clean-stage2: clean-stage2-ld +clean-stage2-ld: + @if [ $(current_stage) = stage2 ]; then \ + [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage2-ld/Makefile ] || exit 0; \ + $(MAKE) stage2-start; \ + fi; \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif ld-bootstrap -.PHONY: maybe-pdf-ld pdf-ld -maybe-pdf-ld: -@if ld -maybe-pdf-ld: pdf-ld -pdf-ld: \ - configure-ld - @[ -f ./ld/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stageb2g0-ld maybe-all-stageb2g0-ld +.PHONY: clean-stageb2g0-ld maybe-clean-stageb2g0-ld +maybe-all-stageb2g0-ld: +maybe-clean-stageb2g0-ld: +@if ld-bootstrap +maybe-all-stageb2g0-ld: all-stageb2g0-ld +all-stageb2g0: all-stageb2g0-ld +TARGET-stageb2g0-ld = $(TARGET-ld) +all-stageb2g0-ld: configure-stageb2g0-ld + @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in ld" ; \ - (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS) -g0" CXXFLAGS="$(STAGE2_CFLAGS) -g0" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS) -g0" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageb2g0-ld) -@endif ld +maybe-clean-stageb2g0-ld: clean-stageb2g0-ld +clean-stageb2g0: clean-stageb2g0-ld +clean-stageb2g0-ld: + @if [ $(current_stage) = stageb2g0 ]; then \ + [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageb2g0-ld/Makefile ] || exit 0; \ + $(MAKE) stageb2g0-start; \ + fi; \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif ld-bootstrap -.PHONY: maybe-html-ld html-ld -maybe-html-ld: -@if ld -maybe-html-ld: html-ld -html-ld: \ - configure-ld - @[ -f ./ld/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage3-ld maybe-all-stage3-ld +.PHONY: clean-stage3-ld maybe-clean-stage3-ld +maybe-all-stage3-ld: +maybe-clean-stage3-ld: +@if ld-bootstrap +maybe-all-stage3-ld: all-stage3-ld +all-stage3: all-stage3-ld +TARGET-stage3-ld = $(TARGET-ld) +all-stage3-ld: configure-stage3-ld + @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in ld" ; \ - (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS)" CXXFLAGS="$(STAGE3_CFLAGS)" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage3-ld) -@endif ld +maybe-clean-stage3-ld: clean-stage3-ld +clean-stage3: clean-stage3-ld +clean-stage3-ld: + @if [ $(current_stage) = stage3 ]; then \ + [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage3-ld/Makefile ] || exit 0; \ + $(MAKE) stage3-start; \ + fi; \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif ld-bootstrap -.PHONY: maybe-TAGS-ld TAGS-ld -maybe-TAGS-ld: -@if ld -maybe-TAGS-ld: TAGS-ld -TAGS-ld: \ - configure-ld - @[ -f ./ld/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stageb3g2-ld maybe-all-stageb3g2-ld +.PHONY: clean-stageb3g2-ld maybe-clean-stageb3g2-ld +maybe-all-stageb3g2-ld: +maybe-clean-stageb3g2-ld: +@if ld-bootstrap +maybe-all-stageb3g2-ld: all-stageb3g2-ld +all-stageb3g2: all-stageb3g2-ld +TARGET-stageb3g2-ld = $(TARGET-ld) +all-stageb3g2-ld: configure-stageb3g2-ld + @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in ld" ; \ - (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS) -g2" CXXFLAGS="$(STAGE3_CFLAGS) -g2" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS) -g2" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageb3g2-ld) -@endif ld +maybe-clean-stageb3g2-ld: clean-stageb3g2-ld +clean-stageb3g2: clean-stageb3g2-ld +clean-stageb3g2-ld: + @if [ $(current_stage) = stageb3g2 ]; then \ + [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageb3g2-ld/Makefile ] || exit 0; \ + $(MAKE) stageb3g2-start; \ + fi; \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif ld-bootstrap -.PHONY: maybe-install-info-ld install-info-ld -maybe-install-info-ld: -@if ld -maybe-install-info-ld: install-info-ld -install-info-ld: \ - configure-ld \ - info-ld - @[ -f ./ld/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage4-ld maybe-all-stage4-ld +.PHONY: clean-stage4-ld maybe-clean-stage4-ld +maybe-all-stage4-ld: +maybe-clean-stage4-ld: +@if ld-bootstrap +maybe-all-stage4-ld: all-stage4-ld +all-stage4: all-stage4-ld +TARGET-stage4-ld = $(TARGET-ld) +all-stage4-ld: configure-stage4-ld + @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in ld" ; \ - (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE4_CFLAGS)" CXXFLAGS="$(STAGE4_CFLAGS)" \ + LIBCFLAGS="$(STAGE4_CFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage4-ld) -@endif ld - -.PHONY: maybe-install-pdf-ld install-pdf-ld -maybe-install-pdf-ld: -@if ld -maybe-install-pdf-ld: install-pdf-ld - -install-pdf-ld: \ - configure-ld \ - pdf-ld - @[ -f ./ld/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in ld" ; \ - (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif ld - -.PHONY: maybe-install-html-ld install-html-ld -maybe-install-html-ld: -@if ld -maybe-install-html-ld: install-html-ld - -install-html-ld: \ - configure-ld \ - html-ld - @[ -f ./ld/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in ld" ; \ - (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 - -@endif ld - -.PHONY: maybe-installcheck-ld installcheck-ld -maybe-installcheck-ld: -@if ld -maybe-installcheck-ld: installcheck-ld +maybe-clean-stage4-ld: clean-stage4-ld +clean-stage4: clean-stage4-ld +clean-stage4-ld: + @if [ $(current_stage) = stage4 ]; then \ + [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage4-ld/Makefile ] || exit 0; \ + $(MAKE) stage4-start; \ + fi; \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif ld-bootstrap -installcheck-ld: \ - configure-ld - @[ -f ./ld/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + +.PHONY: all-stageprofile-ld maybe-all-stageprofile-ld +.PHONY: clean-stageprofile-ld maybe-clean-stageprofile-ld +maybe-all-stageprofile-ld: +maybe-clean-stageprofile-ld: +@if ld-bootstrap +maybe-all-stageprofile-ld: all-stageprofile-ld +all-stageprofile: all-stageprofile-ld +TARGET-stageprofile-ld = $(TARGET-ld) +all-stageprofile-ld: configure-stageprofile-ld + @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageprofile-ld) + +maybe-clean-stageprofile-ld: clean-stageprofile-ld +clean-stageprofile: clean-stageprofile-ld +clean-stageprofile-ld: + @if [ $(current_stage) = stageprofile ]; then \ + [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageprofile-ld/Makefile ] || exit 0; \ + $(MAKE) stageprofile-start; \ + fi; \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif ld-bootstrap + + +.PHONY: all-stagefeedback-ld maybe-all-stagefeedback-ld +.PHONY: clean-stagefeedback-ld maybe-clean-stagefeedback-ld +maybe-all-stagefeedback-ld: +maybe-clean-stagefeedback-ld: +@if ld-bootstrap +maybe-all-stagefeedback-ld: all-stagefeedback-ld +all-stagefeedback: all-stagefeedback-ld +TARGET-stagefeedback-ld = $(TARGET-ld) +all-stagefeedback-ld: configure-stagefeedback-ld + @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS) -fprofile-use" CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS) -fprofile-use" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stagefeedback-ld) + +maybe-clean-stagefeedback-ld: clean-stagefeedback-ld +clean-stagefeedback: clean-stagefeedback-ld +clean-stagefeedback-ld: + @if [ $(current_stage) = stagefeedback ]; then \ + [ -f $(HOST_SUBDIR)/ld/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stagefeedback-ld/Makefile ] || exit 0; \ + $(MAKE) stagefeedback-start; \ + fi; \ + cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif ld-bootstrap + + + + + +.PHONY: check-ld maybe-check-ld +maybe-check-ld: +@if ld +maybe-check-ld: check-ld + +check-ld: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in ld" ; \ (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif ld -.PHONY: maybe-mostlyclean-ld mostlyclean-ld -maybe-mostlyclean-ld: +.PHONY: install-ld maybe-install-ld +maybe-install-ld: @if ld -maybe-mostlyclean-ld: mostlyclean-ld +maybe-install-ld: install-ld -mostlyclean-ld: - @[ -f ./ld/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +install-ld: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in ld" ; \ (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif ld -.PHONY: maybe-clean-ld clean-ld -maybe-clean-ld: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-ld info-ld +maybe-info-ld: @if ld -maybe-clean-ld: clean-ld +maybe-info-ld: info-ld -clean-ld: +info-ld: \ + configure-ld @[ -f ./ld/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -23709,23 +21403,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in ld" ; \ + echo "Doing info in ld" ; \ (cd $(HOST_SUBDIR)/ld && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + info) \ || exit 1 @endif ld -.PHONY: maybe-distclean-ld distclean-ld -maybe-distclean-ld: +.PHONY: maybe-dvi-ld dvi-ld +maybe-dvi-ld: @if ld -maybe-distclean-ld: distclean-ld +maybe-dvi-ld: dvi-ld -distclean-ld: +dvi-ld: \ + configure-ld @[ -f ./ld/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -23733,23 +21428,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in ld" ; \ + echo "Doing dvi in ld" ; \ (cd $(HOST_SUBDIR)/ld && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + dvi) \ || exit 1 @endif ld -.PHONY: maybe-maintainer-clean-ld maintainer-clean-ld -maybe-maintainer-clean-ld: +.PHONY: maybe-html-ld html-ld +maybe-html-ld: @if ld -maybe-maintainer-clean-ld: maintainer-clean-ld +maybe-html-ld: html-ld -maintainer-clean-ld: +html-ld: \ + configure-ld @[ -f ./ld/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -23757,962 +21453,861 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in ld" ; \ - (cd $(HOST_SUBDIR)/ld && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ - || exit 1 - -@endif ld - - - -.PHONY: configure-libcpp maybe-configure-libcpp -maybe-configure-libcpp: -@if gcc-bootstrap -configure-libcpp: stage_current -@endif gcc-bootstrap -@if libcpp -maybe-configure-libcpp: configure-libcpp -configure-libcpp: - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/libcpp; \ - cd "$(HOST_SUBDIR)/libcpp" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libcpp"; \ - libsrcdir="$$s/libcpp"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif libcpp - - - -.PHONY: configure-stage1-libcpp maybe-configure-stage1-libcpp -maybe-configure-stage1-libcpp: -@if libcpp-bootstrap -maybe-configure-stage1-libcpp: configure-stage1-libcpp -configure-stage1-libcpp: - @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ - $(HOST_EXPORTS) \ - CFLAGS="$(STAGE1_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE1_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 1 in $(HOST_SUBDIR)/libcpp ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ - cd $(HOST_SUBDIR)/libcpp || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libcpp"; \ - libsrcdir="$$s/libcpp"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - \ - --disable-intermodule $(STAGE1_CHECKING) --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" -@endif libcpp-bootstrap - -.PHONY: configure-stage2-libcpp maybe-configure-stage2-libcpp -maybe-configure-stage2-libcpp: -@if libcpp-bootstrap -maybe-configure-stage2-libcpp: configure-stage2-libcpp -configure-stage2-libcpp: - @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ - $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 2 in $(HOST_SUBDIR)/libcpp ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ - cd $(HOST_SUBDIR)/libcpp || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libcpp"; \ - libsrcdir="$$s/libcpp"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libcpp-bootstrap + echo "Doing html in ld" ; \ + (cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ + || exit 1 + +@endif ld + +.PHONY: maybe-TAGS-ld TAGS-ld +maybe-TAGS-ld: +@if ld +maybe-TAGS-ld: TAGS-ld + +TAGS-ld: \ + configure-ld + @[ -f ./ld/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in ld" ; \ + (cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ + || exit 1 + +@endif ld + +.PHONY: maybe-install-info-ld install-info-ld +maybe-install-info-ld: +@if ld +maybe-install-info-ld: install-info-ld -.PHONY: configure-stageb2g0-libcpp maybe-configure-stageb2g0-libcpp -maybe-configure-stageb2g0-libcpp: -@if libcpp-bootstrap -maybe-configure-stageb2g0-libcpp: configure-stageb2g0-libcpp -configure-stageb2g0-libcpp: - @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp - @r=`${PWD_COMMAND}`; export r; \ +install-info-ld: \ + configure-ld \ + info-ld + @[ -f ./ld/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS) -g0"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS) -g0"; export CXXFLAGS; \ - echo Configuring stage b2g0 in $(HOST_SUBDIR)/libcpp ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ - cd $(HOST_SUBDIR)/libcpp || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libcpp"; \ - libsrcdir="$$s/libcpp"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libcpp-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in ld" ; \ + (cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 + +@endif ld + +.PHONY: maybe-install-html-ld install-html-ld +maybe-install-html-ld: +@if ld +maybe-install-html-ld: install-html-ld -.PHONY: configure-stage3-libcpp maybe-configure-stage3-libcpp -maybe-configure-stage3-libcpp: -@if libcpp-bootstrap -maybe-configure-stage3-libcpp: configure-stage3-libcpp -configure-stage3-libcpp: - @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp - @r=`${PWD_COMMAND}`; export r; \ +install-html-ld: \ + configure-ld \ + html-ld + @[ -f ./ld/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 3 in $(HOST_SUBDIR)/libcpp ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ - cd $(HOST_SUBDIR)/libcpp || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libcpp"; \ - libsrcdir="$$s/libcpp"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libcpp-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-html in ld" ; \ + (cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 + +@endif ld + +.PHONY: maybe-installcheck-ld installcheck-ld +maybe-installcheck-ld: +@if ld +maybe-installcheck-ld: installcheck-ld -.PHONY: configure-stageb3g2-libcpp maybe-configure-stageb3g2-libcpp -maybe-configure-stageb3g2-libcpp: -@if libcpp-bootstrap -maybe-configure-stageb3g2-libcpp: configure-stageb3g2-libcpp -configure-stageb3g2-libcpp: - @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp - @r=`${PWD_COMMAND}`; export r; \ +installcheck-ld: \ + configure-ld + @[ -f ./ld/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS) -g2"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS) -g2"; export CXXFLAGS; \ - echo Configuring stage b3g2 in $(HOST_SUBDIR)/libcpp ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ - cd $(HOST_SUBDIR)/libcpp || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libcpp"; \ - libsrcdir="$$s/libcpp"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libcpp-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing installcheck in ld" ; \ + (cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + installcheck) \ + || exit 1 + +@endif ld + +.PHONY: maybe-mostlyclean-ld mostlyclean-ld +maybe-mostlyclean-ld: +@if ld +maybe-mostlyclean-ld: mostlyclean-ld -.PHONY: configure-stage4-libcpp maybe-configure-stage4-libcpp -maybe-configure-stage4-libcpp: -@if libcpp-bootstrap -maybe-configure-stage4-libcpp: configure-stage4-libcpp -configure-stage4-libcpp: - @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp - @r=`${PWD_COMMAND}`; export r; \ +mostlyclean-ld: + @[ -f ./ld/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE4_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE4_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 4 in $(HOST_SUBDIR)/libcpp ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ - cd $(HOST_SUBDIR)/libcpp || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libcpp"; \ - libsrcdir="$$s/libcpp"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libcpp-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing mostlyclean in ld" ; \ + (cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + mostlyclean) \ + || exit 1 + +@endif ld + +.PHONY: maybe-clean-ld clean-ld +maybe-clean-ld: +@if ld +maybe-clean-ld: clean-ld -.PHONY: configure-stageprofile-libcpp maybe-configure-stageprofile-libcpp -maybe-configure-stageprofile-libcpp: -@if libcpp-bootstrap -maybe-configure-stageprofile-libcpp: configure-stageprofile-libcpp -configure-stageprofile-libcpp: - @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp - @r=`${PWD_COMMAND}`; export r; \ +clean-ld: + @[ -f ./ld/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CXXFLAGS; \ - echo Configuring stage profile in $(HOST_SUBDIR)/libcpp ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ - cd $(HOST_SUBDIR)/libcpp || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libcpp"; \ - libsrcdir="$$s/libcpp"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libcpp-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing clean in ld" ; \ + (cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + clean) \ + || exit 1 + +@endif ld + +.PHONY: maybe-distclean-ld distclean-ld +maybe-distclean-ld: +@if ld +maybe-distclean-ld: distclean-ld -.PHONY: configure-stagefeedback-libcpp maybe-configure-stagefeedback-libcpp -maybe-configure-stagefeedback-libcpp: -@if libcpp-bootstrap -maybe-configure-stagefeedback-libcpp: configure-stagefeedback-libcpp -configure-stagefeedback-libcpp: - @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp - @r=`${PWD_COMMAND}`; export r; \ +distclean-ld: + @[ -f ./ld/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CXXFLAGS; \ - echo Configuring stage feedback in $(HOST_SUBDIR)/libcpp ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ - cd $(HOST_SUBDIR)/libcpp || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libcpp"; \ - libsrcdir="$$s/libcpp"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libcpp-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing distclean in ld" ; \ + (cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + distclean) \ + || exit 1 +@endif ld +.PHONY: maybe-maintainer-clean-ld maintainer-clean-ld +maybe-maintainer-clean-ld: +@if ld +maybe-maintainer-clean-ld: maintainer-clean-ld +maintainer-clean-ld: + @[ -f ./ld/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing maintainer-clean in ld" ; \ + (cd $(HOST_SUBDIR)/ld && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + maintainer-clean) \ + || exit 1 + +@endif ld + -.PHONY: all-libcpp maybe-all-libcpp -maybe-all-libcpp: +.PHONY: configure-libcpp maybe-configure-libcpp +maybe-configure-libcpp: @if gcc-bootstrap -all-libcpp: stage_current +configure-libcpp: stage_current @endif gcc-bootstrap @if libcpp -TARGET-libcpp=all -maybe-all-libcpp: all-libcpp -all-libcpp: configure-libcpp +maybe-configure-libcpp: configure-libcpp +configure-libcpp: @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-libcpp)) + echo Configuring in $(HOST_SUBDIR)/libcpp; \ + cd "$(HOST_SUBDIR)/libcpp" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libcpp"; \ + libsrcdir="$$s/libcpp"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 @endif libcpp -.PHONY: all-stage1-libcpp maybe-all-stage1-libcpp -.PHONY: clean-stage1-libcpp maybe-clean-stage1-libcpp -maybe-all-stage1-libcpp: -maybe-clean-stage1-libcpp: +.PHONY: configure-stage1-libcpp maybe-configure-stage1-libcpp +maybe-configure-stage1-libcpp: @if libcpp-bootstrap -maybe-all-stage1-libcpp: all-stage1-libcpp -all-stage1: all-stage1-libcpp -TARGET-stage1-libcpp = $(TARGET-libcpp) -all-stage1-libcpp: configure-stage1-libcpp +maybe-configure-stage1-libcpp: configure-stage1-libcpp +configure-stage1-libcpp: @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE1_CFLAGS)" CXXFLAGS="$(STAGE1_CFLAGS)" \ - LIBCFLAGS="$(STAGE1_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) \ - $(TARGET-stage1-libcpp) - -maybe-clean-stage1-libcpp: clean-stage1-libcpp -clean-stage1: clean-stage1-libcpp -clean-stage1-libcpp: - @if [ $(current_stage) = stage1 ]; then \ - [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage1-libcpp/Makefile ] || exit 0; \ - $(MAKE) stage1-start; \ - fi; \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - clean + test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ + $(HOST_EXPORTS) \ + CFLAGS="$(STAGE1_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE1_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 1 in $(HOST_SUBDIR)/libcpp ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ + cd $(HOST_SUBDIR)/libcpp || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libcpp"; \ + libsrcdir="$$s/libcpp"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + \ + --disable-intermodule $(STAGE1_CHECKING) --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" @endif libcpp-bootstrap - -.PHONY: all-stage2-libcpp maybe-all-stage2-libcpp -.PHONY: clean-stage2-libcpp maybe-clean-stage2-libcpp -maybe-all-stage2-libcpp: -maybe-clean-stage2-libcpp: +.PHONY: configure-stage2-libcpp maybe-configure-stage2-libcpp +maybe-configure-stage2-libcpp: @if libcpp-bootstrap -maybe-all-stage2-libcpp: all-stage2-libcpp -all-stage2: all-stage2-libcpp -TARGET-stage2-libcpp = $(TARGET-libcpp) -all-stage2-libcpp: configure-stage2-libcpp +maybe-configure-stage2-libcpp: configure-stage2-libcpp +configure-stage2-libcpp: @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS)" CXXFLAGS="$(STAGE2_CFLAGS)" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage2-libcpp) - -maybe-clean-stage2-libcpp: clean-stage2-libcpp -clean-stage2: clean-stage2-libcpp -clean-stage2-libcpp: - @if [ $(current_stage) = stage2 ]; then \ - [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage2-libcpp/Makefile ] || exit 0; \ - $(MAKE) stage2-start; \ - fi; \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 2 in $(HOST_SUBDIR)/libcpp ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ + cd $(HOST_SUBDIR)/libcpp || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libcpp"; \ + libsrcdir="$$s/libcpp"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libcpp-bootstrap - -.PHONY: all-stageb2g0-libcpp maybe-all-stageb2g0-libcpp -.PHONY: clean-stageb2g0-libcpp maybe-clean-stageb2g0-libcpp -maybe-all-stageb2g0-libcpp: -maybe-clean-stageb2g0-libcpp: +.PHONY: configure-stageb2g0-libcpp maybe-configure-stageb2g0-libcpp +maybe-configure-stageb2g0-libcpp: @if libcpp-bootstrap -maybe-all-stageb2g0-libcpp: all-stageb2g0-libcpp -all-stageb2g0: all-stageb2g0-libcpp -TARGET-stageb2g0-libcpp = $(TARGET-libcpp) -all-stageb2g0-libcpp: configure-stageb2g0-libcpp +maybe-configure-stageb2g0-libcpp: configure-stageb2g0-libcpp +configure-stageb2g0-libcpp: @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS) -g0" CXXFLAGS="$(STAGE2_CFLAGS) -g0" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS) -g0" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageb2g0-libcpp) - -maybe-clean-stageb2g0-libcpp: clean-stageb2g0-libcpp -clean-stageb2g0: clean-stageb2g0-libcpp -clean-stageb2g0-libcpp: - @if [ $(current_stage) = stageb2g0 ]; then \ - [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageb2g0-libcpp/Makefile ] || exit 0; \ - $(MAKE) stageb2g0-start; \ - fi; \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS) -g0"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS) -g0"; export CXXFLAGS; \ + echo Configuring stage b2g0 in $(HOST_SUBDIR)/libcpp ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ + cd $(HOST_SUBDIR)/libcpp || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libcpp"; \ + libsrcdir="$$s/libcpp"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libcpp-bootstrap - -.PHONY: all-stage3-libcpp maybe-all-stage3-libcpp -.PHONY: clean-stage3-libcpp maybe-clean-stage3-libcpp -maybe-all-stage3-libcpp: -maybe-clean-stage3-libcpp: +.PHONY: configure-stage3-libcpp maybe-configure-stage3-libcpp +maybe-configure-stage3-libcpp: @if libcpp-bootstrap -maybe-all-stage3-libcpp: all-stage3-libcpp -all-stage3: all-stage3-libcpp -TARGET-stage3-libcpp = $(TARGET-libcpp) -all-stage3-libcpp: configure-stage3-libcpp +maybe-configure-stage3-libcpp: configure-stage3-libcpp +configure-stage3-libcpp: @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS)" CXXFLAGS="$(STAGE3_CFLAGS)" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage3-libcpp) - -maybe-clean-stage3-libcpp: clean-stage3-libcpp -clean-stage3: clean-stage3-libcpp -clean-stage3-libcpp: - @if [ $(current_stage) = stage3 ]; then \ - [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage3-libcpp/Makefile ] || exit 0; \ - $(MAKE) stage3-start; \ - fi; \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean -@endif libcpp-bootstrap - - -.PHONY: all-stageb3g2-libcpp maybe-all-stageb3g2-libcpp -.PHONY: clean-stageb3g2-libcpp maybe-clean-stageb3g2-libcpp -maybe-all-stageb3g2-libcpp: -maybe-clean-stageb3g2-libcpp: -@if libcpp-bootstrap -maybe-all-stageb3g2-libcpp: all-stageb3g2-libcpp -all-stageb3g2: all-stageb3g2-libcpp -TARGET-stageb3g2-libcpp = $(TARGET-libcpp) -all-stageb3g2-libcpp: configure-stageb3g2-libcpp - @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS) -g2" CXXFLAGS="$(STAGE3_CFLAGS) -g2" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS) -g2" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageb3g2-libcpp) + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 3 in $(HOST_SUBDIR)/libcpp ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ + cd $(HOST_SUBDIR)/libcpp || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libcpp"; \ + libsrcdir="$$s/libcpp"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ +@endif libcpp-bootstrap -maybe-clean-stageb3g2-libcpp: clean-stageb3g2-libcpp -clean-stageb3g2: clean-stageb3g2-libcpp -clean-stageb3g2-libcpp: - @if [ $(current_stage) = stageb3g2 ]; then \ - [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageb3g2-libcpp/Makefile ] || exit 0; \ - $(MAKE) stageb3g2-start; \ - fi; \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean +.PHONY: configure-stageb3g2-libcpp maybe-configure-stageb3g2-libcpp +maybe-configure-stageb3g2-libcpp: +@if libcpp-bootstrap +maybe-configure-stageb3g2-libcpp: configure-stageb3g2-libcpp +configure-stageb3g2-libcpp: + @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ + $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS) -g2"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS) -g2"; export CXXFLAGS; \ + echo Configuring stage b3g2 in $(HOST_SUBDIR)/libcpp ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ + cd $(HOST_SUBDIR)/libcpp || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libcpp"; \ + libsrcdir="$$s/libcpp"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libcpp-bootstrap - -.PHONY: all-stage4-libcpp maybe-all-stage4-libcpp -.PHONY: clean-stage4-libcpp maybe-clean-stage4-libcpp -maybe-all-stage4-libcpp: -maybe-clean-stage4-libcpp: +.PHONY: configure-stage4-libcpp maybe-configure-stage4-libcpp +maybe-configure-stage4-libcpp: @if libcpp-bootstrap -maybe-all-stage4-libcpp: all-stage4-libcpp -all-stage4: all-stage4-libcpp -TARGET-stage4-libcpp = $(TARGET-libcpp) -all-stage4-libcpp: configure-stage4-libcpp +maybe-configure-stage4-libcpp: configure-stage4-libcpp +configure-stage4-libcpp: @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE4_CFLAGS)" CXXFLAGS="$(STAGE4_CFLAGS)" \ - LIBCFLAGS="$(STAGE4_CFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage4-libcpp) - -maybe-clean-stage4-libcpp: clean-stage4-libcpp -clean-stage4: clean-stage4-libcpp -clean-stage4-libcpp: - @if [ $(current_stage) = stage4 ]; then \ - [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage4-libcpp/Makefile ] || exit 0; \ - $(MAKE) stage4-start; \ - fi; \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE4_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE4_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 4 in $(HOST_SUBDIR)/libcpp ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ + cd $(HOST_SUBDIR)/libcpp || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libcpp"; \ + libsrcdir="$$s/libcpp"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libcpp-bootstrap - -.PHONY: all-stageprofile-libcpp maybe-all-stageprofile-libcpp -.PHONY: clean-stageprofile-libcpp maybe-clean-stageprofile-libcpp -maybe-all-stageprofile-libcpp: -maybe-clean-stageprofile-libcpp: +.PHONY: configure-stageprofile-libcpp maybe-configure-stageprofile-libcpp +maybe-configure-stageprofile-libcpp: @if libcpp-bootstrap -maybe-all-stageprofile-libcpp: all-stageprofile-libcpp -all-stageprofile: all-stageprofile-libcpp -TARGET-stageprofile-libcpp = $(TARGET-libcpp) -all-stageprofile-libcpp: configure-stageprofile-libcpp +maybe-configure-stageprofile-libcpp: configure-stageprofile-libcpp +configure-stageprofile-libcpp: @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageprofile-libcpp) - -maybe-clean-stageprofile-libcpp: clean-stageprofile-libcpp -clean-stageprofile: clean-stageprofile-libcpp -clean-stageprofile-libcpp: - @if [ $(current_stage) = stageprofile ]; then \ - [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageprofile-libcpp/Makefile ] || exit 0; \ - $(MAKE) stageprofile-start; \ - fi; \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CXXFLAGS; \ + echo Configuring stage profile in $(HOST_SUBDIR)/libcpp ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ + cd $(HOST_SUBDIR)/libcpp || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libcpp"; \ + libsrcdir="$$s/libcpp"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libcpp-bootstrap - -.PHONY: all-stagefeedback-libcpp maybe-all-stagefeedback-libcpp -.PHONY: clean-stagefeedback-libcpp maybe-clean-stagefeedback-libcpp -maybe-all-stagefeedback-libcpp: -maybe-clean-stagefeedback-libcpp: +.PHONY: configure-stagefeedback-libcpp maybe-configure-stagefeedback-libcpp +maybe-configure-stagefeedback-libcpp: @if libcpp-bootstrap -maybe-all-stagefeedback-libcpp: all-stagefeedback-libcpp -all-stagefeedback: all-stagefeedback-libcpp -TARGET-stagefeedback-libcpp = $(TARGET-libcpp) -all-stagefeedback-libcpp: configure-stagefeedback-libcpp +maybe-configure-stagefeedback-libcpp: configure-stagefeedback-libcpp +configure-stagefeedback-libcpp: @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libcpp/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS) -fprofile-use" CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS) -fprofile-use" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stagefeedback-libcpp) - -maybe-clean-stagefeedback-libcpp: clean-stagefeedback-libcpp -clean-stagefeedback: clean-stagefeedback-libcpp -clean-stagefeedback-libcpp: - @if [ $(current_stage) = stagefeedback ]; then \ - [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stagefeedback-libcpp/Makefile ] || exit 0; \ - $(MAKE) stagefeedback-start; \ - fi; \ - cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CXXFLAGS; \ + echo Configuring stage feedback in $(HOST_SUBDIR)/libcpp ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libcpp ; \ + cd $(HOST_SUBDIR)/libcpp || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libcpp/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libcpp"; \ + libsrcdir="$$s/libcpp"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libcpp-bootstrap -.PHONY: check-libcpp maybe-check-libcpp -maybe-check-libcpp: +.PHONY: all-libcpp maybe-all-libcpp +maybe-all-libcpp: +@if gcc-bootstrap +all-libcpp: stage_current +@endif gcc-bootstrap @if libcpp -maybe-check-libcpp: check-libcpp - -check-libcpp: - @: $(MAKE); $(unstage) +TARGET-libcpp=all +maybe-all-libcpp: all-libcpp +all-libcpp: configure-libcpp @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(FLAGS_TO_PASS) check) + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-libcpp)) +@endif libcpp -@endif libcpp -.PHONY: install-libcpp maybe-install-libcpp -maybe-install-libcpp: -@if libcpp -maybe-install-libcpp: install-libcpp -install-libcpp: installdirs - @: $(MAKE); $(unstage) +.PHONY: all-stage1-libcpp maybe-all-stage1-libcpp +.PHONY: clean-stage1-libcpp maybe-clean-stage1-libcpp +maybe-all-stage1-libcpp: +maybe-clean-stage1-libcpp: +@if libcpp-bootstrap +maybe-all-stage1-libcpp: all-stage1-libcpp +all-stage1: all-stage1-libcpp +TARGET-stage1-libcpp = $(TARGET-libcpp) +all-stage1-libcpp: configure-stage1-libcpp + @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif libcpp - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-libcpp info-libcpp -maybe-info-libcpp: -@if libcpp -maybe-info-libcpp: info-libcpp - -info-libcpp: \ - configure-libcpp - @[ -f ./libcpp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing info in libcpp" ; \ - (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 - -@endif libcpp - -.PHONY: maybe-dvi-libcpp dvi-libcpp -maybe-dvi-libcpp: -@if libcpp -maybe-dvi-libcpp: dvi-libcpp - -dvi-libcpp: \ - configure-libcpp - @[ -f ./libcpp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing dvi in libcpp" ; \ - (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ - || exit 1 + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE1_CFLAGS)" CXXFLAGS="$(STAGE1_CFLAGS)" \ + LIBCFLAGS="$(STAGE1_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) \ + $(TARGET-stage1-libcpp) -@endif libcpp +maybe-clean-stage1-libcpp: clean-stage1-libcpp +clean-stage1: clean-stage1-libcpp +clean-stage1-libcpp: + @if [ $(current_stage) = stage1 ]; then \ + [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage1-libcpp/Makefile ] || exit 0; \ + $(MAKE) stage1-start; \ + fi; \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + clean +@endif libcpp-bootstrap -.PHONY: maybe-pdf-libcpp pdf-libcpp -maybe-pdf-libcpp: -@if libcpp -maybe-pdf-libcpp: pdf-libcpp -pdf-libcpp: \ - configure-libcpp - @[ -f ./libcpp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage2-libcpp maybe-all-stage2-libcpp +.PHONY: clean-stage2-libcpp maybe-clean-stage2-libcpp +maybe-all-stage2-libcpp: +maybe-clean-stage2-libcpp: +@if libcpp-bootstrap +maybe-all-stage2-libcpp: all-stage2-libcpp +all-stage2: all-stage2-libcpp +TARGET-stage2-libcpp = $(TARGET-libcpp) +all-stage2-libcpp: configure-stage2-libcpp + @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in libcpp" ; \ - (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS)" CXXFLAGS="$(STAGE2_CFLAGS)" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage2-libcpp) -@endif libcpp +maybe-clean-stage2-libcpp: clean-stage2-libcpp +clean-stage2: clean-stage2-libcpp +clean-stage2-libcpp: + @if [ $(current_stage) = stage2 ]; then \ + [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage2-libcpp/Makefile ] || exit 0; \ + $(MAKE) stage2-start; \ + fi; \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libcpp-bootstrap -.PHONY: maybe-html-libcpp html-libcpp -maybe-html-libcpp: -@if libcpp -maybe-html-libcpp: html-libcpp -html-libcpp: \ - configure-libcpp - @[ -f ./libcpp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stageb2g0-libcpp maybe-all-stageb2g0-libcpp +.PHONY: clean-stageb2g0-libcpp maybe-clean-stageb2g0-libcpp +maybe-all-stageb2g0-libcpp: +maybe-clean-stageb2g0-libcpp: +@if libcpp-bootstrap +maybe-all-stageb2g0-libcpp: all-stageb2g0-libcpp +all-stageb2g0: all-stageb2g0-libcpp +TARGET-stageb2g0-libcpp = $(TARGET-libcpp) +all-stageb2g0-libcpp: configure-stageb2g0-libcpp + @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in libcpp" ; \ - (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS) -g0" CXXFLAGS="$(STAGE2_CFLAGS) -g0" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS) -g0" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageb2g0-libcpp) -@endif libcpp +maybe-clean-stageb2g0-libcpp: clean-stageb2g0-libcpp +clean-stageb2g0: clean-stageb2g0-libcpp +clean-stageb2g0-libcpp: + @if [ $(current_stage) = stageb2g0 ]; then \ + [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageb2g0-libcpp/Makefile ] || exit 0; \ + $(MAKE) stageb2g0-start; \ + fi; \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libcpp-bootstrap -.PHONY: maybe-TAGS-libcpp TAGS-libcpp -maybe-TAGS-libcpp: -@if libcpp -maybe-TAGS-libcpp: TAGS-libcpp -TAGS-libcpp: \ - configure-libcpp - @[ -f ./libcpp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage3-libcpp maybe-all-stage3-libcpp +.PHONY: clean-stage3-libcpp maybe-clean-stage3-libcpp +maybe-all-stage3-libcpp: +maybe-clean-stage3-libcpp: +@if libcpp-bootstrap +maybe-all-stage3-libcpp: all-stage3-libcpp +all-stage3: all-stage3-libcpp +TARGET-stage3-libcpp = $(TARGET-libcpp) +all-stage3-libcpp: configure-stage3-libcpp + @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in libcpp" ; \ - (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS)" CXXFLAGS="$(STAGE3_CFLAGS)" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage3-libcpp) -@endif libcpp +maybe-clean-stage3-libcpp: clean-stage3-libcpp +clean-stage3: clean-stage3-libcpp +clean-stage3-libcpp: + @if [ $(current_stage) = stage3 ]; then \ + [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage3-libcpp/Makefile ] || exit 0; \ + $(MAKE) stage3-start; \ + fi; \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libcpp-bootstrap -.PHONY: maybe-install-info-libcpp install-info-libcpp -maybe-install-info-libcpp: -@if libcpp -maybe-install-info-libcpp: install-info-libcpp -install-info-libcpp: \ - configure-libcpp \ - info-libcpp - @[ -f ./libcpp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stageb3g2-libcpp maybe-all-stageb3g2-libcpp +.PHONY: clean-stageb3g2-libcpp maybe-clean-stageb3g2-libcpp +maybe-all-stageb3g2-libcpp: +maybe-clean-stageb3g2-libcpp: +@if libcpp-bootstrap +maybe-all-stageb3g2-libcpp: all-stageb3g2-libcpp +all-stageb3g2: all-stageb3g2-libcpp +TARGET-stageb3g2-libcpp = $(TARGET-libcpp) +all-stageb3g2-libcpp: configure-stageb3g2-libcpp + @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in libcpp" ; \ - (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS) -g2" CXXFLAGS="$(STAGE3_CFLAGS) -g2" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS) -g2" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageb3g2-libcpp) -@endif libcpp +maybe-clean-stageb3g2-libcpp: clean-stageb3g2-libcpp +clean-stageb3g2: clean-stageb3g2-libcpp +clean-stageb3g2-libcpp: + @if [ $(current_stage) = stageb3g2 ]; then \ + [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageb3g2-libcpp/Makefile ] || exit 0; \ + $(MAKE) stageb3g2-start; \ + fi; \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libcpp-bootstrap -.PHONY: maybe-install-pdf-libcpp install-pdf-libcpp -maybe-install-pdf-libcpp: -@if libcpp -maybe-install-pdf-libcpp: install-pdf-libcpp -install-pdf-libcpp: \ - configure-libcpp \ - pdf-libcpp - @[ -f ./libcpp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in libcpp" ; \ - (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif libcpp - -.PHONY: maybe-install-html-libcpp install-html-libcpp -maybe-install-html-libcpp: -@if libcpp -maybe-install-html-libcpp: install-html-libcpp - -install-html-libcpp: \ - configure-libcpp \ - html-libcpp - @[ -f ./libcpp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in libcpp" ; \ - (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 - -@endif libcpp - -.PHONY: maybe-installcheck-libcpp installcheck-libcpp -maybe-installcheck-libcpp: -@if libcpp -maybe-installcheck-libcpp: installcheck-libcpp - -installcheck-libcpp: \ - configure-libcpp - @[ -f ./libcpp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in libcpp" ; \ - (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 - -@endif libcpp +.PHONY: all-stage4-libcpp maybe-all-stage4-libcpp +.PHONY: clean-stage4-libcpp maybe-clean-stage4-libcpp +maybe-all-stage4-libcpp: +maybe-clean-stage4-libcpp: +@if libcpp-bootstrap +maybe-all-stage4-libcpp: all-stage4-libcpp +all-stage4: all-stage4-libcpp +TARGET-stage4-libcpp = $(TARGET-libcpp) +all-stage4-libcpp: configure-stage4-libcpp + @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE4_CFLAGS)" CXXFLAGS="$(STAGE4_CFLAGS)" \ + LIBCFLAGS="$(STAGE4_CFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage4-libcpp) + +maybe-clean-stage4-libcpp: clean-stage4-libcpp +clean-stage4: clean-stage4-libcpp +clean-stage4-libcpp: + @if [ $(current_stage) = stage4 ]; then \ + [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage4-libcpp/Makefile ] || exit 0; \ + $(MAKE) stage4-start; \ + fi; \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libcpp-bootstrap + + +.PHONY: all-stageprofile-libcpp maybe-all-stageprofile-libcpp +.PHONY: clean-stageprofile-libcpp maybe-clean-stageprofile-libcpp +maybe-all-stageprofile-libcpp: +maybe-clean-stageprofile-libcpp: +@if libcpp-bootstrap +maybe-all-stageprofile-libcpp: all-stageprofile-libcpp +all-stageprofile: all-stageprofile-libcpp +TARGET-stageprofile-libcpp = $(TARGET-libcpp) +all-stageprofile-libcpp: configure-stageprofile-libcpp + @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageprofile-libcpp) + +maybe-clean-stageprofile-libcpp: clean-stageprofile-libcpp +clean-stageprofile: clean-stageprofile-libcpp +clean-stageprofile-libcpp: + @if [ $(current_stage) = stageprofile ]; then \ + [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageprofile-libcpp/Makefile ] || exit 0; \ + $(MAKE) stageprofile-start; \ + fi; \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libcpp-bootstrap -.PHONY: maybe-mostlyclean-libcpp mostlyclean-libcpp -maybe-mostlyclean-libcpp: -@if libcpp -maybe-mostlyclean-libcpp: mostlyclean-libcpp -mostlyclean-libcpp: - @[ -f ./libcpp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stagefeedback-libcpp maybe-all-stagefeedback-libcpp +.PHONY: clean-stagefeedback-libcpp maybe-clean-stagefeedback-libcpp +maybe-all-stagefeedback-libcpp: +maybe-clean-stagefeedback-libcpp: +@if libcpp-bootstrap +maybe-all-stagefeedback-libcpp: all-stagefeedback-libcpp +all-stagefeedback: all-stagefeedback-libcpp +TARGET-stagefeedback-libcpp = $(TARGET-libcpp) +all-stagefeedback-libcpp: configure-stagefeedback-libcpp + @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in libcpp" ; \ - (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS) -fprofile-use" CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS) -fprofile-use" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stagefeedback-libcpp) + +maybe-clean-stagefeedback-libcpp: clean-stagefeedback-libcpp +clean-stagefeedback: clean-stagefeedback-libcpp +clean-stagefeedback-libcpp: + @if [ $(current_stage) = stagefeedback ]; then \ + [ -f $(HOST_SUBDIR)/libcpp/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stagefeedback-libcpp/Makefile ] || exit 0; \ + $(MAKE) stagefeedback-start; \ + fi; \ + cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libcpp-bootstrap + + + -@endif libcpp -.PHONY: maybe-clean-libcpp clean-libcpp -maybe-clean-libcpp: +.PHONY: check-libcpp maybe-check-libcpp +maybe-check-libcpp: @if libcpp -maybe-clean-libcpp: clean-libcpp +maybe-check-libcpp: check-libcpp -clean-libcpp: - @[ -f ./libcpp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +check-libcpp: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in libcpp" ; \ (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif libcpp -.PHONY: maybe-distclean-libcpp distclean-libcpp -maybe-distclean-libcpp: +.PHONY: install-libcpp maybe-install-libcpp +maybe-install-libcpp: @if libcpp -maybe-distclean-libcpp: distclean-libcpp +maybe-install-libcpp: install-libcpp -distclean-libcpp: - @[ -f ./libcpp/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +install-libcpp: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing distclean in libcpp" ; \ (cd $(HOST_SUBDIR)/libcpp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif libcpp -.PHONY: maybe-maintainer-clean-libcpp maintainer-clean-libcpp -maybe-maintainer-clean-libcpp: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-libcpp info-libcpp +maybe-info-libcpp: @if libcpp -maybe-maintainer-clean-libcpp: maintainer-clean-libcpp +maybe-info-libcpp: info-libcpp -maintainer-clean-libcpp: +info-libcpp: \ + configure-libcpp @[ -f ./libcpp/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -24720,1163 +22315,970 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in libcpp" ; \ + echo "Doing info in libcpp" ; \ (cd $(HOST_SUBDIR)/libcpp && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + info) \ || exit 1 @endif libcpp +.PHONY: maybe-dvi-libcpp dvi-libcpp +maybe-dvi-libcpp: +@if libcpp +maybe-dvi-libcpp: dvi-libcpp - -.PHONY: configure-libdecnumber maybe-configure-libdecnumber -maybe-configure-libdecnumber: -@if gcc-bootstrap -configure-libdecnumber: stage_current -@endif gcc-bootstrap -@if libdecnumber -maybe-configure-libdecnumber: configure-libdecnumber -configure-libdecnumber: - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/libdecnumber; \ - cd "$(HOST_SUBDIR)/libdecnumber" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ - libsrcdir="$$s/libdecnumber"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif libdecnumber - - - -.PHONY: configure-stage1-libdecnumber maybe-configure-stage1-libdecnumber -maybe-configure-stage1-libdecnumber: -@if libdecnumber-bootstrap -maybe-configure-stage1-libdecnumber: configure-stage1-libdecnumber -configure-stage1-libdecnumber: - @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ - $(HOST_EXPORTS) \ - CFLAGS="$(STAGE1_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE1_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 1 in $(HOST_SUBDIR)/libdecnumber ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ - cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ - libsrcdir="$$s/libdecnumber"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - \ - --disable-intermodule $(STAGE1_CHECKING) --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" -@endif libdecnumber-bootstrap - -.PHONY: configure-stage2-libdecnumber maybe-configure-stage2-libdecnumber -maybe-configure-stage2-libdecnumber: -@if libdecnumber-bootstrap -maybe-configure-stage2-libdecnumber: configure-stage2-libdecnumber -configure-stage2-libdecnumber: - @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber - @r=`${PWD_COMMAND}`; export r; \ +dvi-libcpp: \ + configure-libcpp + @[ -f ./libcpp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 2 in $(HOST_SUBDIR)/libdecnumber ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ - cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ - libsrcdir="$$s/libdecnumber"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libdecnumber-bootstrap - -.PHONY: configure-stageb2g0-libdecnumber maybe-configure-stageb2g0-libdecnumber -maybe-configure-stageb2g0-libdecnumber: -@if libdecnumber-bootstrap -maybe-configure-stageb2g0-libdecnumber: configure-stageb2g0-libdecnumber -configure-stageb2g0-libdecnumber: - @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber - @r=`${PWD_COMMAND}`; export r; \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing dvi in libcpp" ; \ + (cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + dvi) \ + || exit 1 + +@endif libcpp + +.PHONY: maybe-html-libcpp html-libcpp +maybe-html-libcpp: +@if libcpp +maybe-html-libcpp: html-libcpp + +html-libcpp: \ + configure-libcpp + @[ -f ./libcpp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS) -g0"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS) -g0"; export CXXFLAGS; \ - echo Configuring stage b2g0 in $(HOST_SUBDIR)/libdecnumber ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ - cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ - libsrcdir="$$s/libdecnumber"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libdecnumber-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in libcpp" ; \ + (cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ + || exit 1 + +@endif libcpp + +.PHONY: maybe-TAGS-libcpp TAGS-libcpp +maybe-TAGS-libcpp: +@if libcpp +maybe-TAGS-libcpp: TAGS-libcpp -.PHONY: configure-stage3-libdecnumber maybe-configure-stage3-libdecnumber -maybe-configure-stage3-libdecnumber: -@if libdecnumber-bootstrap -maybe-configure-stage3-libdecnumber: configure-stage3-libdecnumber -configure-stage3-libdecnumber: - @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber - @r=`${PWD_COMMAND}`; export r; \ +TAGS-libcpp: \ + configure-libcpp + @[ -f ./libcpp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 3 in $(HOST_SUBDIR)/libdecnumber ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ - cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ - libsrcdir="$$s/libdecnumber"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libdecnumber-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in libcpp" ; \ + (cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ + || exit 1 + +@endif libcpp + +.PHONY: maybe-install-info-libcpp install-info-libcpp +maybe-install-info-libcpp: +@if libcpp +maybe-install-info-libcpp: install-info-libcpp -.PHONY: configure-stageb3g2-libdecnumber maybe-configure-stageb3g2-libdecnumber -maybe-configure-stageb3g2-libdecnumber: -@if libdecnumber-bootstrap -maybe-configure-stageb3g2-libdecnumber: configure-stageb3g2-libdecnumber -configure-stageb3g2-libdecnumber: - @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber - @r=`${PWD_COMMAND}`; export r; \ +install-info-libcpp: \ + configure-libcpp \ + info-libcpp + @[ -f ./libcpp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS) -g2"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS) -g2"; export CXXFLAGS; \ - echo Configuring stage b3g2 in $(HOST_SUBDIR)/libdecnumber ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ - cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ - libsrcdir="$$s/libdecnumber"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libdecnumber-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in libcpp" ; \ + (cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 + +@endif libcpp + +.PHONY: maybe-install-html-libcpp install-html-libcpp +maybe-install-html-libcpp: +@if libcpp +maybe-install-html-libcpp: install-html-libcpp -.PHONY: configure-stage4-libdecnumber maybe-configure-stage4-libdecnumber -maybe-configure-stage4-libdecnumber: -@if libdecnumber-bootstrap -maybe-configure-stage4-libdecnumber: configure-stage4-libdecnumber -configure-stage4-libdecnumber: - @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber - @r=`${PWD_COMMAND}`; export r; \ +install-html-libcpp: \ + configure-libcpp \ + html-libcpp + @[ -f ./libcpp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE4_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE4_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 4 in $(HOST_SUBDIR)/libdecnumber ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ - cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ - libsrcdir="$$s/libdecnumber"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libdecnumber-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-html in libcpp" ; \ + (cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 + +@endif libcpp + +.PHONY: maybe-installcheck-libcpp installcheck-libcpp +maybe-installcheck-libcpp: +@if libcpp +maybe-installcheck-libcpp: installcheck-libcpp -.PHONY: configure-stageprofile-libdecnumber maybe-configure-stageprofile-libdecnumber -maybe-configure-stageprofile-libdecnumber: -@if libdecnumber-bootstrap -maybe-configure-stageprofile-libdecnumber: configure-stageprofile-libdecnumber -configure-stageprofile-libdecnumber: - @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber - @r=`${PWD_COMMAND}`; export r; \ +installcheck-libcpp: \ + configure-libcpp + @[ -f ./libcpp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CXXFLAGS; \ - echo Configuring stage profile in $(HOST_SUBDIR)/libdecnumber ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ - cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ - libsrcdir="$$s/libdecnumber"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libdecnumber-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing installcheck in libcpp" ; \ + (cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + installcheck) \ + || exit 1 + +@endif libcpp + +.PHONY: maybe-mostlyclean-libcpp mostlyclean-libcpp +maybe-mostlyclean-libcpp: +@if libcpp +maybe-mostlyclean-libcpp: mostlyclean-libcpp -.PHONY: configure-stagefeedback-libdecnumber maybe-configure-stagefeedback-libdecnumber -maybe-configure-stagefeedback-libdecnumber: -@if libdecnumber-bootstrap -maybe-configure-stagefeedback-libdecnumber: configure-stagefeedback-libdecnumber -configure-stagefeedback-libdecnumber: - @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber - @r=`${PWD_COMMAND}`; export r; \ +mostlyclean-libcpp: + @[ -f ./libcpp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CXXFLAGS; \ - echo Configuring stage feedback in $(HOST_SUBDIR)/libdecnumber ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ - cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ - libsrcdir="$$s/libdecnumber"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libdecnumber-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing mostlyclean in libcpp" ; \ + (cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + mostlyclean) \ + || exit 1 +@endif libcpp +.PHONY: maybe-clean-libcpp clean-libcpp +maybe-clean-libcpp: +@if libcpp +maybe-clean-libcpp: clean-libcpp - - -.PHONY: all-libdecnumber maybe-all-libdecnumber -maybe-all-libdecnumber: -@if gcc-bootstrap -all-libdecnumber: stage_current -@endif gcc-bootstrap -@if libdecnumber -TARGET-libdecnumber=all -maybe-all-libdecnumber: all-libdecnumber -all-libdecnumber: configure-libdecnumber - @r=`${PWD_COMMAND}`; export r; \ +clean-libcpp: + @[ -f ./libcpp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-libdecnumber)) -@endif libdecnumber + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing clean in libcpp" ; \ + (cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + clean) \ + || exit 1 +@endif libcpp +.PHONY: maybe-distclean-libcpp distclean-libcpp +maybe-distclean-libcpp: +@if libcpp +maybe-distclean-libcpp: distclean-libcpp -.PHONY: all-stage1-libdecnumber maybe-all-stage1-libdecnumber -.PHONY: clean-stage1-libdecnumber maybe-clean-stage1-libdecnumber -maybe-all-stage1-libdecnumber: -maybe-clean-stage1-libdecnumber: -@if libdecnumber-bootstrap -maybe-all-stage1-libdecnumber: all-stage1-libdecnumber -all-stage1: all-stage1-libdecnumber -TARGET-stage1-libdecnumber = $(TARGET-libdecnumber) -all-stage1-libdecnumber: configure-stage1-libdecnumber - @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start - @r=`${PWD_COMMAND}`; export r; \ +distclean-libcpp: + @[ -f ./libcpp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE1_CFLAGS)" CXXFLAGS="$(STAGE1_CFLAGS)" \ - LIBCFLAGS="$(STAGE1_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) \ - $(TARGET-stage1-libdecnumber) + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing distclean in libcpp" ; \ + (cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + distclean) \ + || exit 1 -maybe-clean-stage1-libdecnumber: clean-stage1-libdecnumber -clean-stage1: clean-stage1-libdecnumber -clean-stage1-libdecnumber: - @if [ $(current_stage) = stage1 ]; then \ - [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage1-libdecnumber/Makefile ] || exit 0; \ - $(MAKE) stage1-start; \ - fi; \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - clean -@endif libdecnumber-bootstrap +@endif libcpp +.PHONY: maybe-maintainer-clean-libcpp maintainer-clean-libcpp +maybe-maintainer-clean-libcpp: +@if libcpp +maybe-maintainer-clean-libcpp: maintainer-clean-libcpp -.PHONY: all-stage2-libdecnumber maybe-all-stage2-libdecnumber -.PHONY: clean-stage2-libdecnumber maybe-clean-stage2-libdecnumber -maybe-all-stage2-libdecnumber: -maybe-clean-stage2-libdecnumber: -@if libdecnumber-bootstrap -maybe-all-stage2-libdecnumber: all-stage2-libdecnumber -all-stage2: all-stage2-libdecnumber -TARGET-stage2-libdecnumber = $(TARGET-libdecnumber) -all-stage2-libdecnumber: configure-stage2-libdecnumber - @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start - @r=`${PWD_COMMAND}`; export r; \ +maintainer-clean-libcpp: + @[ -f ./libcpp/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS)" CXXFLAGS="$(STAGE2_CFLAGS)" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage2-libdecnumber) + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing maintainer-clean in libcpp" ; \ + (cd $(HOST_SUBDIR)/libcpp && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + maintainer-clean) \ + || exit 1 + +@endif libcpp -maybe-clean-stage2-libdecnumber: clean-stage2-libdecnumber -clean-stage2: clean-stage2-libdecnumber -clean-stage2-libdecnumber: - @if [ $(current_stage) = stage2 ]; then \ - [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage2-libdecnumber/Makefile ] || exit 0; \ - $(MAKE) stage2-start; \ - fi; \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean -@endif libdecnumber-bootstrap -.PHONY: all-stageb2g0-libdecnumber maybe-all-stageb2g0-libdecnumber -.PHONY: clean-stageb2g0-libdecnumber maybe-clean-stageb2g0-libdecnumber -maybe-all-stageb2g0-libdecnumber: -maybe-clean-stageb2g0-libdecnumber: -@if libdecnumber-bootstrap -maybe-all-stageb2g0-libdecnumber: all-stageb2g0-libdecnumber -all-stageb2g0: all-stageb2g0-libdecnumber -TARGET-stageb2g0-libdecnumber = $(TARGET-libdecnumber) -all-stageb2g0-libdecnumber: configure-stageb2g0-libdecnumber - @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start +.PHONY: configure-libdecnumber maybe-configure-libdecnumber +maybe-configure-libdecnumber: +@if gcc-bootstrap +configure-libdecnumber: stage_current +@endif gcc-bootstrap +@if libdecnumber +maybe-configure-libdecnumber: configure-libdecnumber +configure-libdecnumber: @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS) -g0" CXXFLAGS="$(STAGE2_CFLAGS) -g0" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS) -g0" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageb2g0-libdecnumber) + echo Configuring in $(HOST_SUBDIR)/libdecnumber; \ + cd "$(HOST_SUBDIR)/libdecnumber" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ + libsrcdir="$$s/libdecnumber"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 +@endif libdecnumber -maybe-clean-stageb2g0-libdecnumber: clean-stageb2g0-libdecnumber -clean-stageb2g0: clean-stageb2g0-libdecnumber -clean-stageb2g0-libdecnumber: - @if [ $(current_stage) = stageb2g0 ]; then \ - [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageb2g0-libdecnumber/Makefile ] || exit 0; \ - $(MAKE) stageb2g0-start; \ - fi; \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean -@endif libdecnumber-bootstrap -.PHONY: all-stage3-libdecnumber maybe-all-stage3-libdecnumber -.PHONY: clean-stage3-libdecnumber maybe-clean-stage3-libdecnumber -maybe-all-stage3-libdecnumber: -maybe-clean-stage3-libdecnumber: +.PHONY: configure-stage1-libdecnumber maybe-configure-stage1-libdecnumber +maybe-configure-stage1-libdecnumber: @if libdecnumber-bootstrap -maybe-all-stage3-libdecnumber: all-stage3-libdecnumber -all-stage3: all-stage3-libdecnumber -TARGET-stage3-libdecnumber = $(TARGET-libdecnumber) -all-stage3-libdecnumber: configure-stage3-libdecnumber - @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start +maybe-configure-stage1-libdecnumber: configure-stage1-libdecnumber +configure-stage1-libdecnumber: + @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS)" CXXFLAGS="$(STAGE3_CFLAGS)" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage3-libdecnumber) - -maybe-clean-stage3-libdecnumber: clean-stage3-libdecnumber -clean-stage3: clean-stage3-libdecnumber -clean-stage3-libdecnumber: - @if [ $(current_stage) = stage3 ]; then \ - [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage3-libdecnumber/Makefile ] || exit 0; \ - $(MAKE) stage3-start; \ - fi; \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ + $(HOST_EXPORTS) \ + CFLAGS="$(STAGE1_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE1_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 1 in $(HOST_SUBDIR)/libdecnumber ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ + cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ + libsrcdir="$$s/libdecnumber"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + \ + --disable-intermodule $(STAGE1_CHECKING) --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" @endif libdecnumber-bootstrap - -.PHONY: all-stageb3g2-libdecnumber maybe-all-stageb3g2-libdecnumber -.PHONY: clean-stageb3g2-libdecnumber maybe-clean-stageb3g2-libdecnumber -maybe-all-stageb3g2-libdecnumber: -maybe-clean-stageb3g2-libdecnumber: +.PHONY: configure-stage2-libdecnumber maybe-configure-stage2-libdecnumber +maybe-configure-stage2-libdecnumber: @if libdecnumber-bootstrap -maybe-all-stageb3g2-libdecnumber: all-stageb3g2-libdecnumber -all-stageb3g2: all-stageb3g2-libdecnumber -TARGET-stageb3g2-libdecnumber = $(TARGET-libdecnumber) -all-stageb3g2-libdecnumber: configure-stageb3g2-libdecnumber - @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start +maybe-configure-stage2-libdecnumber: configure-stage2-libdecnumber +configure-stage2-libdecnumber: + @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS) -g2" CXXFLAGS="$(STAGE3_CFLAGS) -g2" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS) -g2" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageb3g2-libdecnumber) - -maybe-clean-stageb3g2-libdecnumber: clean-stageb3g2-libdecnumber -clean-stageb3g2: clean-stageb3g2-libdecnumber -clean-stageb3g2-libdecnumber: - @if [ $(current_stage) = stageb3g2 ]; then \ - [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageb3g2-libdecnumber/Makefile ] || exit 0; \ - $(MAKE) stageb3g2-start; \ - fi; \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 2 in $(HOST_SUBDIR)/libdecnumber ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ + cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ + libsrcdir="$$s/libdecnumber"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libdecnumber-bootstrap - -.PHONY: all-stage4-libdecnumber maybe-all-stage4-libdecnumber -.PHONY: clean-stage4-libdecnumber maybe-clean-stage4-libdecnumber -maybe-all-stage4-libdecnumber: -maybe-clean-stage4-libdecnumber: +.PHONY: configure-stageb2g0-libdecnumber maybe-configure-stageb2g0-libdecnumber +maybe-configure-stageb2g0-libdecnumber: +@if libdecnumber-bootstrap +maybe-configure-stageb2g0-libdecnumber: configure-stageb2g0-libdecnumber +configure-stageb2g0-libdecnumber: + @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ + $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS) -g0"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS) -g0"; export CXXFLAGS; \ + echo Configuring stage b2g0 in $(HOST_SUBDIR)/libdecnumber ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ + cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ + libsrcdir="$$s/libdecnumber"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ +@endif libdecnumber-bootstrap + +.PHONY: configure-stage3-libdecnumber maybe-configure-stage3-libdecnumber +maybe-configure-stage3-libdecnumber: @if libdecnumber-bootstrap -maybe-all-stage4-libdecnumber: all-stage4-libdecnumber -all-stage4: all-stage4-libdecnumber -TARGET-stage4-libdecnumber = $(TARGET-libdecnumber) -all-stage4-libdecnumber: configure-stage4-libdecnumber - @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start +maybe-configure-stage3-libdecnumber: configure-stage3-libdecnumber +configure-stage3-libdecnumber: + @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE4_CFLAGS)" CXXFLAGS="$(STAGE4_CFLAGS)" \ - LIBCFLAGS="$(STAGE4_CFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage4-libdecnumber) - -maybe-clean-stage4-libdecnumber: clean-stage4-libdecnumber -clean-stage4: clean-stage4-libdecnumber -clean-stage4-libdecnumber: - @if [ $(current_stage) = stage4 ]; then \ - [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage4-libdecnumber/Makefile ] || exit 0; \ - $(MAKE) stage4-start; \ - fi; \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 3 in $(HOST_SUBDIR)/libdecnumber ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ + cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ + libsrcdir="$$s/libdecnumber"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libdecnumber-bootstrap - -.PHONY: all-stageprofile-libdecnumber maybe-all-stageprofile-libdecnumber -.PHONY: clean-stageprofile-libdecnumber maybe-clean-stageprofile-libdecnumber -maybe-all-stageprofile-libdecnumber: -maybe-clean-stageprofile-libdecnumber: +.PHONY: configure-stageb3g2-libdecnumber maybe-configure-stageb3g2-libdecnumber +maybe-configure-stageb3g2-libdecnumber: @if libdecnumber-bootstrap -maybe-all-stageprofile-libdecnumber: all-stageprofile-libdecnumber -all-stageprofile: all-stageprofile-libdecnumber -TARGET-stageprofile-libdecnumber = $(TARGET-libdecnumber) -all-stageprofile-libdecnumber: configure-stageprofile-libdecnumber - @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start +maybe-configure-stageb3g2-libdecnumber: configure-stageb3g2-libdecnumber +configure-stageb3g2-libdecnumber: + @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageprofile-libdecnumber) - -maybe-clean-stageprofile-libdecnumber: clean-stageprofile-libdecnumber -clean-stageprofile: clean-stageprofile-libdecnumber -clean-stageprofile-libdecnumber: - @if [ $(current_stage) = stageprofile ]; then \ - [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageprofile-libdecnumber/Makefile ] || exit 0; \ - $(MAKE) stageprofile-start; \ - fi; \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS) -g2"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS) -g2"; export CXXFLAGS; \ + echo Configuring stage b3g2 in $(HOST_SUBDIR)/libdecnumber ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ + cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ + libsrcdir="$$s/libdecnumber"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libdecnumber-bootstrap - -.PHONY: all-stagefeedback-libdecnumber maybe-all-stagefeedback-libdecnumber -.PHONY: clean-stagefeedback-libdecnumber maybe-clean-stagefeedback-libdecnumber -maybe-all-stagefeedback-libdecnumber: -maybe-clean-stagefeedback-libdecnumber: +.PHONY: configure-stage4-libdecnumber maybe-configure-stage4-libdecnumber +maybe-configure-stage4-libdecnumber: @if libdecnumber-bootstrap -maybe-all-stagefeedback-libdecnumber: all-stagefeedback-libdecnumber -all-stagefeedback: all-stagefeedback-libdecnumber -TARGET-stagefeedback-libdecnumber = $(TARGET-libdecnumber) -all-stagefeedback-libdecnumber: configure-stagefeedback-libdecnumber - @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start +maybe-configure-stage4-libdecnumber: configure-stage4-libdecnumber +configure-stage4-libdecnumber: + @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS) -fprofile-use" CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS) -fprofile-use" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stagefeedback-libdecnumber) - -maybe-clean-stagefeedback-libdecnumber: clean-stagefeedback-libdecnumber -clean-stagefeedback: clean-stagefeedback-libdecnumber -clean-stagefeedback-libdecnumber: - @if [ $(current_stage) = stagefeedback ]; then \ - [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stagefeedback-libdecnumber/Makefile ] || exit 0; \ - $(MAKE) stagefeedback-start; \ - fi; \ - cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE4_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE4_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 4 in $(HOST_SUBDIR)/libdecnumber ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ + cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ + libsrcdir="$$s/libdecnumber"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libdecnumber-bootstrap - - - - -.PHONY: check-libdecnumber maybe-check-libdecnumber -maybe-check-libdecnumber: -@if libdecnumber -maybe-check-libdecnumber: check-libdecnumber - -check-libdecnumber: - @: $(MAKE); $(unstage) +.PHONY: configure-stageprofile-libdecnumber maybe-configure-stageprofile-libdecnumber +maybe-configure-stageprofile-libdecnumber: +@if libdecnumber-bootstrap +maybe-configure-stageprofile-libdecnumber: configure-stageprofile-libdecnumber +configure-stageprofile-libdecnumber: + @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(FLAGS_TO_PASS) check) + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CXXFLAGS; \ + echo Configuring stage profile in $(HOST_SUBDIR)/libdecnumber ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ + cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ + libsrcdir="$$s/libdecnumber"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ +@endif libdecnumber-bootstrap -@endif libdecnumber - -.PHONY: install-libdecnumber maybe-install-libdecnumber -maybe-install-libdecnumber: -@if libdecnumber -maybe-install-libdecnumber: install-libdecnumber - -install-libdecnumber: installdirs - @: $(MAKE); $(unstage) +.PHONY: configure-stagefeedback-libdecnumber maybe-configure-stagefeedback-libdecnumber +maybe-configure-stagefeedback-libdecnumber: +@if libdecnumber-bootstrap +maybe-configure-stagefeedback-libdecnumber: configure-stagefeedback-libdecnumber +configure-stagefeedback-libdecnumber: + @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libdecnumber/Makefile || exit 0; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(FLAGS_TO_PASS) install) + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CXXFLAGS; \ + echo Configuring stage feedback in $(HOST_SUBDIR)/libdecnumber ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libdecnumber ; \ + cd $(HOST_SUBDIR)/libdecnumber || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libdecnumber/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libdecnumber"; \ + libsrcdir="$$s/libdecnumber"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ +@endif libdecnumber-bootstrap -@endif libdecnumber -# Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-libdecnumber info-libdecnumber -maybe-info-libdecnumber: -@if libdecnumber -maybe-info-libdecnumber: info-libdecnumber -info-libdecnumber: \ - configure-libdecnumber - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing info in libdecnumber" ; \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 -@endif libdecnumber - -.PHONY: maybe-dvi-libdecnumber dvi-libdecnumber -maybe-dvi-libdecnumber: +.PHONY: all-libdecnumber maybe-all-libdecnumber +maybe-all-libdecnumber: +@if gcc-bootstrap +all-libdecnumber: stage_current +@endif gcc-bootstrap @if libdecnumber -maybe-dvi-libdecnumber: dvi-libdecnumber - -dvi-libdecnumber: \ - configure-libdecnumber - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing dvi in libdecnumber" ; \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ - || exit 1 - -@endif libdecnumber - -.PHONY: maybe-pdf-libdecnumber pdf-libdecnumber -maybe-pdf-libdecnumber: -@if libdecnumber -maybe-pdf-libdecnumber: pdf-libdecnumber - -pdf-libdecnumber: \ - configure-libdecnumber - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +TARGET-libdecnumber=all +maybe-all-libdecnumber: all-libdecnumber +all-libdecnumber: configure-libdecnumber + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in libdecnumber" ; \ (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-libdecnumber)) @endif libdecnumber -.PHONY: maybe-html-libdecnumber html-libdecnumber -maybe-html-libdecnumber: -@if libdecnumber -maybe-html-libdecnumber: html-libdecnumber -html-libdecnumber: \ - configure-libdecnumber - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in libdecnumber" ; \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 -@endif libdecnumber - -.PHONY: maybe-TAGS-libdecnumber TAGS-libdecnumber -maybe-TAGS-libdecnumber: -@if libdecnumber -maybe-TAGS-libdecnumber: TAGS-libdecnumber - -TAGS-libdecnumber: \ - configure-libdecnumber - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage1-libdecnumber maybe-all-stage1-libdecnumber +.PHONY: clean-stage1-libdecnumber maybe-clean-stage1-libdecnumber +maybe-all-stage1-libdecnumber: +maybe-clean-stage1-libdecnumber: +@if libdecnumber-bootstrap +maybe-all-stage1-libdecnumber: all-stage1-libdecnumber +all-stage1: all-stage1-libdecnumber +TARGET-stage1-libdecnumber = $(TARGET-libdecnumber) +all-stage1-libdecnumber: configure-stage1-libdecnumber + @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in libdecnumber" ; \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE1_CFLAGS)" CXXFLAGS="$(STAGE1_CFLAGS)" \ + LIBCFLAGS="$(STAGE1_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) \ + $(TARGET-stage1-libdecnumber) -@endif libdecnumber +maybe-clean-stage1-libdecnumber: clean-stage1-libdecnumber +clean-stage1: clean-stage1-libdecnumber +clean-stage1-libdecnumber: + @if [ $(current_stage) = stage1 ]; then \ + [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage1-libdecnumber/Makefile ] || exit 0; \ + $(MAKE) stage1-start; \ + fi; \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + clean +@endif libdecnumber-bootstrap -.PHONY: maybe-install-info-libdecnumber install-info-libdecnumber -maybe-install-info-libdecnumber: -@if libdecnumber -maybe-install-info-libdecnumber: install-info-libdecnumber -install-info-libdecnumber: \ - configure-libdecnumber \ - info-libdecnumber - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage2-libdecnumber maybe-all-stage2-libdecnumber +.PHONY: clean-stage2-libdecnumber maybe-clean-stage2-libdecnumber +maybe-all-stage2-libdecnumber: +maybe-clean-stage2-libdecnumber: +@if libdecnumber-bootstrap +maybe-all-stage2-libdecnumber: all-stage2-libdecnumber +all-stage2: all-stage2-libdecnumber +TARGET-stage2-libdecnumber = $(TARGET-libdecnumber) +all-stage2-libdecnumber: configure-stage2-libdecnumber + @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in libdecnumber" ; \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS)" CXXFLAGS="$(STAGE2_CFLAGS)" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage2-libdecnumber) -@endif libdecnumber +maybe-clean-stage2-libdecnumber: clean-stage2-libdecnumber +clean-stage2: clean-stage2-libdecnumber +clean-stage2-libdecnumber: + @if [ $(current_stage) = stage2 ]; then \ + [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage2-libdecnumber/Makefile ] || exit 0; \ + $(MAKE) stage2-start; \ + fi; \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libdecnumber-bootstrap -.PHONY: maybe-install-pdf-libdecnumber install-pdf-libdecnumber -maybe-install-pdf-libdecnumber: -@if libdecnumber -maybe-install-pdf-libdecnumber: install-pdf-libdecnumber -install-pdf-libdecnumber: \ - configure-libdecnumber \ - pdf-libdecnumber - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stageb2g0-libdecnumber maybe-all-stageb2g0-libdecnumber +.PHONY: clean-stageb2g0-libdecnumber maybe-clean-stageb2g0-libdecnumber +maybe-all-stageb2g0-libdecnumber: +maybe-clean-stageb2g0-libdecnumber: +@if libdecnumber-bootstrap +maybe-all-stageb2g0-libdecnumber: all-stageb2g0-libdecnumber +all-stageb2g0: all-stageb2g0-libdecnumber +TARGET-stageb2g0-libdecnumber = $(TARGET-libdecnumber) +all-stageb2g0-libdecnumber: configure-stageb2g0-libdecnumber + @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in libdecnumber" ; \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS) -g0" CXXFLAGS="$(STAGE2_CFLAGS) -g0" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS) -g0" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageb2g0-libdecnumber) -@endif libdecnumber +maybe-clean-stageb2g0-libdecnumber: clean-stageb2g0-libdecnumber +clean-stageb2g0: clean-stageb2g0-libdecnumber +clean-stageb2g0-libdecnumber: + @if [ $(current_stage) = stageb2g0 ]; then \ + [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageb2g0-libdecnumber/Makefile ] || exit 0; \ + $(MAKE) stageb2g0-start; \ + fi; \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libdecnumber-bootstrap -.PHONY: maybe-install-html-libdecnumber install-html-libdecnumber -maybe-install-html-libdecnumber: -@if libdecnumber -maybe-install-html-libdecnumber: install-html-libdecnumber -install-html-libdecnumber: \ - configure-libdecnumber \ - html-libdecnumber - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage3-libdecnumber maybe-all-stage3-libdecnumber +.PHONY: clean-stage3-libdecnumber maybe-clean-stage3-libdecnumber +maybe-all-stage3-libdecnumber: +maybe-clean-stage3-libdecnumber: +@if libdecnumber-bootstrap +maybe-all-stage3-libdecnumber: all-stage3-libdecnumber +all-stage3: all-stage3-libdecnumber +TARGET-stage3-libdecnumber = $(TARGET-libdecnumber) +all-stage3-libdecnumber: configure-stage3-libdecnumber + @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in libdecnumber" ; \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS)" CXXFLAGS="$(STAGE3_CFLAGS)" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage3-libdecnumber) -@endif libdecnumber +maybe-clean-stage3-libdecnumber: clean-stage3-libdecnumber +clean-stage3: clean-stage3-libdecnumber +clean-stage3-libdecnumber: + @if [ $(current_stage) = stage3 ]; then \ + [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage3-libdecnumber/Makefile ] || exit 0; \ + $(MAKE) stage3-start; \ + fi; \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libdecnumber-bootstrap -.PHONY: maybe-installcheck-libdecnumber installcheck-libdecnumber -maybe-installcheck-libdecnumber: -@if libdecnumber -maybe-installcheck-libdecnumber: installcheck-libdecnumber -installcheck-libdecnumber: \ - configure-libdecnumber - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stageb3g2-libdecnumber maybe-all-stageb3g2-libdecnumber +.PHONY: clean-stageb3g2-libdecnumber maybe-clean-stageb3g2-libdecnumber +maybe-all-stageb3g2-libdecnumber: +maybe-clean-stageb3g2-libdecnumber: +@if libdecnumber-bootstrap +maybe-all-stageb3g2-libdecnumber: all-stageb3g2-libdecnumber +all-stageb3g2: all-stageb3g2-libdecnumber +TARGET-stageb3g2-libdecnumber = $(TARGET-libdecnumber) +all-stageb3g2-libdecnumber: configure-stageb3g2-libdecnumber + @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in libdecnumber" ; \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 - -@endif libdecnumber - -.PHONY: maybe-mostlyclean-libdecnumber mostlyclean-libdecnumber -maybe-mostlyclean-libdecnumber: -@if libdecnumber -maybe-mostlyclean-libdecnumber: mostlyclean-libdecnumber - -mostlyclean-libdecnumber: - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in libdecnumber" ; \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS) -g2" CXXFLAGS="$(STAGE3_CFLAGS) -g2" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS) -g2" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageb3g2-libdecnumber) -@endif libdecnumber +maybe-clean-stageb3g2-libdecnumber: clean-stageb3g2-libdecnumber +clean-stageb3g2: clean-stageb3g2-libdecnumber +clean-stageb3g2-libdecnumber: + @if [ $(current_stage) = stageb3g2 ]; then \ + [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageb3g2-libdecnumber/Makefile ] || exit 0; \ + $(MAKE) stageb3g2-start; \ + fi; \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libdecnumber-bootstrap -.PHONY: maybe-clean-libdecnumber clean-libdecnumber -maybe-clean-libdecnumber: -@if libdecnumber -maybe-clean-libdecnumber: clean-libdecnumber -clean-libdecnumber: - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage4-libdecnumber maybe-all-stage4-libdecnumber +.PHONY: clean-stage4-libdecnumber maybe-clean-stage4-libdecnumber +maybe-all-stage4-libdecnumber: +maybe-clean-stage4-libdecnumber: +@if libdecnumber-bootstrap +maybe-all-stage4-libdecnumber: all-stage4-libdecnumber +all-stage4: all-stage4-libdecnumber +TARGET-stage4-libdecnumber = $(TARGET-libdecnumber) +all-stage4-libdecnumber: configure-stage4-libdecnumber + @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in libdecnumber" ; \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE4_CFLAGS)" CXXFLAGS="$(STAGE4_CFLAGS)" \ + LIBCFLAGS="$(STAGE4_CFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage4-libdecnumber) -@endif libdecnumber +maybe-clean-stage4-libdecnumber: clean-stage4-libdecnumber +clean-stage4: clean-stage4-libdecnumber +clean-stage4-libdecnumber: + @if [ $(current_stage) = stage4 ]; then \ + [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage4-libdecnumber/Makefile ] || exit 0; \ + $(MAKE) stage4-start; \ + fi; \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libdecnumber-bootstrap -.PHONY: maybe-distclean-libdecnumber distclean-libdecnumber -maybe-distclean-libdecnumber: -@if libdecnumber -maybe-distclean-libdecnumber: distclean-libdecnumber -distclean-libdecnumber: - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stageprofile-libdecnumber maybe-all-stageprofile-libdecnumber +.PHONY: clean-stageprofile-libdecnumber maybe-clean-stageprofile-libdecnumber +maybe-all-stageprofile-libdecnumber: +maybe-clean-stageprofile-libdecnumber: +@if libdecnumber-bootstrap +maybe-all-stageprofile-libdecnumber: all-stageprofile-libdecnumber +all-stageprofile: all-stageprofile-libdecnumber +TARGET-stageprofile-libdecnumber = $(TARGET-libdecnumber) +all-stageprofile-libdecnumber: configure-stageprofile-libdecnumber + @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing distclean in libdecnumber" ; \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageprofile-libdecnumber) -@endif libdecnumber +maybe-clean-stageprofile-libdecnumber: clean-stageprofile-libdecnumber +clean-stageprofile: clean-stageprofile-libdecnumber +clean-stageprofile-libdecnumber: + @if [ $(current_stage) = stageprofile ]; then \ + [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageprofile-libdecnumber/Makefile ] || exit 0; \ + $(MAKE) stageprofile-start; \ + fi; \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libdecnumber-bootstrap -.PHONY: maybe-maintainer-clean-libdecnumber maintainer-clean-libdecnumber -maybe-maintainer-clean-libdecnumber: -@if libdecnumber -maybe-maintainer-clean-libdecnumber: maintainer-clean-libdecnumber -maintainer-clean-libdecnumber: - @[ -f ./libdecnumber/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing maintainer-clean in libdecnumber" ; \ - (cd $(HOST_SUBDIR)/libdecnumber && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ - || exit 1 - -@endif libdecnumber - - - -.PHONY: configure-libgui maybe-configure-libgui -maybe-configure-libgui: -@if gcc-bootstrap -configure-libgui: stage_current -@endif gcc-bootstrap -@if libgui -maybe-configure-libgui: configure-libgui -configure-libgui: - @: $(MAKE); $(unstage) +.PHONY: all-stagefeedback-libdecnumber maybe-all-stagefeedback-libdecnumber +.PHONY: clean-stagefeedback-libdecnumber maybe-clean-stagefeedback-libdecnumber +maybe-all-stagefeedback-libdecnumber: +maybe-clean-stagefeedback-libdecnumber: +@if libdecnumber-bootstrap +maybe-all-stagefeedback-libdecnumber: all-stagefeedback-libdecnumber +all-stagefeedback: all-stagefeedback-libdecnumber +TARGET-stagefeedback-libdecnumber = $(TARGET-libdecnumber) +all-stagefeedback-libdecnumber: configure-stagefeedback-libdecnumber + @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libgui/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libgui ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/libgui; \ - cd "$(HOST_SUBDIR)/libgui" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libgui/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libgui"; \ - libsrcdir="$$s/libgui"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif libgui + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS) -fprofile-use" CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS) -fprofile-use" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stagefeedback-libdecnumber) +maybe-clean-stagefeedback-libdecnumber: clean-stagefeedback-libdecnumber +clean-stagefeedback: clean-stagefeedback-libdecnumber +clean-stagefeedback-libdecnumber: + @if [ $(current_stage) = stagefeedback ]; then \ + [ -f $(HOST_SUBDIR)/libdecnumber/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stagefeedback-libdecnumber/Makefile ] || exit 0; \ + $(MAKE) stagefeedback-start; \ + fi; \ + cd $(HOST_SUBDIR)/libdecnumber && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libdecnumber-bootstrap -.PHONY: all-libgui maybe-all-libgui -maybe-all-libgui: -@if gcc-bootstrap -all-libgui: stage_current -@endif gcc-bootstrap -@if libgui -TARGET-libgui=all -maybe-all-libgui: all-libgui -all-libgui: configure-libgui - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libgui && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-libgui)) -@endif libgui +.PHONY: check-libdecnumber maybe-check-libdecnumber +maybe-check-libdecnumber: +@if libdecnumber +maybe-check-libdecnumber: check-libdecnumber - - -.PHONY: check-libgui maybe-check-libgui -maybe-check-libgui: -@if libgui -maybe-check-libgui: check-libgui - -check-libgui: +check-libdecnumber: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libgui && \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(FLAGS_TO_PASS) check) -@endif libgui +@endif libdecnumber -.PHONY: install-libgui maybe-install-libgui -maybe-install-libgui: -@if libgui -maybe-install-libgui: install-libgui +.PHONY: install-libdecnumber maybe-install-libdecnumber +maybe-install-libdecnumber: +@if libdecnumber +maybe-install-libdecnumber: install-libdecnumber -install-libgui: installdirs +install-libdecnumber: installdirs @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libgui && \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(FLAGS_TO_PASS) install) -@endif libgui +@endif libdecnumber # Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-libgui info-libgui -maybe-info-libgui: -@if libgui -maybe-info-libgui: info-libgui +.PHONY: maybe-info-libdecnumber info-libdecnumber +maybe-info-libdecnumber: +@if libdecnumber +maybe-info-libdecnumber: info-libdecnumber -info-libgui: \ - configure-libgui - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing info in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 - -@endif libgui - -.PHONY: maybe-dvi-libgui dvi-libgui -maybe-dvi-libgui: -@if libgui -maybe-dvi-libgui: dvi-libgui - -dvi-libgui: \ - configure-libgui - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ +info-libdecnumber: \ + configure-libdecnumber + @[ -f ./libdecnumber/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ + echo "Doing info in libdecnumber" ; \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + info) \ || exit 1 -@endif libgui +@endif libdecnumber -.PHONY: maybe-pdf-libgui pdf-libgui -maybe-pdf-libgui: -@if libgui -maybe-pdf-libgui: pdf-libgui +.PHONY: maybe-dvi-libdecnumber dvi-libdecnumber +maybe-dvi-libdecnumber: +@if libdecnumber +maybe-dvi-libdecnumber: dvi-libdecnumber -pdf-libgui: \ - configure-libgui - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ +dvi-libdecnumber: \ + configure-libdecnumber + @[ -f ./libdecnumber/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ + echo "Doing dvi in libdecnumber" ; \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + dvi) \ || exit 1 -@endif libgui +@endif libdecnumber -.PHONY: maybe-html-libgui html-libgui -maybe-html-libgui: -@if libgui -maybe-html-libgui: html-libgui +.PHONY: maybe-html-libdecnumber html-libdecnumber +maybe-html-libdecnumber: +@if libdecnumber +maybe-html-libdecnumber: html-libdecnumber -html-libgui: \ - configure-libgui - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ +html-libdecnumber: \ + configure-libdecnumber + @[ -f ./libdecnumber/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ + echo "Doing html in libdecnumber" ; \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -25884,25 +23286,24 @@ html) \ || exit 1 -@endif libgui +@endif libdecnumber -.PHONY: maybe-TAGS-libgui TAGS-libgui -maybe-TAGS-libgui: -@if libgui -maybe-TAGS-libgui: TAGS-libgui +.PHONY: maybe-TAGS-libdecnumber TAGS-libdecnumber +maybe-TAGS-libdecnumber: +@if libdecnumber +maybe-TAGS-libdecnumber: TAGS-libdecnumber -TAGS-libgui: \ - configure-libgui - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ +TAGS-libdecnumber: \ + configure-libdecnumber + @[ -f ./libdecnumber/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ + echo "Doing TAGS in libdecnumber" ; \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -25910,26 +23311,25 @@ TAGS) \ || exit 1 -@endif libgui +@endif libdecnumber -.PHONY: maybe-install-info-libgui install-info-libgui -maybe-install-info-libgui: -@if libgui -maybe-install-info-libgui: install-info-libgui +.PHONY: maybe-install-info-libdecnumber install-info-libdecnumber +maybe-install-info-libdecnumber: +@if libdecnumber +maybe-install-info-libdecnumber: install-info-libdecnumber -install-info-libgui: \ - configure-libgui \ - info-libgui - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ +install-info-libdecnumber: \ + configure-libdecnumber \ + info-libdecnumber + @[ -f ./libdecnumber/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ + echo "Doing install-info in libdecnumber" ; \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -25937,104 +23337,74 @@ install-info) \ || exit 1 -@endif libgui +@endif libdecnumber -.PHONY: maybe-install-pdf-libgui install-pdf-libgui -maybe-install-pdf-libgui: -@if libgui -maybe-install-pdf-libgui: install-pdf-libgui +.PHONY: maybe-install-html-libdecnumber install-html-libdecnumber +maybe-install-html-libdecnumber: +@if libdecnumber +maybe-install-html-libdecnumber: install-html-libdecnumber -install-pdf-libgui: \ - configure-libgui \ - pdf-libgui - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ +install-html-libdecnumber: \ + configure-libdecnumber \ + html-libdecnumber + @[ -f ./libdecnumber/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ + echo "Doing install-html in libdecnumber" ; \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + install-html) \ || exit 1 -@endif libgui +@endif libdecnumber -.PHONY: maybe-install-html-libgui install-html-libgui -maybe-install-html-libgui: -@if libgui -maybe-install-html-libgui: install-html-libgui +.PHONY: maybe-installcheck-libdecnumber installcheck-libdecnumber +maybe-installcheck-libdecnumber: +@if libdecnumber +maybe-installcheck-libdecnumber: installcheck-libdecnumber -install-html-libgui: \ - configure-libgui \ - html-libgui - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ +installcheck-libdecnumber: \ + configure-libdecnumber + @[ -f ./libdecnumber/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ + echo "Doing installcheck in libdecnumber" ; \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + installcheck) \ || exit 1 -@endif libgui +@endif libdecnumber -.PHONY: maybe-installcheck-libgui installcheck-libgui -maybe-installcheck-libgui: -@if libgui -maybe-installcheck-libgui: installcheck-libgui +.PHONY: maybe-mostlyclean-libdecnumber mostlyclean-libdecnumber +maybe-mostlyclean-libdecnumber: +@if libdecnumber +maybe-mostlyclean-libdecnumber: mostlyclean-libdecnumber -installcheck-libgui: \ - configure-libgui - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ +mostlyclean-libdecnumber: + @[ -f ./libdecnumber/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 - -@endif libgui - -.PHONY: maybe-mostlyclean-libgui mostlyclean-libgui -maybe-mostlyclean-libgui: -@if libgui -maybe-mostlyclean-libgui: mostlyclean-libgui - -mostlyclean-libgui: - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ + echo "Doing mostlyclean in libdecnumber" ; \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -26042,24 +23412,23 @@ mostlyclean) \ || exit 1 -@endif libgui +@endif libdecnumber -.PHONY: maybe-clean-libgui clean-libgui -maybe-clean-libgui: -@if libgui -maybe-clean-libgui: clean-libgui +.PHONY: maybe-clean-libdecnumber clean-libdecnumber +maybe-clean-libdecnumber: +@if libdecnumber +maybe-clean-libdecnumber: clean-libdecnumber -clean-libgui: - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ +clean-libdecnumber: + @[ -f ./libdecnumber/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ + echo "Doing clean in libdecnumber" ; \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -26067,24 +23436,23 @@ clean) \ || exit 1 -@endif libgui +@endif libdecnumber -.PHONY: maybe-distclean-libgui distclean-libgui -maybe-distclean-libgui: -@if libgui -maybe-distclean-libgui: distclean-libgui +.PHONY: maybe-distclean-libdecnumber distclean-libdecnumber +maybe-distclean-libdecnumber: +@if libdecnumber +maybe-distclean-libdecnumber: distclean-libdecnumber -distclean-libgui: - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ +distclean-libdecnumber: + @[ -f ./libdecnumber/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ + echo "Doing distclean in libdecnumber" ; \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -26092,24 +23460,23 @@ distclean) \ || exit 1 -@endif libgui +@endif libdecnumber -.PHONY: maybe-maintainer-clean-libgui maintainer-clean-libgui -maybe-maintainer-clean-libgui: -@if libgui -maybe-maintainer-clean-libgui: maintainer-clean-libgui +.PHONY: maybe-maintainer-clean-libdecnumber maintainer-clean-libdecnumber +maybe-maintainer-clean-libdecnumber: +@if libdecnumber +maybe-maintainer-clean-libdecnumber: maintainer-clean-libdecnumber -maintainer-clean-libgui: - @: $(MAKE); $(unstage) - @[ -f ./libgui/Makefile ] || exit 0; \ +maintainer-clean-libdecnumber: + @[ -f ./libdecnumber/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in libgui" ; \ - (cd $(HOST_SUBDIR)/libgui && \ + echo "Doing maintainer-clean in libdecnumber" ; \ + (cd $(HOST_SUBDIR)/libdecnumber && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -26117,1261 +23484,1162 @@ maintainer-clean) \ || exit 1 -@endif libgui +@endif libdecnumber -.PHONY: configure-libiberty maybe-configure-libiberty -maybe-configure-libiberty: +.PHONY: configure-libgui maybe-configure-libgui +maybe-configure-libgui: @if gcc-bootstrap -configure-libiberty: stage_current +configure-libgui: stage_current @endif gcc-bootstrap -@if libiberty -maybe-configure-libiberty: configure-libiberty -configure-libiberty: +@if libgui +maybe-configure-libgui: configure-libgui +configure-libgui: + @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ + test ! -f $(HOST_SUBDIR)/libgui/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libgui ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/libiberty; \ - cd "$(HOST_SUBDIR)/libiberty" || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/libgui; \ + cd "$(HOST_SUBDIR)/libgui" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ + *) topdir=`echo $(HOST_SUBDIR)/libgui/ | \ sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ esac; \ - srcdiroption="--srcdir=$${topdir}/libiberty"; \ - libsrcdir="$$s/libiberty"; \ + srcdiroption="--srcdir=$${topdir}/libgui"; \ + libsrcdir="$$s/libgui"; \ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ --target=${target_alias} $${srcdiroption} \ || exit 1 -@endif libiberty +@endif libgui + + + + + +.PHONY: all-libgui maybe-all-libgui +maybe-all-libgui: +@if gcc-bootstrap +all-libgui: stage_current +@endif gcc-bootstrap +@if libgui +TARGET-libgui=all +maybe-all-libgui: all-libgui +all-libgui: configure-libgui + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-libgui)) +@endif libgui + -.PHONY: configure-stage1-libiberty maybe-configure-stage1-libiberty -maybe-configure-stage1-libiberty: -@if libiberty-bootstrap -maybe-configure-stage1-libiberty: configure-stage1-libiberty -configure-stage1-libiberty: - @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty +.PHONY: check-libgui maybe-check-libgui +maybe-check-libgui: +@if libgui +maybe-check-libgui: check-libgui + +check-libgui: + @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ - $(HOST_EXPORTS) \ - CFLAGS="$(STAGE1_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE1_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 1 in $(HOST_SUBDIR)/libiberty ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ - cd $(HOST_SUBDIR)/libiberty || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libiberty"; \ - libsrcdir="$$s/libiberty"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - \ - --disable-intermodule $(STAGE1_CHECKING) --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" -@endif libiberty-bootstrap + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(FLAGS_TO_PASS) check) + +@endif libgui + +.PHONY: install-libgui maybe-install-libgui +maybe-install-libgui: +@if libgui +maybe-install-libgui: install-libgui -.PHONY: configure-stage2-libiberty maybe-configure-stage2-libiberty -maybe-configure-stage2-libiberty: -@if libiberty-bootstrap -maybe-configure-stage2-libiberty: configure-stage2-libiberty -configure-stage2-libiberty: - @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty +install-libgui: installdirs + @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 2 in $(HOST_SUBDIR)/libiberty ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ - cd $(HOST_SUBDIR)/libiberty || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libiberty"; \ - libsrcdir="$$s/libiberty"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libiberty-bootstrap + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(FLAGS_TO_PASS) install) + +@endif libgui + +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-libgui info-libgui +maybe-info-libgui: +@if libgui +maybe-info-libgui: info-libgui -.PHONY: configure-stageb2g0-libiberty maybe-configure-stageb2g0-libiberty -maybe-configure-stageb2g0-libiberty: -@if libiberty-bootstrap -maybe-configure-stageb2g0-libiberty: configure-stageb2g0-libiberty -configure-stageb2g0-libiberty: - @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty - @r=`${PWD_COMMAND}`; export r; \ +info-libgui: \ + configure-libgui + @: $(MAKE); $(unstage) + @[ -f ./libgui/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS) -g0"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS) -g0"; export CXXFLAGS; \ - echo Configuring stage b2g0 in $(HOST_SUBDIR)/libiberty ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ - cd $(HOST_SUBDIR)/libiberty || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libiberty"; \ - libsrcdir="$$s/libiberty"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libiberty-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing info in libgui" ; \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + info) \ + || exit 1 + +@endif libgui + +.PHONY: maybe-dvi-libgui dvi-libgui +maybe-dvi-libgui: +@if libgui +maybe-dvi-libgui: dvi-libgui -.PHONY: configure-stage3-libiberty maybe-configure-stage3-libiberty -maybe-configure-stage3-libiberty: -@if libiberty-bootstrap -maybe-configure-stage3-libiberty: configure-stage3-libiberty -configure-stage3-libiberty: - @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty - @r=`${PWD_COMMAND}`; export r; \ +dvi-libgui: \ + configure-libgui + @: $(MAKE); $(unstage) + @[ -f ./libgui/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 3 in $(HOST_SUBDIR)/libiberty ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ - cd $(HOST_SUBDIR)/libiberty || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libiberty"; \ - libsrcdir="$$s/libiberty"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libiberty-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing dvi in libgui" ; \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + dvi) \ + || exit 1 + +@endif libgui + +.PHONY: maybe-html-libgui html-libgui +maybe-html-libgui: +@if libgui +maybe-html-libgui: html-libgui -.PHONY: configure-stageb3g2-libiberty maybe-configure-stageb3g2-libiberty -maybe-configure-stageb3g2-libiberty: -@if libiberty-bootstrap -maybe-configure-stageb3g2-libiberty: configure-stageb3g2-libiberty -configure-stageb3g2-libiberty: - @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty - @r=`${PWD_COMMAND}`; export r; \ +html-libgui: \ + configure-libgui + @: $(MAKE); $(unstage) + @[ -f ./libgui/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS) -g2"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS) -g2"; export CXXFLAGS; \ - echo Configuring stage b3g2 in $(HOST_SUBDIR)/libiberty ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ - cd $(HOST_SUBDIR)/libiberty || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libiberty"; \ - libsrcdir="$$s/libiberty"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libiberty-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in libgui" ; \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ + || exit 1 + +@endif libgui + +.PHONY: maybe-TAGS-libgui TAGS-libgui +maybe-TAGS-libgui: +@if libgui +maybe-TAGS-libgui: TAGS-libgui -.PHONY: configure-stage4-libiberty maybe-configure-stage4-libiberty -maybe-configure-stage4-libiberty: -@if libiberty-bootstrap -maybe-configure-stage4-libiberty: configure-stage4-libiberty -configure-stage4-libiberty: - @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty - @r=`${PWD_COMMAND}`; export r; \ +TAGS-libgui: \ + configure-libgui + @: $(MAKE); $(unstage) + @[ -f ./libgui/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE4_CFLAGS)"; export CFLAGS; \ - CXXFLAGS="$(STAGE4_CFLAGS)"; export CXXFLAGS; \ - echo Configuring stage 4 in $(HOST_SUBDIR)/libiberty ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ - cd $(HOST_SUBDIR)/libiberty || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libiberty"; \ - libsrcdir="$$s/libiberty"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libiberty-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in libgui" ; \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ + || exit 1 + +@endif libgui + +.PHONY: maybe-install-info-libgui install-info-libgui +maybe-install-info-libgui: +@if libgui +maybe-install-info-libgui: install-info-libgui -.PHONY: configure-stageprofile-libiberty maybe-configure-stageprofile-libiberty -maybe-configure-stageprofile-libiberty: -@if libiberty-bootstrap -maybe-configure-stageprofile-libiberty: configure-stageprofile-libiberty -configure-stageprofile-libiberty: - @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty - @r=`${PWD_COMMAND}`; export r; \ +install-info-libgui: \ + configure-libgui \ + info-libgui + @: $(MAKE); $(unstage) + @[ -f ./libgui/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CFLAGS; \ - CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CXXFLAGS; \ - echo Configuring stage profile in $(HOST_SUBDIR)/libiberty ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ - cd $(HOST_SUBDIR)/libiberty || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libiberty"; \ - libsrcdir="$$s/libiberty"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libiberty-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in libgui" ; \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 + +@endif libgui + +.PHONY: maybe-install-html-libgui install-html-libgui +maybe-install-html-libgui: +@if libgui +maybe-install-html-libgui: install-html-libgui -.PHONY: configure-stagefeedback-libiberty maybe-configure-stagefeedback-libiberty -maybe-configure-stagefeedback-libiberty: -@if libiberty-bootstrap -maybe-configure-stagefeedback-libiberty: configure-stagefeedback-libiberty -configure-stagefeedback-libiberty: - @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start - @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty - @r=`${PWD_COMMAND}`; export r; \ +install-html-libgui: \ + configure-libgui \ + html-libgui + @: $(MAKE); $(unstage) + @[ -f ./libgui/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - CFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CFLAGS; \ - CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CXXFLAGS; \ - echo Configuring stage feedback in $(HOST_SUBDIR)/libiberty ; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ - cd $(HOST_SUBDIR)/libiberty || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libiberty"; \ - libsrcdir="$$s/libiberty"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - --with-build-libsubdir=$(HOST_SUBDIR) \ - @stage2_werror_flag@ -@endif libiberty-bootstrap + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-html in libgui" ; \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 +@endif libgui +.PHONY: maybe-installcheck-libgui installcheck-libgui +maybe-installcheck-libgui: +@if libgui +maybe-installcheck-libgui: installcheck-libgui - - -.PHONY: all-libiberty maybe-all-libiberty -maybe-all-libiberty: -@if gcc-bootstrap -all-libiberty: stage_current -@endif gcc-bootstrap -@if libiberty -TARGET-libiberty=all -maybe-all-libiberty: all-libiberty -all-libiberty: configure-libiberty - @r=`${PWD_COMMAND}`; export r; \ +installcheck-libgui: \ + configure-libgui + @: $(MAKE); $(unstage) + @[ -f ./libgui/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing installcheck in libgui" ; \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + installcheck) \ + || exit 1 + +@endif libgui + +.PHONY: maybe-mostlyclean-libgui mostlyclean-libgui +maybe-mostlyclean-libgui: +@if libgui +maybe-mostlyclean-libgui: mostlyclean-libgui + +mostlyclean-libgui: + @: $(MAKE); $(unstage) + @[ -f ./libgui/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-libiberty)) -@endif libiberty + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing mostlyclean in libgui" ; \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + mostlyclean) \ + || exit 1 +@endif libgui +.PHONY: maybe-clean-libgui clean-libgui +maybe-clean-libgui: +@if libgui +maybe-clean-libgui: clean-libgui -.PHONY: all-stage1-libiberty maybe-all-stage1-libiberty -.PHONY: clean-stage1-libiberty maybe-clean-stage1-libiberty -maybe-all-stage1-libiberty: -maybe-clean-stage1-libiberty: -@if libiberty-bootstrap -maybe-all-stage1-libiberty: all-stage1-libiberty -all-stage1: all-stage1-libiberty -TARGET-stage1-libiberty = $(TARGET-libiberty) -all-stage1-libiberty: configure-stage1-libiberty - @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start - @r=`${PWD_COMMAND}`; export r; \ +clean-libgui: + @: $(MAKE); $(unstage) + @[ -f ./libgui/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE1_CFLAGS)" CXXFLAGS="$(STAGE1_CFLAGS)" \ - LIBCFLAGS="$(STAGE1_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) \ - $(TARGET-stage1-libiberty) + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing clean in libgui" ; \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + clean) \ + || exit 1 -maybe-clean-stage1-libiberty: clean-stage1-libiberty -clean-stage1: clean-stage1-libiberty -clean-stage1-libiberty: - @if [ $(current_stage) = stage1 ]; then \ - [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage1-libiberty/Makefile ] || exit 0; \ - $(MAKE) stage1-start; \ - fi; \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - clean -@endif libiberty-bootstrap +@endif libgui +.PHONY: maybe-distclean-libgui distclean-libgui +maybe-distclean-libgui: +@if libgui +maybe-distclean-libgui: distclean-libgui -.PHONY: all-stage2-libiberty maybe-all-stage2-libiberty -.PHONY: clean-stage2-libiberty maybe-clean-stage2-libiberty -maybe-all-stage2-libiberty: -maybe-clean-stage2-libiberty: -@if libiberty-bootstrap -maybe-all-stage2-libiberty: all-stage2-libiberty -all-stage2: all-stage2-libiberty -TARGET-stage2-libiberty = $(TARGET-libiberty) -all-stage2-libiberty: configure-stage2-libiberty - @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start - @r=`${PWD_COMMAND}`; export r; \ +distclean-libgui: + @: $(MAKE); $(unstage) + @[ -f ./libgui/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS)" CXXFLAGS="$(STAGE2_CFLAGS)" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage2-libiberty) + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing distclean in libgui" ; \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + distclean) \ + || exit 1 -maybe-clean-stage2-libiberty: clean-stage2-libiberty -clean-stage2: clean-stage2-libiberty -clean-stage2-libiberty: - @if [ $(current_stage) = stage2 ]; then \ - [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage2-libiberty/Makefile ] || exit 0; \ - $(MAKE) stage2-start; \ - fi; \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean -@endif libiberty-bootstrap +@endif libgui +.PHONY: maybe-maintainer-clean-libgui maintainer-clean-libgui +maybe-maintainer-clean-libgui: +@if libgui +maybe-maintainer-clean-libgui: maintainer-clean-libgui -.PHONY: all-stageb2g0-libiberty maybe-all-stageb2g0-libiberty -.PHONY: clean-stageb2g0-libiberty maybe-clean-stageb2g0-libiberty -maybe-all-stageb2g0-libiberty: -maybe-clean-stageb2g0-libiberty: -@if libiberty-bootstrap -maybe-all-stageb2g0-libiberty: all-stageb2g0-libiberty -all-stageb2g0: all-stageb2g0-libiberty -TARGET-stageb2g0-libiberty = $(TARGET-libiberty) -all-stageb2g0-libiberty: configure-stageb2g0-libiberty - @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start - @r=`${PWD_COMMAND}`; export r; \ +maintainer-clean-libgui: + @: $(MAKE); $(unstage) + @[ -f ./libgui/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS) -g0" CXXFLAGS="$(STAGE2_CFLAGS) -g0" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS) -g0" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageb2g0-libiberty) + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing maintainer-clean in libgui" ; \ + (cd $(HOST_SUBDIR)/libgui && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + maintainer-clean) \ + || exit 1 + +@endif libgui -maybe-clean-stageb2g0-libiberty: clean-stageb2g0-libiberty -clean-stageb2g0: clean-stageb2g0-libiberty -clean-stageb2g0-libiberty: - @if [ $(current_stage) = stageb2g0 ]; then \ - [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageb2g0-libiberty/Makefile ] || exit 0; \ - $(MAKE) stageb2g0-start; \ - fi; \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean -@endif libiberty-bootstrap -.PHONY: all-stage3-libiberty maybe-all-stage3-libiberty -.PHONY: clean-stage3-libiberty maybe-clean-stage3-libiberty -maybe-all-stage3-libiberty: -maybe-clean-stage3-libiberty: -@if libiberty-bootstrap -maybe-all-stage3-libiberty: all-stage3-libiberty -all-stage3: all-stage3-libiberty -TARGET-stage3-libiberty = $(TARGET-libiberty) -all-stage3-libiberty: configure-stage3-libiberty - @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start +.PHONY: configure-libiberty maybe-configure-libiberty +maybe-configure-libiberty: +@if gcc-bootstrap +configure-libiberty: stage_current +@endif gcc-bootstrap +@if libiberty +maybe-configure-libiberty: configure-libiberty +configure-libiberty: @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS)" CXXFLAGS="$(STAGE3_CFLAGS)" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage3-libiberty) + echo Configuring in $(HOST_SUBDIR)/libiberty; \ + cd "$(HOST_SUBDIR)/libiberty" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libiberty"; \ + libsrcdir="$$s/libiberty"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 +@endif libiberty -maybe-clean-stage3-libiberty: clean-stage3-libiberty -clean-stage3: clean-stage3-libiberty -clean-stage3-libiberty: - @if [ $(current_stage) = stage3 ]; then \ - [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage3-libiberty/Makefile ] || exit 0; \ - $(MAKE) stage3-start; \ - fi; \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean -@endif libiberty-bootstrap -.PHONY: all-stageb3g2-libiberty maybe-all-stageb3g2-libiberty -.PHONY: clean-stageb3g2-libiberty maybe-clean-stageb3g2-libiberty -maybe-all-stageb3g2-libiberty: -maybe-clean-stageb3g2-libiberty: +.PHONY: configure-stage1-libiberty maybe-configure-stage1-libiberty +maybe-configure-stage1-libiberty: @if libiberty-bootstrap -maybe-all-stageb3g2-libiberty: all-stageb3g2-libiberty -all-stageb3g2: all-stageb3g2-libiberty -TARGET-stageb3g2-libiberty = $(TARGET-libiberty) -all-stageb3g2-libiberty: configure-stageb3g2-libiberty - @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start +maybe-configure-stage1-libiberty: configure-stage1-libiberty +configure-stage1-libiberty: + @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS) -g2" CXXFLAGS="$(STAGE3_CFLAGS) -g2" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS) -g2" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageb3g2-libiberty) + test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ + $(HOST_EXPORTS) \ + CFLAGS="$(STAGE1_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE1_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 1 in $(HOST_SUBDIR)/libiberty ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ + cd $(HOST_SUBDIR)/libiberty || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libiberty"; \ + libsrcdir="$$s/libiberty"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + \ + --disable-intermodule $(STAGE1_CHECKING) --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)" +@endif libiberty-bootstrap -maybe-clean-stageb3g2-libiberty: clean-stageb3g2-libiberty -clean-stageb3g2: clean-stageb3g2-libiberty -clean-stageb3g2-libiberty: - @if [ $(current_stage) = stageb3g2 ]; then \ - [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageb3g2-libiberty/Makefile ] || exit 0; \ - $(MAKE) stageb3g2-start; \ - fi; \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean +.PHONY: configure-stage2-libiberty maybe-configure-stage2-libiberty +maybe-configure-stage2-libiberty: +@if libiberty-bootstrap +maybe-configure-stage2-libiberty: configure-stage2-libiberty +configure-stage2-libiberty: + @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ + $(HOST_EXPORTS) \ + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 2 in $(HOST_SUBDIR)/libiberty ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ + cd $(HOST_SUBDIR)/libiberty || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libiberty"; \ + libsrcdir="$$s/libiberty"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libiberty-bootstrap - -.PHONY: all-stage4-libiberty maybe-all-stage4-libiberty -.PHONY: clean-stage4-libiberty maybe-clean-stage4-libiberty -maybe-all-stage4-libiberty: -maybe-clean-stage4-libiberty: +.PHONY: configure-stageb2g0-libiberty maybe-configure-stageb2g0-libiberty +maybe-configure-stageb2g0-libiberty: @if libiberty-bootstrap -maybe-all-stage4-libiberty: all-stage4-libiberty -all-stage4: all-stage4-libiberty -TARGET-stage4-libiberty = $(TARGET-libiberty) -all-stage4-libiberty: configure-stage4-libiberty - @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start +maybe-configure-stageb2g0-libiberty: configure-stageb2g0-libiberty +configure-stageb2g0-libiberty: + @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE4_CFLAGS)" CXXFLAGS="$(STAGE4_CFLAGS)" \ - LIBCFLAGS="$(STAGE4_CFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stage4-libiberty) - -maybe-clean-stage4-libiberty: clean-stage4-libiberty -clean-stage4: clean-stage4-libiberty -clean-stage4-libiberty: - @if [ $(current_stage) = stage4 ]; then \ - [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stage4-libiberty/Makefile ] || exit 0; \ - $(MAKE) stage4-start; \ - fi; \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS) -g0"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS) -g0"; export CXXFLAGS; \ + echo Configuring stage b2g0 in $(HOST_SUBDIR)/libiberty ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ + cd $(HOST_SUBDIR)/libiberty || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libiberty"; \ + libsrcdir="$$s/libiberty"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libiberty-bootstrap - -.PHONY: all-stageprofile-libiberty maybe-all-stageprofile-libiberty -.PHONY: clean-stageprofile-libiberty maybe-clean-stageprofile-libiberty -maybe-all-stageprofile-libiberty: -maybe-clean-stageprofile-libiberty: +.PHONY: configure-stage3-libiberty maybe-configure-stage3-libiberty +maybe-configure-stage3-libiberty: @if libiberty-bootstrap -maybe-all-stageprofile-libiberty: all-stageprofile-libiberty -all-stageprofile: all-stageprofile-libiberty -TARGET-stageprofile-libiberty = $(TARGET-libiberty) -all-stageprofile-libiberty: configure-stageprofile-libiberty - @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start +maybe-configure-stage3-libiberty: configure-stage3-libiberty +configure-stage3-libiberty: + @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" \ - LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ - CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ - CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stageprofile-libiberty) - -maybe-clean-stageprofile-libiberty: clean-stageprofile-libiberty -clean-stageprofile: clean-stageprofile-libiberty -clean-stageprofile-libiberty: - @if [ $(current_stage) = stageprofile ]; then \ - [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stageprofile-libiberty/Makefile ] || exit 0; \ - $(MAKE) stageprofile-start; \ - fi; \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 3 in $(HOST_SUBDIR)/libiberty ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ + cd $(HOST_SUBDIR)/libiberty || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libiberty"; \ + libsrcdir="$$s/libiberty"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libiberty-bootstrap - -.PHONY: all-stagefeedback-libiberty maybe-all-stagefeedback-libiberty -.PHONY: clean-stagefeedback-libiberty maybe-clean-stagefeedback-libiberty -maybe-all-stagefeedback-libiberty: -maybe-clean-stagefeedback-libiberty: +.PHONY: configure-stageb3g2-libiberty maybe-configure-stageb3g2-libiberty +maybe-configure-stageb3g2-libiberty: @if libiberty-bootstrap -maybe-all-stagefeedback-libiberty: all-stagefeedback-libiberty -all-stagefeedback: all-stagefeedback-libiberty -TARGET-stagefeedback-libiberty = $(TARGET-libiberty) -all-stagefeedback-libiberty: configure-stagefeedback-libiberty - @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start +maybe-configure-stageb3g2-libiberty: configure-stageb3g2-libiberty +configure-stageb3g2-libiberty: + @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - $(POSTSTAGE1_HOST_EXPORTS) \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) \ - CFLAGS="$(STAGE3_CFLAGS) -fprofile-use" CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use" \ - LIBCFLAGS="$(STAGE3_LIBCFLAGS) -fprofile-use" \ - CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" \ - CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ - $(TARGET-stagefeedback-libiberty) - -maybe-clean-stagefeedback-libiberty: clean-stagefeedback-libiberty -clean-stagefeedback: clean-stagefeedback-libiberty -clean-stagefeedback-libiberty: - @if [ $(current_stage) = stagefeedback ]; then \ - [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ - else \ - [ -f $(HOST_SUBDIR)/stagefeedback-libiberty/Makefile ] || exit 0; \ - $(MAKE) stagefeedback-start; \ - fi; \ - cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(EXTRA_HOST_FLAGS) \ - $(POSTSTAGE1_FLAGS_TO_PASS) \ - clean + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS) -g2"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS) -g2"; export CXXFLAGS; \ + echo Configuring stage b3g2 in $(HOST_SUBDIR)/libiberty ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ + cd $(HOST_SUBDIR)/libiberty || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libiberty"; \ + libsrcdir="$$s/libiberty"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ @endif libiberty-bootstrap - - - - -.PHONY: check-libiberty maybe-check-libiberty -maybe-check-libiberty: -@if libiberty -maybe-check-libiberty: check-libiberty - -check-libiberty: - @: $(MAKE); $(unstage) +.PHONY: configure-stage4-libiberty maybe-configure-stage4-libiberty +maybe-configure-stage4-libiberty: +@if libiberty-bootstrap +maybe-configure-stage4-libiberty: configure-stage4-libiberty +configure-stage4-libiberty: + @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(FLAGS_TO_PASS) check) + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE4_CFLAGS)"; export CFLAGS; \ + CXXFLAGS="$(STAGE4_CFLAGS)"; export CXXFLAGS; \ + echo Configuring stage 4 in $(HOST_SUBDIR)/libiberty ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ + cd $(HOST_SUBDIR)/libiberty || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libiberty"; \ + libsrcdir="$$s/libiberty"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ +@endif libiberty-bootstrap -@endif libiberty - -.PHONY: install-libiberty maybe-install-libiberty -maybe-install-libiberty: -@if libiberty -maybe-install-libiberty: install-libiberty - -install-libiberty: installdirs - @: $(MAKE); $(unstage) +.PHONY: configure-stageprofile-libiberty maybe-configure-stageprofile-libiberty +maybe-configure-stageprofile-libiberty: +@if libiberty-bootstrap +maybe-configure-stageprofile-libiberty: configure-stageprofile-libiberty +configure-stageprofile-libiberty: + @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif libiberty - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-libiberty info-libiberty -maybe-info-libiberty: -@if libiberty -maybe-info-libiberty: info-libiberty - -info-libiberty: \ - configure-libiberty - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing info in libiberty" ; \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 - -@endif libiberty - -.PHONY: maybe-dvi-libiberty dvi-libiberty -maybe-dvi-libiberty: -@if libiberty -maybe-dvi-libiberty: dvi-libiberty - -dvi-libiberty: \ - configure-libiberty - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing dvi in libiberty" ; \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CFLAGS; \ + CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate"; export CXXFLAGS; \ + echo Configuring stage profile in $(HOST_SUBDIR)/libiberty ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ + cd $(HOST_SUBDIR)/libiberty || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libiberty"; \ + libsrcdir="$$s/libiberty"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ +@endif libiberty-bootstrap -@endif libiberty - -.PHONY: maybe-pdf-libiberty pdf-libiberty -maybe-pdf-libiberty: -@if libiberty -maybe-pdf-libiberty: pdf-libiberty - -pdf-libiberty: \ - configure-libiberty - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: configure-stagefeedback-libiberty maybe-configure-stagefeedback-libiberty +maybe-configure-stagefeedback-libiberty: +@if libiberty-bootstrap +maybe-configure-stagefeedback-libiberty: configure-stagefeedback-libiberty +configure-stagefeedback-libiberty: + @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start + @$(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/libiberty/Makefile || exit 0; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in libiberty" ; \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + CFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CFLAGS; \ + CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use"; export CXXFLAGS; \ + echo Configuring stage feedback in $(HOST_SUBDIR)/libiberty ; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libiberty ; \ + cd $(HOST_SUBDIR)/libiberty || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/libiberty/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libiberty"; \ + libsrcdir="$$s/libiberty"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + --with-build-libsubdir=$(HOST_SUBDIR) \ + @stage2_werror_flag@ +@endif libiberty-bootstrap -@endif libiberty -.PHONY: maybe-html-libiberty html-libiberty -maybe-html-libiberty: -@if libiberty -maybe-html-libiberty: html-libiberty -html-libiberty: \ - configure-libiberty - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in libiberty" ; \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 -@endif libiberty -.PHONY: maybe-TAGS-libiberty TAGS-libiberty -maybe-TAGS-libiberty: +.PHONY: all-libiberty maybe-all-libiberty +maybe-all-libiberty: +@if gcc-bootstrap +all-libiberty: stage_current +@endif gcc-bootstrap @if libiberty -maybe-TAGS-libiberty: TAGS-libiberty - -TAGS-libiberty: \ - configure-libiberty - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +TARGET-libiberty=all +maybe-all-libiberty: all-libiberty +all-libiberty: configure-libiberty + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in libiberty" ; \ (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 - + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-libiberty)) @endif libiberty -.PHONY: maybe-install-info-libiberty install-info-libiberty -maybe-install-info-libiberty: -@if libiberty -maybe-install-info-libiberty: install-info-libiberty -install-info-libiberty: \ - configure-libiberty \ - info-libiberty - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in libiberty" ; \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 -@endif libiberty - -.PHONY: maybe-install-pdf-libiberty install-pdf-libiberty -maybe-install-pdf-libiberty: -@if libiberty -maybe-install-pdf-libiberty: install-pdf-libiberty - -install-pdf-libiberty: \ - configure-libiberty \ - pdf-libiberty - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage1-libiberty maybe-all-stage1-libiberty +.PHONY: clean-stage1-libiberty maybe-clean-stage1-libiberty +maybe-all-stage1-libiberty: +maybe-clean-stage1-libiberty: +@if libiberty-bootstrap +maybe-all-stage1-libiberty: all-stage1-libiberty +all-stage1: all-stage1-libiberty +TARGET-stage1-libiberty = $(TARGET-libiberty) +all-stage1-libiberty: configure-stage1-libiberty + @[ $(current_stage) = stage1 ] || $(MAKE) stage1-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in libiberty" ; \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE1_CFLAGS)" CXXFLAGS="$(STAGE1_CFLAGS)" \ + LIBCFLAGS="$(STAGE1_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE1_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) \ + $(TARGET-stage1-libiberty) -@endif libiberty +maybe-clean-stage1-libiberty: clean-stage1-libiberty +clean-stage1: clean-stage1-libiberty +clean-stage1-libiberty: + @if [ $(current_stage) = stage1 ]; then \ + [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage1-libiberty/Makefile ] || exit 0; \ + $(MAKE) stage1-start; \ + fi; \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + clean +@endif libiberty-bootstrap -.PHONY: maybe-install-html-libiberty install-html-libiberty -maybe-install-html-libiberty: -@if libiberty -maybe-install-html-libiberty: install-html-libiberty -install-html-libiberty: \ - configure-libiberty \ - html-libiberty - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage2-libiberty maybe-all-stage2-libiberty +.PHONY: clean-stage2-libiberty maybe-clean-stage2-libiberty +maybe-all-stage2-libiberty: +maybe-clean-stage2-libiberty: +@if libiberty-bootstrap +maybe-all-stage2-libiberty: all-stage2-libiberty +all-stage2: all-stage2-libiberty +TARGET-stage2-libiberty = $(TARGET-libiberty) +all-stage2-libiberty: configure-stage2-libiberty + @[ $(current_stage) = stage2 ] || $(MAKE) stage2-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in libiberty" ; \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS)" CXXFLAGS="$(STAGE2_CFLAGS)" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage2-libiberty) -@endif libiberty +maybe-clean-stage2-libiberty: clean-stage2-libiberty +clean-stage2: clean-stage2-libiberty +clean-stage2-libiberty: + @if [ $(current_stage) = stage2 ]; then \ + [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage2-libiberty/Makefile ] || exit 0; \ + $(MAKE) stage2-start; \ + fi; \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libiberty-bootstrap -.PHONY: maybe-installcheck-libiberty installcheck-libiberty -maybe-installcheck-libiberty: -@if libiberty -maybe-installcheck-libiberty: installcheck-libiberty -installcheck-libiberty: \ - configure-libiberty - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stageb2g0-libiberty maybe-all-stageb2g0-libiberty +.PHONY: clean-stageb2g0-libiberty maybe-clean-stageb2g0-libiberty +maybe-all-stageb2g0-libiberty: +maybe-clean-stageb2g0-libiberty: +@if libiberty-bootstrap +maybe-all-stageb2g0-libiberty: all-stageb2g0-libiberty +all-stageb2g0: all-stageb2g0-libiberty +TARGET-stageb2g0-libiberty = $(TARGET-libiberty) +all-stageb2g0-libiberty: configure-stageb2g0-libiberty + @[ $(current_stage) = stageb2g0 ] || $(MAKE) stageb2g0-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in libiberty" ; \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS) -g0" CXXFLAGS="$(STAGE2_CFLAGS) -g0" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS) -g0" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS) -g0" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageb2g0-libiberty) -@endif libiberty +maybe-clean-stageb2g0-libiberty: clean-stageb2g0-libiberty +clean-stageb2g0: clean-stageb2g0-libiberty +clean-stageb2g0-libiberty: + @if [ $(current_stage) = stageb2g0 ]; then \ + [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageb2g0-libiberty/Makefile ] || exit 0; \ + $(MAKE) stageb2g0-start; \ + fi; \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libiberty-bootstrap -.PHONY: maybe-mostlyclean-libiberty mostlyclean-libiberty -maybe-mostlyclean-libiberty: -@if libiberty -maybe-mostlyclean-libiberty: mostlyclean-libiberty -mostlyclean-libiberty: - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +.PHONY: all-stage3-libiberty maybe-all-stage3-libiberty +.PHONY: clean-stage3-libiberty maybe-clean-stage3-libiberty +maybe-all-stage3-libiberty: +maybe-clean-stage3-libiberty: +@if libiberty-bootstrap +maybe-all-stage3-libiberty: all-stage3-libiberty +all-stage3: all-stage3-libiberty +TARGET-stage3-libiberty = $(TARGET-libiberty) +all-stage3-libiberty: configure-stage3-libiberty + @[ $(current_stage) = stage3 ] || $(MAKE) stage3-start + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in libiberty" ; \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS)" CXXFLAGS="$(STAGE3_CFLAGS)" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage3-libiberty) -@endif libiberty - -.PHONY: maybe-clean-libiberty clean-libiberty -maybe-clean-libiberty: -@if libiberty -maybe-clean-libiberty: clean-libiberty +maybe-clean-stage3-libiberty: clean-stage3-libiberty +clean-stage3: clean-stage3-libiberty +clean-stage3-libiberty: + @if [ $(current_stage) = stage3 ]; then \ + [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage3-libiberty/Makefile ] || exit 0; \ + $(MAKE) stage3-start; \ + fi; \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libiberty-bootstrap -clean-libiberty: - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in libiberty" ; \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 -@endif libiberty - -.PHONY: maybe-distclean-libiberty distclean-libiberty -maybe-distclean-libiberty: -@if libiberty -maybe-distclean-libiberty: distclean-libiberty - -distclean-libiberty: - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing distclean in libiberty" ; \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ - || exit 1 - -@endif libiberty - -.PHONY: maybe-maintainer-clean-libiberty maintainer-clean-libiberty -maybe-maintainer-clean-libiberty: -@if libiberty -maybe-maintainer-clean-libiberty: maintainer-clean-libiberty - -maintainer-clean-libiberty: - @[ -f ./libiberty/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing maintainer-clean in libiberty" ; \ - (cd $(HOST_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ - || exit 1 - -@endif libiberty - - - -.PHONY: configure-libtool maybe-configure-libtool -maybe-configure-libtool: -@if gcc-bootstrap -configure-libtool: stage_current -@endif gcc-bootstrap -@if libtool -maybe-configure-libtool: configure-libtool -configure-libtool: - @: $(MAKE); $(unstage) +.PHONY: all-stageb3g2-libiberty maybe-all-stageb3g2-libiberty +.PHONY: clean-stageb3g2-libiberty maybe-clean-stageb3g2-libiberty +maybe-all-stageb3g2-libiberty: +maybe-clean-stageb3g2-libiberty: +@if libiberty-bootstrap +maybe-all-stageb3g2-libiberty: all-stageb3g2-libiberty +all-stageb3g2: all-stageb3g2-libiberty +TARGET-stageb3g2-libiberty = $(TARGET-libiberty) +all-stageb3g2-libiberty: configure-stageb3g2-libiberty + @[ $(current_stage) = stageb3g2 ] || $(MAKE) stageb3g2-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/libtool/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libtool ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/libtool; \ - cd "$(HOST_SUBDIR)/libtool" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/libtool/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libtool"; \ - libsrcdir="$$s/libtool"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif libtool + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS) -g2" CXXFLAGS="$(STAGE3_CFLAGS) -g2" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS) -g2" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -g2" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageb3g2-libiberty) +maybe-clean-stageb3g2-libiberty: clean-stageb3g2-libiberty +clean-stageb3g2: clean-stageb3g2-libiberty +clean-stageb3g2-libiberty: + @if [ $(current_stage) = stageb3g2 ]; then \ + [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageb3g2-libiberty/Makefile ] || exit 0; \ + $(MAKE) stageb3g2-start; \ + fi; \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libiberty-bootstrap - - -.PHONY: all-libtool maybe-all-libtool -maybe-all-libtool: -@if gcc-bootstrap -all-libtool: stage_current -@endif gcc-bootstrap -@if libtool -TARGET-libtool=all -maybe-all-libtool: all-libtool -all-libtool: configure-libtool - @: $(MAKE); $(unstage) +.PHONY: all-stage4-libiberty maybe-all-stage4-libiberty +.PHONY: clean-stage4-libiberty maybe-clean-stage4-libiberty +maybe-all-stage4-libiberty: +maybe-clean-stage4-libiberty: +@if libiberty-bootstrap +maybe-all-stage4-libiberty: all-stage4-libiberty +all-stage4: all-stage4-libiberty +TARGET-stage4-libiberty = $(TARGET-libiberty) +all-stage4-libiberty: configure-stage4-libiberty + @[ $(current_stage) = stage4 ] || $(MAKE) stage4-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libtool && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-libtool)) -@endif libtool + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE4_CFLAGS)" CXXFLAGS="$(STAGE4_CFLAGS)" \ + LIBCFLAGS="$(STAGE4_CFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE4_CFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stage4-libiberty) +maybe-clean-stage4-libiberty: clean-stage4-libiberty +clean-stage4: clean-stage4-libiberty +clean-stage4-libiberty: + @if [ $(current_stage) = stage4 ]; then \ + [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stage4-libiberty/Makefile ] || exit 0; \ + $(MAKE) stage4-start; \ + fi; \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libiberty-bootstrap - -.PHONY: check-libtool maybe-check-libtool -maybe-check-libtool: -@if libtool -maybe-check-libtool: check-libtool - -check-libtool: - @: $(MAKE); $(unstage) +.PHONY: all-stageprofile-libiberty maybe-all-stageprofile-libiberty +.PHONY: clean-stageprofile-libiberty maybe-clean-stageprofile-libiberty +maybe-all-stageprofile-libiberty: +maybe-clean-stageprofile-libiberty: +@if libiberty-bootstrap +maybe-all-stageprofile-libiberty: all-stageprofile-libiberty +all-stageprofile: all-stageprofile-libiberty +TARGET-stageprofile-libiberty = $(TARGET-libiberty) +all-stageprofile-libiberty: configure-stageprofile-libiberty + @[ $(current_stage) = stageprofile ] || $(MAKE) stageprofile-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libtool && \ - $(MAKE) $(FLAGS_TO_PASS) check) + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" CXXFLAGS="$(STAGE2_CFLAGS) -fprofile-generate" \ + LIBCFLAGS="$(STAGE2_LIBCFLAGS)" \ + CFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" \ + CXXFLAGS_FOR_TARGET="$(STAGE2_LIBCFLAGS)" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stageprofile-libiberty) -@endif libtool +maybe-clean-stageprofile-libiberty: clean-stageprofile-libiberty +clean-stageprofile: clean-stageprofile-libiberty +clean-stageprofile-libiberty: + @if [ $(current_stage) = stageprofile ]; then \ + [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stageprofile-libiberty/Makefile ] || exit 0; \ + $(MAKE) stageprofile-start; \ + fi; \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libiberty-bootstrap -.PHONY: install-libtool maybe-install-libtool -maybe-install-libtool: -@if libtool -maybe-install-libtool: install-libtool -install-libtool: installdirs - @: $(MAKE); $(unstage) +.PHONY: all-stagefeedback-libiberty maybe-all-stagefeedback-libiberty +.PHONY: clean-stagefeedback-libiberty maybe-clean-stagefeedback-libiberty +maybe-all-stagefeedback-libiberty: +maybe-clean-stagefeedback-libiberty: +@if libiberty-bootstrap +maybe-all-stagefeedback-libiberty: all-stagefeedback-libiberty +all-stagefeedback: all-stagefeedback-libiberty +TARGET-stagefeedback-libiberty = $(TARGET-libiberty) +all-stagefeedback-libiberty: configure-stagefeedback-libiberty + @[ $(current_stage) = stagefeedback ] || $(MAKE) stagefeedback-start @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/libtool && \ - $(MAKE) $(FLAGS_TO_PASS) install) + $(POSTSTAGE1_HOST_EXPORTS) \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) \ + CFLAGS="$(STAGE3_CFLAGS) -fprofile-use" CXXFLAGS="$(STAGE3_CFLAGS) -fprofile-use" \ + LIBCFLAGS="$(STAGE3_LIBCFLAGS) -fprofile-use" \ + CFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" \ + CXXFLAGS_FOR_TARGET="$(STAGE3_LIBCFLAGS) -fprofile-use" $(EXTRA_HOST_FLAGS) $(POSTSTAGE1_FLAGS_TO_PASS) \ + $(TARGET-stagefeedback-libiberty) -@endif libtool - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-libtool info-libtool -maybe-info-libtool: -@if libtool -maybe-info-libtool: info-libtool - -info-libtool: \ - configure-libtool - @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing info in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 +maybe-clean-stagefeedback-libiberty: clean-stagefeedback-libiberty +clean-stagefeedback: clean-stagefeedback-libiberty +clean-stagefeedback-libiberty: + @if [ $(current_stage) = stagefeedback ]; then \ + [ -f $(HOST_SUBDIR)/libiberty/Makefile ] || exit 0; \ + else \ + [ -f $(HOST_SUBDIR)/stagefeedback-libiberty/Makefile ] || exit 0; \ + $(MAKE) stagefeedback-start; \ + fi; \ + cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(EXTRA_HOST_FLAGS) \ + $(POSTSTAGE1_FLAGS_TO_PASS) \ + clean +@endif libiberty-bootstrap + + + -@endif libtool -.PHONY: maybe-dvi-libtool dvi-libtool -maybe-dvi-libtool: -@if libtool -maybe-dvi-libtool: dvi-libtool +.PHONY: check-libiberty maybe-check-libiberty +maybe-check-libiberty: +@if libiberty +maybe-check-libiberty: check-libiberty -dvi-libtool: \ - configure-libtool +check-libiberty: @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing dvi in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ - || exit 1 + (cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(FLAGS_TO_PASS) check) -@endif libtool +@endif libiberty -.PHONY: maybe-pdf-libtool pdf-libtool -maybe-pdf-libtool: -@if libtool -maybe-pdf-libtool: pdf-libtool +.PHONY: install-libiberty maybe-install-libiberty +maybe-install-libiberty: +@if libiberty +maybe-install-libiberty: install-libiberty -pdf-libtool: \ - configure-libtool +install-libiberty: installdirs @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/libiberty && \ + $(MAKE) $(FLAGS_TO_PASS) install) + +@endif libiberty + +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-libiberty info-libiberty +maybe-info-libiberty: +@if libiberty +maybe-info-libiberty: info-libiberty + +info-libiberty: \ + configure-libiberty + @[ -f ./libiberty/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ + echo "Doing info in libiberty" ; \ + (cd $(HOST_SUBDIR)/libiberty && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + info) \ || exit 1 -@endif libtool +@endif libiberty -.PHONY: maybe-html-libtool html-libtool -maybe-html-libtool: -@if libtool -maybe-html-libtool: html-libtool +.PHONY: maybe-dvi-libiberty dvi-libiberty +maybe-dvi-libiberty: +@if libiberty +maybe-dvi-libiberty: dvi-libiberty -html-libtool: \ - configure-libtool - @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ +dvi-libiberty: \ + configure-libiberty + @[ -f ./libiberty/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ + echo "Doing dvi in libiberty" ; \ + (cd $(HOST_SUBDIR)/libiberty && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + dvi) \ || exit 1 -@endif libtool +@endif libiberty -.PHONY: maybe-TAGS-libtool TAGS-libtool -maybe-TAGS-libtool: -@if libtool -maybe-TAGS-libtool: TAGS-libtool +.PHONY: maybe-html-libiberty html-libiberty +maybe-html-libiberty: +@if libiberty +maybe-html-libiberty: html-libiberty -TAGS-libtool: \ - configure-libtool - @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ +html-libiberty: \ + configure-libiberty + @[ -f ./libiberty/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ + echo "Doing html in libiberty" ; \ + (cd $(HOST_SUBDIR)/libiberty && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + html) \ || exit 1 -@endif libtool +@endif libiberty -.PHONY: maybe-install-info-libtool install-info-libtool -maybe-install-info-libtool: -@if libtool -maybe-install-info-libtool: install-info-libtool +.PHONY: maybe-TAGS-libiberty TAGS-libiberty +maybe-TAGS-libiberty: +@if libiberty +maybe-TAGS-libiberty: TAGS-libiberty -install-info-libtool: \ - configure-libtool \ - info-libtool - @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ +TAGS-libiberty: \ + configure-libiberty + @[ -f ./libiberty/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ + echo "Doing TAGS in libiberty" ; \ + (cd $(HOST_SUBDIR)/libiberty && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + TAGS) \ || exit 1 -@endif libtool +@endif libiberty -.PHONY: maybe-install-pdf-libtool install-pdf-libtool -maybe-install-pdf-libtool: -@if libtool -maybe-install-pdf-libtool: install-pdf-libtool +.PHONY: maybe-install-info-libiberty install-info-libiberty +maybe-install-info-libiberty: +@if libiberty +maybe-install-info-libiberty: install-info-libiberty -install-pdf-libtool: \ - configure-libtool \ - pdf-libtool - @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ +install-info-libiberty: \ + configure-libiberty \ + info-libiberty + @[ -f ./libiberty/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ + echo "Doing install-info in libiberty" ; \ + (cd $(HOST_SUBDIR)/libiberty && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + install-info) \ || exit 1 -@endif libtool +@endif libiberty -.PHONY: maybe-install-html-libtool install-html-libtool -maybe-install-html-libtool: -@if libtool -maybe-install-html-libtool: install-html-libtool +.PHONY: maybe-install-html-libiberty install-html-libiberty +maybe-install-html-libiberty: +@if libiberty +maybe-install-html-libiberty: install-html-libiberty -install-html-libtool: \ - configure-libtool \ - html-libtool - @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ +install-html-libiberty: \ + configure-libiberty \ + html-libiberty + @[ -f ./libiberty/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ + echo "Doing install-html in libiberty" ; \ + (cd $(HOST_SUBDIR)/libiberty && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -27379,25 +24647,24 @@ install-html) \ || exit 1 -@endif libtool +@endif libiberty -.PHONY: maybe-installcheck-libtool installcheck-libtool -maybe-installcheck-libtool: -@if libtool -maybe-installcheck-libtool: installcheck-libtool +.PHONY: maybe-installcheck-libiberty installcheck-libiberty +maybe-installcheck-libiberty: +@if libiberty +maybe-installcheck-libiberty: installcheck-libiberty -installcheck-libtool: \ - configure-libtool - @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ +installcheck-libiberty: \ + configure-libiberty + @[ -f ./libiberty/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ + echo "Doing installcheck in libiberty" ; \ + (cd $(HOST_SUBDIR)/libiberty && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -27405,24 +24672,23 @@ installcheck) \ || exit 1 -@endif libtool +@endif libiberty -.PHONY: maybe-mostlyclean-libtool mostlyclean-libtool -maybe-mostlyclean-libtool: -@if libtool -maybe-mostlyclean-libtool: mostlyclean-libtool +.PHONY: maybe-mostlyclean-libiberty mostlyclean-libiberty +maybe-mostlyclean-libiberty: +@if libiberty +maybe-mostlyclean-libiberty: mostlyclean-libiberty -mostlyclean-libtool: - @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ +mostlyclean-libiberty: + @[ -f ./libiberty/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ + echo "Doing mostlyclean in libiberty" ; \ + (cd $(HOST_SUBDIR)/libiberty && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -27430,24 +24696,23 @@ mostlyclean) \ || exit 1 -@endif libtool +@endif libiberty -.PHONY: maybe-clean-libtool clean-libtool -maybe-clean-libtool: -@if libtool -maybe-clean-libtool: clean-libtool +.PHONY: maybe-clean-libiberty clean-libiberty +maybe-clean-libiberty: +@if libiberty +maybe-clean-libiberty: clean-libiberty -clean-libtool: - @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ +clean-libiberty: + @[ -f ./libiberty/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ + echo "Doing clean in libiberty" ; \ + (cd $(HOST_SUBDIR)/libiberty && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -27455,24 +24720,23 @@ clean) \ || exit 1 -@endif libtool +@endif libiberty -.PHONY: maybe-distclean-libtool distclean-libtool -maybe-distclean-libtool: -@if libtool -maybe-distclean-libtool: distclean-libtool +.PHONY: maybe-distclean-libiberty distclean-libiberty +maybe-distclean-libiberty: +@if libiberty +maybe-distclean-libiberty: distclean-libiberty -distclean-libtool: - @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ +distclean-libiberty: + @[ -f ./libiberty/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ + echo "Doing distclean in libiberty" ; \ + (cd $(HOST_SUBDIR)/libiberty && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -27480,24 +24744,23 @@ distclean) \ || exit 1 -@endif libtool +@endif libiberty -.PHONY: maybe-maintainer-clean-libtool maintainer-clean-libtool -maybe-maintainer-clean-libtool: -@if libtool -maybe-maintainer-clean-libtool: maintainer-clean-libtool +.PHONY: maybe-maintainer-clean-libiberty maintainer-clean-libiberty +maybe-maintainer-clean-libiberty: +@if libiberty +maybe-maintainer-clean-libiberty: maintainer-clean-libiberty -maintainer-clean-libtool: - @: $(MAKE); $(unstage) - @[ -f ./libtool/Makefile ] || exit 0; \ +maintainer-clean-libiberty: + @[ -f ./libiberty/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in libtool" ; \ - (cd $(HOST_SUBDIR)/libtool && \ + echo "Doing maintainer-clean in libiberty" ; \ + (cd $(HOST_SUBDIR)/libiberty && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -27505,298 +24768,245 @@ maintainer-clean) \ || exit 1 -@endif libtool +@endif libiberty -.PHONY: configure-m4 maybe-configure-m4 -maybe-configure-m4: +.PHONY: configure-libtool maybe-configure-libtool +maybe-configure-libtool: @if gcc-bootstrap -configure-m4: stage_current +configure-libtool: stage_current @endif gcc-bootstrap -@if m4 -maybe-configure-m4: configure-m4 -configure-m4: +@if libtool +maybe-configure-libtool: configure-libtool +configure-libtool: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/m4/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/m4 ; \ + test ! -f $(HOST_SUBDIR)/libtool/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/libtool ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/m4; \ - cd "$(HOST_SUBDIR)/m4" || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/libtool; \ + cd "$(HOST_SUBDIR)/libtool" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/m4/ | \ + *) topdir=`echo $(HOST_SUBDIR)/libtool/ | \ sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ esac; \ - srcdiroption="--srcdir=$${topdir}/m4"; \ - libsrcdir="$$s/m4"; \ + srcdiroption="--srcdir=$${topdir}/libtool"; \ + libsrcdir="$$s/libtool"; \ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ --target=${target_alias} $${srcdiroption} \ || exit 1 -@endif m4 +@endif libtool -.PHONY: all-m4 maybe-all-m4 -maybe-all-m4: +.PHONY: all-libtool maybe-all-libtool +maybe-all-libtool: @if gcc-bootstrap -all-m4: stage_current +all-libtool: stage_current @endif gcc-bootstrap -@if m4 -TARGET-m4=all -maybe-all-m4: all-m4 -all-m4: configure-m4 - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/m4 && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-m4)) -@endif m4 - - - - -.PHONY: check-m4 maybe-check-m4 -maybe-check-m4: -@if m4 -maybe-check-m4: check-m4 - -check-m4: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/m4 && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif m4 - -.PHONY: install-m4 maybe-install-m4 -maybe-install-m4: -@if m4 -maybe-install-m4: install-m4 - -install-m4: installdirs +@if libtool +TARGET-libtool=all +maybe-all-libtool: all-libtool +all-libtool: configure-libtool @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/m4 && \ - $(MAKE) $(FLAGS_TO_PASS) install) + (cd $(HOST_SUBDIR)/libtool && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-libtool)) +@endif libtool + -@endif m4 -# Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-m4 info-m4 -maybe-info-m4: -@if m4 -maybe-info-m4: info-m4 +.PHONY: check-libtool maybe-check-libtool +maybe-check-libtool: +@if libtool +maybe-check-libtool: check-libtool -info-m4: \ - configure-m4 +check-libtool: @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing info in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 + (cd $(HOST_SUBDIR)/libtool && \ + $(MAKE) $(FLAGS_TO_PASS) check) -@endif m4 +@endif libtool -.PHONY: maybe-dvi-m4 dvi-m4 -maybe-dvi-m4: -@if m4 -maybe-dvi-m4: dvi-m4 +.PHONY: install-libtool maybe-install-libtool +maybe-install-libtool: +@if libtool +maybe-install-libtool: install-libtool -dvi-m4: \ - configure-m4 +install-libtool: installdirs @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing dvi in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ - || exit 1 + (cd $(HOST_SUBDIR)/libtool && \ + $(MAKE) $(FLAGS_TO_PASS) install) + +@endif libtool -@endif m4 +# Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-pdf-m4 pdf-m4 -maybe-pdf-m4: -@if m4 -maybe-pdf-m4: pdf-m4 +.PHONY: maybe-info-libtool info-libtool +maybe-info-libtool: +@if libtool +maybe-info-libtool: info-libtool -pdf-m4: \ - configure-m4 +info-libtool: \ + configure-libtool @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ + @[ -f ./libtool/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ + echo "Doing info in libtool" ; \ + (cd $(HOST_SUBDIR)/libtool && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + info) \ || exit 1 -@endif m4 +@endif libtool -.PHONY: maybe-html-m4 html-m4 -maybe-html-m4: -@if m4 -maybe-html-m4: html-m4 +.PHONY: maybe-dvi-libtool dvi-libtool +maybe-dvi-libtool: +@if libtool +maybe-dvi-libtool: dvi-libtool -html-m4: \ - configure-m4 +dvi-libtool: \ + configure-libtool @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ + @[ -f ./libtool/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ + echo "Doing dvi in libtool" ; \ + (cd $(HOST_SUBDIR)/libtool && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + dvi) \ || exit 1 -@endif m4 +@endif libtool -.PHONY: maybe-TAGS-m4 TAGS-m4 -maybe-TAGS-m4: -@if m4 -maybe-TAGS-m4: TAGS-m4 +.PHONY: maybe-html-libtool html-libtool +maybe-html-libtool: +@if libtool +maybe-html-libtool: html-libtool -TAGS-m4: \ - configure-m4 +html-libtool: \ + configure-libtool @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ + @[ -f ./libtool/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ + echo "Doing html in libtool" ; \ + (cd $(HOST_SUBDIR)/libtool && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + html) \ || exit 1 -@endif m4 +@endif libtool -.PHONY: maybe-install-info-m4 install-info-m4 -maybe-install-info-m4: -@if m4 -maybe-install-info-m4: install-info-m4 +.PHONY: maybe-TAGS-libtool TAGS-libtool +maybe-TAGS-libtool: +@if libtool +maybe-TAGS-libtool: TAGS-libtool -install-info-m4: \ - configure-m4 \ - info-m4 +TAGS-libtool: \ + configure-libtool @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ + @[ -f ./libtool/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ + echo "Doing TAGS in libtool" ; \ + (cd $(HOST_SUBDIR)/libtool && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + TAGS) \ || exit 1 -@endif m4 +@endif libtool -.PHONY: maybe-install-pdf-m4 install-pdf-m4 -maybe-install-pdf-m4: -@if m4 -maybe-install-pdf-m4: install-pdf-m4 +.PHONY: maybe-install-info-libtool install-info-libtool +maybe-install-info-libtool: +@if libtool +maybe-install-info-libtool: install-info-libtool -install-pdf-m4: \ - configure-m4 \ - pdf-m4 +install-info-libtool: \ + configure-libtool \ + info-libtool @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ + @[ -f ./libtool/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ + echo "Doing install-info in libtool" ; \ + (cd $(HOST_SUBDIR)/libtool && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + install-info) \ || exit 1 -@endif m4 +@endif libtool -.PHONY: maybe-install-html-m4 install-html-m4 -maybe-install-html-m4: -@if m4 -maybe-install-html-m4: install-html-m4 +.PHONY: maybe-install-html-libtool install-html-libtool +maybe-install-html-libtool: +@if libtool +maybe-install-html-libtool: install-html-libtool -install-html-m4: \ - configure-m4 \ - html-m4 +install-html-libtool: \ + configure-libtool \ + html-libtool @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ + @[ -f ./libtool/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ + echo "Doing install-html in libtool" ; \ + (cd $(HOST_SUBDIR)/libtool && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -27804,25 +25014,25 @@ install-html) \ || exit 1 -@endif m4 +@endif libtool -.PHONY: maybe-installcheck-m4 installcheck-m4 -maybe-installcheck-m4: -@if m4 -maybe-installcheck-m4: installcheck-m4 +.PHONY: maybe-installcheck-libtool installcheck-libtool +maybe-installcheck-libtool: +@if libtool +maybe-installcheck-libtool: installcheck-libtool -installcheck-m4: \ - configure-m4 +installcheck-libtool: \ + configure-libtool @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ + @[ -f ./libtool/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ + echo "Doing installcheck in libtool" ; \ + (cd $(HOST_SUBDIR)/libtool && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -27830,24 +25040,24 @@ installcheck) \ || exit 1 -@endif m4 +@endif libtool -.PHONY: maybe-mostlyclean-m4 mostlyclean-m4 -maybe-mostlyclean-m4: -@if m4 -maybe-mostlyclean-m4: mostlyclean-m4 +.PHONY: maybe-mostlyclean-libtool mostlyclean-libtool +maybe-mostlyclean-libtool: +@if libtool +maybe-mostlyclean-libtool: mostlyclean-libtool -mostlyclean-m4: +mostlyclean-libtool: @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ + @[ -f ./libtool/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ + echo "Doing mostlyclean in libtool" ; \ + (cd $(HOST_SUBDIR)/libtool && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -27855,24 +25065,24 @@ mostlyclean) \ || exit 1 -@endif m4 +@endif libtool -.PHONY: maybe-clean-m4 clean-m4 -maybe-clean-m4: -@if m4 -maybe-clean-m4: clean-m4 +.PHONY: maybe-clean-libtool clean-libtool +maybe-clean-libtool: +@if libtool +maybe-clean-libtool: clean-libtool -clean-m4: +clean-libtool: @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ + @[ -f ./libtool/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ + echo "Doing clean in libtool" ; \ + (cd $(HOST_SUBDIR)/libtool && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -27880,24 +25090,24 @@ clean) \ || exit 1 -@endif m4 +@endif libtool -.PHONY: maybe-distclean-m4 distclean-m4 -maybe-distclean-m4: -@if m4 -maybe-distclean-m4: distclean-m4 +.PHONY: maybe-distclean-libtool distclean-libtool +maybe-distclean-libtool: +@if libtool +maybe-distclean-libtool: distclean-libtool -distclean-m4: +distclean-libtool: @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ + @[ -f ./libtool/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ + echo "Doing distclean in libtool" ; \ + (cd $(HOST_SUBDIR)/libtool && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -27905,24 +25115,24 @@ distclean) \ || exit 1 -@endif m4 +@endif libtool -.PHONY: maybe-maintainer-clean-m4 maintainer-clean-m4 -maybe-maintainer-clean-m4: -@if m4 -maybe-maintainer-clean-m4: maintainer-clean-m4 +.PHONY: maybe-maintainer-clean-libtool maintainer-clean-libtool +maybe-maintainer-clean-libtool: +@if libtool +maybe-maintainer-clean-libtool: maintainer-clean-libtool -maintainer-clean-m4: +maintainer-clean-libtool: @: $(MAKE); $(unstage) - @[ -f ./m4/Makefile ] || exit 0; \ + @[ -f ./libtool/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in m4" ; \ - (cd $(HOST_SUBDIR)/m4 && \ + echo "Doing maintainer-clean in libtool" ; \ + (cd $(HOST_SUBDIR)/libtool && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -27930,113 +25140,113 @@ maintainer-clean) \ || exit 1 -@endif m4 +@endif libtool -.PHONY: configure-make maybe-configure-make -maybe-configure-make: +.PHONY: configure-m4 maybe-configure-m4 +maybe-configure-m4: @if gcc-bootstrap -configure-make: stage_current +configure-m4: stage_current @endif gcc-bootstrap -@if make -maybe-configure-make: configure-make -configure-make: +@if m4 +maybe-configure-m4: configure-m4 +configure-m4: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/make/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/make ; \ + test ! -f $(HOST_SUBDIR)/m4/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/m4 ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/make; \ - cd "$(HOST_SUBDIR)/make" || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/m4; \ + cd "$(HOST_SUBDIR)/m4" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/make/ | \ + *) topdir=`echo $(HOST_SUBDIR)/m4/ | \ sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ esac; \ - srcdiroption="--srcdir=$${topdir}/make"; \ - libsrcdir="$$s/make"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif make - - - - - -.PHONY: all-make maybe-all-make -maybe-all-make: -@if gcc-bootstrap -all-make: stage_current -@endif gcc-bootstrap -@if make -TARGET-make=all -maybe-all-make: all-make -all-make: configure-make + srcdiroption="--srcdir=$${topdir}/m4"; \ + libsrcdir="$$s/m4"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 +@endif m4 + + + + + +.PHONY: all-m4 maybe-all-m4 +maybe-all-m4: +@if gcc-bootstrap +all-m4: stage_current +@endif gcc-bootstrap +@if m4 +TARGET-m4=all +maybe-all-m4: all-m4 +all-m4: configure-m4 @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/make && \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-make)) -@endif make + $(TARGET-m4)) +@endif m4 -.PHONY: check-make maybe-check-make -maybe-check-make: -@if make -maybe-check-make: check-make +.PHONY: check-m4 maybe-check-m4 +maybe-check-m4: +@if m4 +maybe-check-m4: check-m4 -check-make: +check-m4: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/make && \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(FLAGS_TO_PASS) check) -@endif make +@endif m4 -.PHONY: install-make maybe-install-make -maybe-install-make: -@if make -maybe-install-make: install-make +.PHONY: install-m4 maybe-install-m4 +maybe-install-m4: +@if m4 +maybe-install-m4: install-m4 -install-make: installdirs +install-m4: installdirs @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/make && \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(FLAGS_TO_PASS) install) -@endif make +@endif m4 # Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-make info-make -maybe-info-make: -@if make -maybe-info-make: info-make +.PHONY: maybe-info-m4 info-m4 +maybe-info-m4: +@if m4 +maybe-info-m4: info-m4 -info-make: \ - configure-make +info-m4: \ + configure-m4 @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ + @[ -f ./m4/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in make" ; \ - (cd $(HOST_SUBDIR)/make && \ + echo "Doing info in m4" ; \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28044,25 +25254,25 @@ info) \ || exit 1 -@endif make +@endif m4 -.PHONY: maybe-dvi-make dvi-make -maybe-dvi-make: -@if make -maybe-dvi-make: dvi-make +.PHONY: maybe-dvi-m4 dvi-m4 +maybe-dvi-m4: +@if m4 +maybe-dvi-m4: dvi-m4 -dvi-make: \ - configure-make +dvi-m4: \ + configure-m4 @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ + @[ -f ./m4/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in make" ; \ - (cd $(HOST_SUBDIR)/make && \ + echo "Doing dvi in m4" ; \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28070,51 +25280,25 @@ dvi) \ || exit 1 -@endif make +@endif m4 -.PHONY: maybe-pdf-make pdf-make -maybe-pdf-make: -@if make -maybe-pdf-make: pdf-make +.PHONY: maybe-html-m4 html-m4 +maybe-html-m4: +@if m4 +maybe-html-m4: html-m4 -pdf-make: \ - configure-make +html-m4: \ + configure-m4 @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ + @[ -f ./m4/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in make" ; \ - (cd $(HOST_SUBDIR)/make && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif make - -.PHONY: maybe-html-make html-make -maybe-html-make: -@if make -maybe-html-make: html-make - -html-make: \ - configure-make - @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in make" ; \ - (cd $(HOST_SUBDIR)/make && \ + echo "Doing html in m4" ; \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28122,25 +25306,25 @@ html) \ || exit 1 -@endif make +@endif m4 -.PHONY: maybe-TAGS-make TAGS-make -maybe-TAGS-make: -@if make -maybe-TAGS-make: TAGS-make +.PHONY: maybe-TAGS-m4 TAGS-m4 +maybe-TAGS-m4: +@if m4 +maybe-TAGS-m4: TAGS-m4 -TAGS-make: \ - configure-make +TAGS-m4: \ + configure-m4 @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ + @[ -f ./m4/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in make" ; \ - (cd $(HOST_SUBDIR)/make && \ + echo "Doing TAGS in m4" ; \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28148,26 +25332,26 @@ TAGS) \ || exit 1 -@endif make +@endif m4 -.PHONY: maybe-install-info-make install-info-make -maybe-install-info-make: -@if make -maybe-install-info-make: install-info-make +.PHONY: maybe-install-info-m4 install-info-m4 +maybe-install-info-m4: +@if m4 +maybe-install-info-m4: install-info-m4 -install-info-make: \ - configure-make \ - info-make +install-info-m4: \ + configure-m4 \ + info-m4 @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ + @[ -f ./m4/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in make" ; \ - (cd $(HOST_SUBDIR)/make && \ + echo "Doing install-info in m4" ; \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28175,53 +25359,26 @@ install-info) \ || exit 1 -@endif make +@endif m4 -.PHONY: maybe-install-pdf-make install-pdf-make -maybe-install-pdf-make: -@if make -maybe-install-pdf-make: install-pdf-make +.PHONY: maybe-install-html-m4 install-html-m4 +maybe-install-html-m4: +@if m4 +maybe-install-html-m4: install-html-m4 -install-pdf-make: \ - configure-make \ - pdf-make +install-html-m4: \ + configure-m4 \ + html-m4 @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ + @[ -f ./m4/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in make" ; \ - (cd $(HOST_SUBDIR)/make && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif make - -.PHONY: maybe-install-html-make install-html-make -maybe-install-html-make: -@if make -maybe-install-html-make: install-html-make - -install-html-make: \ - configure-make \ - html-make - @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in make" ; \ - (cd $(HOST_SUBDIR)/make && \ + echo "Doing install-html in m4" ; \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28229,25 +25386,25 @@ install-html) \ || exit 1 -@endif make +@endif m4 -.PHONY: maybe-installcheck-make installcheck-make -maybe-installcheck-make: -@if make -maybe-installcheck-make: installcheck-make +.PHONY: maybe-installcheck-m4 installcheck-m4 +maybe-installcheck-m4: +@if m4 +maybe-installcheck-m4: installcheck-m4 -installcheck-make: \ - configure-make +installcheck-m4: \ + configure-m4 @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ + @[ -f ./m4/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in make" ; \ - (cd $(HOST_SUBDIR)/make && \ + echo "Doing installcheck in m4" ; \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28255,24 +25412,24 @@ installcheck) \ || exit 1 -@endif make +@endif m4 -.PHONY: maybe-mostlyclean-make mostlyclean-make -maybe-mostlyclean-make: -@if make -maybe-mostlyclean-make: mostlyclean-make +.PHONY: maybe-mostlyclean-m4 mostlyclean-m4 +maybe-mostlyclean-m4: +@if m4 +maybe-mostlyclean-m4: mostlyclean-m4 -mostlyclean-make: +mostlyclean-m4: @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ + @[ -f ./m4/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in make" ; \ - (cd $(HOST_SUBDIR)/make && \ + echo "Doing mostlyclean in m4" ; \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28280,24 +25437,24 @@ mostlyclean) \ || exit 1 -@endif make +@endif m4 -.PHONY: maybe-clean-make clean-make -maybe-clean-make: -@if make -maybe-clean-make: clean-make +.PHONY: maybe-clean-m4 clean-m4 +maybe-clean-m4: +@if m4 +maybe-clean-m4: clean-m4 -clean-make: +clean-m4: @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ + @[ -f ./m4/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in make" ; \ - (cd $(HOST_SUBDIR)/make && \ + echo "Doing clean in m4" ; \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28305,24 +25462,24 @@ clean) \ || exit 1 -@endif make +@endif m4 -.PHONY: maybe-distclean-make distclean-make -maybe-distclean-make: -@if make -maybe-distclean-make: distclean-make +.PHONY: maybe-distclean-m4 distclean-m4 +maybe-distclean-m4: +@if m4 +maybe-distclean-m4: distclean-m4 -distclean-make: +distclean-m4: @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ + @[ -f ./m4/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in make" ; \ - (cd $(HOST_SUBDIR)/make && \ + echo "Doing distclean in m4" ; \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28330,24 +25487,24 @@ distclean) \ || exit 1 -@endif make +@endif m4 -.PHONY: maybe-maintainer-clean-make maintainer-clean-make -maybe-maintainer-clean-make: -@if make -maybe-maintainer-clean-make: maintainer-clean-make +.PHONY: maybe-maintainer-clean-m4 maintainer-clean-m4 +maybe-maintainer-clean-m4: +@if m4 +maybe-maintainer-clean-m4: maintainer-clean-m4 -maintainer-clean-make: +maintainer-clean-m4: @: $(MAKE); $(unstage) - @[ -f ./make/Makefile ] || exit 0; \ + @[ -f ./m4/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in make" ; \ - (cd $(HOST_SUBDIR)/make && \ + echo "Doing maintainer-clean in m4" ; \ + (cd $(HOST_SUBDIR)/m4 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28355,107 +25512,113 @@ maintainer-clean) \ || exit 1 -@endif make +@endif m4 -.PHONY: configure-mmalloc maybe-configure-mmalloc -maybe-configure-mmalloc: +.PHONY: configure-make maybe-configure-make +maybe-configure-make: @if gcc-bootstrap -configure-mmalloc: stage_current -@endif gcc-bootstrap -@if mmalloc -maybe-configure-mmalloc: configure-mmalloc -configure-mmalloc: - @: $(MAKE); $(unstage) +configure-make: stage_current +@endif gcc-bootstrap +@if make +maybe-configure-make: configure-make +configure-make: + @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/mmalloc/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/mmalloc ; \ + test ! -f $(HOST_SUBDIR)/make/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/make ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/mmalloc; \ - cd "$(HOST_SUBDIR)/mmalloc" || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/make; \ + cd "$(HOST_SUBDIR)/make" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/mmalloc/ | \ + *) topdir=`echo $(HOST_SUBDIR)/make/ | \ sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ esac; \ - srcdiroption="--srcdir=$${topdir}/mmalloc"; \ - libsrcdir="$$s/mmalloc"; \ + srcdiroption="--srcdir=$${topdir}/make"; \ + libsrcdir="$$s/make"; \ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ --target=${target_alias} $${srcdiroption} \ || exit 1 -@endif mmalloc +@endif make -.PHONY: all-mmalloc maybe-all-mmalloc -maybe-all-mmalloc: +.PHONY: all-make maybe-all-make +maybe-all-make: @if gcc-bootstrap -all-mmalloc: stage_current +all-make: stage_current @endif gcc-bootstrap -@if mmalloc -TARGET-mmalloc=all -maybe-all-mmalloc: all-mmalloc -all-mmalloc: configure-mmalloc +@if make +TARGET-make=all +maybe-all-make: all-make +all-make: configure-make @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/mmalloc && \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-mmalloc)) -@endif mmalloc + $(TARGET-make)) +@endif make -.PHONY: check-mmalloc maybe-check-mmalloc -maybe-check-mmalloc: -@if mmalloc -maybe-check-mmalloc: check-mmalloc +.PHONY: check-make maybe-check-make +maybe-check-make: +@if make +maybe-check-make: check-make -check-mmalloc: +check-make: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/make && \ + $(MAKE) $(FLAGS_TO_PASS) check) -@endif mmalloc +@endif make -.PHONY: install-mmalloc maybe-install-mmalloc -maybe-install-mmalloc: -@if mmalloc -maybe-install-mmalloc: install-mmalloc +.PHONY: install-make maybe-install-make +maybe-install-make: +@if make +maybe-install-make: install-make -install-mmalloc: installdirs +install-make: installdirs @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/mmalloc && \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(FLAGS_TO_PASS) install) -@endif mmalloc +@endif make # Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-mmalloc info-mmalloc -maybe-info-mmalloc: -@if mmalloc -maybe-info-mmalloc: info-mmalloc +.PHONY: maybe-info-make info-make +maybe-info-make: +@if make +maybe-info-make: info-make -info-mmalloc: \ - configure-mmalloc +info-make: \ + configure-make @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ + @[ -f ./make/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ + echo "Doing info in make" ; \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28463,25 +25626,25 @@ info) \ || exit 1 -@endif mmalloc +@endif make -.PHONY: maybe-dvi-mmalloc dvi-mmalloc -maybe-dvi-mmalloc: -@if mmalloc -maybe-dvi-mmalloc: dvi-mmalloc +.PHONY: maybe-dvi-make dvi-make +maybe-dvi-make: +@if make +maybe-dvi-make: dvi-make -dvi-mmalloc: \ - configure-mmalloc +dvi-make: \ + configure-make @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ + @[ -f ./make/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ + echo "Doing dvi in make" ; \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28489,51 +25652,25 @@ dvi) \ || exit 1 -@endif mmalloc +@endif make -.PHONY: maybe-pdf-mmalloc pdf-mmalloc -maybe-pdf-mmalloc: -@if mmalloc -maybe-pdf-mmalloc: pdf-mmalloc +.PHONY: maybe-html-make html-make +maybe-html-make: +@if make +maybe-html-make: html-make -pdf-mmalloc: \ - configure-mmalloc +html-make: \ + configure-make @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ + @[ -f ./make/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif mmalloc - -.PHONY: maybe-html-mmalloc html-mmalloc -maybe-html-mmalloc: -@if mmalloc -maybe-html-mmalloc: html-mmalloc - -html-mmalloc: \ - configure-mmalloc - @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ + echo "Doing html in make" ; \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28541,25 +25678,25 @@ html) \ || exit 1 -@endif mmalloc +@endif make -.PHONY: maybe-TAGS-mmalloc TAGS-mmalloc -maybe-TAGS-mmalloc: -@if mmalloc -maybe-TAGS-mmalloc: TAGS-mmalloc +.PHONY: maybe-TAGS-make TAGS-make +maybe-TAGS-make: +@if make +maybe-TAGS-make: TAGS-make -TAGS-mmalloc: \ - configure-mmalloc +TAGS-make: \ + configure-make @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ + @[ -f ./make/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ + echo "Doing TAGS in make" ; \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28567,26 +25704,26 @@ TAGS) \ || exit 1 -@endif mmalloc +@endif make -.PHONY: maybe-install-info-mmalloc install-info-mmalloc -maybe-install-info-mmalloc: -@if mmalloc -maybe-install-info-mmalloc: install-info-mmalloc +.PHONY: maybe-install-info-make install-info-make +maybe-install-info-make: +@if make +maybe-install-info-make: install-info-make -install-info-mmalloc: \ - configure-mmalloc \ - info-mmalloc +install-info-make: \ + configure-make \ + info-make @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ + @[ -f ./make/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ + echo "Doing install-info in make" ; \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28594,53 +25731,26 @@ install-info) \ || exit 1 -@endif mmalloc +@endif make -.PHONY: maybe-install-pdf-mmalloc install-pdf-mmalloc -maybe-install-pdf-mmalloc: -@if mmalloc -maybe-install-pdf-mmalloc: install-pdf-mmalloc +.PHONY: maybe-install-html-make install-html-make +maybe-install-html-make: +@if make +maybe-install-html-make: install-html-make -install-pdf-mmalloc: \ - configure-mmalloc \ - pdf-mmalloc +install-html-make: \ + configure-make \ + html-make @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ + @[ -f ./make/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif mmalloc - -.PHONY: maybe-install-html-mmalloc install-html-mmalloc -maybe-install-html-mmalloc: -@if mmalloc -maybe-install-html-mmalloc: install-html-mmalloc - -install-html-mmalloc: \ - configure-mmalloc \ - html-mmalloc - @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ + echo "Doing install-html in make" ; \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28648,25 +25758,25 @@ install-html) \ || exit 1 -@endif mmalloc +@endif make -.PHONY: maybe-installcheck-mmalloc installcheck-mmalloc -maybe-installcheck-mmalloc: -@if mmalloc -maybe-installcheck-mmalloc: installcheck-mmalloc +.PHONY: maybe-installcheck-make installcheck-make +maybe-installcheck-make: +@if make +maybe-installcheck-make: installcheck-make -installcheck-mmalloc: \ - configure-mmalloc +installcheck-make: \ + configure-make @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ + @[ -f ./make/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ + echo "Doing installcheck in make" ; \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28674,24 +25784,24 @@ installcheck) \ || exit 1 -@endif mmalloc +@endif make -.PHONY: maybe-mostlyclean-mmalloc mostlyclean-mmalloc -maybe-mostlyclean-mmalloc: -@if mmalloc -maybe-mostlyclean-mmalloc: mostlyclean-mmalloc +.PHONY: maybe-mostlyclean-make mostlyclean-make +maybe-mostlyclean-make: +@if make +maybe-mostlyclean-make: mostlyclean-make -mostlyclean-mmalloc: +mostlyclean-make: @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ + @[ -f ./make/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ + echo "Doing mostlyclean in make" ; \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28699,24 +25809,24 @@ mostlyclean) \ || exit 1 -@endif mmalloc +@endif make -.PHONY: maybe-clean-mmalloc clean-mmalloc -maybe-clean-mmalloc: -@if mmalloc -maybe-clean-mmalloc: clean-mmalloc +.PHONY: maybe-clean-make clean-make +maybe-clean-make: +@if make +maybe-clean-make: clean-make -clean-mmalloc: +clean-make: @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ + @[ -f ./make/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ + echo "Doing clean in make" ; \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28724,24 +25834,24 @@ clean) \ || exit 1 -@endif mmalloc +@endif make -.PHONY: maybe-distclean-mmalloc distclean-mmalloc -maybe-distclean-mmalloc: -@if mmalloc -maybe-distclean-mmalloc: distclean-mmalloc +.PHONY: maybe-distclean-make distclean-make +maybe-distclean-make: +@if make +maybe-distclean-make: distclean-make -distclean-mmalloc: +distclean-make: @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ + @[ -f ./make/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ + echo "Doing distclean in make" ; \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28749,24 +25859,24 @@ distclean) \ || exit 1 -@endif mmalloc +@endif make -.PHONY: maybe-maintainer-clean-mmalloc maintainer-clean-mmalloc -maybe-maintainer-clean-mmalloc: -@if mmalloc -maybe-maintainer-clean-mmalloc: maintainer-clean-mmalloc +.PHONY: maybe-maintainer-clean-make maintainer-clean-make +maybe-maintainer-clean-make: +@if make +maybe-maintainer-clean-make: maintainer-clean-make -maintainer-clean-mmalloc: +maintainer-clean-make: @: $(MAKE); $(unstage) - @[ -f ./mmalloc/Makefile ] || exit 0; \ + @[ -f ./make/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in mmalloc" ; \ - (cd $(HOST_SUBDIR)/mmalloc && \ + echo "Doing maintainer-clean in make" ; \ + (cd $(HOST_SUBDIR)/make && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28774,113 +25884,107 @@ maintainer-clean) \ || exit 1 -@endif mmalloc +@endif make -.PHONY: configure-patch maybe-configure-patch -maybe-configure-patch: +.PHONY: configure-mmalloc maybe-configure-mmalloc +maybe-configure-mmalloc: @if gcc-bootstrap -configure-patch: stage_current +configure-mmalloc: stage_current @endif gcc-bootstrap -@if patch -maybe-configure-patch: configure-patch -configure-patch: +@if mmalloc +maybe-configure-mmalloc: configure-mmalloc +configure-mmalloc: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/patch/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/patch ; \ + test ! -f $(HOST_SUBDIR)/mmalloc/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/mmalloc ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/patch; \ - cd "$(HOST_SUBDIR)/patch" || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/mmalloc; \ + cd "$(HOST_SUBDIR)/mmalloc" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/patch/ | \ + *) topdir=`echo $(HOST_SUBDIR)/mmalloc/ | \ sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ esac; \ - srcdiroption="--srcdir=$${topdir}/patch"; \ - libsrcdir="$$s/patch"; \ + srcdiroption="--srcdir=$${topdir}/mmalloc"; \ + libsrcdir="$$s/mmalloc"; \ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ --target=${target_alias} $${srcdiroption} \ || exit 1 -@endif patch +@endif mmalloc -.PHONY: all-patch maybe-all-patch -maybe-all-patch: +.PHONY: all-mmalloc maybe-all-mmalloc +maybe-all-mmalloc: @if gcc-bootstrap -all-patch: stage_current +all-mmalloc: stage_current @endif gcc-bootstrap -@if patch -TARGET-patch=all -maybe-all-patch: all-patch -all-patch: configure-patch +@if mmalloc +TARGET-mmalloc=all +maybe-all-mmalloc: all-mmalloc +all-mmalloc: configure-mmalloc @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/patch && \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-patch)) -@endif patch + $(TARGET-mmalloc)) +@endif mmalloc -.PHONY: check-patch maybe-check-patch -maybe-check-patch: -@if patch -maybe-check-patch: check-patch +.PHONY: check-mmalloc maybe-check-mmalloc +maybe-check-mmalloc: +@if mmalloc +maybe-check-mmalloc: check-mmalloc -check-patch: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/patch && \ - $(MAKE) $(FLAGS_TO_PASS) check) +check-mmalloc: -@endif patch +@endif mmalloc -.PHONY: install-patch maybe-install-patch -maybe-install-patch: -@if patch -maybe-install-patch: install-patch +.PHONY: install-mmalloc maybe-install-mmalloc +maybe-install-mmalloc: +@if mmalloc +maybe-install-mmalloc: install-mmalloc -install-patch: installdirs +install-mmalloc: installdirs @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/patch && \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(FLAGS_TO_PASS) install) -@endif patch +@endif mmalloc # Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-patch info-patch -maybe-info-patch: -@if patch -maybe-info-patch: info-patch +.PHONY: maybe-info-mmalloc info-mmalloc +maybe-info-mmalloc: +@if mmalloc +maybe-info-mmalloc: info-mmalloc -info-patch: \ - configure-patch +info-mmalloc: \ + configure-mmalloc @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ + @[ -f ./mmalloc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ + echo "Doing info in mmalloc" ; \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28888,25 +25992,25 @@ info) \ || exit 1 -@endif patch +@endif mmalloc -.PHONY: maybe-dvi-patch dvi-patch -maybe-dvi-patch: -@if patch -maybe-dvi-patch: dvi-patch +.PHONY: maybe-dvi-mmalloc dvi-mmalloc +maybe-dvi-mmalloc: +@if mmalloc +maybe-dvi-mmalloc: dvi-mmalloc -dvi-patch: \ - configure-patch +dvi-mmalloc: \ + configure-mmalloc @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ + @[ -f ./mmalloc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ + echo "Doing dvi in mmalloc" ; \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28914,77 +26018,51 @@ dvi) \ || exit 1 -@endif patch +@endif mmalloc -.PHONY: maybe-pdf-patch pdf-patch -maybe-pdf-patch: -@if patch -maybe-pdf-patch: pdf-patch +.PHONY: maybe-html-mmalloc html-mmalloc +maybe-html-mmalloc: +@if mmalloc +maybe-html-mmalloc: html-mmalloc -pdf-patch: \ - configure-patch +html-mmalloc: \ + configure-mmalloc @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ + @[ -f ./mmalloc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ + echo "Doing html in mmalloc" ; \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif patch - -.PHONY: maybe-html-patch html-patch -maybe-html-patch: -@if patch -maybe-html-patch: html-patch - -html-patch: \ - configure-patch - @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ html) \ || exit 1 -@endif patch +@endif mmalloc -.PHONY: maybe-TAGS-patch TAGS-patch -maybe-TAGS-patch: -@if patch -maybe-TAGS-patch: TAGS-patch +.PHONY: maybe-TAGS-mmalloc TAGS-mmalloc +maybe-TAGS-mmalloc: +@if mmalloc +maybe-TAGS-mmalloc: TAGS-mmalloc -TAGS-patch: \ - configure-patch +TAGS-mmalloc: \ + configure-mmalloc @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ + @[ -f ./mmalloc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ + echo "Doing TAGS in mmalloc" ; \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -28992,26 +26070,26 @@ TAGS) \ || exit 1 -@endif patch +@endif mmalloc -.PHONY: maybe-install-info-patch install-info-patch -maybe-install-info-patch: -@if patch -maybe-install-info-patch: install-info-patch +.PHONY: maybe-install-info-mmalloc install-info-mmalloc +maybe-install-info-mmalloc: +@if mmalloc +maybe-install-info-mmalloc: install-info-mmalloc -install-info-patch: \ - configure-patch \ - info-patch +install-info-mmalloc: \ + configure-mmalloc \ + info-mmalloc @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ + @[ -f ./mmalloc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ + echo "Doing install-info in mmalloc" ; \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -29019,179 +26097,152 @@ install-info) \ || exit 1 -@endif patch +@endif mmalloc -.PHONY: maybe-install-pdf-patch install-pdf-patch -maybe-install-pdf-patch: -@if patch -maybe-install-pdf-patch: install-pdf-patch +.PHONY: maybe-install-html-mmalloc install-html-mmalloc +maybe-install-html-mmalloc: +@if mmalloc +maybe-install-html-mmalloc: install-html-mmalloc -install-pdf-patch: \ - configure-patch \ - pdf-patch +install-html-mmalloc: \ + configure-mmalloc \ + html-mmalloc @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ + @[ -f ./mmalloc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ + echo "Doing install-html in mmalloc" ; \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + install-html) \ || exit 1 -@endif patch +@endif mmalloc -.PHONY: maybe-install-html-patch install-html-patch -maybe-install-html-patch: -@if patch -maybe-install-html-patch: install-html-patch +.PHONY: maybe-installcheck-mmalloc installcheck-mmalloc +maybe-installcheck-mmalloc: +@if mmalloc +maybe-installcheck-mmalloc: installcheck-mmalloc -install-html-patch: \ - configure-patch \ - html-patch +installcheck-mmalloc: \ + configure-mmalloc @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ + @[ -f ./mmalloc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ + echo "Doing installcheck in mmalloc" ; \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + installcheck) \ || exit 1 -@endif patch +@endif mmalloc -.PHONY: maybe-installcheck-patch installcheck-patch -maybe-installcheck-patch: -@if patch -maybe-installcheck-patch: installcheck-patch +.PHONY: maybe-mostlyclean-mmalloc mostlyclean-mmalloc +maybe-mostlyclean-mmalloc: +@if mmalloc +maybe-mostlyclean-mmalloc: mostlyclean-mmalloc -installcheck-patch: \ - configure-patch +mostlyclean-mmalloc: @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ + @[ -f ./mmalloc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ + echo "Doing mostlyclean in mmalloc" ; \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ + mostlyclean) \ || exit 1 -@endif patch +@endif mmalloc -.PHONY: maybe-mostlyclean-patch mostlyclean-patch -maybe-mostlyclean-patch: -@if patch -maybe-mostlyclean-patch: mostlyclean-patch +.PHONY: maybe-clean-mmalloc clean-mmalloc +maybe-clean-mmalloc: +@if mmalloc +maybe-clean-mmalloc: clean-mmalloc -mostlyclean-patch: +clean-mmalloc: @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ + @[ -f ./mmalloc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ + echo "Doing clean in mmalloc" ; \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + clean) \ || exit 1 -@endif patch +@endif mmalloc -.PHONY: maybe-clean-patch clean-patch -maybe-clean-patch: -@if patch -maybe-clean-patch: clean-patch +.PHONY: maybe-distclean-mmalloc distclean-mmalloc +maybe-distclean-mmalloc: +@if mmalloc +maybe-distclean-mmalloc: distclean-mmalloc -clean-patch: +distclean-mmalloc: @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ + @[ -f ./mmalloc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ + echo "Doing distclean in mmalloc" ; \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + distclean) \ || exit 1 -@endif patch - -.PHONY: maybe-distclean-patch distclean-patch -maybe-distclean-patch: -@if patch -maybe-distclean-patch: distclean-patch +@endif mmalloc -distclean-patch: - @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing distclean in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ - || exit 1 +.PHONY: maybe-maintainer-clean-mmalloc maintainer-clean-mmalloc +maybe-maintainer-clean-mmalloc: +@if mmalloc +maybe-maintainer-clean-mmalloc: maintainer-clean-mmalloc -@endif patch - -.PHONY: maybe-maintainer-clean-patch maintainer-clean-patch -maybe-maintainer-clean-patch: -@if patch -maybe-maintainer-clean-patch: maintainer-clean-patch - -maintainer-clean-patch: +maintainer-clean-mmalloc: @: $(MAKE); $(unstage) - @[ -f ./patch/Makefile ] || exit 0; \ + @[ -f ./mmalloc/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in patch" ; \ - (cd $(HOST_SUBDIR)/patch && \ + echo "Doing maintainer-clean in mmalloc" ; \ + (cd $(HOST_SUBDIR)/mmalloc && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -29199,113 +26250,113 @@ maintainer-clean) \ || exit 1 -@endif patch +@endif mmalloc -.PHONY: configure-perl maybe-configure-perl -maybe-configure-perl: +.PHONY: configure-patch maybe-configure-patch +maybe-configure-patch: @if gcc-bootstrap -configure-perl: stage_current +configure-patch: stage_current @endif gcc-bootstrap -@if perl -maybe-configure-perl: configure-perl -configure-perl: +@if patch +maybe-configure-patch: configure-patch +configure-patch: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/perl/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/perl ; \ + test ! -f $(HOST_SUBDIR)/patch/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/patch ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/perl; \ - cd "$(HOST_SUBDIR)/perl" || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/patch; \ + cd "$(HOST_SUBDIR)/patch" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/perl/ | \ + *) topdir=`echo $(HOST_SUBDIR)/patch/ | \ sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ esac; \ - srcdiroption="--srcdir=$${topdir}/perl"; \ - libsrcdir="$$s/perl"; \ + srcdiroption="--srcdir=$${topdir}/patch"; \ + libsrcdir="$$s/patch"; \ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ --target=${target_alias} $${srcdiroption} \ || exit 1 -@endif perl +@endif patch -.PHONY: all-perl maybe-all-perl -maybe-all-perl: +.PHONY: all-patch maybe-all-patch +maybe-all-patch: @if gcc-bootstrap -all-perl: stage_current +all-patch: stage_current @endif gcc-bootstrap -@if perl -TARGET-perl=all -maybe-all-perl: all-perl -all-perl: configure-perl +@if patch +TARGET-patch=all +maybe-all-patch: all-patch +all-patch: configure-patch @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/perl && \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-perl)) -@endif perl + $(TARGET-patch)) +@endif patch -.PHONY: check-perl maybe-check-perl -maybe-check-perl: -@if perl -maybe-check-perl: check-perl +.PHONY: check-patch maybe-check-patch +maybe-check-patch: +@if patch +maybe-check-patch: check-patch -check-perl: +check-patch: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/perl && \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(FLAGS_TO_PASS) check) -@endif perl +@endif patch -.PHONY: install-perl maybe-install-perl -maybe-install-perl: -@if perl -maybe-install-perl: install-perl +.PHONY: install-patch maybe-install-patch +maybe-install-patch: +@if patch +maybe-install-patch: install-patch -install-perl: installdirs +install-patch: installdirs @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/perl && \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(FLAGS_TO_PASS) install) -@endif perl +@endif patch # Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-perl info-perl -maybe-info-perl: -@if perl -maybe-info-perl: info-perl +.PHONY: maybe-info-patch info-patch +maybe-info-patch: +@if patch +maybe-info-patch: info-patch -info-perl: \ - configure-perl +info-patch: \ + configure-patch @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ + @[ -f ./patch/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ + echo "Doing info in patch" ; \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -29313,25 +26364,25 @@ info) \ || exit 1 -@endif perl +@endif patch -.PHONY: maybe-dvi-perl dvi-perl -maybe-dvi-perl: -@if perl -maybe-dvi-perl: dvi-perl +.PHONY: maybe-dvi-patch dvi-patch +maybe-dvi-patch: +@if patch +maybe-dvi-patch: dvi-patch -dvi-perl: \ - configure-perl +dvi-patch: \ + configure-patch @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ + @[ -f ./patch/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ + echo "Doing dvi in patch" ; \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -29339,259 +26390,206 @@ dvi) \ || exit 1 -@endif perl +@endif patch -.PHONY: maybe-pdf-perl pdf-perl -maybe-pdf-perl: -@if perl -maybe-pdf-perl: pdf-perl +.PHONY: maybe-html-patch html-patch +maybe-html-patch: +@if patch +maybe-html-patch: html-patch -pdf-perl: \ - configure-perl +html-patch: \ + configure-patch @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ + @[ -f ./patch/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ + echo "Doing html in patch" ; \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + html) \ || exit 1 -@endif perl +@endif patch -.PHONY: maybe-html-perl html-perl -maybe-html-perl: -@if perl -maybe-html-perl: html-perl +.PHONY: maybe-TAGS-patch TAGS-patch +maybe-TAGS-patch: +@if patch +maybe-TAGS-patch: TAGS-patch -html-perl: \ - configure-perl +TAGS-patch: \ + configure-patch @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ + @[ -f ./patch/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ + echo "Doing TAGS in patch" ; \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + TAGS) \ || exit 1 -@endif perl +@endif patch -.PHONY: maybe-TAGS-perl TAGS-perl -maybe-TAGS-perl: -@if perl -maybe-TAGS-perl: TAGS-perl +.PHONY: maybe-install-info-patch install-info-patch +maybe-install-info-patch: +@if patch +maybe-install-info-patch: install-info-patch -TAGS-perl: \ - configure-perl +install-info-patch: \ + configure-patch \ + info-patch @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ + @[ -f ./patch/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ + echo "Doing install-info in patch" ; \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + install-info) \ || exit 1 -@endif perl +@endif patch -.PHONY: maybe-install-info-perl install-info-perl -maybe-install-info-perl: -@if perl -maybe-install-info-perl: install-info-perl +.PHONY: maybe-install-html-patch install-html-patch +maybe-install-html-patch: +@if patch +maybe-install-html-patch: install-html-patch -install-info-perl: \ - configure-perl \ - info-perl +install-html-patch: \ + configure-patch \ + html-patch @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ + @[ -f ./patch/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ + echo "Doing install-html in patch" ; \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + install-html) \ || exit 1 -@endif perl +@endif patch -.PHONY: maybe-install-pdf-perl install-pdf-perl -maybe-install-pdf-perl: -@if perl -maybe-install-pdf-perl: install-pdf-perl +.PHONY: maybe-installcheck-patch installcheck-patch +maybe-installcheck-patch: +@if patch +maybe-installcheck-patch: installcheck-patch -install-pdf-perl: \ - configure-perl \ - pdf-perl +installcheck-patch: \ + configure-patch @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ + @[ -f ./patch/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ + echo "Doing installcheck in patch" ; \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + installcheck) \ || exit 1 -@endif perl +@endif patch -.PHONY: maybe-install-html-perl install-html-perl -maybe-install-html-perl: -@if perl -maybe-install-html-perl: install-html-perl +.PHONY: maybe-mostlyclean-patch mostlyclean-patch +maybe-mostlyclean-patch: +@if patch +maybe-mostlyclean-patch: mostlyclean-patch -install-html-perl: \ - configure-perl \ - html-perl +mostlyclean-patch: @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ + @[ -f ./patch/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ + echo "Doing mostlyclean in patch" ; \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + mostlyclean) \ || exit 1 -@endif perl +@endif patch -.PHONY: maybe-installcheck-perl installcheck-perl -maybe-installcheck-perl: -@if perl -maybe-installcheck-perl: installcheck-perl +.PHONY: maybe-clean-patch clean-patch +maybe-clean-patch: +@if patch +maybe-clean-patch: clean-patch -installcheck-perl: \ - configure-perl +clean-patch: @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ + @[ -f ./patch/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ + echo "Doing clean in patch" ; \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ + clean) \ || exit 1 -@endif perl +@endif patch -.PHONY: maybe-mostlyclean-perl mostlyclean-perl -maybe-mostlyclean-perl: -@if perl -maybe-mostlyclean-perl: mostlyclean-perl +.PHONY: maybe-distclean-patch distclean-patch +maybe-distclean-patch: +@if patch +maybe-distclean-patch: distclean-patch -mostlyclean-perl: - @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 - -@endif perl - -.PHONY: maybe-clean-perl clean-perl -maybe-clean-perl: -@if perl -maybe-clean-perl: clean-perl - -clean-perl: +distclean-patch: @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ + @[ -f ./patch/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 - -@endif perl - -.PHONY: maybe-distclean-perl distclean-perl -maybe-distclean-perl: -@if perl -maybe-distclean-perl: distclean-perl - -distclean-perl: - @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing distclean in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ + echo "Doing distclean in patch" ; \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -29599,24 +26597,24 @@ distclean) \ || exit 1 -@endif perl +@endif patch -.PHONY: maybe-maintainer-clean-perl maintainer-clean-perl -maybe-maintainer-clean-perl: -@if perl -maybe-maintainer-clean-perl: maintainer-clean-perl +.PHONY: maybe-maintainer-clean-patch maintainer-clean-patch +maybe-maintainer-clean-patch: +@if patch +maybe-maintainer-clean-patch: maintainer-clean-patch -maintainer-clean-perl: +maintainer-clean-patch: @: $(MAKE); $(unstage) - @[ -f ./perl/Makefile ] || exit 0; \ + @[ -f ./patch/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in perl" ; \ - (cd $(HOST_SUBDIR)/perl && \ + echo "Doing maintainer-clean in patch" ; \ + (cd $(HOST_SUBDIR)/patch && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -29624,113 +26622,113 @@ maintainer-clean) \ || exit 1 -@endif perl +@endif patch -.PHONY: configure-prms maybe-configure-prms -maybe-configure-prms: +.PHONY: configure-perl maybe-configure-perl +maybe-configure-perl: @if gcc-bootstrap -configure-prms: stage_current +configure-perl: stage_current @endif gcc-bootstrap -@if prms -maybe-configure-prms: configure-prms -configure-prms: +@if perl +maybe-configure-perl: configure-perl +configure-perl: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/prms/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/prms ; \ + test ! -f $(HOST_SUBDIR)/perl/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/perl ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/prms; \ - cd "$(HOST_SUBDIR)/prms" || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/perl; \ + cd "$(HOST_SUBDIR)/perl" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/prms/ | \ + *) topdir=`echo $(HOST_SUBDIR)/perl/ | \ sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ esac; \ - srcdiroption="--srcdir=$${topdir}/prms"; \ - libsrcdir="$$s/prms"; \ + srcdiroption="--srcdir=$${topdir}/perl"; \ + libsrcdir="$$s/perl"; \ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ --target=${target_alias} $${srcdiroption} \ || exit 1 -@endif prms +@endif perl -.PHONY: all-prms maybe-all-prms -maybe-all-prms: +.PHONY: all-perl maybe-all-perl +maybe-all-perl: @if gcc-bootstrap -all-prms: stage_current +all-perl: stage_current @endif gcc-bootstrap -@if prms -TARGET-prms=all -maybe-all-prms: all-prms -all-prms: configure-prms +@if perl +TARGET-perl=all +maybe-all-perl: all-perl +all-perl: configure-perl @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/prms && \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-prms)) -@endif prms + $(TARGET-perl)) +@endif perl -.PHONY: check-prms maybe-check-prms -maybe-check-prms: -@if prms -maybe-check-prms: check-prms +.PHONY: check-perl maybe-check-perl +maybe-check-perl: +@if perl +maybe-check-perl: check-perl -check-prms: +check-perl: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/prms && \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(FLAGS_TO_PASS) check) -@endif prms +@endif perl -.PHONY: install-prms maybe-install-prms -maybe-install-prms: -@if prms -maybe-install-prms: install-prms +.PHONY: install-perl maybe-install-perl +maybe-install-perl: +@if perl +maybe-install-perl: install-perl -install-prms: installdirs +install-perl: installdirs @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/prms && \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(FLAGS_TO_PASS) install) -@endif prms +@endif perl # Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-prms info-prms -maybe-info-prms: -@if prms -maybe-info-prms: info-prms +.PHONY: maybe-info-perl info-perl +maybe-info-perl: +@if perl +maybe-info-perl: info-perl -info-prms: \ - configure-prms +info-perl: \ + configure-perl @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ + @[ -f ./perl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ + echo "Doing info in perl" ; \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -29738,25 +26736,25 @@ info) \ || exit 1 -@endif prms +@endif perl -.PHONY: maybe-dvi-prms dvi-prms -maybe-dvi-prms: -@if prms -maybe-dvi-prms: dvi-prms +.PHONY: maybe-dvi-perl dvi-perl +maybe-dvi-perl: +@if perl +maybe-dvi-perl: dvi-perl -dvi-prms: \ - configure-prms +dvi-perl: \ + configure-perl @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ + @[ -f ./perl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ + echo "Doing dvi in perl" ; \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -29764,234 +26762,181 @@ dvi) \ || exit 1 -@endif prms +@endif perl -.PHONY: maybe-pdf-prms pdf-prms -maybe-pdf-prms: -@if prms -maybe-pdf-prms: pdf-prms +.PHONY: maybe-html-perl html-perl +maybe-html-perl: +@if perl +maybe-html-perl: html-perl -pdf-prms: \ - configure-prms +html-perl: \ + configure-perl @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ + @[ -f ./perl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ + echo "Doing html in perl" ; \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + html) \ || exit 1 -@endif prms +@endif perl -.PHONY: maybe-html-prms html-prms -maybe-html-prms: -@if prms -maybe-html-prms: html-prms +.PHONY: maybe-TAGS-perl TAGS-perl +maybe-TAGS-perl: +@if perl +maybe-TAGS-perl: TAGS-perl -html-prms: \ - configure-prms +TAGS-perl: \ + configure-perl @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ + @[ -f ./perl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ + echo "Doing TAGS in perl" ; \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + TAGS) \ || exit 1 -@endif prms +@endif perl -.PHONY: maybe-TAGS-prms TAGS-prms -maybe-TAGS-prms: -@if prms -maybe-TAGS-prms: TAGS-prms +.PHONY: maybe-install-info-perl install-info-perl +maybe-install-info-perl: +@if perl +maybe-install-info-perl: install-info-perl -TAGS-prms: \ - configure-prms +install-info-perl: \ + configure-perl \ + info-perl @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ + @[ -f ./perl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ + echo "Doing install-info in perl" ; \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + install-info) \ || exit 1 -@endif prms +@endif perl -.PHONY: maybe-install-info-prms install-info-prms -maybe-install-info-prms: -@if prms -maybe-install-info-prms: install-info-prms +.PHONY: maybe-install-html-perl install-html-perl +maybe-install-html-perl: +@if perl +maybe-install-html-perl: install-html-perl -install-info-prms: \ - configure-prms \ - info-prms +install-html-perl: \ + configure-perl \ + html-perl @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ + @[ -f ./perl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ + echo "Doing install-html in perl" ; \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + install-html) \ || exit 1 -@endif prms +@endif perl -.PHONY: maybe-install-pdf-prms install-pdf-prms -maybe-install-pdf-prms: -@if prms -maybe-install-pdf-prms: install-pdf-prms +.PHONY: maybe-installcheck-perl installcheck-perl +maybe-installcheck-perl: +@if perl +maybe-installcheck-perl: installcheck-perl -install-pdf-prms: \ - configure-prms \ - pdf-prms +installcheck-perl: \ + configure-perl @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ + @[ -f ./perl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ + echo "Doing installcheck in perl" ; \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + installcheck) \ || exit 1 -@endif prms +@endif perl -.PHONY: maybe-install-html-prms install-html-prms -maybe-install-html-prms: -@if prms -maybe-install-html-prms: install-html-prms +.PHONY: maybe-mostlyclean-perl mostlyclean-perl +maybe-mostlyclean-perl: +@if perl +maybe-mostlyclean-perl: mostlyclean-perl -install-html-prms: \ - configure-prms \ - html-prms +mostlyclean-perl: @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ + @[ -f ./perl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ + echo "Doing mostlyclean in perl" ; \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + mostlyclean) \ || exit 1 -@endif prms +@endif perl -.PHONY: maybe-installcheck-prms installcheck-prms -maybe-installcheck-prms: -@if prms -maybe-installcheck-prms: installcheck-prms +.PHONY: maybe-clean-perl clean-perl +maybe-clean-perl: +@if perl +maybe-clean-perl: clean-perl -installcheck-prms: \ - configure-prms +clean-perl: @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ + @[ -f ./perl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 - -@endif prms - -.PHONY: maybe-mostlyclean-prms mostlyclean-prms -maybe-mostlyclean-prms: -@if prms -maybe-mostlyclean-prms: mostlyclean-prms - -mostlyclean-prms: - @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 - -@endif prms - -.PHONY: maybe-clean-prms clean-prms -maybe-clean-prms: -@if prms -maybe-clean-prms: clean-prms - -clean-prms: - @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ + echo "Doing clean in perl" ; \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -29999,24 +26944,24 @@ clean) \ || exit 1 -@endif prms +@endif perl -.PHONY: maybe-distclean-prms distclean-prms -maybe-distclean-prms: -@if prms -maybe-distclean-prms: distclean-prms +.PHONY: maybe-distclean-perl distclean-perl +maybe-distclean-perl: +@if perl +maybe-distclean-perl: distclean-perl -distclean-prms: +distclean-perl: @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ + @[ -f ./perl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ + echo "Doing distclean in perl" ; \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -30024,24 +26969,24 @@ distclean) \ || exit 1 -@endif prms +@endif perl -.PHONY: maybe-maintainer-clean-prms maintainer-clean-prms -maybe-maintainer-clean-prms: -@if prms -maybe-maintainer-clean-prms: maintainer-clean-prms +.PHONY: maybe-maintainer-clean-perl maintainer-clean-perl +maybe-maintainer-clean-perl: +@if perl +maybe-maintainer-clean-perl: maintainer-clean-perl -maintainer-clean-prms: +maintainer-clean-perl: @: $(MAKE); $(unstage) - @[ -f ./prms/Makefile ] || exit 0; \ + @[ -f ./perl/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in prms" ; \ - (cd $(HOST_SUBDIR)/prms && \ + echo "Doing maintainer-clean in perl" ; \ + (cd $(HOST_SUBDIR)/perl && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -30049,113 +26994,113 @@ maintainer-clean) \ || exit 1 -@endif prms +@endif perl -.PHONY: configure-rcs maybe-configure-rcs -maybe-configure-rcs: +.PHONY: configure-prms maybe-configure-prms +maybe-configure-prms: @if gcc-bootstrap -configure-rcs: stage_current +configure-prms: stage_current @endif gcc-bootstrap -@if rcs -maybe-configure-rcs: configure-rcs -configure-rcs: +@if prms +maybe-configure-prms: configure-prms +configure-prms: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/rcs/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/rcs ; \ + test ! -f $(HOST_SUBDIR)/prms/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/prms ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/rcs; \ - cd "$(HOST_SUBDIR)/rcs" || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/prms; \ + cd "$(HOST_SUBDIR)/prms" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/rcs/ | \ + *) topdir=`echo $(HOST_SUBDIR)/prms/ | \ sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ esac; \ - srcdiroption="--srcdir=$${topdir}/rcs"; \ - libsrcdir="$$s/rcs"; \ + srcdiroption="--srcdir=$${topdir}/prms"; \ + libsrcdir="$$s/prms"; \ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ --target=${target_alias} $${srcdiroption} \ || exit 1 -@endif rcs +@endif prms -.PHONY: all-rcs maybe-all-rcs -maybe-all-rcs: +.PHONY: all-prms maybe-all-prms +maybe-all-prms: @if gcc-bootstrap -all-rcs: stage_current +all-prms: stage_current @endif gcc-bootstrap -@if rcs -TARGET-rcs=all -maybe-all-rcs: all-rcs -all-rcs: configure-rcs +@if prms +TARGET-prms=all +maybe-all-prms: all-prms +all-prms: configure-prms @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/rcs && \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-rcs)) -@endif rcs + $(TARGET-prms)) +@endif prms -.PHONY: check-rcs maybe-check-rcs -maybe-check-rcs: -@if rcs -maybe-check-rcs: check-rcs +.PHONY: check-prms maybe-check-prms +maybe-check-prms: +@if prms +maybe-check-prms: check-prms -check-rcs: +check-prms: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/rcs && \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(FLAGS_TO_PASS) check) -@endif rcs +@endif prms -.PHONY: install-rcs maybe-install-rcs -maybe-install-rcs: -@if rcs -maybe-install-rcs: install-rcs +.PHONY: install-prms maybe-install-prms +maybe-install-prms: +@if prms +maybe-install-prms: install-prms -install-rcs: installdirs +install-prms: installdirs @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/rcs && \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(FLAGS_TO_PASS) install) -@endif rcs +@endif prms # Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-rcs info-rcs -maybe-info-rcs: -@if rcs -maybe-info-rcs: info-rcs +.PHONY: maybe-info-prms info-prms +maybe-info-prms: +@if prms +maybe-info-prms: info-prms -info-rcs: \ - configure-rcs +info-prms: \ + configure-prms @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ + @[ -f ./prms/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ + echo "Doing info in prms" ; \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -30163,25 +27108,25 @@ info) \ || exit 1 -@endif rcs +@endif prms -.PHONY: maybe-dvi-rcs dvi-rcs -maybe-dvi-rcs: -@if rcs -maybe-dvi-rcs: dvi-rcs +.PHONY: maybe-dvi-prms dvi-prms +maybe-dvi-prms: +@if prms +maybe-dvi-prms: dvi-prms -dvi-rcs: \ - configure-rcs +dvi-prms: \ + configure-prms @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ + @[ -f ./prms/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ + echo "Doing dvi in prms" ; \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -30189,234 +27134,181 @@ dvi) \ || exit 1 -@endif rcs +@endif prms -.PHONY: maybe-pdf-rcs pdf-rcs -maybe-pdf-rcs: -@if rcs -maybe-pdf-rcs: pdf-rcs +.PHONY: maybe-html-prms html-prms +maybe-html-prms: +@if prms +maybe-html-prms: html-prms -pdf-rcs: \ - configure-rcs +html-prms: \ + configure-prms @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ + @[ -f ./prms/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ + echo "Doing html in prms" ; \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + html) \ || exit 1 -@endif rcs +@endif prms -.PHONY: maybe-html-rcs html-rcs -maybe-html-rcs: -@if rcs -maybe-html-rcs: html-rcs +.PHONY: maybe-TAGS-prms TAGS-prms +maybe-TAGS-prms: +@if prms +maybe-TAGS-prms: TAGS-prms -html-rcs: \ - configure-rcs +TAGS-prms: \ + configure-prms @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ + @[ -f ./prms/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ + echo "Doing TAGS in prms" ; \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + TAGS) \ || exit 1 -@endif rcs +@endif prms -.PHONY: maybe-TAGS-rcs TAGS-rcs -maybe-TAGS-rcs: -@if rcs -maybe-TAGS-rcs: TAGS-rcs +.PHONY: maybe-install-info-prms install-info-prms +maybe-install-info-prms: +@if prms +maybe-install-info-prms: install-info-prms -TAGS-rcs: \ - configure-rcs +install-info-prms: \ + configure-prms \ + info-prms @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ + @[ -f ./prms/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ + echo "Doing install-info in prms" ; \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + install-info) \ || exit 1 -@endif rcs +@endif prms -.PHONY: maybe-install-info-rcs install-info-rcs -maybe-install-info-rcs: -@if rcs -maybe-install-info-rcs: install-info-rcs +.PHONY: maybe-install-html-prms install-html-prms +maybe-install-html-prms: +@if prms +maybe-install-html-prms: install-html-prms -install-info-rcs: \ - configure-rcs \ - info-rcs +install-html-prms: \ + configure-prms \ + html-prms @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ + @[ -f ./prms/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ + echo "Doing install-html in prms" ; \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + install-html) \ || exit 1 -@endif rcs +@endif prms -.PHONY: maybe-install-pdf-rcs install-pdf-rcs -maybe-install-pdf-rcs: -@if rcs -maybe-install-pdf-rcs: install-pdf-rcs +.PHONY: maybe-installcheck-prms installcheck-prms +maybe-installcheck-prms: +@if prms +maybe-installcheck-prms: installcheck-prms -install-pdf-rcs: \ - configure-rcs \ - pdf-rcs +installcheck-prms: \ + configure-prms @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ + @[ -f ./prms/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ + echo "Doing installcheck in prms" ; \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + installcheck) \ || exit 1 -@endif rcs +@endif prms -.PHONY: maybe-install-html-rcs install-html-rcs -maybe-install-html-rcs: -@if rcs -maybe-install-html-rcs: install-html-rcs +.PHONY: maybe-mostlyclean-prms mostlyclean-prms +maybe-mostlyclean-prms: +@if prms +maybe-mostlyclean-prms: mostlyclean-prms -install-html-rcs: \ - configure-rcs \ - html-rcs +mostlyclean-prms: @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + @[ -f ./prms/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing mostlyclean in prms" ; \ + (cd $(HOST_SUBDIR)/prms && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 - -@endif rcs - -.PHONY: maybe-installcheck-rcs installcheck-rcs -maybe-installcheck-rcs: -@if rcs -maybe-installcheck-rcs: installcheck-rcs - -installcheck-rcs: \ - configure-rcs - @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 - -@endif rcs - -.PHONY: maybe-mostlyclean-rcs mostlyclean-rcs -maybe-mostlyclean-rcs: -@if rcs -maybe-mostlyclean-rcs: mostlyclean-rcs - -mostlyclean-rcs: - @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ mostlyclean) \ || exit 1 -@endif rcs +@endif prms -.PHONY: maybe-clean-rcs clean-rcs -maybe-clean-rcs: -@if rcs -maybe-clean-rcs: clean-rcs +.PHONY: maybe-clean-prms clean-prms +maybe-clean-prms: +@if prms +maybe-clean-prms: clean-prms -clean-rcs: +clean-prms: @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ + @[ -f ./prms/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ + echo "Doing clean in prms" ; \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -30424,24 +27316,24 @@ clean) \ || exit 1 -@endif rcs +@endif prms -.PHONY: maybe-distclean-rcs distclean-rcs -maybe-distclean-rcs: -@if rcs -maybe-distclean-rcs: distclean-rcs +.PHONY: maybe-distclean-prms distclean-prms +maybe-distclean-prms: +@if prms +maybe-distclean-prms: distclean-prms -distclean-rcs: +distclean-prms: @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ + @[ -f ./prms/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ + echo "Doing distclean in prms" ; \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -30449,24 +27341,24 @@ distclean) \ || exit 1 -@endif rcs +@endif prms -.PHONY: maybe-maintainer-clean-rcs maintainer-clean-rcs -maybe-maintainer-clean-rcs: -@if rcs -maybe-maintainer-clean-rcs: maintainer-clean-rcs +.PHONY: maybe-maintainer-clean-prms maintainer-clean-prms +maybe-maintainer-clean-prms: +@if prms +maybe-maintainer-clean-prms: maintainer-clean-prms -maintainer-clean-rcs: +maintainer-clean-prms: @: $(MAKE); $(unstage) - @[ -f ./rcs/Makefile ] || exit 0; \ + @[ -f ./prms/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in rcs" ; \ - (cd $(HOST_SUBDIR)/rcs && \ + echo "Doing maintainer-clean in prms" ; \ + (cd $(HOST_SUBDIR)/prms && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -30474,113 +27366,113 @@ maintainer-clean) \ || exit 1 -@endif rcs +@endif prms -.PHONY: configure-readline maybe-configure-readline -maybe-configure-readline: +.PHONY: configure-rcs maybe-configure-rcs +maybe-configure-rcs: @if gcc-bootstrap -configure-readline: stage_current +configure-rcs: stage_current @endif gcc-bootstrap -@if readline -maybe-configure-readline: configure-readline -configure-readline: +@if rcs +maybe-configure-rcs: configure-rcs +configure-rcs: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/readline/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/readline ; \ + test ! -f $(HOST_SUBDIR)/rcs/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/rcs ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/readline; \ - cd "$(HOST_SUBDIR)/readline" || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/rcs; \ + cd "$(HOST_SUBDIR)/rcs" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/readline/ | \ + *) topdir=`echo $(HOST_SUBDIR)/rcs/ | \ sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ esac; \ - srcdiroption="--srcdir=$${topdir}/readline"; \ - libsrcdir="$$s/readline"; \ + srcdiroption="--srcdir=$${topdir}/rcs"; \ + libsrcdir="$$s/rcs"; \ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ --target=${target_alias} $${srcdiroption} \ || exit 1 -@endif readline +@endif rcs -.PHONY: all-readline maybe-all-readline -maybe-all-readline: +.PHONY: all-rcs maybe-all-rcs +maybe-all-rcs: @if gcc-bootstrap -all-readline: stage_current +all-rcs: stage_current @endif gcc-bootstrap -@if readline -TARGET-readline=all -maybe-all-readline: all-readline -all-readline: configure-readline +@if rcs +TARGET-rcs=all +maybe-all-rcs: all-rcs +all-rcs: configure-rcs @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/readline && \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-readline)) -@endif readline + $(TARGET-rcs)) +@endif rcs -.PHONY: check-readline maybe-check-readline -maybe-check-readline: -@if readline -maybe-check-readline: check-readline +.PHONY: check-rcs maybe-check-rcs +maybe-check-rcs: +@if rcs +maybe-check-rcs: check-rcs -check-readline: +check-rcs: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/readline && \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(FLAGS_TO_PASS) check) -@endif readline +@endif rcs -.PHONY: install-readline maybe-install-readline -maybe-install-readline: -@if readline -maybe-install-readline: install-readline +.PHONY: install-rcs maybe-install-rcs +maybe-install-rcs: +@if rcs +maybe-install-rcs: install-rcs -install-readline: installdirs +install-rcs: installdirs @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/readline && \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(FLAGS_TO_PASS) install) -@endif readline +@endif rcs # Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-readline info-readline -maybe-info-readline: -@if readline -maybe-info-readline: info-readline +.PHONY: maybe-info-rcs info-rcs +maybe-info-rcs: +@if rcs +maybe-info-rcs: info-rcs -info-readline: \ - configure-readline +info-rcs: \ + configure-rcs @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ + @[ -f ./rcs/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ + echo "Doing info in rcs" ; \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -30588,25 +27480,25 @@ info) \ || exit 1 -@endif readline +@endif rcs -.PHONY: maybe-dvi-readline dvi-readline -maybe-dvi-readline: -@if readline -maybe-dvi-readline: dvi-readline +.PHONY: maybe-dvi-rcs dvi-rcs +maybe-dvi-rcs: +@if rcs +maybe-dvi-rcs: dvi-rcs -dvi-readline: \ - configure-readline +dvi-rcs: \ + configure-rcs @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ + @[ -f ./rcs/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ + echo "Doing dvi in rcs" ; \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -30614,234 +27506,181 @@ dvi) \ || exit 1 -@endif readline +@endif rcs -.PHONY: maybe-pdf-readline pdf-readline -maybe-pdf-readline: -@if readline -maybe-pdf-readline: pdf-readline +.PHONY: maybe-html-rcs html-rcs +maybe-html-rcs: +@if rcs +maybe-html-rcs: html-rcs -pdf-readline: \ - configure-readline +html-rcs: \ + configure-rcs @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ + @[ -f ./rcs/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ + echo "Doing html in rcs" ; \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + html) \ || exit 1 -@endif readline +@endif rcs -.PHONY: maybe-html-readline html-readline -maybe-html-readline: -@if readline -maybe-html-readline: html-readline +.PHONY: maybe-TAGS-rcs TAGS-rcs +maybe-TAGS-rcs: +@if rcs +maybe-TAGS-rcs: TAGS-rcs -html-readline: \ - configure-readline +TAGS-rcs: \ + configure-rcs @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ + @[ -f ./rcs/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ + echo "Doing TAGS in rcs" ; \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + TAGS) \ || exit 1 -@endif readline +@endif rcs -.PHONY: maybe-TAGS-readline TAGS-readline -maybe-TAGS-readline: -@if readline -maybe-TAGS-readline: TAGS-readline +.PHONY: maybe-install-info-rcs install-info-rcs +maybe-install-info-rcs: +@if rcs +maybe-install-info-rcs: install-info-rcs -TAGS-readline: \ - configure-readline +install-info-rcs: \ + configure-rcs \ + info-rcs @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ + @[ -f ./rcs/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ + echo "Doing install-info in rcs" ; \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + install-info) \ || exit 1 -@endif readline +@endif rcs -.PHONY: maybe-install-info-readline install-info-readline -maybe-install-info-readline: -@if readline -maybe-install-info-readline: install-info-readline +.PHONY: maybe-install-html-rcs install-html-rcs +maybe-install-html-rcs: +@if rcs +maybe-install-html-rcs: install-html-rcs -install-info-readline: \ - configure-readline \ - info-readline +install-html-rcs: \ + configure-rcs \ + html-rcs @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ + @[ -f ./rcs/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ + echo "Doing install-html in rcs" ; \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + install-html) \ || exit 1 -@endif readline +@endif rcs + +.PHONY: maybe-installcheck-rcs installcheck-rcs +maybe-installcheck-rcs: +@if rcs +maybe-installcheck-rcs: installcheck-rcs + +installcheck-rcs: \ + configure-rcs + @: $(MAKE); $(unstage) + @[ -f ./rcs/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing installcheck in rcs" ; \ + (cd $(HOST_SUBDIR)/rcs && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + installcheck) \ + || exit 1 -.PHONY: maybe-install-pdf-readline install-pdf-readline -maybe-install-pdf-readline: -@if readline -maybe-install-pdf-readline: install-pdf-readline +@endif rcs -install-pdf-readline: \ - configure-readline \ - pdf-readline - @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 +.PHONY: maybe-mostlyclean-rcs mostlyclean-rcs +maybe-mostlyclean-rcs: +@if rcs +maybe-mostlyclean-rcs: mostlyclean-rcs -@endif readline - -.PHONY: maybe-install-html-readline install-html-readline -maybe-install-html-readline: -@if readline -maybe-install-html-readline: install-html-readline - -install-html-readline: \ - configure-readline \ - html-readline +mostlyclean-rcs: @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ + @[ -f ./rcs/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 - -@endif readline - -.PHONY: maybe-installcheck-readline installcheck-readline -maybe-installcheck-readline: -@if readline -maybe-installcheck-readline: installcheck-readline - -installcheck-readline: \ - configure-readline - @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ + echo "Doing mostlyclean in rcs" ; \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 - -@endif readline - -.PHONY: maybe-mostlyclean-readline mostlyclean-readline -maybe-mostlyclean-readline: -@if readline -maybe-mostlyclean-readline: mostlyclean-readline - -mostlyclean-readline: - @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ mostlyclean) \ || exit 1 -@endif readline +@endif rcs -.PHONY: maybe-clean-readline clean-readline -maybe-clean-readline: -@if readline -maybe-clean-readline: clean-readline +.PHONY: maybe-clean-rcs clean-rcs +maybe-clean-rcs: +@if rcs +maybe-clean-rcs: clean-rcs -clean-readline: +clean-rcs: @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ + @[ -f ./rcs/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ + echo "Doing clean in rcs" ; \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -30849,24 +27688,24 @@ clean) \ || exit 1 -@endif readline +@endif rcs -.PHONY: maybe-distclean-readline distclean-readline -maybe-distclean-readline: -@if readline -maybe-distclean-readline: distclean-readline +.PHONY: maybe-distclean-rcs distclean-rcs +maybe-distclean-rcs: +@if rcs +maybe-distclean-rcs: distclean-rcs -distclean-readline: +distclean-rcs: @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ + @[ -f ./rcs/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ + echo "Doing distclean in rcs" ; \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -30874,24 +27713,24 @@ distclean) \ || exit 1 -@endif readline +@endif rcs -.PHONY: maybe-maintainer-clean-readline maintainer-clean-readline -maybe-maintainer-clean-readline: -@if readline -maybe-maintainer-clean-readline: maintainer-clean-readline +.PHONY: maybe-maintainer-clean-rcs maintainer-clean-rcs +maybe-maintainer-clean-rcs: +@if rcs +maybe-maintainer-clean-rcs: maintainer-clean-rcs -maintainer-clean-readline: +maintainer-clean-rcs: @: $(MAKE); $(unstage) - @[ -f ./readline/Makefile ] || exit 0; \ + @[ -f ./rcs/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in readline" ; \ - (cd $(HOST_SUBDIR)/readline && \ + echo "Doing maintainer-clean in rcs" ; \ + (cd $(HOST_SUBDIR)/rcs && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -30899,101 +27738,113 @@ maintainer-clean) \ || exit 1 -@endif readline +@endif rcs -.PHONY: configure-release maybe-configure-release -maybe-configure-release: +.PHONY: configure-readline maybe-configure-readline +maybe-configure-readline: @if gcc-bootstrap -configure-release: stage_current +configure-readline: stage_current @endif gcc-bootstrap -@if release -maybe-configure-release: configure-release -configure-release: +@if readline +maybe-configure-readline: configure-readline +configure-readline: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/release/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/release ; \ + test ! -f $(HOST_SUBDIR)/readline/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/readline ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/release; \ - cd "$(HOST_SUBDIR)/release" || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/readline; \ + cd "$(HOST_SUBDIR)/readline" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/release/ | \ + *) topdir=`echo $(HOST_SUBDIR)/readline/ | \ sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ esac; \ - srcdiroption="--srcdir=$${topdir}/release"; \ - libsrcdir="$$s/release"; \ + srcdiroption="--srcdir=$${topdir}/readline"; \ + libsrcdir="$$s/readline"; \ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ --target=${target_alias} $${srcdiroption} \ || exit 1 -@endif release +@endif readline -.PHONY: all-release maybe-all-release -maybe-all-release: +.PHONY: all-readline maybe-all-readline +maybe-all-readline: @if gcc-bootstrap -all-release: stage_current +all-readline: stage_current @endif gcc-bootstrap -@if release -TARGET-release=all -maybe-all-release: all-release -all-release: configure-release +@if readline +TARGET-readline=all +maybe-all-readline: all-readline +all-readline: configure-readline @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/release && \ + (cd $(HOST_SUBDIR)/readline && \ $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-release)) -@endif release + $(TARGET-readline)) +@endif readline -.PHONY: check-release maybe-check-release -maybe-check-release: -@if release -maybe-check-release: check-release +.PHONY: check-readline maybe-check-readline +maybe-check-readline: +@if readline +maybe-check-readline: check-readline -check-release: +check-readline: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/readline && \ + $(MAKE) $(FLAGS_TO_PASS) check) -@endif release +@endif readline -.PHONY: install-release maybe-install-release -maybe-install-release: -@if release -maybe-install-release: install-release +.PHONY: install-readline maybe-install-readline +maybe-install-readline: +@if readline +maybe-install-readline: install-readline -install-release: +install-readline: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/readline && \ + $(MAKE) $(FLAGS_TO_PASS) install) -@endif release +@endif readline # Other targets (info, dvi, pdf, etc.) -.PHONY: maybe-info-release info-release -maybe-info-release: -@if release -maybe-info-release: info-release +.PHONY: maybe-info-readline info-readline +maybe-info-readline: +@if readline +maybe-info-readline: info-readline -info-release: \ - configure-release +info-readline: \ + configure-readline @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ + @[ -f ./readline/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in release" ; \ - (cd $(HOST_SUBDIR)/release && \ + echo "Doing info in readline" ; \ + (cd $(HOST_SUBDIR)/readline && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -31001,25 +27852,25 @@ info) \ || exit 1 -@endif release +@endif readline -.PHONY: maybe-dvi-release dvi-release -maybe-dvi-release: -@if release -maybe-dvi-release: dvi-release +.PHONY: maybe-dvi-readline dvi-readline +maybe-dvi-readline: +@if readline +maybe-dvi-readline: dvi-readline -dvi-release: \ - configure-release +dvi-readline: \ + configure-readline @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ + @[ -f ./readline/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in release" ; \ - (cd $(HOST_SUBDIR)/release && \ + echo "Doing dvi in readline" ; \ + (cd $(HOST_SUBDIR)/readline && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -31027,184 +27878,131 @@ dvi) \ || exit 1 -@endif release +@endif readline -.PHONY: maybe-pdf-release pdf-release -maybe-pdf-release: -@if release -maybe-pdf-release: pdf-release +.PHONY: maybe-html-readline html-readline +maybe-html-readline: +@if readline +maybe-html-readline: html-readline -pdf-release: \ - configure-release +html-readline: \ + configure-readline @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ + @[ -f ./readline/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in release" ; \ - (cd $(HOST_SUBDIR)/release && \ + echo "Doing html in readline" ; \ + (cd $(HOST_SUBDIR)/readline && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + html) \ || exit 1 -@endif release +@endif readline -.PHONY: maybe-html-release html-release -maybe-html-release: -@if release -maybe-html-release: html-release +.PHONY: maybe-TAGS-readline TAGS-readline +maybe-TAGS-readline: +@if readline +maybe-TAGS-readline: TAGS-readline -html-release: \ - configure-release +TAGS-readline: \ + configure-readline @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ + @[ -f ./readline/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in release" ; \ - (cd $(HOST_SUBDIR)/release && \ + echo "Doing TAGS in readline" ; \ + (cd $(HOST_SUBDIR)/readline && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + TAGS) \ || exit 1 -@endif release +@endif readline -.PHONY: maybe-TAGS-release TAGS-release -maybe-TAGS-release: -@if release -maybe-TAGS-release: TAGS-release +.PHONY: maybe-install-info-readline install-info-readline +maybe-install-info-readline: +@if readline +maybe-install-info-readline: install-info-readline -TAGS-release: \ - configure-release +install-info-readline: \ + configure-readline \ + info-readline @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ + @[ -f ./readline/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in release" ; \ - (cd $(HOST_SUBDIR)/release && \ + echo "Doing install-info in readline" ; \ + (cd $(HOST_SUBDIR)/readline && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + install-info) \ || exit 1 -@endif release +@endif readline -.PHONY: maybe-install-info-release install-info-release -maybe-install-info-release: -@if release -maybe-install-info-release: install-info-release +.PHONY: maybe-install-html-readline install-html-readline +maybe-install-html-readline: +@if readline +maybe-install-html-readline: install-html-readline -install-info-release: \ - configure-release \ - info-release +install-html-readline: \ + configure-readline \ + html-readline @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ + @[ -f ./readline/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in release" ; \ - (cd $(HOST_SUBDIR)/release && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 - -@endif release - -.PHONY: maybe-install-pdf-release install-pdf-release -maybe-install-pdf-release: -@if release -maybe-install-pdf-release: install-pdf-release - -install-pdf-release: \ - configure-release \ - pdf-release + echo "Doing install-html in readline" ; \ + (cd $(HOST_SUBDIR)/readline && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 + +@endif readline + +.PHONY: maybe-installcheck-readline installcheck-readline +maybe-installcheck-readline: +@if readline +maybe-installcheck-readline: installcheck-readline + +installcheck-readline: \ + configure-readline @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ + @[ -f ./readline/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in release" ; \ - (cd $(HOST_SUBDIR)/release && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif release - -.PHONY: maybe-install-html-release install-html-release -maybe-install-html-release: -@if release -maybe-install-html-release: install-html-release - -install-html-release: \ - configure-release \ - html-release - @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in release" ; \ - (cd $(HOST_SUBDIR)/release && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 - -@endif release - -.PHONY: maybe-installcheck-release installcheck-release -maybe-installcheck-release: -@if release -maybe-installcheck-release: installcheck-release - -installcheck-release: \ - configure-release - @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in release" ; \ - (cd $(HOST_SUBDIR)/release && \ + echo "Doing installcheck in readline" ; \ + (cd $(HOST_SUBDIR)/readline && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -31212,24 +28010,24 @@ installcheck) \ || exit 1 -@endif release +@endif readline -.PHONY: maybe-mostlyclean-release mostlyclean-release -maybe-mostlyclean-release: -@if release -maybe-mostlyclean-release: mostlyclean-release +.PHONY: maybe-mostlyclean-readline mostlyclean-readline +maybe-mostlyclean-readline: +@if readline +maybe-mostlyclean-readline: mostlyclean-readline -mostlyclean-release: +mostlyclean-readline: @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ + @[ -f ./readline/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in release" ; \ - (cd $(HOST_SUBDIR)/release && \ + echo "Doing mostlyclean in readline" ; \ + (cd $(HOST_SUBDIR)/readline && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -31237,24 +28035,24 @@ mostlyclean) \ || exit 1 -@endif release +@endif readline -.PHONY: maybe-clean-release clean-release -maybe-clean-release: -@if release -maybe-clean-release: clean-release +.PHONY: maybe-clean-readline clean-readline +maybe-clean-readline: +@if readline +maybe-clean-readline: clean-readline -clean-release: +clean-readline: @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ + @[ -f ./readline/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in release" ; \ - (cd $(HOST_SUBDIR)/release && \ + echo "Doing clean in readline" ; \ + (cd $(HOST_SUBDIR)/readline && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -31262,24 +28060,24 @@ clean) \ || exit 1 -@endif release +@endif readline -.PHONY: maybe-distclean-release distclean-release -maybe-distclean-release: -@if release -maybe-distclean-release: distclean-release +.PHONY: maybe-distclean-readline distclean-readline +maybe-distclean-readline: +@if readline +maybe-distclean-readline: distclean-readline -distclean-release: +distclean-readline: @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ + @[ -f ./readline/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in release" ; \ - (cd $(HOST_SUBDIR)/release && \ + echo "Doing distclean in readline" ; \ + (cd $(HOST_SUBDIR)/readline && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -31287,24 +28085,24 @@ distclean) \ || exit 1 -@endif release +@endif readline -.PHONY: maybe-maintainer-clean-release maintainer-clean-release -maybe-maintainer-clean-release: -@if release -maybe-maintainer-clean-release: maintainer-clean-release +.PHONY: maybe-maintainer-clean-readline maintainer-clean-readline +maybe-maintainer-clean-readline: +@if readline +maybe-maintainer-clean-readline: maintainer-clean-readline -maintainer-clean-release: +maintainer-clean-readline: @: $(MAKE); $(unstage) - @[ -f ./release/Makefile ] || exit 0; \ + @[ -f ./readline/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in release" ; \ - (cd $(HOST_SUBDIR)/release && \ + echo "Doing maintainer-clean in readline" ; \ + (cd $(HOST_SUBDIR)/readline && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ @@ -31312,814 +28110,835 @@ maintainer-clean) \ || exit 1 -@endif release +@endif readline -.PHONY: configure-recode maybe-configure-recode -maybe-configure-recode: +.PHONY: configure-release maybe-configure-release +maybe-configure-release: @if gcc-bootstrap -configure-recode: stage_current +configure-release: stage_current @endif gcc-bootstrap -@if recode -maybe-configure-recode: configure-recode -configure-recode: +@if release +maybe-configure-release: configure-release +configure-release: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/recode/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/recode ; \ + test ! -f $(HOST_SUBDIR)/release/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/release ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/recode; \ - cd "$(HOST_SUBDIR)/recode" || exit 1; \ + echo Configuring in $(HOST_SUBDIR)/release; \ + cd "$(HOST_SUBDIR)/release" || exit 1; \ case $(srcdir) in \ /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/recode/ | \ + *) topdir=`echo $(HOST_SUBDIR)/release/ | \ sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ esac; \ - srcdiroption="--srcdir=$${topdir}/recode"; \ - libsrcdir="$$s/recode"; \ + srcdiroption="--srcdir=$${topdir}/release"; \ + libsrcdir="$$s/release"; \ $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ --target=${target_alias} $${srcdiroption} \ || exit 1 -@endif recode +@endif release -.PHONY: all-recode maybe-all-recode -maybe-all-recode: +.PHONY: all-release maybe-all-release +maybe-all-release: @if gcc-bootstrap -all-recode: stage_current +all-release: stage_current @endif gcc-bootstrap -@if recode -TARGET-recode=all -maybe-all-recode: all-recode -all-recode: configure-recode +@if release +TARGET-release=all +maybe-all-release: all-release +all-release: configure-release @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/recode && \ + (cd $(HOST_SUBDIR)/release && \ $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-recode)) -@endif recode + $(TARGET-release)) +@endif release + + + + +.PHONY: check-release maybe-check-release +maybe-check-release: +@if release +maybe-check-release: check-release + +check-release: + +@endif release + +.PHONY: install-release maybe-install-release +maybe-install-release: +@if release +maybe-install-release: install-release +install-release: +@endif release +# Other targets (info, dvi, pdf, etc.) -.PHONY: check-recode maybe-check-recode -maybe-check-recode: -@if recode -maybe-check-recode: check-recode +.PHONY: maybe-info-release info-release +maybe-info-release: +@if release +maybe-info-release: info-release -check-recode: +info-release: \ + configure-release @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./release/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/recode && \ - $(MAKE) $(FLAGS_TO_PASS) check) + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing info in release" ; \ + (cd $(HOST_SUBDIR)/release && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + info) \ + || exit 1 -@endif recode +@endif release -.PHONY: install-recode maybe-install-recode -maybe-install-recode: -@if recode -maybe-install-recode: install-recode +.PHONY: maybe-dvi-release dvi-release +maybe-dvi-release: +@if release +maybe-dvi-release: dvi-release -install-recode: installdirs +dvi-release: \ + configure-release @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./release/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/recode && \ - $(MAKE) $(FLAGS_TO_PASS) install) + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing dvi in release" ; \ + (cd $(HOST_SUBDIR)/release && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + dvi) \ + || exit 1 -@endif recode +@endif release -# Other targets (info, dvi, pdf, etc.) +.PHONY: maybe-html-release html-release +maybe-html-release: +@if release +maybe-html-release: html-release -.PHONY: maybe-info-recode info-recode -maybe-info-recode: -@if recode -maybe-info-recode: info-recode - -info-recode: \ - configure-recode +html-release: \ + configure-release @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ + @[ -f ./release/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in recode" ; \ - (cd $(HOST_SUBDIR)/recode && \ + echo "Doing html in release" ; \ + (cd $(HOST_SUBDIR)/release && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + html) \ || exit 1 -@endif recode +@endif release -.PHONY: maybe-dvi-recode dvi-recode -maybe-dvi-recode: -@if recode -maybe-dvi-recode: dvi-recode +.PHONY: maybe-TAGS-release TAGS-release +maybe-TAGS-release: +@if release +maybe-TAGS-release: TAGS-release -dvi-recode: \ - configure-recode +TAGS-release: \ + configure-release @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ + @[ -f ./release/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in recode" ; \ - (cd $(HOST_SUBDIR)/recode && \ + echo "Doing TAGS in release" ; \ + (cd $(HOST_SUBDIR)/release && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + TAGS) \ || exit 1 -@endif recode +@endif release -.PHONY: maybe-pdf-recode pdf-recode -maybe-pdf-recode: -@if recode -maybe-pdf-recode: pdf-recode +.PHONY: maybe-install-info-release install-info-release +maybe-install-info-release: +@if release +maybe-install-info-release: install-info-release -pdf-recode: \ - configure-recode +install-info-release: \ + configure-release \ + info-release @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ + @[ -f ./release/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in recode" ; \ - (cd $(HOST_SUBDIR)/recode && \ + echo "Doing install-info in release" ; \ + (cd $(HOST_SUBDIR)/release && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + install-info) \ || exit 1 -@endif recode +@endif release -.PHONY: maybe-html-recode html-recode -maybe-html-recode: -@if recode -maybe-html-recode: html-recode +.PHONY: maybe-install-html-release install-html-release +maybe-install-html-release: +@if release +maybe-install-html-release: install-html-release -html-recode: \ - configure-recode +install-html-release: \ + configure-release \ + html-release @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ + @[ -f ./release/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in recode" ; \ - (cd $(HOST_SUBDIR)/recode && \ + echo "Doing install-html in release" ; \ + (cd $(HOST_SUBDIR)/release && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + install-html) \ || exit 1 -@endif recode +@endif release -.PHONY: maybe-TAGS-recode TAGS-recode -maybe-TAGS-recode: -@if recode -maybe-TAGS-recode: TAGS-recode - -TAGS-recode: \ - configure-recode +.PHONY: maybe-installcheck-release installcheck-release +maybe-installcheck-release: +@if release +maybe-installcheck-release: installcheck-release + +installcheck-release: \ + configure-release @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ + @[ -f ./release/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in recode" ; \ - (cd $(HOST_SUBDIR)/recode && \ + echo "Doing installcheck in release" ; \ + (cd $(HOST_SUBDIR)/release && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + installcheck) \ || exit 1 -@endif recode +@endif release -.PHONY: maybe-install-info-recode install-info-recode -maybe-install-info-recode: -@if recode -maybe-install-info-recode: install-info-recode +.PHONY: maybe-mostlyclean-release mostlyclean-release +maybe-mostlyclean-release: +@if release +maybe-mostlyclean-release: mostlyclean-release -install-info-recode: \ - configure-recode \ - info-recode +mostlyclean-release: @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ + @[ -f ./release/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in recode" ; \ - (cd $(HOST_SUBDIR)/recode && \ + echo "Doing mostlyclean in release" ; \ + (cd $(HOST_SUBDIR)/release && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + mostlyclean) \ || exit 1 -@endif recode +@endif release -.PHONY: maybe-install-pdf-recode install-pdf-recode -maybe-install-pdf-recode: -@if recode -maybe-install-pdf-recode: install-pdf-recode +.PHONY: maybe-clean-release clean-release +maybe-clean-release: +@if release +maybe-clean-release: clean-release -install-pdf-recode: \ - configure-recode \ - pdf-recode +clean-release: @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ + @[ -f ./release/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in recode" ; \ - (cd $(HOST_SUBDIR)/recode && \ + echo "Doing clean in release" ; \ + (cd $(HOST_SUBDIR)/release && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + clean) \ || exit 1 -@endif recode +@endif release -.PHONY: maybe-install-html-recode install-html-recode -maybe-install-html-recode: -@if recode -maybe-install-html-recode: install-html-recode +.PHONY: maybe-distclean-release distclean-release +maybe-distclean-release: +@if release +maybe-distclean-release: distclean-release -install-html-recode: \ - configure-recode \ - html-recode +distclean-release: @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ + @[ -f ./release/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in recode" ; \ - (cd $(HOST_SUBDIR)/recode && \ + echo "Doing distclean in release" ; \ + (cd $(HOST_SUBDIR)/release && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + distclean) \ || exit 1 -@endif recode +@endif release -.PHONY: maybe-installcheck-recode installcheck-recode -maybe-installcheck-recode: -@if recode -maybe-installcheck-recode: installcheck-recode +.PHONY: maybe-maintainer-clean-release maintainer-clean-release +maybe-maintainer-clean-release: +@if release +maybe-maintainer-clean-release: maintainer-clean-release -installcheck-recode: \ - configure-recode +maintainer-clean-release: @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ + @[ -f ./release/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in recode" ; \ - (cd $(HOST_SUBDIR)/recode && \ + echo "Doing maintainer-clean in release" ; \ + (cd $(HOST_SUBDIR)/release && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ + maintainer-clean) \ || exit 1 -@endif recode +@endif release + + -.PHONY: maybe-mostlyclean-recode mostlyclean-recode -maybe-mostlyclean-recode: +.PHONY: configure-recode maybe-configure-recode +maybe-configure-recode: +@if gcc-bootstrap +configure-recode: stage_current +@endif gcc-bootstrap @if recode -maybe-mostlyclean-recode: mostlyclean-recode - -mostlyclean-recode: +maybe-configure-recode: configure-recode +configure-recode: @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/recode/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/recode ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in recode" ; \ - (cd $(HOST_SUBDIR)/recode && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + echo Configuring in $(HOST_SUBDIR)/recode; \ + cd "$(HOST_SUBDIR)/recode" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/recode/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/recode"; \ + libsrcdir="$$s/recode"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif recode -@endif recode -.PHONY: maybe-clean-recode clean-recode -maybe-clean-recode: -@if recode -maybe-clean-recode: clean-recode -clean-recode: - @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in recode" ; \ - (cd $(HOST_SUBDIR)/recode && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 -@endif recode -.PHONY: maybe-distclean-recode distclean-recode -maybe-distclean-recode: +.PHONY: all-recode maybe-all-recode +maybe-all-recode: +@if gcc-bootstrap +all-recode: stage_current +@endif gcc-bootstrap @if recode -maybe-distclean-recode: distclean-recode - -distclean-recode: +TARGET-recode=all +maybe-all-recode: all-recode +all-recode: configure-recode @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing distclean in recode" ; \ (cd $(HOST_SUBDIR)/recode && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ - || exit 1 - + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-recode)) @endif recode -.PHONY: maybe-maintainer-clean-recode maintainer-clean-recode -maybe-maintainer-clean-recode: -@if recode -maybe-maintainer-clean-recode: maintainer-clean-recode -maintainer-clean-recode: - @: $(MAKE); $(unstage) - @[ -f ./recode/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing maintainer-clean in recode" ; \ - (cd $(HOST_SUBDIR)/recode && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ - || exit 1 -@endif recode +.PHONY: check-recode maybe-check-recode +maybe-check-recode: +@if recode +maybe-check-recode: check-recode - -.PHONY: configure-sed maybe-configure-sed -maybe-configure-sed: -@if gcc-bootstrap -configure-sed: stage_current -@endif gcc-bootstrap -@if sed -maybe-configure-sed: configure-sed -configure-sed: +check-recode: @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/sed/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/sed ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/sed; \ - cd "$(HOST_SUBDIR)/sed" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/sed/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/sed"; \ - libsrcdir="$$s/sed"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif sed + (cd $(HOST_SUBDIR)/recode && \ + $(MAKE) $(FLAGS_TO_PASS) check) +@endif recode +.PHONY: install-recode maybe-install-recode +maybe-install-recode: +@if recode +maybe-install-recode: install-recode - - -.PHONY: all-sed maybe-all-sed -maybe-all-sed: -@if gcc-bootstrap -all-sed: stage_current -@endif gcc-bootstrap -@if sed -TARGET-sed=all -maybe-all-sed: all-sed -all-sed: configure-sed +install-recode: installdirs @: $(MAKE); $(unstage) @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/sed && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-sed)) -@endif sed + (cd $(HOST_SUBDIR)/recode && \ + $(MAKE) $(FLAGS_TO_PASS) install) +@endif recode +# Other targets (info, dvi, pdf, etc.) +.PHONY: maybe-info-recode info-recode +maybe-info-recode: +@if recode +maybe-info-recode: info-recode -.PHONY: check-sed maybe-check-sed -maybe-check-sed: -@if sed -maybe-check-sed: check-sed - -check-sed: +info-recode: \ + configure-recode @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./recode/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/sed && \ - $(MAKE) $(FLAGS_TO_PASS) check) + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing info in recode" ; \ + (cd $(HOST_SUBDIR)/recode && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + info) \ + || exit 1 -@endif sed +@endif recode -.PHONY: install-sed maybe-install-sed -maybe-install-sed: -@if sed -maybe-install-sed: install-sed +.PHONY: maybe-dvi-recode dvi-recode +maybe-dvi-recode: +@if recode +maybe-dvi-recode: dvi-recode -install-sed: installdirs +dvi-recode: \ + configure-recode @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./recode/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/sed && \ - $(MAKE) $(FLAGS_TO_PASS) install) + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing dvi in recode" ; \ + (cd $(HOST_SUBDIR)/recode && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + dvi) \ + || exit 1 -@endif sed +@endif recode -# Other targets (info, dvi, pdf, etc.) +.PHONY: maybe-html-recode html-recode +maybe-html-recode: +@if recode +maybe-html-recode: html-recode -.PHONY: maybe-info-sed info-sed -maybe-info-sed: -@if sed -maybe-info-sed: info-sed - -info-sed: \ - configure-sed +html-recode: \ + configure-recode @: $(MAKE); $(unstage) - @[ -f ./sed/Makefile ] || exit 0; \ + @[ -f ./recode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in sed" ; \ - (cd $(HOST_SUBDIR)/sed && \ + echo "Doing html in recode" ; \ + (cd $(HOST_SUBDIR)/recode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + html) \ || exit 1 -@endif sed +@endif recode -.PHONY: maybe-dvi-sed dvi-sed -maybe-dvi-sed: -@if sed -maybe-dvi-sed: dvi-sed +.PHONY: maybe-TAGS-recode TAGS-recode +maybe-TAGS-recode: +@if recode +maybe-TAGS-recode: TAGS-recode -dvi-sed: \ - configure-sed +TAGS-recode: \ + configure-recode @: $(MAKE); $(unstage) - @[ -f ./sed/Makefile ] || exit 0; \ + @[ -f ./recode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in sed" ; \ - (cd $(HOST_SUBDIR)/sed && \ + echo "Doing TAGS in recode" ; \ + (cd $(HOST_SUBDIR)/recode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + TAGS) \ || exit 1 -@endif sed +@endif recode -.PHONY: maybe-pdf-sed pdf-sed -maybe-pdf-sed: -@if sed -maybe-pdf-sed: pdf-sed +.PHONY: maybe-install-info-recode install-info-recode +maybe-install-info-recode: +@if recode +maybe-install-info-recode: install-info-recode -pdf-sed: \ - configure-sed +install-info-recode: \ + configure-recode \ + info-recode @: $(MAKE); $(unstage) - @[ -f ./sed/Makefile ] || exit 0; \ + @[ -f ./recode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in sed" ; \ - (cd $(HOST_SUBDIR)/sed && \ + echo "Doing install-info in recode" ; \ + (cd $(HOST_SUBDIR)/recode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + install-info) \ || exit 1 -@endif sed +@endif recode + +.PHONY: maybe-install-html-recode install-html-recode +maybe-install-html-recode: +@if recode +maybe-install-html-recode: install-html-recode -.PHONY: maybe-html-sed html-sed -maybe-html-sed: -@if sed -maybe-html-sed: html-sed - -html-sed: \ - configure-sed - @: $(MAKE); $(unstage) - @[ -f ./sed/Makefile ] || exit 0; \ +install-html-recode: \ + configure-recode \ + html-recode + @: $(MAKE); $(unstage) + @[ -f ./recode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in sed" ; \ - (cd $(HOST_SUBDIR)/sed && \ + echo "Doing install-html in recode" ; \ + (cd $(HOST_SUBDIR)/recode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + install-html) \ || exit 1 -@endif sed +@endif recode -.PHONY: maybe-TAGS-sed TAGS-sed -maybe-TAGS-sed: -@if sed -maybe-TAGS-sed: TAGS-sed +.PHONY: maybe-installcheck-recode installcheck-recode +maybe-installcheck-recode: +@if recode +maybe-installcheck-recode: installcheck-recode -TAGS-sed: \ - configure-sed +installcheck-recode: \ + configure-recode @: $(MAKE); $(unstage) - @[ -f ./sed/Makefile ] || exit 0; \ + @[ -f ./recode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in sed" ; \ - (cd $(HOST_SUBDIR)/sed && \ + echo "Doing installcheck in recode" ; \ + (cd $(HOST_SUBDIR)/recode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + installcheck) \ || exit 1 -@endif sed +@endif recode -.PHONY: maybe-install-info-sed install-info-sed -maybe-install-info-sed: -@if sed -maybe-install-info-sed: install-info-sed +.PHONY: maybe-mostlyclean-recode mostlyclean-recode +maybe-mostlyclean-recode: +@if recode +maybe-mostlyclean-recode: mostlyclean-recode -install-info-sed: \ - configure-sed \ - info-sed +mostlyclean-recode: @: $(MAKE); $(unstage) - @[ -f ./sed/Makefile ] || exit 0; \ + @[ -f ./recode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in sed" ; \ - (cd $(HOST_SUBDIR)/sed && \ + echo "Doing mostlyclean in recode" ; \ + (cd $(HOST_SUBDIR)/recode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + mostlyclean) \ || exit 1 -@endif sed +@endif recode -.PHONY: maybe-install-pdf-sed install-pdf-sed -maybe-install-pdf-sed: -@if sed -maybe-install-pdf-sed: install-pdf-sed +.PHONY: maybe-clean-recode clean-recode +maybe-clean-recode: +@if recode +maybe-clean-recode: clean-recode -install-pdf-sed: \ - configure-sed \ - pdf-sed +clean-recode: @: $(MAKE); $(unstage) - @[ -f ./sed/Makefile ] || exit 0; \ + @[ -f ./recode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in sed" ; \ - (cd $(HOST_SUBDIR)/sed && \ + echo "Doing clean in recode" ; \ + (cd $(HOST_SUBDIR)/recode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + clean) \ || exit 1 -@endif sed +@endif recode -.PHONY: maybe-install-html-sed install-html-sed -maybe-install-html-sed: -@if sed -maybe-install-html-sed: install-html-sed +.PHONY: maybe-distclean-recode distclean-recode +maybe-distclean-recode: +@if recode +maybe-distclean-recode: distclean-recode -install-html-sed: \ - configure-sed \ - html-sed +distclean-recode: @: $(MAKE); $(unstage) - @[ -f ./sed/Makefile ] || exit 0; \ + @[ -f ./recode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in sed" ; \ - (cd $(HOST_SUBDIR)/sed && \ + echo "Doing distclean in recode" ; \ + (cd $(HOST_SUBDIR)/recode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + distclean) \ || exit 1 -@endif sed +@endif recode -.PHONY: maybe-installcheck-sed installcheck-sed -maybe-installcheck-sed: -@if sed -maybe-installcheck-sed: installcheck-sed +.PHONY: maybe-maintainer-clean-recode maintainer-clean-recode +maybe-maintainer-clean-recode: +@if recode +maybe-maintainer-clean-recode: maintainer-clean-recode -installcheck-sed: \ - configure-sed +maintainer-clean-recode: @: $(MAKE); $(unstage) - @[ -f ./sed/Makefile ] || exit 0; \ + @[ -f ./recode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in sed" ; \ - (cd $(HOST_SUBDIR)/sed && \ + echo "Doing maintainer-clean in recode" ; \ + (cd $(HOST_SUBDIR)/recode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ + maintainer-clean) \ || exit 1 -@endif sed +@endif recode + + -.PHONY: maybe-mostlyclean-sed mostlyclean-sed -maybe-mostlyclean-sed: +.PHONY: configure-sed maybe-configure-sed +maybe-configure-sed: +@if gcc-bootstrap +configure-sed: stage_current +@endif gcc-bootstrap @if sed -maybe-mostlyclean-sed: mostlyclean-sed - -mostlyclean-sed: +maybe-configure-sed: configure-sed +configure-sed: @: $(MAKE); $(unstage) - @[ -f ./sed/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/sed/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/sed ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in sed" ; \ - (cd $(HOST_SUBDIR)/sed && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + echo Configuring in $(HOST_SUBDIR)/sed; \ + cd "$(HOST_SUBDIR)/sed" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/sed/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/sed"; \ + libsrcdir="$$s/sed"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif sed -@endif sed -.PHONY: maybe-clean-sed clean-sed -maybe-clean-sed: -@if sed -maybe-clean-sed: clean-sed -clean-sed: - @: $(MAKE); $(unstage) - @[ -f ./sed/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in sed" ; \ + + +.PHONY: all-sed maybe-all-sed +maybe-all-sed: +@if gcc-bootstrap +all-sed: stage_current +@endif gcc-bootstrap +@if sed +TARGET-sed=all +maybe-all-sed: all-sed +all-sed: configure-sed + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/sed && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-sed)) +@endif sed + + + + +.PHONY: check-sed maybe-check-sed +maybe-check-sed: +@if sed +maybe-check-sed: check-sed + +check-sed: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/sed && \ + $(MAKE) $(FLAGS_TO_PASS) check) + +@endif sed + +.PHONY: install-sed maybe-install-sed +maybe-install-sed: +@if sed +maybe-install-sed: install-sed + +install-sed: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ (cd $(HOST_SUBDIR)/sed && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif sed -.PHONY: maybe-distclean-sed distclean-sed -maybe-distclean-sed: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-sed info-sed +maybe-info-sed: @if sed -maybe-distclean-sed: distclean-sed +maybe-info-sed: info-sed -distclean-sed: +info-sed: \ + configure-sed @: $(MAKE); $(unstage) @[ -f ./sed/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -32128,23 +28947,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in sed" ; \ + echo "Doing info in sed" ; \ (cd $(HOST_SUBDIR)/sed && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + info) \ || exit 1 @endif sed -.PHONY: maybe-maintainer-clean-sed maintainer-clean-sed -maybe-maintainer-clean-sed: +.PHONY: maybe-dvi-sed dvi-sed +maybe-dvi-sed: @if sed -maybe-maintainer-clean-sed: maintainer-clean-sed +maybe-dvi-sed: dvi-sed -maintainer-clean-sed: +dvi-sed: \ + configure-sed @: $(MAKE); $(unstage) @[ -f ./sed/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -32153,348 +28973,344 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in sed" ; \ + echo "Doing dvi in sed" ; \ (cd $(HOST_SUBDIR)/sed && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + dvi) \ || exit 1 @endif sed +.PHONY: maybe-html-sed html-sed +maybe-html-sed: +@if sed +maybe-html-sed: html-sed - -.PHONY: configure-send-pr maybe-configure-send-pr -maybe-configure-send-pr: -@if gcc-bootstrap -configure-send-pr: stage_current -@endif gcc-bootstrap -@if send-pr -maybe-configure-send-pr: configure-send-pr -configure-send-pr: +html-sed: \ + configure-sed @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./sed/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/send-pr/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/send-pr ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/send-pr; \ - cd "$(HOST_SUBDIR)/send-pr" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/send-pr/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/send-pr"; \ - libsrcdir="$$s/send-pr"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in sed" ; \ + (cd $(HOST_SUBDIR)/sed && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ || exit 1 -@endif send-pr +@endif sed +.PHONY: maybe-TAGS-sed TAGS-sed +maybe-TAGS-sed: +@if sed +maybe-TAGS-sed: TAGS-sed - - -.PHONY: all-send-pr maybe-all-send-pr -maybe-all-send-pr: -@if gcc-bootstrap -all-send-pr: stage_current -@endif gcc-bootstrap -@if send-pr -TARGET-send-pr=all -maybe-all-send-pr: all-send-pr -all-send-pr: configure-send-pr +TAGS-sed: \ + configure-sed @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/send-pr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-send-pr)) -@endif send-pr - - - - -.PHONY: check-send-pr maybe-check-send-pr -maybe-check-send-pr: -@if send-pr -maybe-check-send-pr: check-send-pr - -check-send-pr: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/send-pr && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif send-pr - -.PHONY: install-send-pr maybe-install-send-pr -maybe-install-send-pr: -@if send-pr -maybe-install-send-pr: install-send-pr - -install-send-pr: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/send-pr && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif send-pr - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-send-pr info-send-pr -maybe-info-send-pr: -@if send-pr -maybe-info-send-pr: info-send-pr - -info-send-pr: \ - configure-send-pr - @: $(MAKE); $(unstage) - @[ -f ./send-pr/Makefile ] || exit 0; \ + @[ -f ./sed/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in send-pr" ; \ - (cd $(HOST_SUBDIR)/send-pr && \ + echo "Doing TAGS in sed" ; \ + (cd $(HOST_SUBDIR)/sed && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + TAGS) \ || exit 1 -@endif send-pr +@endif sed -.PHONY: maybe-dvi-send-pr dvi-send-pr -maybe-dvi-send-pr: -@if send-pr -maybe-dvi-send-pr: dvi-send-pr +.PHONY: maybe-install-info-sed install-info-sed +maybe-install-info-sed: +@if sed +maybe-install-info-sed: install-info-sed -dvi-send-pr: \ - configure-send-pr +install-info-sed: \ + configure-sed \ + info-sed @: $(MAKE); $(unstage) - @[ -f ./send-pr/Makefile ] || exit 0; \ + @[ -f ./sed/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in send-pr" ; \ - (cd $(HOST_SUBDIR)/send-pr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + echo "Doing install-info in sed" ; \ + (cd $(HOST_SUBDIR)/sed && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ || exit 1 -@endif send-pr +@endif sed -.PHONY: maybe-pdf-send-pr pdf-send-pr -maybe-pdf-send-pr: -@if send-pr -maybe-pdf-send-pr: pdf-send-pr +.PHONY: maybe-install-html-sed install-html-sed +maybe-install-html-sed: +@if sed +maybe-install-html-sed: install-html-sed -pdf-send-pr: \ - configure-send-pr +install-html-sed: \ + configure-sed \ + html-sed @: $(MAKE); $(unstage) - @[ -f ./send-pr/Makefile ] || exit 0; \ + @[ -f ./sed/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in send-pr" ; \ - (cd $(HOST_SUBDIR)/send-pr && \ + echo "Doing install-html in sed" ; \ + (cd $(HOST_SUBDIR)/sed && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + install-html) \ || exit 1 -@endif send-pr +@endif sed -.PHONY: maybe-html-send-pr html-send-pr -maybe-html-send-pr: -@if send-pr -maybe-html-send-pr: html-send-pr +.PHONY: maybe-installcheck-sed installcheck-sed +maybe-installcheck-sed: +@if sed +maybe-installcheck-sed: installcheck-sed -html-send-pr: \ - configure-send-pr +installcheck-sed: \ + configure-sed @: $(MAKE); $(unstage) - @[ -f ./send-pr/Makefile ] || exit 0; \ + @[ -f ./sed/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in send-pr" ; \ - (cd $(HOST_SUBDIR)/send-pr && \ + echo "Doing installcheck in sed" ; \ + (cd $(HOST_SUBDIR)/sed && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + installcheck) \ || exit 1 -@endif send-pr +@endif sed -.PHONY: maybe-TAGS-send-pr TAGS-send-pr -maybe-TAGS-send-pr: -@if send-pr -maybe-TAGS-send-pr: TAGS-send-pr +.PHONY: maybe-mostlyclean-sed mostlyclean-sed +maybe-mostlyclean-sed: +@if sed +maybe-mostlyclean-sed: mostlyclean-sed -TAGS-send-pr: \ - configure-send-pr +mostlyclean-sed: @: $(MAKE); $(unstage) - @[ -f ./send-pr/Makefile ] || exit 0; \ + @[ -f ./sed/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in send-pr" ; \ - (cd $(HOST_SUBDIR)/send-pr && \ + echo "Doing mostlyclean in sed" ; \ + (cd $(HOST_SUBDIR)/sed && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + mostlyclean) \ || exit 1 -@endif send-pr +@endif sed -.PHONY: maybe-install-info-send-pr install-info-send-pr -maybe-install-info-send-pr: -@if send-pr -maybe-install-info-send-pr: install-info-send-pr +.PHONY: maybe-clean-sed clean-sed +maybe-clean-sed: +@if sed +maybe-clean-sed: clean-sed -install-info-send-pr: \ - configure-send-pr \ - info-send-pr +clean-sed: @: $(MAKE); $(unstage) - @[ -f ./send-pr/Makefile ] || exit 0; \ + @[ -f ./sed/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in send-pr" ; \ - (cd $(HOST_SUBDIR)/send-pr && \ + echo "Doing clean in sed" ; \ + (cd $(HOST_SUBDIR)/sed && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + clean) \ || exit 1 -@endif send-pr +@endif sed -.PHONY: maybe-install-pdf-send-pr install-pdf-send-pr -maybe-install-pdf-send-pr: -@if send-pr -maybe-install-pdf-send-pr: install-pdf-send-pr +.PHONY: maybe-distclean-sed distclean-sed +maybe-distclean-sed: +@if sed +maybe-distclean-sed: distclean-sed -install-pdf-send-pr: \ - configure-send-pr \ - pdf-send-pr +distclean-sed: @: $(MAKE); $(unstage) - @[ -f ./send-pr/Makefile ] || exit 0; \ + @[ -f ./sed/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in send-pr" ; \ - (cd $(HOST_SUBDIR)/send-pr && \ + echo "Doing distclean in sed" ; \ + (cd $(HOST_SUBDIR)/sed && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + distclean) \ || exit 1 -@endif send-pr +@endif sed -.PHONY: maybe-install-html-send-pr install-html-send-pr -maybe-install-html-send-pr: -@if send-pr -maybe-install-html-send-pr: install-html-send-pr +.PHONY: maybe-maintainer-clean-sed maintainer-clean-sed +maybe-maintainer-clean-sed: +@if sed +maybe-maintainer-clean-sed: maintainer-clean-sed -install-html-send-pr: \ - configure-send-pr \ - html-send-pr +maintainer-clean-sed: @: $(MAKE); $(unstage) - @[ -f ./send-pr/Makefile ] || exit 0; \ + @[ -f ./sed/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in send-pr" ; \ - (cd $(HOST_SUBDIR)/send-pr && \ + echo "Doing maintainer-clean in sed" ; \ + (cd $(HOST_SUBDIR)/sed && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + maintainer-clean) \ + || exit 1 + +@endif sed + + + +.PHONY: configure-send-pr maybe-configure-send-pr +maybe-configure-send-pr: +@if gcc-bootstrap +configure-send-pr: stage_current +@endif gcc-bootstrap +@if send-pr +maybe-configure-send-pr: configure-send-pr +configure-send-pr: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/send-pr/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/send-pr ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/send-pr; \ + cd "$(HOST_SUBDIR)/send-pr" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/send-pr/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/send-pr"; \ + libsrcdir="$$s/send-pr"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif send-pr + + + + + +.PHONY: all-send-pr maybe-all-send-pr +maybe-all-send-pr: +@if gcc-bootstrap +all-send-pr: stage_current +@endif gcc-bootstrap +@if send-pr +TARGET-send-pr=all +maybe-all-send-pr: all-send-pr +all-send-pr: configure-send-pr + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/send-pr && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-send-pr)) +@endif send-pr + + + +.PHONY: check-send-pr maybe-check-send-pr +maybe-check-send-pr: +@if send-pr +maybe-check-send-pr: check-send-pr + +check-send-pr: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/send-pr && \ + $(MAKE) $(FLAGS_TO_PASS) check) + @endif send-pr -.PHONY: maybe-installcheck-send-pr installcheck-send-pr -maybe-installcheck-send-pr: +.PHONY: install-send-pr maybe-install-send-pr +maybe-install-send-pr: @if send-pr -maybe-installcheck-send-pr: installcheck-send-pr +maybe-install-send-pr: install-send-pr -installcheck-send-pr: \ - configure-send-pr +install-send-pr: installdirs @: $(MAKE); $(unstage) - @[ -f ./send-pr/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in send-pr" ; \ (cd $(HOST_SUBDIR)/send-pr && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif send-pr -.PHONY: maybe-mostlyclean-send-pr mostlyclean-send-pr -maybe-mostlyclean-send-pr: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-send-pr info-send-pr +maybe-info-send-pr: @if send-pr -maybe-mostlyclean-send-pr: mostlyclean-send-pr +maybe-info-send-pr: info-send-pr -mostlyclean-send-pr: +info-send-pr: \ + configure-send-pr @: $(MAKE); $(unstage) @[ -f ./send-pr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -32503,23 +29319,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in send-pr" ; \ + echo "Doing info in send-pr" ; \ (cd $(HOST_SUBDIR)/send-pr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + info) \ || exit 1 @endif send-pr -.PHONY: maybe-clean-send-pr clean-send-pr -maybe-clean-send-pr: +.PHONY: maybe-dvi-send-pr dvi-send-pr +maybe-dvi-send-pr: @if send-pr -maybe-clean-send-pr: clean-send-pr +maybe-dvi-send-pr: dvi-send-pr -clean-send-pr: +dvi-send-pr: \ + configure-send-pr @: $(MAKE); $(unstage) @[ -f ./send-pr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -32528,23 +29345,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in send-pr" ; \ + echo "Doing dvi in send-pr" ; \ (cd $(HOST_SUBDIR)/send-pr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + dvi) \ || exit 1 @endif send-pr -.PHONY: maybe-distclean-send-pr distclean-send-pr -maybe-distclean-send-pr: +.PHONY: maybe-html-send-pr html-send-pr +maybe-html-send-pr: @if send-pr -maybe-distclean-send-pr: distclean-send-pr +maybe-html-send-pr: html-send-pr -distclean-send-pr: +html-send-pr: \ + configure-send-pr @: $(MAKE); $(unstage) @[ -f ./send-pr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -32553,23 +29371,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in send-pr" ; \ + echo "Doing html in send-pr" ; \ (cd $(HOST_SUBDIR)/send-pr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + html) \ || exit 1 @endif send-pr -.PHONY: maybe-maintainer-clean-send-pr maintainer-clean-send-pr -maybe-maintainer-clean-send-pr: +.PHONY: maybe-TAGS-send-pr TAGS-send-pr +maybe-TAGS-send-pr: @if send-pr -maybe-maintainer-clean-send-pr: maintainer-clean-send-pr +maybe-TAGS-send-pr: TAGS-send-pr -maintainer-clean-send-pr: +TAGS-send-pr: \ + configure-send-pr @: $(MAKE); $(unstage) @[ -f ./send-pr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -32578,373 +29397,292 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in send-pr" ; \ + echo "Doing TAGS in send-pr" ; \ (cd $(HOST_SUBDIR)/send-pr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + TAGS) \ || exit 1 @endif send-pr - - -.PHONY: configure-shellutils maybe-configure-shellutils -maybe-configure-shellutils: -@if gcc-bootstrap -configure-shellutils: stage_current -@endif gcc-bootstrap -@if shellutils -maybe-configure-shellutils: configure-shellutils -configure-shellutils: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/shellutils/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/shellutils ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/shellutils; \ - cd "$(HOST_SUBDIR)/shellutils" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/shellutils/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/shellutils"; \ - libsrcdir="$$s/shellutils"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif shellutils - - - - - -.PHONY: all-shellutils maybe-all-shellutils -maybe-all-shellutils: -@if gcc-bootstrap -all-shellutils: stage_current -@endif gcc-bootstrap -@if shellutils -TARGET-shellutils=all -maybe-all-shellutils: all-shellutils -all-shellutils: configure-shellutils - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/shellutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-shellutils)) -@endif shellutils - - - - -.PHONY: check-shellutils maybe-check-shellutils -maybe-check-shellutils: -@if shellutils -maybe-check-shellutils: check-shellutils - -check-shellutils: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/shellutils && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif shellutils - -.PHONY: install-shellutils maybe-install-shellutils -maybe-install-shellutils: -@if shellutils -maybe-install-shellutils: install-shellutils - -install-shellutils: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/shellutils && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif shellutils - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-shellutils info-shellutils -maybe-info-shellutils: -@if shellutils -maybe-info-shellutils: info-shellutils - -info-shellutils: \ - configure-shellutils - @: $(MAKE); $(unstage) - @[ -f ./shellutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing info in shellutils" ; \ - (cd $(HOST_SUBDIR)/shellutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 - -@endif shellutils +.PHONY: maybe-install-info-send-pr install-info-send-pr +maybe-install-info-send-pr: +@if send-pr +maybe-install-info-send-pr: install-info-send-pr -.PHONY: maybe-dvi-shellutils dvi-shellutils -maybe-dvi-shellutils: -@if shellutils -maybe-dvi-shellutils: dvi-shellutils - -dvi-shellutils: \ - configure-shellutils +install-info-send-pr: \ + configure-send-pr \ + info-send-pr @: $(MAKE); $(unstage) - @[ -f ./shellutils/Makefile ] || exit 0; \ + @[ -f ./send-pr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in shellutils" ; \ - (cd $(HOST_SUBDIR)/shellutils && \ + echo "Doing install-info in send-pr" ; \ + (cd $(HOST_SUBDIR)/send-pr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + install-info) \ || exit 1 -@endif shellutils +@endif send-pr -.PHONY: maybe-pdf-shellutils pdf-shellutils -maybe-pdf-shellutils: -@if shellutils -maybe-pdf-shellutils: pdf-shellutils +.PHONY: maybe-install-html-send-pr install-html-send-pr +maybe-install-html-send-pr: +@if send-pr +maybe-install-html-send-pr: install-html-send-pr -pdf-shellutils: \ - configure-shellutils +install-html-send-pr: \ + configure-send-pr \ + html-send-pr @: $(MAKE); $(unstage) - @[ -f ./shellutils/Makefile ] || exit 0; \ + @[ -f ./send-pr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in shellutils" ; \ - (cd $(HOST_SUBDIR)/shellutils && \ + echo "Doing install-html in send-pr" ; \ + (cd $(HOST_SUBDIR)/send-pr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + install-html) \ || exit 1 -@endif shellutils +@endif send-pr -.PHONY: maybe-html-shellutils html-shellutils -maybe-html-shellutils: -@if shellutils -maybe-html-shellutils: html-shellutils +.PHONY: maybe-installcheck-send-pr installcheck-send-pr +maybe-installcheck-send-pr: +@if send-pr +maybe-installcheck-send-pr: installcheck-send-pr -html-shellutils: \ - configure-shellutils +installcheck-send-pr: \ + configure-send-pr @: $(MAKE); $(unstage) - @[ -f ./shellutils/Makefile ] || exit 0; \ + @[ -f ./send-pr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in shellutils" ; \ - (cd $(HOST_SUBDIR)/shellutils && \ + echo "Doing installcheck in send-pr" ; \ + (cd $(HOST_SUBDIR)/send-pr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + installcheck) \ || exit 1 -@endif shellutils +@endif send-pr -.PHONY: maybe-TAGS-shellutils TAGS-shellutils -maybe-TAGS-shellutils: -@if shellutils -maybe-TAGS-shellutils: TAGS-shellutils +.PHONY: maybe-mostlyclean-send-pr mostlyclean-send-pr +maybe-mostlyclean-send-pr: +@if send-pr +maybe-mostlyclean-send-pr: mostlyclean-send-pr -TAGS-shellutils: \ - configure-shellutils +mostlyclean-send-pr: @: $(MAKE); $(unstage) - @[ -f ./shellutils/Makefile ] || exit 0; \ + @[ -f ./send-pr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in shellutils" ; \ - (cd $(HOST_SUBDIR)/shellutils && \ + echo "Doing mostlyclean in send-pr" ; \ + (cd $(HOST_SUBDIR)/send-pr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + mostlyclean) \ || exit 1 -@endif shellutils +@endif send-pr -.PHONY: maybe-install-info-shellutils install-info-shellutils -maybe-install-info-shellutils: -@if shellutils -maybe-install-info-shellutils: install-info-shellutils +.PHONY: maybe-clean-send-pr clean-send-pr +maybe-clean-send-pr: +@if send-pr +maybe-clean-send-pr: clean-send-pr -install-info-shellutils: \ - configure-shellutils \ - info-shellutils +clean-send-pr: @: $(MAKE); $(unstage) - @[ -f ./shellutils/Makefile ] || exit 0; \ + @[ -f ./send-pr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in shellutils" ; \ - (cd $(HOST_SUBDIR)/shellutils && \ + echo "Doing clean in send-pr" ; \ + (cd $(HOST_SUBDIR)/send-pr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + clean) \ || exit 1 -@endif shellutils +@endif send-pr -.PHONY: maybe-install-pdf-shellutils install-pdf-shellutils -maybe-install-pdf-shellutils: -@if shellutils -maybe-install-pdf-shellutils: install-pdf-shellutils +.PHONY: maybe-distclean-send-pr distclean-send-pr +maybe-distclean-send-pr: +@if send-pr +maybe-distclean-send-pr: distclean-send-pr -install-pdf-shellutils: \ - configure-shellutils \ - pdf-shellutils +distclean-send-pr: @: $(MAKE); $(unstage) - @[ -f ./shellutils/Makefile ] || exit 0; \ + @[ -f ./send-pr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in shellutils" ; \ - (cd $(HOST_SUBDIR)/shellutils && \ + echo "Doing distclean in send-pr" ; \ + (cd $(HOST_SUBDIR)/send-pr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + distclean) \ || exit 1 -@endif shellutils +@endif send-pr -.PHONY: maybe-install-html-shellutils install-html-shellutils -maybe-install-html-shellutils: -@if shellutils -maybe-install-html-shellutils: install-html-shellutils +.PHONY: maybe-maintainer-clean-send-pr maintainer-clean-send-pr +maybe-maintainer-clean-send-pr: +@if send-pr +maybe-maintainer-clean-send-pr: maintainer-clean-send-pr -install-html-shellutils: \ - configure-shellutils \ - html-shellutils +maintainer-clean-send-pr: @: $(MAKE); $(unstage) - @[ -f ./shellutils/Makefile ] || exit 0; \ + @[ -f ./send-pr/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in shellutils" ; \ - (cd $(HOST_SUBDIR)/shellutils && \ + echo "Doing maintainer-clean in send-pr" ; \ + (cd $(HOST_SUBDIR)/send-pr && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + maintainer-clean) \ + || exit 1 + +@endif send-pr + + + +.PHONY: configure-shellutils maybe-configure-shellutils +maybe-configure-shellutils: +@if gcc-bootstrap +configure-shellutils: stage_current +@endif gcc-bootstrap +@if shellutils +maybe-configure-shellutils: configure-shellutils +configure-shellutils: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/shellutils/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/shellutils ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/shellutils; \ + cd "$(HOST_SUBDIR)/shellutils" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/shellutils/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/shellutils"; \ + libsrcdir="$$s/shellutils"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif shellutils + + + + +.PHONY: all-shellutils maybe-all-shellutils +maybe-all-shellutils: +@if gcc-bootstrap +all-shellutils: stage_current +@endif gcc-bootstrap +@if shellutils +TARGET-shellutils=all +maybe-all-shellutils: all-shellutils +all-shellutils: configure-shellutils + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/shellutils && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-shellutils)) @endif shellutils -.PHONY: maybe-installcheck-shellutils installcheck-shellutils -maybe-installcheck-shellutils: + + + +.PHONY: check-shellutils maybe-check-shellutils +maybe-check-shellutils: @if shellutils -maybe-installcheck-shellutils: installcheck-shellutils +maybe-check-shellutils: check-shellutils -installcheck-shellutils: \ - configure-shellutils +check-shellutils: @: $(MAKE); $(unstage) - @[ -f ./shellutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in shellutils" ; \ (cd $(HOST_SUBDIR)/shellutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif shellutils -.PHONY: maybe-mostlyclean-shellutils mostlyclean-shellutils -maybe-mostlyclean-shellutils: +.PHONY: install-shellutils maybe-install-shellutils +maybe-install-shellutils: @if shellutils -maybe-mostlyclean-shellutils: mostlyclean-shellutils +maybe-install-shellutils: install-shellutils -mostlyclean-shellutils: +install-shellutils: installdirs @: $(MAKE); $(unstage) - @[ -f ./shellutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in shellutils" ; \ (cd $(HOST_SUBDIR)/shellutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif shellutils -.PHONY: maybe-clean-shellutils clean-shellutils -maybe-clean-shellutils: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-shellutils info-shellutils +maybe-info-shellutils: @if shellutils -maybe-clean-shellutils: clean-shellutils +maybe-info-shellutils: info-shellutils -clean-shellutils: +info-shellutils: \ + configure-shellutils @: $(MAKE); $(unstage) @[ -f ./shellutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -32953,23 +29691,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in shellutils" ; \ + echo "Doing info in shellutils" ; \ (cd $(HOST_SUBDIR)/shellutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + info) \ || exit 1 @endif shellutils -.PHONY: maybe-distclean-shellutils distclean-shellutils -maybe-distclean-shellutils: +.PHONY: maybe-dvi-shellutils dvi-shellutils +maybe-dvi-shellutils: @if shellutils -maybe-distclean-shellutils: distclean-shellutils +maybe-dvi-shellutils: dvi-shellutils -distclean-shellutils: +dvi-shellutils: \ + configure-shellutils @: $(MAKE); $(unstage) @[ -f ./shellutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -32978,23 +29717,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in shellutils" ; \ + echo "Doing dvi in shellutils" ; \ (cd $(HOST_SUBDIR)/shellutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + dvi) \ || exit 1 @endif shellutils -.PHONY: maybe-maintainer-clean-shellutils maintainer-clean-shellutils -maybe-maintainer-clean-shellutils: +.PHONY: maybe-html-shellutils html-shellutils +maybe-html-shellutils: @if shellutils -maybe-maintainer-clean-shellutils: maintainer-clean-shellutils +maybe-html-shellutils: html-shellutils -maintainer-clean-shellutils: +html-shellutils: \ + configure-shellutils @: $(MAKE); $(unstage) @[ -f ./shellutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -33003,398 +29743,318 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in shellutils" ; \ + echo "Doing html in shellutils" ; \ (cd $(HOST_SUBDIR)/shellutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + html) \ || exit 1 @endif shellutils +.PHONY: maybe-TAGS-shellutils TAGS-shellutils +maybe-TAGS-shellutils: +@if shellutils +maybe-TAGS-shellutils: TAGS-shellutils - -.PHONY: configure-sid maybe-configure-sid -maybe-configure-sid: -@if gcc-bootstrap -configure-sid: stage_current -@endif gcc-bootstrap -@if sid -maybe-configure-sid: configure-sid -configure-sid: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/sid/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/sid ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/sid; \ - cd "$(HOST_SUBDIR)/sid" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/sid/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/sid"; \ - libsrcdir="$$s/sid"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif sid - - - - - -.PHONY: all-sid maybe-all-sid -maybe-all-sid: -@if gcc-bootstrap -all-sid: stage_current -@endif gcc-bootstrap -@if sid -TARGET-sid=all -maybe-all-sid: all-sid -all-sid: configure-sid - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/sid && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-sid)) -@endif sid - - - - -.PHONY: check-sid maybe-check-sid -maybe-check-sid: -@if sid -maybe-check-sid: check-sid - -check-sid: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/sid && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif sid - -.PHONY: install-sid maybe-install-sid -maybe-install-sid: -@if sid -maybe-install-sid: install-sid - -install-sid: installdirs +TAGS-shellutils: \ + configure-shellutils @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/sid && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif sid - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-sid info-sid -maybe-info-sid: -@if sid -maybe-info-sid: info-sid - -info-sid: \ - configure-sid - @: $(MAKE); $(unstage) - @[ -f ./sid/Makefile ] || exit 0; \ + @[ -f ./shellutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in sid" ; \ - (cd $(HOST_SUBDIR)/sid && \ + echo "Doing TAGS in shellutils" ; \ + (cd $(HOST_SUBDIR)/shellutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + TAGS) \ || exit 1 -@endif sid +@endif shellutils -.PHONY: maybe-dvi-sid dvi-sid -maybe-dvi-sid: -@if sid -maybe-dvi-sid: dvi-sid +.PHONY: maybe-install-info-shellutils install-info-shellutils +maybe-install-info-shellutils: +@if shellutils +maybe-install-info-shellutils: install-info-shellutils -dvi-sid: \ - configure-sid +install-info-shellutils: \ + configure-shellutils \ + info-shellutils @: $(MAKE); $(unstage) - @[ -f ./sid/Makefile ] || exit 0; \ + @[ -f ./shellutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in sid" ; \ - (cd $(HOST_SUBDIR)/sid && \ + echo "Doing install-info in shellutils" ; \ + (cd $(HOST_SUBDIR)/shellutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + install-info) \ || exit 1 -@endif sid +@endif shellutils -.PHONY: maybe-pdf-sid pdf-sid -maybe-pdf-sid: -@if sid -maybe-pdf-sid: pdf-sid +.PHONY: maybe-install-html-shellutils install-html-shellutils +maybe-install-html-shellutils: +@if shellutils +maybe-install-html-shellutils: install-html-shellutils -pdf-sid: \ - configure-sid +install-html-shellutils: \ + configure-shellutils \ + html-shellutils @: $(MAKE); $(unstage) - @[ -f ./sid/Makefile ] || exit 0; \ + @[ -f ./shellutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in sid" ; \ - (cd $(HOST_SUBDIR)/sid && \ + echo "Doing install-html in shellutils" ; \ + (cd $(HOST_SUBDIR)/shellutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + install-html) \ || exit 1 -@endif sid +@endif shellutils -.PHONY: maybe-html-sid html-sid -maybe-html-sid: -@if sid -maybe-html-sid: html-sid +.PHONY: maybe-installcheck-shellutils installcheck-shellutils +maybe-installcheck-shellutils: +@if shellutils +maybe-installcheck-shellutils: installcheck-shellutils -html-sid: \ - configure-sid +installcheck-shellutils: \ + configure-shellutils @: $(MAKE); $(unstage) - @[ -f ./sid/Makefile ] || exit 0; \ + @[ -f ./shellutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in sid" ; \ - (cd $(HOST_SUBDIR)/sid && \ + echo "Doing installcheck in shellutils" ; \ + (cd $(HOST_SUBDIR)/shellutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + installcheck) \ || exit 1 -@endif sid +@endif shellutils -.PHONY: maybe-TAGS-sid TAGS-sid -maybe-TAGS-sid: -@if sid -maybe-TAGS-sid: TAGS-sid +.PHONY: maybe-mostlyclean-shellutils mostlyclean-shellutils +maybe-mostlyclean-shellutils: +@if shellutils +maybe-mostlyclean-shellutils: mostlyclean-shellutils -TAGS-sid: \ - configure-sid +mostlyclean-shellutils: @: $(MAKE); $(unstage) - @[ -f ./sid/Makefile ] || exit 0; \ + @[ -f ./shellutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in sid" ; \ - (cd $(HOST_SUBDIR)/sid && \ + echo "Doing mostlyclean in shellutils" ; \ + (cd $(HOST_SUBDIR)/shellutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + mostlyclean) \ || exit 1 -@endif sid +@endif shellutils -.PHONY: maybe-install-info-sid install-info-sid -maybe-install-info-sid: -@if sid -maybe-install-info-sid: install-info-sid +.PHONY: maybe-clean-shellutils clean-shellutils +maybe-clean-shellutils: +@if shellutils +maybe-clean-shellutils: clean-shellutils -install-info-sid: \ - configure-sid \ - info-sid +clean-shellutils: @: $(MAKE); $(unstage) - @[ -f ./sid/Makefile ] || exit 0; \ + @[ -f ./shellutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in sid" ; \ - (cd $(HOST_SUBDIR)/sid && \ + echo "Doing clean in shellutils" ; \ + (cd $(HOST_SUBDIR)/shellutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + clean) \ || exit 1 -@endif sid +@endif shellutils -.PHONY: maybe-install-pdf-sid install-pdf-sid -maybe-install-pdf-sid: -@if sid -maybe-install-pdf-sid: install-pdf-sid +.PHONY: maybe-distclean-shellutils distclean-shellutils +maybe-distclean-shellutils: +@if shellutils +maybe-distclean-shellutils: distclean-shellutils -install-pdf-sid: \ - configure-sid \ - pdf-sid +distclean-shellutils: @: $(MAKE); $(unstage) - @[ -f ./sid/Makefile ] || exit 0; \ + @[ -f ./shellutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in sid" ; \ - (cd $(HOST_SUBDIR)/sid && \ + echo "Doing distclean in shellutils" ; \ + (cd $(HOST_SUBDIR)/shellutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + distclean) \ || exit 1 -@endif sid +@endif shellutils -.PHONY: maybe-install-html-sid install-html-sid -maybe-install-html-sid: -@if sid -maybe-install-html-sid: install-html-sid +.PHONY: maybe-maintainer-clean-shellutils maintainer-clean-shellutils +maybe-maintainer-clean-shellutils: +@if shellutils +maybe-maintainer-clean-shellutils: maintainer-clean-shellutils -install-html-sid: \ - configure-sid \ - html-sid +maintainer-clean-shellutils: @: $(MAKE); $(unstage) - @[ -f ./sid/Makefile ] || exit 0; \ + @[ -f ./shellutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in sid" ; \ - (cd $(HOST_SUBDIR)/sid && \ + echo "Doing maintainer-clean in shellutils" ; \ + (cd $(HOST_SUBDIR)/shellutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + maintainer-clean) \ || exit 1 +@endif shellutils + + + +.PHONY: configure-sid maybe-configure-sid +maybe-configure-sid: +@if gcc-bootstrap +configure-sid: stage_current +@endif gcc-bootstrap +@if sid +maybe-configure-sid: configure-sid +configure-sid: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/sid/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/sid ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/sid; \ + cd "$(HOST_SUBDIR)/sid" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/sid/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/sid"; \ + libsrcdir="$$s/sid"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 @endif sid -.PHONY: maybe-installcheck-sid installcheck-sid -maybe-installcheck-sid: + + + + +.PHONY: all-sid maybe-all-sid +maybe-all-sid: +@if gcc-bootstrap +all-sid: stage_current +@endif gcc-bootstrap @if sid -maybe-installcheck-sid: installcheck-sid - -installcheck-sid: \ - configure-sid +TARGET-sid=all +maybe-all-sid: all-sid +all-sid: configure-sid @: $(MAKE); $(unstage) - @[ -f ./sid/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in sid" ; \ (cd $(HOST_SUBDIR)/sid && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-sid)) +@endif sid + + -@endif sid -.PHONY: maybe-mostlyclean-sid mostlyclean-sid -maybe-mostlyclean-sid: +.PHONY: check-sid maybe-check-sid +maybe-check-sid: @if sid -maybe-mostlyclean-sid: mostlyclean-sid +maybe-check-sid: check-sid -mostlyclean-sid: +check-sid: @: $(MAKE); $(unstage) - @[ -f ./sid/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in sid" ; \ (cd $(HOST_SUBDIR)/sid && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif sid -.PHONY: maybe-clean-sid clean-sid -maybe-clean-sid: +.PHONY: install-sid maybe-install-sid +maybe-install-sid: @if sid -maybe-clean-sid: clean-sid +maybe-install-sid: install-sid -clean-sid: +install-sid: installdirs @: $(MAKE); $(unstage) - @[ -f ./sid/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in sid" ; \ (cd $(HOST_SUBDIR)/sid && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif sid -.PHONY: maybe-distclean-sid distclean-sid -maybe-distclean-sid: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-sid info-sid +maybe-info-sid: @if sid -maybe-distclean-sid: distclean-sid +maybe-info-sid: info-sid -distclean-sid: +info-sid: \ + configure-sid @: $(MAKE); $(unstage) @[ -f ./sid/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -33403,23 +30063,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in sid" ; \ + echo "Doing info in sid" ; \ (cd $(HOST_SUBDIR)/sid && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + info) \ || exit 1 @endif sid -.PHONY: maybe-maintainer-clean-sid maintainer-clean-sid -maybe-maintainer-clean-sid: +.PHONY: maybe-dvi-sid dvi-sid +maybe-dvi-sid: @if sid -maybe-maintainer-clean-sid: maintainer-clean-sid +maybe-dvi-sid: dvi-sid -maintainer-clean-sid: +dvi-sid: \ + configure-sid @: $(MAKE); $(unstage) @[ -f ./sid/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -33428,398 +30089,344 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in sid" ; \ + echo "Doing dvi in sid" ; \ (cd $(HOST_SUBDIR)/sid && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + dvi) \ || exit 1 @endif sid +.PHONY: maybe-html-sid html-sid +maybe-html-sid: +@if sid +maybe-html-sid: html-sid - -.PHONY: configure-sim maybe-configure-sim -maybe-configure-sim: -@if gcc-bootstrap -configure-sim: stage_current -@endif gcc-bootstrap -@if sim -maybe-configure-sim: configure-sim -configure-sim: +html-sid: \ + configure-sid @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./sid/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/sim/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/sim ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/sim; \ - cd "$(HOST_SUBDIR)/sim" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/sim/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/sim"; \ - libsrcdir="$$s/sim"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif sim - - - - - -.PHONY: all-sim maybe-all-sim -maybe-all-sim: -@if gcc-bootstrap -all-sim: stage_current -@endif gcc-bootstrap -@if sim -TARGET-sim=all -maybe-all-sim: all-sim -all-sim: configure-sim - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/sim && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-sim)) -@endif sim + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in sid" ; \ + (cd $(HOST_SUBDIR)/sid && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ + || exit 1 +@endif sid +.PHONY: maybe-TAGS-sid TAGS-sid +maybe-TAGS-sid: +@if sid +maybe-TAGS-sid: TAGS-sid - -.PHONY: check-sim maybe-check-sim -maybe-check-sim: -@if sim -maybe-check-sim: check-sim - -check-sim: +TAGS-sid: \ + configure-sid @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/sim && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif sim - -.PHONY: install-sim maybe-install-sim -maybe-install-sim: -@if sim -maybe-install-sim: install-sim - -install-sim: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/sim && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif sim - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-sim info-sim -maybe-info-sim: -@if sim -maybe-info-sim: info-sim - -info-sim: \ - configure-sim - @: $(MAKE); $(unstage) - @[ -f ./sim/Makefile ] || exit 0; \ + @[ -f ./sid/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in sim" ; \ - (cd $(HOST_SUBDIR)/sim && \ + echo "Doing TAGS in sid" ; \ + (cd $(HOST_SUBDIR)/sid && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + TAGS) \ || exit 1 -@endif sim +@endif sid -.PHONY: maybe-dvi-sim dvi-sim -maybe-dvi-sim: -@if sim -maybe-dvi-sim: dvi-sim +.PHONY: maybe-install-info-sid install-info-sid +maybe-install-info-sid: +@if sid +maybe-install-info-sid: install-info-sid -dvi-sim: \ - configure-sim +install-info-sid: \ + configure-sid \ + info-sid @: $(MAKE); $(unstage) - @[ -f ./sim/Makefile ] || exit 0; \ + @[ -f ./sid/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in sim" ; \ - (cd $(HOST_SUBDIR)/sim && \ + echo "Doing install-info in sid" ; \ + (cd $(HOST_SUBDIR)/sid && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + install-info) \ || exit 1 -@endif sim +@endif sid -.PHONY: maybe-pdf-sim pdf-sim -maybe-pdf-sim: -@if sim -maybe-pdf-sim: pdf-sim +.PHONY: maybe-install-html-sid install-html-sid +maybe-install-html-sid: +@if sid +maybe-install-html-sid: install-html-sid -pdf-sim: \ - configure-sim +install-html-sid: \ + configure-sid \ + html-sid @: $(MAKE); $(unstage) - @[ -f ./sim/Makefile ] || exit 0; \ + @[ -f ./sid/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in sim" ; \ - (cd $(HOST_SUBDIR)/sim && \ + echo "Doing install-html in sid" ; \ + (cd $(HOST_SUBDIR)/sid && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + install-html) \ || exit 1 -@endif sim +@endif sid -.PHONY: maybe-html-sim html-sim -maybe-html-sim: -@if sim -maybe-html-sim: html-sim +.PHONY: maybe-installcheck-sid installcheck-sid +maybe-installcheck-sid: +@if sid +maybe-installcheck-sid: installcheck-sid -html-sim: \ - configure-sim +installcheck-sid: \ + configure-sid @: $(MAKE); $(unstage) - @[ -f ./sim/Makefile ] || exit 0; \ + @[ -f ./sid/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in sim" ; \ - (cd $(HOST_SUBDIR)/sim && \ + echo "Doing installcheck in sid" ; \ + (cd $(HOST_SUBDIR)/sid && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + installcheck) \ || exit 1 -@endif sim +@endif sid -.PHONY: maybe-TAGS-sim TAGS-sim -maybe-TAGS-sim: -@if sim -maybe-TAGS-sim: TAGS-sim +.PHONY: maybe-mostlyclean-sid mostlyclean-sid +maybe-mostlyclean-sid: +@if sid +maybe-mostlyclean-sid: mostlyclean-sid -TAGS-sim: \ - configure-sim +mostlyclean-sid: @: $(MAKE); $(unstage) - @[ -f ./sim/Makefile ] || exit 0; \ + @[ -f ./sid/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in sim" ; \ - (cd $(HOST_SUBDIR)/sim && \ + echo "Doing mostlyclean in sid" ; \ + (cd $(HOST_SUBDIR)/sid && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + mostlyclean) \ || exit 1 -@endif sim +@endif sid -.PHONY: maybe-install-info-sim install-info-sim -maybe-install-info-sim: -@if sim -maybe-install-info-sim: install-info-sim +.PHONY: maybe-clean-sid clean-sid +maybe-clean-sid: +@if sid +maybe-clean-sid: clean-sid -install-info-sim: \ - configure-sim \ - info-sim +clean-sid: @: $(MAKE); $(unstage) - @[ -f ./sim/Makefile ] || exit 0; \ + @[ -f ./sid/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in sim" ; \ - (cd $(HOST_SUBDIR)/sim && \ + echo "Doing clean in sid" ; \ + (cd $(HOST_SUBDIR)/sid && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + clean) \ || exit 1 -@endif sim +@endif sid -.PHONY: maybe-install-pdf-sim install-pdf-sim -maybe-install-pdf-sim: -@if sim -maybe-install-pdf-sim: install-pdf-sim +.PHONY: maybe-distclean-sid distclean-sid +maybe-distclean-sid: +@if sid +maybe-distclean-sid: distclean-sid -install-pdf-sim: \ - configure-sim \ - pdf-sim +distclean-sid: @: $(MAKE); $(unstage) - @[ -f ./sim/Makefile ] || exit 0; \ + @[ -f ./sid/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in sim" ; \ - (cd $(HOST_SUBDIR)/sim && \ + echo "Doing distclean in sid" ; \ + (cd $(HOST_SUBDIR)/sid && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + distclean) \ || exit 1 -@endif sim +@endif sid -.PHONY: maybe-install-html-sim install-html-sim -maybe-install-html-sim: -@if sim -maybe-install-html-sim: install-html-sim +.PHONY: maybe-maintainer-clean-sid maintainer-clean-sid +maybe-maintainer-clean-sid: +@if sid +maybe-maintainer-clean-sid: maintainer-clean-sid -install-html-sim: \ - configure-sim \ - html-sim +maintainer-clean-sid: @: $(MAKE); $(unstage) - @[ -f ./sim/Makefile ] || exit 0; \ + @[ -f ./sid/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in sim" ; \ - (cd $(HOST_SUBDIR)/sim && \ + echo "Doing maintainer-clean in sid" ; \ + (cd $(HOST_SUBDIR)/sid && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + maintainer-clean) \ || exit 1 +@endif sid + + + +.PHONY: configure-sim maybe-configure-sim +maybe-configure-sim: +@if gcc-bootstrap +configure-sim: stage_current +@endif gcc-bootstrap +@if sim +maybe-configure-sim: configure-sim +configure-sim: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/sim/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/sim ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/sim; \ + cd "$(HOST_SUBDIR)/sim" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/sim/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/sim"; \ + libsrcdir="$$s/sim"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 @endif sim -.PHONY: maybe-installcheck-sim installcheck-sim -maybe-installcheck-sim: + + + + +.PHONY: all-sim maybe-all-sim +maybe-all-sim: +@if gcc-bootstrap +all-sim: stage_current +@endif gcc-bootstrap @if sim -maybe-installcheck-sim: installcheck-sim - -installcheck-sim: \ - configure-sim +TARGET-sim=all +maybe-all-sim: all-sim +all-sim: configure-sim @: $(MAKE); $(unstage) - @[ -f ./sim/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in sim" ; \ (cd $(HOST_SUBDIR)/sim && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-sim)) +@endif sim + + -@endif sim -.PHONY: maybe-mostlyclean-sim mostlyclean-sim -maybe-mostlyclean-sim: +.PHONY: check-sim maybe-check-sim +maybe-check-sim: @if sim -maybe-mostlyclean-sim: mostlyclean-sim +maybe-check-sim: check-sim -mostlyclean-sim: +check-sim: @: $(MAKE); $(unstage) - @[ -f ./sim/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in sim" ; \ (cd $(HOST_SUBDIR)/sim && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif sim -.PHONY: maybe-clean-sim clean-sim -maybe-clean-sim: +.PHONY: install-sim maybe-install-sim +maybe-install-sim: @if sim -maybe-clean-sim: clean-sim +maybe-install-sim: install-sim -clean-sim: +install-sim: installdirs @: $(MAKE); $(unstage) - @[ -f ./sim/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in sim" ; \ (cd $(HOST_SUBDIR)/sim && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif sim -.PHONY: maybe-distclean-sim distclean-sim -maybe-distclean-sim: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-sim info-sim +maybe-info-sim: @if sim -maybe-distclean-sim: distclean-sim +maybe-info-sim: info-sim -distclean-sim: +info-sim: \ + configure-sim @: $(MAKE); $(unstage) @[ -f ./sim/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -33828,23 +30435,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in sim" ; \ + echo "Doing info in sim" ; \ (cd $(HOST_SUBDIR)/sim && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + info) \ || exit 1 @endif sim -.PHONY: maybe-maintainer-clean-sim maintainer-clean-sim -maybe-maintainer-clean-sim: +.PHONY: maybe-dvi-sim dvi-sim +maybe-dvi-sim: @if sim -maybe-maintainer-clean-sim: maintainer-clean-sim +maybe-dvi-sim: dvi-sim -maintainer-clean-sim: +dvi-sim: \ + configure-sim @: $(MAKE); $(unstage) @[ -f ./sim/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -33853,398 +30461,344 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in sim" ; \ + echo "Doing dvi in sim" ; \ (cd $(HOST_SUBDIR)/sim && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ - || exit 1 - -@endif sim - - - -.PHONY: configure-tar maybe-configure-tar -maybe-configure-tar: -@if gcc-bootstrap -configure-tar: stage_current -@endif gcc-bootstrap -@if tar -maybe-configure-tar: configure-tar -configure-tar: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/tar/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/tar ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/tar; \ - cd "$(HOST_SUBDIR)/tar" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/tar/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/tar"; \ - libsrcdir="$$s/tar"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + dvi) \ || exit 1 -@endif tar +@endif sim +.PHONY: maybe-html-sim html-sim +maybe-html-sim: +@if sim +maybe-html-sim: html-sim - - -.PHONY: all-tar maybe-all-tar -maybe-all-tar: -@if gcc-bootstrap -all-tar: stage_current -@endif gcc-bootstrap -@if tar -TARGET-tar=all -maybe-all-tar: all-tar -all-tar: configure-tar +html-sim: \ + configure-sim @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./sim/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/tar && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-tar)) -@endif tar + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in sim" ; \ + (cd $(HOST_SUBDIR)/sim && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ + || exit 1 +@endif sim +.PHONY: maybe-TAGS-sim TAGS-sim +maybe-TAGS-sim: +@if sim +maybe-TAGS-sim: TAGS-sim - -.PHONY: check-tar maybe-check-tar -maybe-check-tar: -@if tar -maybe-check-tar: check-tar - -check-tar: +TAGS-sim: \ + configure-sim @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./sim/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/tar && \ - $(MAKE) $(FLAGS_TO_PASS) check) + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in sim" ; \ + (cd $(HOST_SUBDIR)/sim && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ + || exit 1 -@endif tar +@endif sim -.PHONY: install-tar maybe-install-tar -maybe-install-tar: -@if tar -maybe-install-tar: install-tar +.PHONY: maybe-install-info-sim install-info-sim +maybe-install-info-sim: +@if sim +maybe-install-info-sim: install-info-sim -install-tar: installdirs +install-info-sim: \ + configure-sim \ + info-sim @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/tar && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif tar - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-tar info-tar -maybe-info-tar: -@if tar -maybe-info-tar: info-tar - -info-tar: \ - configure-tar - @: $(MAKE); $(unstage) - @[ -f ./tar/Makefile ] || exit 0; \ + @[ -f ./sim/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in tar" ; \ - (cd $(HOST_SUBDIR)/tar && \ + echo "Doing install-info in sim" ; \ + (cd $(HOST_SUBDIR)/sim && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + install-info) \ || exit 1 -@endif tar +@endif sim -.PHONY: maybe-dvi-tar dvi-tar -maybe-dvi-tar: -@if tar -maybe-dvi-tar: dvi-tar +.PHONY: maybe-install-html-sim install-html-sim +maybe-install-html-sim: +@if sim +maybe-install-html-sim: install-html-sim -dvi-tar: \ - configure-tar +install-html-sim: \ + configure-sim \ + html-sim @: $(MAKE); $(unstage) - @[ -f ./tar/Makefile ] || exit 0; \ + @[ -f ./sim/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in tar" ; \ - (cd $(HOST_SUBDIR)/tar && \ + echo "Doing install-html in sim" ; \ + (cd $(HOST_SUBDIR)/sim && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + install-html) \ || exit 1 -@endif tar +@endif sim -.PHONY: maybe-pdf-tar pdf-tar -maybe-pdf-tar: -@if tar -maybe-pdf-tar: pdf-tar +.PHONY: maybe-installcheck-sim installcheck-sim +maybe-installcheck-sim: +@if sim +maybe-installcheck-sim: installcheck-sim -pdf-tar: \ - configure-tar +installcheck-sim: \ + configure-sim @: $(MAKE); $(unstage) - @[ -f ./tar/Makefile ] || exit 0; \ + @[ -f ./sim/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in tar" ; \ - (cd $(HOST_SUBDIR)/tar && \ + echo "Doing installcheck in sim" ; \ + (cd $(HOST_SUBDIR)/sim && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + installcheck) \ || exit 1 -@endif tar +@endif sim -.PHONY: maybe-html-tar html-tar -maybe-html-tar: -@if tar -maybe-html-tar: html-tar +.PHONY: maybe-mostlyclean-sim mostlyclean-sim +maybe-mostlyclean-sim: +@if sim +maybe-mostlyclean-sim: mostlyclean-sim -html-tar: \ - configure-tar +mostlyclean-sim: @: $(MAKE); $(unstage) - @[ -f ./tar/Makefile ] || exit 0; \ + @[ -f ./sim/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in tar" ; \ - (cd $(HOST_SUBDIR)/tar && \ + echo "Doing mostlyclean in sim" ; \ + (cd $(HOST_SUBDIR)/sim && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + mostlyclean) \ || exit 1 -@endif tar +@endif sim -.PHONY: maybe-TAGS-tar TAGS-tar -maybe-TAGS-tar: -@if tar -maybe-TAGS-tar: TAGS-tar +.PHONY: maybe-clean-sim clean-sim +maybe-clean-sim: +@if sim +maybe-clean-sim: clean-sim -TAGS-tar: \ - configure-tar +clean-sim: @: $(MAKE); $(unstage) - @[ -f ./tar/Makefile ] || exit 0; \ + @[ -f ./sim/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in tar" ; \ - (cd $(HOST_SUBDIR)/tar && \ + echo "Doing clean in sim" ; \ + (cd $(HOST_SUBDIR)/sim && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + clean) \ || exit 1 -@endif tar +@endif sim -.PHONY: maybe-install-info-tar install-info-tar -maybe-install-info-tar: -@if tar -maybe-install-info-tar: install-info-tar +.PHONY: maybe-distclean-sim distclean-sim +maybe-distclean-sim: +@if sim +maybe-distclean-sim: distclean-sim -install-info-tar: \ - configure-tar \ - info-tar +distclean-sim: @: $(MAKE); $(unstage) - @[ -f ./tar/Makefile ] || exit 0; \ + @[ -f ./sim/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in tar" ; \ - (cd $(HOST_SUBDIR)/tar && \ + echo "Doing distclean in sim" ; \ + (cd $(HOST_SUBDIR)/sim && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + distclean) \ || exit 1 -@endif tar +@endif sim -.PHONY: maybe-install-pdf-tar install-pdf-tar -maybe-install-pdf-tar: -@if tar -maybe-install-pdf-tar: install-pdf-tar +.PHONY: maybe-maintainer-clean-sim maintainer-clean-sim +maybe-maintainer-clean-sim: +@if sim +maybe-maintainer-clean-sim: maintainer-clean-sim -install-pdf-tar: \ - configure-tar \ - pdf-tar +maintainer-clean-sim: @: $(MAKE); $(unstage) - @[ -f ./tar/Makefile ] || exit 0; \ + @[ -f ./sim/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in tar" ; \ - (cd $(HOST_SUBDIR)/tar && \ + echo "Doing maintainer-clean in sim" ; \ + (cd $(HOST_SUBDIR)/sim && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + maintainer-clean) \ || exit 1 -@endif tar +@endif sim + + -.PHONY: maybe-install-html-tar install-html-tar -maybe-install-html-tar: +.PHONY: configure-tar maybe-configure-tar +maybe-configure-tar: +@if gcc-bootstrap +configure-tar: stage_current +@endif gcc-bootstrap @if tar -maybe-install-html-tar: install-html-tar - -install-html-tar: \ - configure-tar \ - html-tar +maybe-configure-tar: configure-tar +configure-tar: @: $(MAKE); $(unstage) - @[ -f ./tar/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/tar/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/tar ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in tar" ; \ - (cd $(HOST_SUBDIR)/tar && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + echo Configuring in $(HOST_SUBDIR)/tar; \ + cd "$(HOST_SUBDIR)/tar" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/tar/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/tar"; \ + libsrcdir="$$s/tar"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif tar -@endif tar + + + -.PHONY: maybe-installcheck-tar installcheck-tar -maybe-installcheck-tar: +.PHONY: all-tar maybe-all-tar +maybe-all-tar: +@if gcc-bootstrap +all-tar: stage_current +@endif gcc-bootstrap @if tar -maybe-installcheck-tar: installcheck-tar - -installcheck-tar: \ - configure-tar +TARGET-tar=all +maybe-all-tar: all-tar +all-tar: configure-tar @: $(MAKE); $(unstage) - @[ -f ./tar/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in tar" ; \ (cd $(HOST_SUBDIR)/tar && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-tar)) +@endif tar + + -@endif tar -.PHONY: maybe-mostlyclean-tar mostlyclean-tar -maybe-mostlyclean-tar: +.PHONY: check-tar maybe-check-tar +maybe-check-tar: @if tar -maybe-mostlyclean-tar: mostlyclean-tar +maybe-check-tar: check-tar -mostlyclean-tar: +check-tar: @: $(MAKE); $(unstage) - @[ -f ./tar/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in tar" ; \ (cd $(HOST_SUBDIR)/tar && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif tar -.PHONY: maybe-clean-tar clean-tar -maybe-clean-tar: +.PHONY: install-tar maybe-install-tar +maybe-install-tar: @if tar -maybe-clean-tar: clean-tar +maybe-install-tar: install-tar -clean-tar: +install-tar: installdirs @: $(MAKE); $(unstage) - @[ -f ./tar/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in tar" ; \ (cd $(HOST_SUBDIR)/tar && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif tar -.PHONY: maybe-distclean-tar distclean-tar -maybe-distclean-tar: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-tar info-tar +maybe-info-tar: @if tar -maybe-distclean-tar: distclean-tar +maybe-info-tar: info-tar -distclean-tar: +info-tar: \ + configure-tar @: $(MAKE); $(unstage) @[ -f ./tar/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -34253,23 +30807,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in tar" ; \ + echo "Doing info in tar" ; \ (cd $(HOST_SUBDIR)/tar && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + info) \ || exit 1 @endif tar -.PHONY: maybe-maintainer-clean-tar maintainer-clean-tar -maybe-maintainer-clean-tar: -@if tar -maybe-maintainer-clean-tar: maintainer-clean-tar +.PHONY: maybe-dvi-tar dvi-tar +maybe-dvi-tar: +@if tar +maybe-dvi-tar: dvi-tar -maintainer-clean-tar: +dvi-tar: \ + configure-tar @: $(MAKE); $(unstage) @[ -f ./tar/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -34278,367 +30833,338 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in tar" ; \ + echo "Doing dvi in tar" ; \ (cd $(HOST_SUBDIR)/tar && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + dvi) \ || exit 1 @endif tar +.PHONY: maybe-html-tar html-tar +maybe-html-tar: +@if tar +maybe-html-tar: html-tar - -.PHONY: configure-texinfo maybe-configure-texinfo -maybe-configure-texinfo: -@if gcc-bootstrap -configure-texinfo: stage_current -@endif gcc-bootstrap -@if texinfo -maybe-configure-texinfo: configure-texinfo -configure-texinfo: +html-tar: \ + configure-tar @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./tar/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/texinfo/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/texinfo ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/texinfo; \ - cd "$(HOST_SUBDIR)/texinfo" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/texinfo/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/texinfo"; \ - libsrcdir="$$s/texinfo"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in tar" ; \ + (cd $(HOST_SUBDIR)/tar && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ || exit 1 -@endif texinfo +@endif tar +.PHONY: maybe-TAGS-tar TAGS-tar +maybe-TAGS-tar: +@if tar +maybe-TAGS-tar: TAGS-tar - - -.PHONY: all-texinfo maybe-all-texinfo -maybe-all-texinfo: -@if gcc-bootstrap -all-texinfo: stage_current -@endif gcc-bootstrap -@if texinfo -TARGET-texinfo=all -maybe-all-texinfo: all-texinfo -all-texinfo: configure-texinfo +TAGS-tar: \ + configure-tar @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./tar/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/texinfo && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-texinfo)) -@endif texinfo + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in tar" ; \ + (cd $(HOST_SUBDIR)/tar && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ + || exit 1 +@endif tar +.PHONY: maybe-install-info-tar install-info-tar +maybe-install-info-tar: +@if tar +maybe-install-info-tar: install-info-tar - -.PHONY: check-texinfo maybe-check-texinfo -maybe-check-texinfo: -@if texinfo -maybe-check-texinfo: check-texinfo - -check-texinfo: +install-info-tar: \ + configure-tar \ + info-tar @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/texinfo && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif texinfo - -.PHONY: install-texinfo maybe-install-texinfo -maybe-install-texinfo: -@if texinfo -maybe-install-texinfo: install-texinfo - -install-texinfo: - -@endif texinfo - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-texinfo info-texinfo -maybe-info-texinfo: -@if texinfo -maybe-info-texinfo: info-texinfo - -info-texinfo: \ - configure-texinfo - @: $(MAKE); $(unstage) - @[ -f ./texinfo/Makefile ] || exit 0; \ + @[ -f ./tar/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in texinfo" ; \ - (cd $(HOST_SUBDIR)/texinfo && \ + echo "Doing install-info in tar" ; \ + (cd $(HOST_SUBDIR)/tar && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + install-info) \ || exit 1 -@endif texinfo +@endif tar -.PHONY: maybe-dvi-texinfo dvi-texinfo -maybe-dvi-texinfo: -@if texinfo -maybe-dvi-texinfo: dvi-texinfo +.PHONY: maybe-install-html-tar install-html-tar +maybe-install-html-tar: +@if tar +maybe-install-html-tar: install-html-tar -dvi-texinfo: \ - configure-texinfo +install-html-tar: \ + configure-tar \ + html-tar @: $(MAKE); $(unstage) - @[ -f ./texinfo/Makefile ] || exit 0; \ + @[ -f ./tar/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in texinfo" ; \ - (cd $(HOST_SUBDIR)/texinfo && \ + echo "Doing install-html in tar" ; \ + (cd $(HOST_SUBDIR)/tar && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + install-html) \ || exit 1 -@endif texinfo +@endif tar -.PHONY: maybe-pdf-texinfo pdf-texinfo -maybe-pdf-texinfo: -@if texinfo -maybe-pdf-texinfo: pdf-texinfo +.PHONY: maybe-installcheck-tar installcheck-tar +maybe-installcheck-tar: +@if tar +maybe-installcheck-tar: installcheck-tar -pdf-texinfo: \ - configure-texinfo +installcheck-tar: \ + configure-tar @: $(MAKE); $(unstage) - @[ -f ./texinfo/Makefile ] || exit 0; \ + @[ -f ./tar/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in texinfo" ; \ - (cd $(HOST_SUBDIR)/texinfo && \ + echo "Doing installcheck in tar" ; \ + (cd $(HOST_SUBDIR)/tar && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + installcheck) \ || exit 1 -@endif texinfo +@endif tar -.PHONY: maybe-html-texinfo html-texinfo -maybe-html-texinfo: -@if texinfo -maybe-html-texinfo: html-texinfo +.PHONY: maybe-mostlyclean-tar mostlyclean-tar +maybe-mostlyclean-tar: +@if tar +maybe-mostlyclean-tar: mostlyclean-tar -html-texinfo: \ - configure-texinfo +mostlyclean-tar: @: $(MAKE); $(unstage) - @[ -f ./texinfo/Makefile ] || exit 0; \ + @[ -f ./tar/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in texinfo" ; \ - (cd $(HOST_SUBDIR)/texinfo && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 + echo "Doing mostlyclean in tar" ; \ + (cd $(HOST_SUBDIR)/tar && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + mostlyclean) \ + || exit 1 -@endif texinfo +@endif tar -.PHONY: maybe-TAGS-texinfo TAGS-texinfo -maybe-TAGS-texinfo: -@if texinfo -maybe-TAGS-texinfo: TAGS-texinfo +.PHONY: maybe-clean-tar clean-tar +maybe-clean-tar: +@if tar +maybe-clean-tar: clean-tar -TAGS-texinfo: \ - configure-texinfo +clean-tar: @: $(MAKE); $(unstage) - @[ -f ./texinfo/Makefile ] || exit 0; \ + @[ -f ./tar/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in texinfo" ; \ - (cd $(HOST_SUBDIR)/texinfo && \ + echo "Doing clean in tar" ; \ + (cd $(HOST_SUBDIR)/tar && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + clean) \ || exit 1 -@endif texinfo +@endif tar -.PHONY: maybe-install-info-texinfo install-info-texinfo -maybe-install-info-texinfo: -@if texinfo -maybe-install-info-texinfo: install-info-texinfo +.PHONY: maybe-distclean-tar distclean-tar +maybe-distclean-tar: +@if tar +maybe-distclean-tar: distclean-tar -install-info-texinfo: \ - configure-texinfo \ - info-texinfo +distclean-tar: @: $(MAKE); $(unstage) - @[ -f ./texinfo/Makefile ] || exit 0; \ + @[ -f ./tar/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in texinfo" ; \ - (cd $(HOST_SUBDIR)/texinfo && \ + echo "Doing distclean in tar" ; \ + (cd $(HOST_SUBDIR)/tar && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + distclean) \ || exit 1 -@endif texinfo +@endif tar -.PHONY: maybe-install-pdf-texinfo install-pdf-texinfo -maybe-install-pdf-texinfo: -@if texinfo -maybe-install-pdf-texinfo: install-pdf-texinfo +.PHONY: maybe-maintainer-clean-tar maintainer-clean-tar +maybe-maintainer-clean-tar: +@if tar +maybe-maintainer-clean-tar: maintainer-clean-tar -install-pdf-texinfo: \ - configure-texinfo \ - pdf-texinfo +maintainer-clean-tar: @: $(MAKE); $(unstage) - @[ -f ./texinfo/Makefile ] || exit 0; \ + @[ -f ./tar/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in texinfo" ; \ - (cd $(HOST_SUBDIR)/texinfo && \ + echo "Doing maintainer-clean in tar" ; \ + (cd $(HOST_SUBDIR)/tar && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + maintainer-clean) \ || exit 1 -@endif texinfo +@endif tar + + -.PHONY: maybe-install-html-texinfo install-html-texinfo -maybe-install-html-texinfo: +.PHONY: configure-texinfo maybe-configure-texinfo +maybe-configure-texinfo: +@if gcc-bootstrap +configure-texinfo: stage_current +@endif gcc-bootstrap @if texinfo -maybe-install-html-texinfo: install-html-texinfo - -install-html-texinfo: \ - configure-texinfo \ - html-texinfo +maybe-configure-texinfo: configure-texinfo +configure-texinfo: @: $(MAKE); $(unstage) - @[ -f ./texinfo/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/texinfo/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/texinfo ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in texinfo" ; \ - (cd $(HOST_SUBDIR)/texinfo && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + echo Configuring in $(HOST_SUBDIR)/texinfo; \ + cd "$(HOST_SUBDIR)/texinfo" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/texinfo/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/texinfo"; \ + libsrcdir="$$s/texinfo"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif texinfo + + -@endif texinfo + -.PHONY: maybe-installcheck-texinfo installcheck-texinfo -maybe-installcheck-texinfo: +.PHONY: all-texinfo maybe-all-texinfo +maybe-all-texinfo: +@if gcc-bootstrap +all-texinfo: stage_current +@endif gcc-bootstrap @if texinfo -maybe-installcheck-texinfo: installcheck-texinfo - -installcheck-texinfo: \ - configure-texinfo +TARGET-texinfo=all +maybe-all-texinfo: all-texinfo +all-texinfo: configure-texinfo @: $(MAKE); $(unstage) - @[ -f ./texinfo/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in texinfo" ; \ (cd $(HOST_SUBDIR)/texinfo && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-texinfo)) +@endif texinfo + + -@endif texinfo -.PHONY: maybe-mostlyclean-texinfo mostlyclean-texinfo -maybe-mostlyclean-texinfo: +.PHONY: check-texinfo maybe-check-texinfo +maybe-check-texinfo: @if texinfo -maybe-mostlyclean-texinfo: mostlyclean-texinfo +maybe-check-texinfo: check-texinfo -mostlyclean-texinfo: +check-texinfo: @: $(MAKE); $(unstage) - @[ -f ./texinfo/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in texinfo" ; \ (cd $(HOST_SUBDIR)/texinfo && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) + +@endif texinfo + +.PHONY: install-texinfo maybe-install-texinfo +maybe-install-texinfo: +@if texinfo +maybe-install-texinfo: install-texinfo + +install-texinfo: @endif texinfo -.PHONY: maybe-clean-texinfo clean-texinfo -maybe-clean-texinfo: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-texinfo info-texinfo +maybe-info-texinfo: @if texinfo -maybe-clean-texinfo: clean-texinfo +maybe-info-texinfo: info-texinfo -clean-texinfo: +info-texinfo: \ + configure-texinfo @: $(MAKE); $(unstage) @[ -f ./texinfo/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -34647,23 +31173,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in texinfo" ; \ + echo "Doing info in texinfo" ; \ (cd $(HOST_SUBDIR)/texinfo && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 - -@endif texinfo - -.PHONY: maybe-distclean-texinfo distclean-texinfo -maybe-distclean-texinfo: + info) \ + || exit 1 + +@endif texinfo + +.PHONY: maybe-dvi-texinfo dvi-texinfo +maybe-dvi-texinfo: @if texinfo -maybe-distclean-texinfo: distclean-texinfo +maybe-dvi-texinfo: dvi-texinfo -distclean-texinfo: +dvi-texinfo: \ + configure-texinfo @: $(MAKE); $(unstage) @[ -f ./texinfo/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -34672,23 +31199,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in texinfo" ; \ + echo "Doing dvi in texinfo" ; \ (cd $(HOST_SUBDIR)/texinfo && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + dvi) \ || exit 1 @endif texinfo -.PHONY: maybe-maintainer-clean-texinfo maintainer-clean-texinfo -maybe-maintainer-clean-texinfo: +.PHONY: maybe-html-texinfo html-texinfo +maybe-html-texinfo: @if texinfo -maybe-maintainer-clean-texinfo: maintainer-clean-texinfo +maybe-html-texinfo: html-texinfo -maintainer-clean-texinfo: +html-texinfo: \ + configure-texinfo @: $(MAKE); $(unstage) @[ -f ./texinfo/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -34697,373 +31225,318 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in texinfo" ; \ + echo "Doing html in texinfo" ; \ (cd $(HOST_SUBDIR)/texinfo && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + html) \ || exit 1 @endif texinfo +.PHONY: maybe-TAGS-texinfo TAGS-texinfo +maybe-TAGS-texinfo: +@if texinfo +maybe-TAGS-texinfo: TAGS-texinfo - -.PHONY: configure-textutils maybe-configure-textutils -maybe-configure-textutils: -@if gcc-bootstrap -configure-textutils: stage_current -@endif gcc-bootstrap -@if textutils -maybe-configure-textutils: configure-textutils -configure-textutils: +TAGS-texinfo: \ + configure-texinfo @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./texinfo/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/textutils/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/textutils ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/textutils; \ - cd "$(HOST_SUBDIR)/textutils" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/textutils/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/textutils"; \ - libsrcdir="$$s/textutils"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in texinfo" ; \ + (cd $(HOST_SUBDIR)/texinfo && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ || exit 1 -@endif textutils +@endif texinfo +.PHONY: maybe-install-info-texinfo install-info-texinfo +maybe-install-info-texinfo: +@if texinfo +maybe-install-info-texinfo: install-info-texinfo - - -.PHONY: all-textutils maybe-all-textutils -maybe-all-textutils: -@if gcc-bootstrap -all-textutils: stage_current -@endif gcc-bootstrap -@if textutils -TARGET-textutils=all -maybe-all-textutils: all-textutils -all-textutils: configure-textutils +install-info-texinfo: \ + configure-texinfo \ + info-texinfo @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./texinfo/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/textutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-textutils)) -@endif textutils + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in texinfo" ; \ + (cd $(HOST_SUBDIR)/texinfo && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 +@endif texinfo +.PHONY: maybe-install-html-texinfo install-html-texinfo +maybe-install-html-texinfo: +@if texinfo +maybe-install-html-texinfo: install-html-texinfo - -.PHONY: check-textutils maybe-check-textutils -maybe-check-textutils: -@if textutils -maybe-check-textutils: check-textutils - -check-textutils: +install-html-texinfo: \ + configure-texinfo \ + html-texinfo @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/textutils && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif textutils - -.PHONY: install-textutils maybe-install-textutils -maybe-install-textutils: -@if textutils -maybe-install-textutils: install-textutils - -install-textutils: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/textutils && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif textutils - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-textutils info-textutils -maybe-info-textutils: -@if textutils -maybe-info-textutils: info-textutils - -info-textutils: \ - configure-textutils - @: $(MAKE); $(unstage) - @[ -f ./textutils/Makefile ] || exit 0; \ + @[ -f ./texinfo/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in textutils" ; \ - (cd $(HOST_SUBDIR)/textutils && \ + echo "Doing install-html in texinfo" ; \ + (cd $(HOST_SUBDIR)/texinfo && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + install-html) \ || exit 1 -@endif textutils +@endif texinfo -.PHONY: maybe-dvi-textutils dvi-textutils -maybe-dvi-textutils: -@if textutils -maybe-dvi-textutils: dvi-textutils +.PHONY: maybe-installcheck-texinfo installcheck-texinfo +maybe-installcheck-texinfo: +@if texinfo +maybe-installcheck-texinfo: installcheck-texinfo -dvi-textutils: \ - configure-textutils +installcheck-texinfo: \ + configure-texinfo @: $(MAKE); $(unstage) - @[ -f ./textutils/Makefile ] || exit 0; \ + @[ -f ./texinfo/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in textutils" ; \ - (cd $(HOST_SUBDIR)/textutils && \ + echo "Doing installcheck in texinfo" ; \ + (cd $(HOST_SUBDIR)/texinfo && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + installcheck) \ || exit 1 -@endif textutils +@endif texinfo -.PHONY: maybe-pdf-textutils pdf-textutils -maybe-pdf-textutils: -@if textutils -maybe-pdf-textutils: pdf-textutils +.PHONY: maybe-mostlyclean-texinfo mostlyclean-texinfo +maybe-mostlyclean-texinfo: +@if texinfo +maybe-mostlyclean-texinfo: mostlyclean-texinfo -pdf-textutils: \ - configure-textutils - @: $(MAKE); $(unstage) - @[ -f ./textutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ +mostlyclean-texinfo: + @: $(MAKE); $(unstage) + @[ -f ./texinfo/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in textutils" ; \ - (cd $(HOST_SUBDIR)/textutils && \ + echo "Doing mostlyclean in texinfo" ; \ + (cd $(HOST_SUBDIR)/texinfo && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + mostlyclean) \ || exit 1 -@endif textutils +@endif texinfo -.PHONY: maybe-html-textutils html-textutils -maybe-html-textutils: -@if textutils -maybe-html-textutils: html-textutils +.PHONY: maybe-clean-texinfo clean-texinfo +maybe-clean-texinfo: +@if texinfo +maybe-clean-texinfo: clean-texinfo -html-textutils: \ - configure-textutils +clean-texinfo: @: $(MAKE); $(unstage) - @[ -f ./textutils/Makefile ] || exit 0; \ + @[ -f ./texinfo/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in textutils" ; \ - (cd $(HOST_SUBDIR)/textutils && \ + echo "Doing clean in texinfo" ; \ + (cd $(HOST_SUBDIR)/texinfo && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + clean) \ || exit 1 -@endif textutils +@endif texinfo -.PHONY: maybe-TAGS-textutils TAGS-textutils -maybe-TAGS-textutils: -@if textutils -maybe-TAGS-textutils: TAGS-textutils +.PHONY: maybe-distclean-texinfo distclean-texinfo +maybe-distclean-texinfo: +@if texinfo +maybe-distclean-texinfo: distclean-texinfo -TAGS-textutils: \ - configure-textutils +distclean-texinfo: @: $(MAKE); $(unstage) - @[ -f ./textutils/Makefile ] || exit 0; \ + @[ -f ./texinfo/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in textutils" ; \ - (cd $(HOST_SUBDIR)/textutils && \ + echo "Doing distclean in texinfo" ; \ + (cd $(HOST_SUBDIR)/texinfo && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + distclean) \ || exit 1 -@endif textutils +@endif texinfo -.PHONY: maybe-install-info-textutils install-info-textutils -maybe-install-info-textutils: -@if textutils -maybe-install-info-textutils: install-info-textutils +.PHONY: maybe-maintainer-clean-texinfo maintainer-clean-texinfo +maybe-maintainer-clean-texinfo: +@if texinfo +maybe-maintainer-clean-texinfo: maintainer-clean-texinfo -install-info-textutils: \ - configure-textutils \ - info-textutils +maintainer-clean-texinfo: @: $(MAKE); $(unstage) - @[ -f ./textutils/Makefile ] || exit 0; \ + @[ -f ./texinfo/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in textutils" ; \ - (cd $(HOST_SUBDIR)/textutils && \ + echo "Doing maintainer-clean in texinfo" ; \ + (cd $(HOST_SUBDIR)/texinfo && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + maintainer-clean) \ || exit 1 -@endif textutils +@endif texinfo + + -.PHONY: maybe-install-pdf-textutils install-pdf-textutils -maybe-install-pdf-textutils: +.PHONY: configure-textutils maybe-configure-textutils +maybe-configure-textutils: +@if gcc-bootstrap +configure-textutils: stage_current +@endif gcc-bootstrap @if textutils -maybe-install-pdf-textutils: install-pdf-textutils - -install-pdf-textutils: \ - configure-textutils \ - pdf-textutils +maybe-configure-textutils: configure-textutils +configure-textutils: @: $(MAKE); $(unstage) - @[ -f ./textutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/textutils/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/textutils ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in textutils" ; \ - (cd $(HOST_SUBDIR)/textutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + echo Configuring in $(HOST_SUBDIR)/textutils; \ + cd "$(HOST_SUBDIR)/textutils" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/textutils/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/textutils"; \ + libsrcdir="$$s/textutils"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif textutils + -@endif textutils + + -.PHONY: maybe-install-html-textutils install-html-textutils -maybe-install-html-textutils: +.PHONY: all-textutils maybe-all-textutils +maybe-all-textutils: +@if gcc-bootstrap +all-textutils: stage_current +@endif gcc-bootstrap @if textutils -maybe-install-html-textutils: install-html-textutils - -install-html-textutils: \ - configure-textutils \ - html-textutils +TARGET-textutils=all +maybe-all-textutils: all-textutils +all-textutils: configure-textutils @: $(MAKE); $(unstage) - @[ -f ./textutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in textutils" ; \ (cd $(HOST_SUBDIR)/textutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-textutils)) +@endif textutils + + -@endif textutils -.PHONY: maybe-installcheck-textutils installcheck-textutils -maybe-installcheck-textutils: +.PHONY: check-textutils maybe-check-textutils +maybe-check-textutils: @if textutils -maybe-installcheck-textutils: installcheck-textutils +maybe-check-textutils: check-textutils -installcheck-textutils: \ - configure-textutils +check-textutils: @: $(MAKE); $(unstage) - @[ -f ./textutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in textutils" ; \ (cd $(HOST_SUBDIR)/textutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) check) @endif textutils -.PHONY: maybe-mostlyclean-textutils mostlyclean-textutils -maybe-mostlyclean-textutils: +.PHONY: install-textutils maybe-install-textutils +maybe-install-textutils: @if textutils -maybe-mostlyclean-textutils: mostlyclean-textutils +maybe-install-textutils: install-textutils -mostlyclean-textutils: +install-textutils: installdirs @: $(MAKE); $(unstage) - @[ -f ./textutils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in textutils" ; \ (cd $(HOST_SUBDIR)/textutils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) + +@endif textutils + +# Other targets (info, dvi, pdf, etc.) -@endif textutils - -.PHONY: maybe-clean-textutils clean-textutils -maybe-clean-textutils: +.PHONY: maybe-info-textutils info-textutils +maybe-info-textutils: @if textutils -maybe-clean-textutils: clean-textutils +maybe-info-textutils: info-textutils -clean-textutils: +info-textutils: \ + configure-textutils @: $(MAKE); $(unstage) @[ -f ./textutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -35072,23 +31545,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in textutils" ; \ + echo "Doing info in textutils" ; \ (cd $(HOST_SUBDIR)/textutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + info) \ || exit 1 @endif textutils -.PHONY: maybe-distclean-textutils distclean-textutils -maybe-distclean-textutils: +.PHONY: maybe-dvi-textutils dvi-textutils +maybe-dvi-textutils: @if textutils -maybe-distclean-textutils: distclean-textutils +maybe-dvi-textutils: dvi-textutils -distclean-textutils: +dvi-textutils: \ + configure-textutils @: $(MAKE); $(unstage) @[ -f ./textutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -35097,23 +31571,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in textutils" ; \ + echo "Doing dvi in textutils" ; \ (cd $(HOST_SUBDIR)/textutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + dvi) \ || exit 1 @endif textutils -.PHONY: maybe-maintainer-clean-textutils maintainer-clean-textutils -maybe-maintainer-clean-textutils: +.PHONY: maybe-html-textutils html-textutils +maybe-html-textutils: @if textutils -maybe-maintainer-clean-textutils: maintainer-clean-textutils +maybe-html-textutils: html-textutils -maintainer-clean-textutils: +html-textutils: \ + configure-textutils @: $(MAKE); $(unstage) @[ -f ./textutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -35122,348 +31597,318 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in textutils" ; \ + echo "Doing html in textutils" ; \ (cd $(HOST_SUBDIR)/textutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + html) \ || exit 1 @endif textutils +.PHONY: maybe-TAGS-textutils TAGS-textutils +maybe-TAGS-textutils: +@if textutils +maybe-TAGS-textutils: TAGS-textutils - -.PHONY: configure-time maybe-configure-time -maybe-configure-time: -@if gcc-bootstrap -configure-time: stage_current -@endif gcc-bootstrap -@if time -maybe-configure-time: configure-time -configure-time: +TAGS-textutils: \ + configure-textutils @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/time/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/time ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/time; \ - cd "$(HOST_SUBDIR)/time" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/time/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/time"; \ - libsrcdir="$$s/time"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif time - - - - - -.PHONY: all-time maybe-all-time -maybe-all-time: -@if gcc-bootstrap -all-time: stage_current -@endif gcc-bootstrap -@if time -TARGET-time=all -maybe-all-time: all-time -all-time: configure-time - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/time && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-time)) -@endif time - - - - -.PHONY: check-time maybe-check-time -maybe-check-time: -@if time -maybe-check-time: check-time - -check-time: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/time && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif time - -.PHONY: install-time maybe-install-time -maybe-install-time: -@if time -maybe-install-time: install-time - -install-time: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/time && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif time - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-time info-time -maybe-info-time: -@if time -maybe-info-time: info-time - -info-time: \ - configure-time - @: $(MAKE); $(unstage) - @[ -f ./time/Makefile ] || exit 0; \ + @[ -f ./textutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in time" ; \ - (cd $(HOST_SUBDIR)/time && \ + echo "Doing TAGS in textutils" ; \ + (cd $(HOST_SUBDIR)/textutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + TAGS) \ || exit 1 -@endif time +@endif textutils -.PHONY: maybe-dvi-time dvi-time -maybe-dvi-time: -@if time -maybe-dvi-time: dvi-time +.PHONY: maybe-install-info-textutils install-info-textutils +maybe-install-info-textutils: +@if textutils +maybe-install-info-textutils: install-info-textutils -dvi-time: \ - configure-time +install-info-textutils: \ + configure-textutils \ + info-textutils @: $(MAKE); $(unstage) - @[ -f ./time/Makefile ] || exit 0; \ + @[ -f ./textutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in time" ; \ - (cd $(HOST_SUBDIR)/time && \ + echo "Doing install-info in textutils" ; \ + (cd $(HOST_SUBDIR)/textutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + install-info) \ || exit 1 -@endif time +@endif textutils -.PHONY: maybe-pdf-time pdf-time -maybe-pdf-time: -@if time -maybe-pdf-time: pdf-time +.PHONY: maybe-install-html-textutils install-html-textutils +maybe-install-html-textutils: +@if textutils +maybe-install-html-textutils: install-html-textutils -pdf-time: \ - configure-time +install-html-textutils: \ + configure-textutils \ + html-textutils @: $(MAKE); $(unstage) - @[ -f ./time/Makefile ] || exit 0; \ + @[ -f ./textutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in time" ; \ - (cd $(HOST_SUBDIR)/time && \ + echo "Doing install-html in textutils" ; \ + (cd $(HOST_SUBDIR)/textutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + install-html) \ || exit 1 -@endif time +@endif textutils -.PHONY: maybe-html-time html-time -maybe-html-time: -@if time -maybe-html-time: html-time +.PHONY: maybe-installcheck-textutils installcheck-textutils +maybe-installcheck-textutils: +@if textutils +maybe-installcheck-textutils: installcheck-textutils -html-time: \ - configure-time +installcheck-textutils: \ + configure-textutils @: $(MAKE); $(unstage) - @[ -f ./time/Makefile ] || exit 0; \ + @[ -f ./textutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in time" ; \ - (cd $(HOST_SUBDIR)/time && \ + echo "Doing installcheck in textutils" ; \ + (cd $(HOST_SUBDIR)/textutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + installcheck) \ || exit 1 -@endif time +@endif textutils -.PHONY: maybe-TAGS-time TAGS-time -maybe-TAGS-time: -@if time -maybe-TAGS-time: TAGS-time +.PHONY: maybe-mostlyclean-textutils mostlyclean-textutils +maybe-mostlyclean-textutils: +@if textutils +maybe-mostlyclean-textutils: mostlyclean-textutils -TAGS-time: \ - configure-time +mostlyclean-textutils: @: $(MAKE); $(unstage) - @[ -f ./time/Makefile ] || exit 0; \ + @[ -f ./textutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in time" ; \ - (cd $(HOST_SUBDIR)/time && \ + echo "Doing mostlyclean in textutils" ; \ + (cd $(HOST_SUBDIR)/textutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + mostlyclean) \ || exit 1 -@endif time +@endif textutils -.PHONY: maybe-install-info-time install-info-time -maybe-install-info-time: -@if time -maybe-install-info-time: install-info-time +.PHONY: maybe-clean-textutils clean-textutils +maybe-clean-textutils: +@if textutils +maybe-clean-textutils: clean-textutils -install-info-time: \ - configure-time \ - info-time +clean-textutils: @: $(MAKE); $(unstage) - @[ -f ./time/Makefile ] || exit 0; \ + @[ -f ./textutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in time" ; \ - (cd $(HOST_SUBDIR)/time && \ + echo "Doing clean in textutils" ; \ + (cd $(HOST_SUBDIR)/textutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + clean) \ || exit 1 -@endif time +@endif textutils -.PHONY: maybe-install-pdf-time install-pdf-time -maybe-install-pdf-time: -@if time -maybe-install-pdf-time: install-pdf-time +.PHONY: maybe-distclean-textutils distclean-textutils +maybe-distclean-textutils: +@if textutils +maybe-distclean-textutils: distclean-textutils -install-pdf-time: \ - configure-time \ - pdf-time +distclean-textutils: @: $(MAKE); $(unstage) - @[ -f ./time/Makefile ] || exit 0; \ + @[ -f ./textutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in time" ; \ - (cd $(HOST_SUBDIR)/time && \ + echo "Doing distclean in textutils" ; \ + (cd $(HOST_SUBDIR)/textutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + distclean) \ || exit 1 -@endif time +@endif textutils -.PHONY: maybe-install-html-time install-html-time -maybe-install-html-time: -@if time -maybe-install-html-time: install-html-time +.PHONY: maybe-maintainer-clean-textutils maintainer-clean-textutils +maybe-maintainer-clean-textutils: +@if textutils +maybe-maintainer-clean-textutils: maintainer-clean-textutils -install-html-time: \ - configure-time \ - html-time +maintainer-clean-textutils: @: $(MAKE); $(unstage) - @[ -f ./time/Makefile ] || exit 0; \ + @[ -f ./textutils/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in time" ; \ - (cd $(HOST_SUBDIR)/time && \ + echo "Doing maintainer-clean in textutils" ; \ + (cd $(HOST_SUBDIR)/textutils && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + maintainer-clean) \ + || exit 1 + +@endif textutils + + + +.PHONY: configure-time maybe-configure-time +maybe-configure-time: +@if gcc-bootstrap +configure-time: stage_current +@endif gcc-bootstrap +@if time +maybe-configure-time: configure-time +configure-time: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/time/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/time ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/time; \ + cd "$(HOST_SUBDIR)/time" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/time/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/time"; \ + libsrcdir="$$s/time"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif time + + + + +.PHONY: all-time maybe-all-time +maybe-all-time: +@if gcc-bootstrap +all-time: stage_current +@endif gcc-bootstrap +@if time +TARGET-time=all +maybe-all-time: all-time +all-time: configure-time + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/time && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-time)) @endif time -.PHONY: maybe-installcheck-time installcheck-time -maybe-installcheck-time: + + + +.PHONY: check-time maybe-check-time +maybe-check-time: @if time -maybe-installcheck-time: installcheck-time +maybe-check-time: check-time -installcheck-time: \ - configure-time +check-time: @: $(MAKE); $(unstage) - @[ -f ./time/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in time" ; \ + (cd $(HOST_SUBDIR)/time && \ + $(MAKE) $(FLAGS_TO_PASS) check) + +@endif time + +.PHONY: install-time maybe-install-time +maybe-install-time: +@if time +maybe-install-time: install-time + +install-time: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ (cd $(HOST_SUBDIR)/time && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) install) @endif time -.PHONY: maybe-mostlyclean-time mostlyclean-time -maybe-mostlyclean-time: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-time info-time +maybe-info-time: @if time -maybe-mostlyclean-time: mostlyclean-time +maybe-info-time: info-time -mostlyclean-time: +info-time: \ + configure-time @: $(MAKE); $(unstage) @[ -f ./time/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -35472,23 +31917,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in time" ; \ + echo "Doing info in time" ; \ (cd $(HOST_SUBDIR)/time && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + info) \ || exit 1 @endif time -.PHONY: maybe-clean-time clean-time -maybe-clean-time: +.PHONY: maybe-dvi-time dvi-time +maybe-dvi-time: @if time -maybe-clean-time: clean-time +maybe-dvi-time: dvi-time -clean-time: +dvi-time: \ + configure-time @: $(MAKE); $(unstage) @[ -f ./time/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -35497,23 +31943,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in time" ; \ + echo "Doing dvi in time" ; \ (cd $(HOST_SUBDIR)/time && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + dvi) \ || exit 1 @endif time -.PHONY: maybe-distclean-time distclean-time -maybe-distclean-time: +.PHONY: maybe-html-time html-time +maybe-html-time: @if time -maybe-distclean-time: distclean-time +maybe-html-time: html-time -distclean-time: +html-time: \ + configure-time @: $(MAKE); $(unstage) @[ -f ./time/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -35522,23 +31969,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in time" ; \ + echo "Doing html in time" ; \ (cd $(HOST_SUBDIR)/time && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + html) \ || exit 1 @endif time -.PHONY: maybe-maintainer-clean-time maintainer-clean-time -maybe-maintainer-clean-time: +.PHONY: maybe-TAGS-time TAGS-time +maybe-TAGS-time: @if time -maybe-maintainer-clean-time: maintainer-clean-time +maybe-TAGS-time: TAGS-time -maintainer-clean-time: +TAGS-time: \ + configure-time @: $(MAKE); $(unstage) @[ -f ./time/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -35547,297 +31995,292 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in time" ; \ + echo "Doing TAGS in time" ; \ (cd $(HOST_SUBDIR)/time && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + TAGS) \ || exit 1 @endif time +.PHONY: maybe-install-info-time install-info-time +maybe-install-info-time: +@if time +maybe-install-info-time: install-info-time - -.PHONY: configure-uudecode maybe-configure-uudecode -maybe-configure-uudecode: -@if gcc-bootstrap -configure-uudecode: stage_current -@endif gcc-bootstrap -@if uudecode -maybe-configure-uudecode: configure-uudecode -configure-uudecode: +install-info-time: \ + configure-time \ + info-time @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/uudecode/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/uudecode ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/uudecode; \ - cd "$(HOST_SUBDIR)/uudecode" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/uudecode/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/uudecode"; \ - libsrcdir="$$s/uudecode"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif uudecode - - - - - -.PHONY: all-uudecode maybe-all-uudecode -maybe-all-uudecode: -@if gcc-bootstrap -all-uudecode: stage_current -@endif gcc-bootstrap -@if uudecode -TARGET-uudecode=all -maybe-all-uudecode: all-uudecode -all-uudecode: configure-uudecode - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/uudecode && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-uudecode)) -@endif uudecode - - - - -.PHONY: check-uudecode maybe-check-uudecode -maybe-check-uudecode: -@if uudecode -maybe-check-uudecode: check-uudecode - -check-uudecode: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/uudecode && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif uudecode - -.PHONY: install-uudecode maybe-install-uudecode -maybe-install-uudecode: -@if uudecode -maybe-install-uudecode: install-uudecode - -install-uudecode: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/uudecode && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif uudecode - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-uudecode info-uudecode -maybe-info-uudecode: -@if uudecode -maybe-info-uudecode: info-uudecode - -info-uudecode: \ - configure-uudecode - @: $(MAKE); $(unstage) - @[ -f ./uudecode/Makefile ] || exit 0; \ + @[ -f ./time/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in uudecode" ; \ - (cd $(HOST_SUBDIR)/uudecode && \ + echo "Doing install-info in time" ; \ + (cd $(HOST_SUBDIR)/time && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + install-info) \ || exit 1 -@endif uudecode +@endif time -.PHONY: maybe-dvi-uudecode dvi-uudecode -maybe-dvi-uudecode: -@if uudecode -maybe-dvi-uudecode: dvi-uudecode +.PHONY: maybe-install-html-time install-html-time +maybe-install-html-time: +@if time +maybe-install-html-time: install-html-time -dvi-uudecode: \ - configure-uudecode +install-html-time: \ + configure-time \ + html-time @: $(MAKE); $(unstage) - @[ -f ./uudecode/Makefile ] || exit 0; \ + @[ -f ./time/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in uudecode" ; \ - (cd $(HOST_SUBDIR)/uudecode && \ + echo "Doing install-html in time" ; \ + (cd $(HOST_SUBDIR)/time && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + install-html) \ || exit 1 -@endif uudecode +@endif time -.PHONY: maybe-pdf-uudecode pdf-uudecode -maybe-pdf-uudecode: -@if uudecode -maybe-pdf-uudecode: pdf-uudecode +.PHONY: maybe-installcheck-time installcheck-time +maybe-installcheck-time: +@if time +maybe-installcheck-time: installcheck-time -pdf-uudecode: \ - configure-uudecode +installcheck-time: \ + configure-time @: $(MAKE); $(unstage) - @[ -f ./uudecode/Makefile ] || exit 0; \ + @[ -f ./time/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in uudecode" ; \ - (cd $(HOST_SUBDIR)/uudecode && \ + echo "Doing installcheck in time" ; \ + (cd $(HOST_SUBDIR)/time && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + installcheck) \ || exit 1 -@endif uudecode +@endif time -.PHONY: maybe-html-uudecode html-uudecode -maybe-html-uudecode: -@if uudecode -maybe-html-uudecode: html-uudecode +.PHONY: maybe-mostlyclean-time mostlyclean-time +maybe-mostlyclean-time: +@if time +maybe-mostlyclean-time: mostlyclean-time -html-uudecode: \ - configure-uudecode +mostlyclean-time: @: $(MAKE); $(unstage) - @[ -f ./uudecode/Makefile ] || exit 0; \ + @[ -f ./time/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in uudecode" ; \ - (cd $(HOST_SUBDIR)/uudecode && \ + echo "Doing mostlyclean in time" ; \ + (cd $(HOST_SUBDIR)/time && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + mostlyclean) \ || exit 1 -@endif uudecode +@endif time -.PHONY: maybe-TAGS-uudecode TAGS-uudecode -maybe-TAGS-uudecode: -@if uudecode -maybe-TAGS-uudecode: TAGS-uudecode +.PHONY: maybe-clean-time clean-time +maybe-clean-time: +@if time +maybe-clean-time: clean-time -TAGS-uudecode: \ - configure-uudecode +clean-time: @: $(MAKE); $(unstage) - @[ -f ./uudecode/Makefile ] || exit 0; \ + @[ -f ./time/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in uudecode" ; \ - (cd $(HOST_SUBDIR)/uudecode && \ + echo "Doing clean in time" ; \ + (cd $(HOST_SUBDIR)/time && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + clean) \ || exit 1 -@endif uudecode +@endif time -.PHONY: maybe-install-info-uudecode install-info-uudecode -maybe-install-info-uudecode: -@if uudecode -maybe-install-info-uudecode: install-info-uudecode +.PHONY: maybe-distclean-time distclean-time +maybe-distclean-time: +@if time +maybe-distclean-time: distclean-time -install-info-uudecode: \ - configure-uudecode \ - info-uudecode +distclean-time: @: $(MAKE); $(unstage) - @[ -f ./uudecode/Makefile ] || exit 0; \ + @[ -f ./time/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in uudecode" ; \ - (cd $(HOST_SUBDIR)/uudecode && \ + echo "Doing distclean in time" ; \ + (cd $(HOST_SUBDIR)/time && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + distclean) \ || exit 1 -@endif uudecode +@endif time -.PHONY: maybe-install-pdf-uudecode install-pdf-uudecode -maybe-install-pdf-uudecode: -@if uudecode -maybe-install-pdf-uudecode: install-pdf-uudecode +.PHONY: maybe-maintainer-clean-time maintainer-clean-time +maybe-maintainer-clean-time: +@if time +maybe-maintainer-clean-time: maintainer-clean-time -install-pdf-uudecode: \ - configure-uudecode \ - pdf-uudecode +maintainer-clean-time: @: $(MAKE); $(unstage) - @[ -f ./uudecode/Makefile ] || exit 0; \ + @[ -f ./time/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in uudecode" ; \ - (cd $(HOST_SUBDIR)/uudecode && \ + echo "Doing maintainer-clean in time" ; \ + (cd $(HOST_SUBDIR)/time && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + maintainer-clean) \ || exit 1 +@endif time + + + +.PHONY: configure-uudecode maybe-configure-uudecode +maybe-configure-uudecode: +@if gcc-bootstrap +configure-uudecode: stage_current +@endif gcc-bootstrap +@if uudecode +maybe-configure-uudecode: configure-uudecode +configure-uudecode: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/uudecode/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/uudecode ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/uudecode; \ + cd "$(HOST_SUBDIR)/uudecode" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/uudecode/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/uudecode"; \ + libsrcdir="$$s/uudecode"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 @endif uudecode -.PHONY: maybe-install-html-uudecode install-html-uudecode -maybe-install-html-uudecode: + + + + +.PHONY: all-uudecode maybe-all-uudecode +maybe-all-uudecode: +@if gcc-bootstrap +all-uudecode: stage_current +@endif gcc-bootstrap @if uudecode -maybe-install-html-uudecode: install-html-uudecode - -install-html-uudecode: \ - configure-uudecode \ - html-uudecode +TARGET-uudecode=all +maybe-all-uudecode: all-uudecode +all-uudecode: configure-uudecode + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/uudecode && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-uudecode)) +@endif uudecode + + + + +.PHONY: check-uudecode maybe-check-uudecode +maybe-check-uudecode: +@if uudecode +maybe-check-uudecode: check-uudecode + +check-uudecode: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/uudecode && \ + $(MAKE) $(FLAGS_TO_PASS) check) + +@endif uudecode + +.PHONY: install-uudecode maybe-install-uudecode +maybe-install-uudecode: +@if uudecode +maybe-install-uudecode: install-uudecode + +install-uudecode: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/uudecode && \ + $(MAKE) $(FLAGS_TO_PASS) install) + +@endif uudecode + +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-uudecode info-uudecode +maybe-info-uudecode: +@if uudecode +maybe-info-uudecode: info-uudecode + +info-uudecode: \ + configure-uudecode @: $(MAKE); $(unstage) @[ -f ./uudecode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -35846,23 +32289,23 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in uudecode" ; \ + echo "Doing info in uudecode" ; \ (cd $(HOST_SUBDIR)/uudecode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + info) \ || exit 1 @endif uudecode -.PHONY: maybe-installcheck-uudecode installcheck-uudecode -maybe-installcheck-uudecode: +.PHONY: maybe-dvi-uudecode dvi-uudecode +maybe-dvi-uudecode: @if uudecode -maybe-installcheck-uudecode: installcheck-uudecode +maybe-dvi-uudecode: dvi-uudecode -installcheck-uudecode: \ +dvi-uudecode: \ configure-uudecode @: $(MAKE); $(unstage) @[ -f ./uudecode/Makefile ] || exit 0; \ @@ -35872,23 +32315,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in uudecode" ; \ + echo "Doing dvi in uudecode" ; \ (cd $(HOST_SUBDIR)/uudecode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ + dvi) \ || exit 1 @endif uudecode -.PHONY: maybe-mostlyclean-uudecode mostlyclean-uudecode -maybe-mostlyclean-uudecode: +.PHONY: maybe-html-uudecode html-uudecode +maybe-html-uudecode: @if uudecode -maybe-mostlyclean-uudecode: mostlyclean-uudecode +maybe-html-uudecode: html-uudecode -mostlyclean-uudecode: +html-uudecode: \ + configure-uudecode @: $(MAKE); $(unstage) @[ -f ./uudecode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -35897,23 +32341,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in uudecode" ; \ + echo "Doing html in uudecode" ; \ (cd $(HOST_SUBDIR)/uudecode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + html) \ || exit 1 @endif uudecode -.PHONY: maybe-clean-uudecode clean-uudecode -maybe-clean-uudecode: +.PHONY: maybe-TAGS-uudecode TAGS-uudecode +maybe-TAGS-uudecode: @if uudecode -maybe-clean-uudecode: clean-uudecode +maybe-TAGS-uudecode: TAGS-uudecode -clean-uudecode: +TAGS-uudecode: \ + configure-uudecode @: $(MAKE); $(unstage) @[ -f ./uudecode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -35922,23 +32367,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in uudecode" ; \ + echo "Doing TAGS in uudecode" ; \ (cd $(HOST_SUBDIR)/uudecode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + TAGS) \ || exit 1 @endif uudecode -.PHONY: maybe-distclean-uudecode distclean-uudecode -maybe-distclean-uudecode: +.PHONY: maybe-install-info-uudecode install-info-uudecode +maybe-install-info-uudecode: @if uudecode -maybe-distclean-uudecode: distclean-uudecode +maybe-install-info-uudecode: install-info-uudecode -distclean-uudecode: +install-info-uudecode: \ + configure-uudecode \ + info-uudecode @: $(MAKE); $(unstage) @[ -f ./uudecode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -35947,23 +32394,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in uudecode" ; \ + echo "Doing install-info in uudecode" ; \ (cd $(HOST_SUBDIR)/uudecode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + install-info) \ || exit 1 @endif uudecode -.PHONY: maybe-maintainer-clean-uudecode maintainer-clean-uudecode -maybe-maintainer-clean-uudecode: +.PHONY: maybe-install-html-uudecode install-html-uudecode +maybe-install-html-uudecode: @if uudecode -maybe-maintainer-clean-uudecode: maintainer-clean-uudecode +maybe-install-html-uudecode: install-html-uudecode -maintainer-clean-uudecode: +install-html-uudecode: \ + configure-uudecode \ + html-uudecode @: $(MAKE); $(unstage) @[ -f ./uudecode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -35972,270 +32421,238 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in uudecode" ; \ + echo "Doing install-html in uudecode" ; \ (cd $(HOST_SUBDIR)/uudecode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + install-html) \ || exit 1 @endif uudecode +.PHONY: maybe-installcheck-uudecode installcheck-uudecode +maybe-installcheck-uudecode: +@if uudecode +maybe-installcheck-uudecode: installcheck-uudecode - -.PHONY: configure-wdiff maybe-configure-wdiff -maybe-configure-wdiff: -@if gcc-bootstrap -configure-wdiff: stage_current -@endif gcc-bootstrap -@if wdiff -maybe-configure-wdiff: configure-wdiff -configure-wdiff: +installcheck-uudecode: \ + configure-uudecode @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/wdiff/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/wdiff ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/wdiff; \ - cd "$(HOST_SUBDIR)/wdiff" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/wdiff/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/wdiff"; \ - libsrcdir="$$s/wdiff"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif wdiff - - - - - -.PHONY: all-wdiff maybe-all-wdiff -maybe-all-wdiff: -@if gcc-bootstrap -all-wdiff: stage_current -@endif gcc-bootstrap -@if wdiff -TARGET-wdiff=all -maybe-all-wdiff: all-wdiff -all-wdiff: configure-wdiff - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/wdiff && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-wdiff)) -@endif wdiff - - - - -.PHONY: check-wdiff maybe-check-wdiff -maybe-check-wdiff: -@if wdiff -maybe-check-wdiff: check-wdiff - -check-wdiff: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/wdiff && \ - $(MAKE) $(FLAGS_TO_PASS) check) - -@endif wdiff - -.PHONY: install-wdiff maybe-install-wdiff -maybe-install-wdiff: -@if wdiff -maybe-install-wdiff: install-wdiff - -install-wdiff: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/wdiff && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif wdiff - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-wdiff info-wdiff -maybe-info-wdiff: -@if wdiff -maybe-info-wdiff: info-wdiff - -info-wdiff: \ - configure-wdiff - @: $(MAKE); $(unstage) - @[ -f ./wdiff/Makefile ] || exit 0; \ + @[ -f ./uudecode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in wdiff" ; \ - (cd $(HOST_SUBDIR)/wdiff && \ + echo "Doing installcheck in uudecode" ; \ + (cd $(HOST_SUBDIR)/uudecode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + installcheck) \ || exit 1 -@endif wdiff +@endif uudecode -.PHONY: maybe-dvi-wdiff dvi-wdiff -maybe-dvi-wdiff: -@if wdiff -maybe-dvi-wdiff: dvi-wdiff +.PHONY: maybe-mostlyclean-uudecode mostlyclean-uudecode +maybe-mostlyclean-uudecode: +@if uudecode +maybe-mostlyclean-uudecode: mostlyclean-uudecode -dvi-wdiff: \ - configure-wdiff +mostlyclean-uudecode: @: $(MAKE); $(unstage) - @[ -f ./wdiff/Makefile ] || exit 0; \ + @[ -f ./uudecode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in wdiff" ; \ - (cd $(HOST_SUBDIR)/wdiff && \ + echo "Doing mostlyclean in uudecode" ; \ + (cd $(HOST_SUBDIR)/uudecode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + mostlyclean) \ || exit 1 -@endif wdiff +@endif uudecode -.PHONY: maybe-pdf-wdiff pdf-wdiff -maybe-pdf-wdiff: -@if wdiff -maybe-pdf-wdiff: pdf-wdiff +.PHONY: maybe-clean-uudecode clean-uudecode +maybe-clean-uudecode: +@if uudecode +maybe-clean-uudecode: clean-uudecode -pdf-wdiff: \ - configure-wdiff +clean-uudecode: @: $(MAKE); $(unstage) - @[ -f ./wdiff/Makefile ] || exit 0; \ + @[ -f ./uudecode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in wdiff" ; \ - (cd $(HOST_SUBDIR)/wdiff && \ + echo "Doing clean in uudecode" ; \ + (cd $(HOST_SUBDIR)/uudecode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + clean) \ || exit 1 -@endif wdiff +@endif uudecode -.PHONY: maybe-html-wdiff html-wdiff -maybe-html-wdiff: -@if wdiff -maybe-html-wdiff: html-wdiff +.PHONY: maybe-distclean-uudecode distclean-uudecode +maybe-distclean-uudecode: +@if uudecode +maybe-distclean-uudecode: distclean-uudecode -html-wdiff: \ - configure-wdiff +distclean-uudecode: @: $(MAKE); $(unstage) - @[ -f ./wdiff/Makefile ] || exit 0; \ + @[ -f ./uudecode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in wdiff" ; \ - (cd $(HOST_SUBDIR)/wdiff && \ + echo "Doing distclean in uudecode" ; \ + (cd $(HOST_SUBDIR)/uudecode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + distclean) \ || exit 1 -@endif wdiff +@endif uudecode -.PHONY: maybe-TAGS-wdiff TAGS-wdiff -maybe-TAGS-wdiff: -@if wdiff -maybe-TAGS-wdiff: TAGS-wdiff +.PHONY: maybe-maintainer-clean-uudecode maintainer-clean-uudecode +maybe-maintainer-clean-uudecode: +@if uudecode +maybe-maintainer-clean-uudecode: maintainer-clean-uudecode -TAGS-wdiff: \ - configure-wdiff +maintainer-clean-uudecode: @: $(MAKE); $(unstage) - @[ -f ./wdiff/Makefile ] || exit 0; \ + @[ -f ./uudecode/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in wdiff" ; \ - (cd $(HOST_SUBDIR)/wdiff && \ + echo "Doing maintainer-clean in uudecode" ; \ + (cd $(HOST_SUBDIR)/uudecode && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + maintainer-clean) \ || exit 1 -@endif wdiff +@endif uudecode + + -.PHONY: maybe-install-info-wdiff install-info-wdiff -maybe-install-info-wdiff: +.PHONY: configure-wdiff maybe-configure-wdiff +maybe-configure-wdiff: +@if gcc-bootstrap +configure-wdiff: stage_current +@endif gcc-bootstrap @if wdiff -maybe-install-info-wdiff: install-info-wdiff - -install-info-wdiff: \ - configure-wdiff \ - info-wdiff +maybe-configure-wdiff: configure-wdiff +configure-wdiff: @: $(MAKE); $(unstage) - @[ -f ./wdiff/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/wdiff/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/wdiff ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in wdiff" ; \ - (cd $(HOST_SUBDIR)/wdiff && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + echo Configuring in $(HOST_SUBDIR)/wdiff; \ + cd "$(HOST_SUBDIR)/wdiff" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/wdiff/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/wdiff"; \ + libsrcdir="$$s/wdiff"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 - @endif wdiff -.PHONY: maybe-install-pdf-wdiff install-pdf-wdiff -maybe-install-pdf-wdiff: + + + + +.PHONY: all-wdiff maybe-all-wdiff +maybe-all-wdiff: +@if gcc-bootstrap +all-wdiff: stage_current +@endif gcc-bootstrap @if wdiff -maybe-install-pdf-wdiff: install-pdf-wdiff +TARGET-wdiff=all +maybe-all-wdiff: all-wdiff +all-wdiff: configure-wdiff + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/wdiff && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-wdiff)) +@endif wdiff + + + + +.PHONY: check-wdiff maybe-check-wdiff +maybe-check-wdiff: +@if wdiff +maybe-check-wdiff: check-wdiff + +check-wdiff: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/wdiff && \ + $(MAKE) $(FLAGS_TO_PASS) check) + +@endif wdiff + +.PHONY: install-wdiff maybe-install-wdiff +maybe-install-wdiff: +@if wdiff +maybe-install-wdiff: install-wdiff + +install-wdiff: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/wdiff && \ + $(MAKE) $(FLAGS_TO_PASS) install) + +@endif wdiff + +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-wdiff info-wdiff +maybe-info-wdiff: +@if wdiff +maybe-info-wdiff: info-wdiff -install-pdf-wdiff: \ - configure-wdiff \ - pdf-wdiff +info-wdiff: \ + configure-wdiff @: $(MAKE); $(unstage) @[ -f ./wdiff/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -36244,25 +32661,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in wdiff" ; \ + echo "Doing info in wdiff" ; \ (cd $(HOST_SUBDIR)/wdiff && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + info) \ || exit 1 @endif wdiff -.PHONY: maybe-install-html-wdiff install-html-wdiff -maybe-install-html-wdiff: +.PHONY: maybe-dvi-wdiff dvi-wdiff +maybe-dvi-wdiff: @if wdiff -maybe-install-html-wdiff: install-html-wdiff +maybe-dvi-wdiff: dvi-wdiff -install-html-wdiff: \ - configure-wdiff \ - html-wdiff +dvi-wdiff: \ + configure-wdiff @: $(MAKE); $(unstage) @[ -f ./wdiff/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -36271,23 +32687,23 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-html in wdiff" ; \ + echo "Doing dvi in wdiff" ; \ (cd $(HOST_SUBDIR)/wdiff && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ + dvi) \ || exit 1 @endif wdiff -.PHONY: maybe-installcheck-wdiff installcheck-wdiff -maybe-installcheck-wdiff: +.PHONY: maybe-html-wdiff html-wdiff +maybe-html-wdiff: @if wdiff -maybe-installcheck-wdiff: installcheck-wdiff +maybe-html-wdiff: html-wdiff -installcheck-wdiff: \ +html-wdiff: \ configure-wdiff @: $(MAKE); $(unstage) @[ -f ./wdiff/Makefile ] || exit 0; \ @@ -36297,23 +32713,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing installcheck in wdiff" ; \ + echo "Doing html in wdiff" ; \ (cd $(HOST_SUBDIR)/wdiff && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ + html) \ || exit 1 @endif wdiff -.PHONY: maybe-mostlyclean-wdiff mostlyclean-wdiff -maybe-mostlyclean-wdiff: +.PHONY: maybe-TAGS-wdiff TAGS-wdiff +maybe-TAGS-wdiff: @if wdiff -maybe-mostlyclean-wdiff: mostlyclean-wdiff +maybe-TAGS-wdiff: TAGS-wdiff -mostlyclean-wdiff: +TAGS-wdiff: \ + configure-wdiff @: $(MAKE); $(unstage) @[ -f ./wdiff/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -36322,23 +32739,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in wdiff" ; \ + echo "Doing TAGS in wdiff" ; \ (cd $(HOST_SUBDIR)/wdiff && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + TAGS) \ || exit 1 @endif wdiff -.PHONY: maybe-clean-wdiff clean-wdiff -maybe-clean-wdiff: +.PHONY: maybe-install-info-wdiff install-info-wdiff +maybe-install-info-wdiff: @if wdiff -maybe-clean-wdiff: clean-wdiff +maybe-install-info-wdiff: install-info-wdiff -clean-wdiff: +install-info-wdiff: \ + configure-wdiff \ + info-wdiff @: $(MAKE); $(unstage) @[ -f ./wdiff/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -36347,23 +32766,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in wdiff" ; \ + echo "Doing install-info in wdiff" ; \ (cd $(HOST_SUBDIR)/wdiff && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + install-info) \ || exit 1 @endif wdiff -.PHONY: maybe-distclean-wdiff distclean-wdiff -maybe-distclean-wdiff: +.PHONY: maybe-install-html-wdiff install-html-wdiff +maybe-install-html-wdiff: @if wdiff -maybe-distclean-wdiff: distclean-wdiff +maybe-install-html-wdiff: install-html-wdiff -distclean-wdiff: +install-html-wdiff: \ + configure-wdiff \ + html-wdiff @: $(MAKE); $(unstage) @[ -f ./wdiff/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -36372,23 +32793,24 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in wdiff" ; \ + echo "Doing install-html in wdiff" ; \ (cd $(HOST_SUBDIR)/wdiff && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + install-html) \ || exit 1 @endif wdiff -.PHONY: maybe-maintainer-clean-wdiff maintainer-clean-wdiff -maybe-maintainer-clean-wdiff: +.PHONY: maybe-installcheck-wdiff installcheck-wdiff +maybe-installcheck-wdiff: @if wdiff -maybe-maintainer-clean-wdiff: maintainer-clean-wdiff +maybe-installcheck-wdiff: installcheck-wdiff -maintainer-clean-wdiff: +installcheck-wdiff: \ + configure-wdiff @: $(MAKE); $(unstage) @[ -f ./wdiff/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -36397,246 +32819,293 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in wdiff" ; \ + echo "Doing installcheck in wdiff" ; \ (cd $(HOST_SUBDIR)/wdiff && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + installcheck) \ || exit 1 @endif wdiff +.PHONY: maybe-mostlyclean-wdiff mostlyclean-wdiff +maybe-mostlyclean-wdiff: +@if wdiff +maybe-mostlyclean-wdiff: mostlyclean-wdiff - -.PHONY: configure-zip maybe-configure-zip -maybe-configure-zip: -@if gcc-bootstrap -configure-zip: stage_current -@endif gcc-bootstrap -@if zip -maybe-configure-zip: configure-zip -configure-zip: +mostlyclean-wdiff: @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/zip/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/zip ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/zip; \ - cd "$(HOST_SUBDIR)/zip" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/zip/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/zip"; \ - libsrcdir="$$s/zip"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif zip - - - - - -.PHONY: all-zip maybe-all-zip -maybe-all-zip: -@if gcc-bootstrap -all-zip: stage_current -@endif gcc-bootstrap -@if zip -TARGET-zip=all -maybe-all-zip: all-zip -all-zip: configure-zip - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/zip && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ - $(TARGET-zip)) -@endif zip - - - - -.PHONY: check-zip maybe-check-zip -maybe-check-zip: -@if zip -maybe-check-zip: check-zip - -# This module is only tested in a native toolchain. -check-zip: - @: $(MAKE); $(unstage) - @if [ '$(host)' = '$(target)' ] ; then \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/zip && \ - $(MAKE) $(FLAGS_TO_PASS) check); \ - fi - -@endif zip - -.PHONY: install-zip maybe-install-zip -maybe-install-zip: -@if zip -maybe-install-zip: install-zip - -install-zip: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/zip && \ - $(MAKE) $(FLAGS_TO_PASS) install) - -@endif zip - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-zip info-zip -maybe-info-zip: -@if zip -maybe-info-zip: info-zip - -info-zip: \ - configure-zip - @: $(MAKE); $(unstage) - @[ -f ./zip/Makefile ] || exit 0; \ + @[ -f ./wdiff/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in zip" ; \ - (cd $(HOST_SUBDIR)/zip && \ + echo "Doing mostlyclean in wdiff" ; \ + (cd $(HOST_SUBDIR)/wdiff && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + mostlyclean) \ || exit 1 -@endif zip +@endif wdiff -.PHONY: maybe-dvi-zip dvi-zip -maybe-dvi-zip: -@if zip -maybe-dvi-zip: dvi-zip +.PHONY: maybe-clean-wdiff clean-wdiff +maybe-clean-wdiff: +@if wdiff +maybe-clean-wdiff: clean-wdiff -dvi-zip: \ - configure-zip +clean-wdiff: @: $(MAKE); $(unstage) - @[ -f ./zip/Makefile ] || exit 0; \ + @[ -f ./wdiff/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in zip" ; \ - (cd $(HOST_SUBDIR)/zip && \ + echo "Doing clean in wdiff" ; \ + (cd $(HOST_SUBDIR)/wdiff && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + clean) \ || exit 1 -@endif zip +@endif wdiff -.PHONY: maybe-pdf-zip pdf-zip -maybe-pdf-zip: -@if zip -maybe-pdf-zip: pdf-zip +.PHONY: maybe-distclean-wdiff distclean-wdiff +maybe-distclean-wdiff: +@if wdiff +maybe-distclean-wdiff: distclean-wdiff -pdf-zip: \ - configure-zip +distclean-wdiff: @: $(MAKE); $(unstage) - @[ -f ./zip/Makefile ] || exit 0; \ + @[ -f ./wdiff/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in zip" ; \ - (cd $(HOST_SUBDIR)/zip && \ + echo "Doing distclean in wdiff" ; \ + (cd $(HOST_SUBDIR)/wdiff && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + distclean) \ || exit 1 -@endif zip +@endif wdiff -.PHONY: maybe-html-zip html-zip -maybe-html-zip: -@if zip -maybe-html-zip: html-zip +.PHONY: maybe-maintainer-clean-wdiff maintainer-clean-wdiff +maybe-maintainer-clean-wdiff: +@if wdiff +maybe-maintainer-clean-wdiff: maintainer-clean-wdiff -html-zip: \ - configure-zip +maintainer-clean-wdiff: @: $(MAKE); $(unstage) - @[ -f ./zip/Makefile ] || exit 0; \ + @[ -f ./wdiff/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in zip" ; \ - (cd $(HOST_SUBDIR)/zip && \ + echo "Doing maintainer-clean in wdiff" ; \ + (cd $(HOST_SUBDIR)/wdiff && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + maintainer-clean) \ || exit 1 -@endif zip +@endif wdiff + + -.PHONY: maybe-TAGS-zip TAGS-zip -maybe-TAGS-zip: +.PHONY: configure-zip maybe-configure-zip +maybe-configure-zip: +@if gcc-bootstrap +configure-zip: stage_current +@endif gcc-bootstrap @if zip -maybe-TAGS-zip: TAGS-zip - -TAGS-zip: \ - configure-zip +maybe-configure-zip: configure-zip +configure-zip: @: $(MAKE); $(unstage) - @[ -f ./zip/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in zip" ; \ - (cd $(HOST_SUBDIR)/zip && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/zip/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/zip ; \ + $(HOST_EXPORTS) \ + echo Configuring in $(HOST_SUBDIR)/zip; \ + cd "$(HOST_SUBDIR)/zip" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/zip/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/zip"; \ + libsrcdir="$$s/zip"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 +@endif zip + + + + + +.PHONY: all-zip maybe-all-zip +maybe-all-zip: +@if gcc-bootstrap +all-zip: stage_current +@endif gcc-bootstrap +@if zip +TARGET-zip=all +maybe-all-zip: all-zip +all-zip: configure-zip + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/zip && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) \ + $(TARGET-zip)) +@endif zip + + + + +.PHONY: check-zip maybe-check-zip +maybe-check-zip: +@if zip +maybe-check-zip: check-zip + +# This module is only tested in a native toolchain. +check-zip: + @: $(MAKE); $(unstage) + @if [ '$(host)' = '$(target)' ] ; then \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/zip && \ + $(MAKE) $(FLAGS_TO_PASS) check); \ + fi + +@endif zip + +.PHONY: install-zip maybe-install-zip +maybe-install-zip: +@if zip +maybe-install-zip: install-zip + +install-zip: installdirs + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + (cd $(HOST_SUBDIR)/zip && \ + $(MAKE) $(FLAGS_TO_PASS) install) + +@endif zip + +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-zip info-zip +maybe-info-zip: +@if zip +maybe-info-zip: info-zip + +info-zip: \ + configure-zip + @: $(MAKE); $(unstage) + @[ -f ./zip/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing info in zip" ; \ + (cd $(HOST_SUBDIR)/zip && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + info) \ + || exit 1 + +@endif zip + +.PHONY: maybe-dvi-zip dvi-zip +maybe-dvi-zip: +@if zip +maybe-dvi-zip: dvi-zip + +dvi-zip: \ + configure-zip + @: $(MAKE); $(unstage) + @[ -f ./zip/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing dvi in zip" ; \ + (cd $(HOST_SUBDIR)/zip && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + dvi) \ + || exit 1 + +@endif zip + +.PHONY: maybe-html-zip html-zip +maybe-html-zip: +@if zip +maybe-html-zip: html-zip + +html-zip: \ + configure-zip + @: $(MAKE); $(unstage) + @[ -f ./zip/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in zip" ; \ + (cd $(HOST_SUBDIR)/zip && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ || exit 1 @endif zip -.PHONY: maybe-install-info-zip install-info-zip -maybe-install-info-zip: +.PHONY: maybe-TAGS-zip TAGS-zip +maybe-TAGS-zip: @if zip -maybe-install-info-zip: install-info-zip +maybe-TAGS-zip: TAGS-zip -install-info-zip: \ - configure-zip \ - info-zip +TAGS-zip: \ + configure-zip @: $(MAKE); $(unstage) @[ -f ./zip/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -36645,25 +33114,25 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in zip" ; \ + echo "Doing TAGS in zip" ; \ (cd $(HOST_SUBDIR)/zip && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + TAGS) \ || exit 1 @endif zip -.PHONY: maybe-install-pdf-zip install-pdf-zip -maybe-install-pdf-zip: +.PHONY: maybe-install-info-zip install-info-zip +maybe-install-info-zip: @if zip -maybe-install-pdf-zip: install-pdf-zip +maybe-install-info-zip: install-info-zip -install-pdf-zip: \ +install-info-zip: \ configure-zip \ - pdf-zip + info-zip @: $(MAKE); $(unstage) @[ -f ./zip/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -36672,13 +33141,13 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-pdf in zip" ; \ + echo "Doing install-info in zip" ; \ (cd $(HOST_SUBDIR)/zip && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + install-info) \ || exit 1 @endif zip @@ -37513,262 +33982,13 @@ @endif zlib -.PHONY: maybe-pdf-zlib pdf-zlib -maybe-pdf-zlib: -@if zlib -maybe-pdf-zlib: pdf-zlib - -pdf-zlib: \ - configure-zlib - @[ -f ./zlib/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in zlib" ; \ - (cd $(HOST_SUBDIR)/zlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif zlib - -.PHONY: maybe-html-zlib html-zlib -maybe-html-zlib: -@if zlib -maybe-html-zlib: html-zlib - -html-zlib: \ - configure-zlib - @[ -f ./zlib/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in zlib" ; \ - (cd $(HOST_SUBDIR)/zlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 - -@endif zlib - -.PHONY: maybe-TAGS-zlib TAGS-zlib -maybe-TAGS-zlib: -@if zlib -maybe-TAGS-zlib: TAGS-zlib - -TAGS-zlib: \ - configure-zlib - @[ -f ./zlib/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in zlib" ; \ - (cd $(HOST_SUBDIR)/zlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 - -@endif zlib - -.PHONY: maybe-install-info-zlib install-info-zlib -maybe-install-info-zlib: -@if zlib -maybe-install-info-zlib: install-info-zlib - -install-info-zlib: \ - configure-zlib \ - info-zlib - @[ -f ./zlib/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in zlib" ; \ - (cd $(HOST_SUBDIR)/zlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 - -@endif zlib - -.PHONY: maybe-install-pdf-zlib install-pdf-zlib -maybe-install-pdf-zlib: -@if zlib -maybe-install-pdf-zlib: install-pdf-zlib - -install-pdf-zlib: \ - configure-zlib \ - pdf-zlib - @[ -f ./zlib/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in zlib" ; \ - (cd $(HOST_SUBDIR)/zlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif zlib - -.PHONY: maybe-install-html-zlib install-html-zlib -maybe-install-html-zlib: -@if zlib -maybe-install-html-zlib: install-html-zlib - -install-html-zlib: \ - configure-zlib \ - html-zlib - @[ -f ./zlib/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in zlib" ; \ - (cd $(HOST_SUBDIR)/zlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 - -@endif zlib - -.PHONY: maybe-installcheck-zlib installcheck-zlib -maybe-installcheck-zlib: -@if zlib -maybe-installcheck-zlib: installcheck-zlib - -installcheck-zlib: \ - configure-zlib - @[ -f ./zlib/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in zlib" ; \ - (cd $(HOST_SUBDIR)/zlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 - -@endif zlib - -.PHONY: maybe-mostlyclean-zlib mostlyclean-zlib -maybe-mostlyclean-zlib: -@if zlib -maybe-mostlyclean-zlib: mostlyclean-zlib - -mostlyclean-zlib: - @[ -f ./zlib/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in zlib" ; \ - (cd $(HOST_SUBDIR)/zlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 - -@endif zlib - -.PHONY: maybe-clean-zlib clean-zlib -maybe-clean-zlib: -@if zlib -maybe-clean-zlib: clean-zlib - -clean-zlib: - @[ -f ./zlib/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing clean in zlib" ; \ - (cd $(HOST_SUBDIR)/zlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 - -@endif zlib - -.PHONY: maybe-distclean-zlib distclean-zlib -maybe-distclean-zlib: -@if zlib -maybe-distclean-zlib: distclean-zlib - -distclean-zlib: - @[ -f ./zlib/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing distclean in zlib" ; \ - (cd $(HOST_SUBDIR)/zlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ - || exit 1 - -@endif zlib - -.PHONY: maybe-maintainer-clean-zlib maintainer-clean-zlib -maybe-maintainer-clean-zlib: +.PHONY: maybe-html-zlib html-zlib +maybe-html-zlib: @if zlib -maybe-maintainer-clean-zlib: maintainer-clean-zlib +maybe-html-zlib: html-zlib -maintainer-clean-zlib: +html-zlib: \ + configure-zlib @[ -f ./zlib/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ @@ -37776,373 +33996,310 @@ for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in zlib" ; \ + echo "Doing html in zlib" ; \ (cd $(HOST_SUBDIR)/zlib && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ - || exit 1 - -@endif zlib - - - -.PHONY: configure-gdb maybe-configure-gdb -maybe-configure-gdb: -@if gcc-bootstrap -configure-gdb: stage_current -@endif gcc-bootstrap -@if gdb -maybe-configure-gdb: configure-gdb -configure-gdb: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/gdb/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gdb ; \ - $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/gdb; \ - cd "$(HOST_SUBDIR)/gdb" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/gdb/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/gdb"; \ - libsrcdir="$$s/gdb"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + html) \ || exit 1 -@endif gdb +@endif zlib +.PHONY: maybe-TAGS-zlib TAGS-zlib +maybe-TAGS-zlib: +@if zlib +maybe-TAGS-zlib: TAGS-zlib - - -.PHONY: all-gdb maybe-all-gdb -maybe-all-gdb: -@if gcc-bootstrap -all-gdb: stage_current -@endif gcc-bootstrap -@if gdb -TARGET-gdb=all -maybe-all-gdb: all-gdb -all-gdb: configure-gdb - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ +TAGS-zlib: \ + configure-zlib + @[ -f ./zlib/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gdb && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS) \ - $(TARGET-gdb)) -@endif gdb + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in zlib" ; \ + (cd $(HOST_SUBDIR)/zlib && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ + || exit 1 +@endif zlib +.PHONY: maybe-install-info-zlib install-info-zlib +maybe-install-info-zlib: +@if zlib +maybe-install-info-zlib: install-info-zlib - -.PHONY: check-gdb maybe-check-gdb -maybe-check-gdb: -@if gdb -maybe-check-gdb: check-gdb - -check-gdb: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ +install-info-zlib: \ + configure-zlib \ + info-zlib + @[ -f ./zlib/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gdb && \ - $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in zlib" ; \ + (cd $(HOST_SUBDIR)/zlib && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 -@endif gdb +@endif zlib -.PHONY: install-gdb maybe-install-gdb -maybe-install-gdb: -@if gdb -maybe-install-gdb: install-gdb +.PHONY: maybe-install-html-zlib install-html-zlib +maybe-install-html-zlib: +@if zlib +maybe-install-html-zlib: install-html-zlib -install-gdb: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/gdb && \ - $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install) - -@endif gdb - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-gdb info-gdb -maybe-info-gdb: -@if gdb -maybe-info-gdb: info-gdb - -info-gdb: \ - configure-gdb - @: $(MAKE); $(unstage) - @[ -f ./gdb/Makefile ] || exit 0; \ +install-html-zlib: \ + configure-zlib \ + html-zlib + @[ -f ./zlib/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in gdb" ; \ - (cd $(HOST_SUBDIR)/gdb && \ + echo "Doing install-html in zlib" ; \ + (cd $(HOST_SUBDIR)/zlib && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + install-html) \ || exit 1 -@endif gdb +@endif zlib -.PHONY: maybe-dvi-gdb dvi-gdb -maybe-dvi-gdb: -@if gdb -maybe-dvi-gdb: dvi-gdb +.PHONY: maybe-installcheck-zlib installcheck-zlib +maybe-installcheck-zlib: +@if zlib +maybe-installcheck-zlib: installcheck-zlib -dvi-gdb: \ - configure-gdb - @: $(MAKE); $(unstage) - @[ -f ./gdb/Makefile ] || exit 0; \ +installcheck-zlib: \ + configure-zlib + @[ -f ./zlib/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in gdb" ; \ - (cd $(HOST_SUBDIR)/gdb && \ + echo "Doing installcheck in zlib" ; \ + (cd $(HOST_SUBDIR)/zlib && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + installcheck) \ || exit 1 -@endif gdb +@endif zlib -.PHONY: maybe-pdf-gdb pdf-gdb -maybe-pdf-gdb: -@if gdb -maybe-pdf-gdb: pdf-gdb +.PHONY: maybe-mostlyclean-zlib mostlyclean-zlib +maybe-mostlyclean-zlib: +@if zlib +maybe-mostlyclean-zlib: mostlyclean-zlib -pdf-gdb: \ - configure-gdb - @: $(MAKE); $(unstage) - @[ -f ./gdb/Makefile ] || exit 0; \ +mostlyclean-zlib: + @[ -f ./zlib/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in gdb" ; \ - (cd $(HOST_SUBDIR)/gdb && \ + echo "Doing mostlyclean in zlib" ; \ + (cd $(HOST_SUBDIR)/zlib && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + mostlyclean) \ || exit 1 -@endif gdb +@endif zlib -.PHONY: maybe-html-gdb html-gdb -maybe-html-gdb: -@if gdb -maybe-html-gdb: html-gdb +.PHONY: maybe-clean-zlib clean-zlib +maybe-clean-zlib: +@if zlib +maybe-clean-zlib: clean-zlib -html-gdb: \ - configure-gdb - @: $(MAKE); $(unstage) - @[ -f ./gdb/Makefile ] || exit 0; \ +clean-zlib: + @[ -f ./zlib/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in gdb" ; \ - (cd $(HOST_SUBDIR)/gdb && \ + echo "Doing clean in zlib" ; \ + (cd $(HOST_SUBDIR)/zlib && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + clean) \ || exit 1 -@endif gdb +@endif zlib -.PHONY: maybe-TAGS-gdb TAGS-gdb -maybe-TAGS-gdb: -@if gdb -maybe-TAGS-gdb: TAGS-gdb +.PHONY: maybe-distclean-zlib distclean-zlib +maybe-distclean-zlib: +@if zlib +maybe-distclean-zlib: distclean-zlib -TAGS-gdb: \ - configure-gdb - @: $(MAKE); $(unstage) - @[ -f ./gdb/Makefile ] || exit 0; \ +distclean-zlib: + @[ -f ./zlib/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in gdb" ; \ - (cd $(HOST_SUBDIR)/gdb && \ + echo "Doing distclean in zlib" ; \ + (cd $(HOST_SUBDIR)/zlib && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 + distclean) \ + || exit 1 + +@endif zlib -@endif gdb +.PHONY: maybe-maintainer-clean-zlib maintainer-clean-zlib +maybe-maintainer-clean-zlib: +@if zlib +maybe-maintainer-clean-zlib: maintainer-clean-zlib -.PHONY: maybe-install-info-gdb install-info-gdb -maybe-install-info-gdb: -@if gdb -maybe-install-info-gdb: install-info-gdb - -install-info-gdb: \ - configure-gdb \ - info-gdb - @: $(MAKE); $(unstage) - @[ -f ./gdb/Makefile ] || exit 0; \ +maintainer-clean-zlib: + @[ -f ./zlib/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing install-info in gdb" ; \ - (cd $(HOST_SUBDIR)/gdb && \ + echo "Doing maintainer-clean in zlib" ; \ + (cd $(HOST_SUBDIR)/zlib && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + maintainer-clean) \ || exit 1 -@endif gdb +@endif zlib + + -.PHONY: maybe-install-pdf-gdb install-pdf-gdb -maybe-install-pdf-gdb: +.PHONY: configure-gdb maybe-configure-gdb +maybe-configure-gdb: +@if gcc-bootstrap +configure-gdb: stage_current +@endif gcc-bootstrap @if gdb -maybe-install-pdf-gdb: install-pdf-gdb - -install-pdf-gdb: \ - configure-gdb \ - pdf-gdb +maybe-configure-gdb: configure-gdb +configure-gdb: @: $(MAKE); $(unstage) - @[ -f ./gdb/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/gdb/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/gdb ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in gdb" ; \ - (cd $(HOST_SUBDIR)/gdb && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + echo Configuring in $(HOST_SUBDIR)/gdb; \ + cd "$(HOST_SUBDIR)/gdb" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/gdb/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/gdb"; \ + libsrcdir="$$s/gdb"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif gdb + + -@endif gdb + -.PHONY: maybe-install-html-gdb install-html-gdb -maybe-install-html-gdb: +.PHONY: all-gdb maybe-all-gdb +maybe-all-gdb: +@if gcc-bootstrap +all-gdb: stage_current +@endif gcc-bootstrap @if gdb -maybe-install-html-gdb: install-html-gdb - -install-html-gdb: \ - configure-gdb \ - html-gdb +TARGET-gdb=all +maybe-all-gdb: all-gdb +all-gdb: configure-gdb @: $(MAKE); $(unstage) - @[ -f ./gdb/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in gdb" ; \ (cd $(HOST_SUBDIR)/gdb && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS) \ + $(TARGET-gdb)) +@endif gdb + + -@endif gdb -.PHONY: maybe-installcheck-gdb installcheck-gdb -maybe-installcheck-gdb: +.PHONY: check-gdb maybe-check-gdb +maybe-check-gdb: @if gdb -maybe-installcheck-gdb: installcheck-gdb +maybe-check-gdb: check-gdb -installcheck-gdb: \ - configure-gdb +check-gdb: @: $(MAKE); $(unstage) - @[ -f ./gdb/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in gdb" ; \ (cd $(HOST_SUBDIR)/gdb && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) @endif gdb -.PHONY: maybe-mostlyclean-gdb mostlyclean-gdb -maybe-mostlyclean-gdb: +.PHONY: install-gdb maybe-install-gdb +maybe-install-gdb: @if gdb -maybe-mostlyclean-gdb: mostlyclean-gdb +maybe-install-gdb: install-gdb -mostlyclean-gdb: +install-gdb: installdirs @: $(MAKE); $(unstage) - @[ -f ./gdb/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing mostlyclean in gdb" ; \ (cd $(HOST_SUBDIR)/gdb && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install) @endif gdb -.PHONY: maybe-clean-gdb clean-gdb -maybe-clean-gdb: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-gdb info-gdb +maybe-info-gdb: @if gdb -maybe-clean-gdb: clean-gdb +maybe-info-gdb: info-gdb -clean-gdb: +info-gdb: \ + configure-gdb @: $(MAKE); $(unstage) @[ -f ./gdb/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -38151,23 +34308,24 @@ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in gdb" ; \ + echo "Doing info in gdb" ; \ (cd $(HOST_SUBDIR)/gdb && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + info) \ || exit 1 @endif gdb -.PHONY: maybe-distclean-gdb distclean-gdb -maybe-distclean-gdb: +.PHONY: maybe-dvi-gdb dvi-gdb +maybe-dvi-gdb: @if gdb -maybe-distclean-gdb: distclean-gdb +maybe-dvi-gdb: dvi-gdb -distclean-gdb: +dvi-gdb: \ + configure-gdb @: $(MAKE); $(unstage) @[ -f ./gdb/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -38176,23 +34334,24 @@ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in gdb" ; \ + echo "Doing dvi in gdb" ; \ (cd $(HOST_SUBDIR)/gdb && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + dvi) \ || exit 1 @endif gdb -.PHONY: maybe-maintainer-clean-gdb maintainer-clean-gdb -maybe-maintainer-clean-gdb: +.PHONY: maybe-html-gdb html-gdb +maybe-html-gdb: @if gdb -maybe-maintainer-clean-gdb: maintainer-clean-gdb +maybe-html-gdb: html-gdb -maintainer-clean-gdb: +html-gdb: \ + configure-gdb @: $(MAKE); $(unstage) @[ -f ./gdb/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -38201,348 +34360,318 @@ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in gdb" ; \ + echo "Doing html in gdb" ; \ (cd $(HOST_SUBDIR)/gdb && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + html) \ || exit 1 @endif gdb +.PHONY: maybe-TAGS-gdb TAGS-gdb +maybe-TAGS-gdb: +@if gdb +maybe-TAGS-gdb: TAGS-gdb - -.PHONY: configure-expect maybe-configure-expect -maybe-configure-expect: -@if gcc-bootstrap -configure-expect: stage_current -@endif gcc-bootstrap -@if expect -maybe-configure-expect: configure-expect -configure-expect: +TAGS-gdb: \ + configure-gdb @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./gdb/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/expect/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/expect ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/expect; \ - cd "$(HOST_SUBDIR)/expect" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/expect/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/expect"; \ - libsrcdir="$$s/expect"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in gdb" ; \ + (cd $(HOST_SUBDIR)/gdb && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ || exit 1 -@endif expect +@endif gdb +.PHONY: maybe-install-info-gdb install-info-gdb +maybe-install-info-gdb: +@if gdb +maybe-install-info-gdb: install-info-gdb - - -.PHONY: all-expect maybe-all-expect -maybe-all-expect: -@if gcc-bootstrap -all-expect: stage_current -@endif gcc-bootstrap -@if expect -TARGET-expect=all -maybe-all-expect: all-expect -all-expect: configure-expect +install-info-gdb: \ + configure-gdb \ + info-gdb @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./gdb/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/expect && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS) \ - $(TARGET-expect)) -@endif expect + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in gdb" ; \ + (cd $(HOST_SUBDIR)/gdb && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 +@endif gdb +.PHONY: maybe-install-html-gdb install-html-gdb +maybe-install-html-gdb: +@if gdb +maybe-install-html-gdb: install-html-gdb - -.PHONY: check-expect maybe-check-expect -maybe-check-expect: -@if expect -maybe-check-expect: check-expect - -check-expect: +install-html-gdb: \ + configure-gdb \ + html-gdb @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./gdb/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/expect && \ - $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-html in gdb" ; \ + (cd $(HOST_SUBDIR)/gdb && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 -@endif expect +@endif gdb -.PHONY: install-expect maybe-install-expect -maybe-install-expect: -@if expect -maybe-install-expect: install-expect +.PHONY: maybe-installcheck-gdb installcheck-gdb +maybe-installcheck-gdb: +@if gdb +maybe-installcheck-gdb: installcheck-gdb -install-expect: installdirs +installcheck-gdb: \ + configure-gdb @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/expect && \ - $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install) - -@endif expect - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-expect info-expect -maybe-info-expect: -@if expect -maybe-info-expect: info-expect - -info-expect: \ - configure-expect - @: $(MAKE); $(unstage) - @[ -f ./expect/Makefile ] || exit 0; \ + @[ -f ./gdb/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in expect" ; \ - (cd $(HOST_SUBDIR)/expect && \ + echo "Doing installcheck in gdb" ; \ + (cd $(HOST_SUBDIR)/gdb && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + installcheck) \ || exit 1 -@endif expect +@endif gdb -.PHONY: maybe-dvi-expect dvi-expect -maybe-dvi-expect: -@if expect -maybe-dvi-expect: dvi-expect +.PHONY: maybe-mostlyclean-gdb mostlyclean-gdb +maybe-mostlyclean-gdb: +@if gdb +maybe-mostlyclean-gdb: mostlyclean-gdb -dvi-expect: \ - configure-expect +mostlyclean-gdb: @: $(MAKE); $(unstage) - @[ -f ./expect/Makefile ] || exit 0; \ + @[ -f ./gdb/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in expect" ; \ - (cd $(HOST_SUBDIR)/expect && \ + echo "Doing mostlyclean in gdb" ; \ + (cd $(HOST_SUBDIR)/gdb && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + mostlyclean) \ || exit 1 -@endif expect +@endif gdb -.PHONY: maybe-pdf-expect pdf-expect -maybe-pdf-expect: -@if expect -maybe-pdf-expect: pdf-expect +.PHONY: maybe-clean-gdb clean-gdb +maybe-clean-gdb: +@if gdb +maybe-clean-gdb: clean-gdb -pdf-expect: \ - configure-expect +clean-gdb: @: $(MAKE); $(unstage) - @[ -f ./expect/Makefile ] || exit 0; \ + @[ -f ./gdb/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in expect" ; \ - (cd $(HOST_SUBDIR)/expect && \ + echo "Doing clean in gdb" ; \ + (cd $(HOST_SUBDIR)/gdb && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + clean) \ || exit 1 -@endif expect +@endif gdb -.PHONY: maybe-html-expect html-expect -maybe-html-expect: -@if expect -maybe-html-expect: html-expect +.PHONY: maybe-distclean-gdb distclean-gdb +maybe-distclean-gdb: +@if gdb +maybe-distclean-gdb: distclean-gdb -html-expect: \ - configure-expect - @: $(MAKE); $(unstage) - @[ -f ./expect/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ +distclean-gdb: + @: $(MAKE); $(unstage) + @[ -f ./gdb/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in expect" ; \ - (cd $(HOST_SUBDIR)/expect && \ + echo "Doing distclean in gdb" ; \ + (cd $(HOST_SUBDIR)/gdb && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + distclean) \ || exit 1 -@endif expect +@endif gdb -.PHONY: maybe-TAGS-expect TAGS-expect -maybe-TAGS-expect: -@if expect -maybe-TAGS-expect: TAGS-expect +.PHONY: maybe-maintainer-clean-gdb maintainer-clean-gdb +maybe-maintainer-clean-gdb: +@if gdb +maybe-maintainer-clean-gdb: maintainer-clean-gdb -TAGS-expect: \ - configure-expect +maintainer-clean-gdb: @: $(MAKE); $(unstage) - @[ -f ./expect/Makefile ] || exit 0; \ + @[ -f ./gdb/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in expect" ; \ - (cd $(HOST_SUBDIR)/expect && \ + echo "Doing maintainer-clean in gdb" ; \ + (cd $(HOST_SUBDIR)/gdb && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + maintainer-clean) \ || exit 1 -@endif expect +@endif gdb + + -.PHONY: maybe-install-info-expect install-info-expect -maybe-install-info-expect: +.PHONY: configure-expect maybe-configure-expect +maybe-configure-expect: +@if gcc-bootstrap +configure-expect: stage_current +@endif gcc-bootstrap @if expect -maybe-install-info-expect: install-info-expect - -install-info-expect: \ - configure-expect \ - info-expect +maybe-configure-expect: configure-expect +configure-expect: @: $(MAKE); $(unstage) - @[ -f ./expect/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/expect/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/expect ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in expect" ; \ - (cd $(HOST_SUBDIR)/expect && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + echo Configuring in $(HOST_SUBDIR)/expect; \ + cd "$(HOST_SUBDIR)/expect" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/expect/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/expect"; \ + libsrcdir="$$s/expect"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif expect + + -@endif expect + -.PHONY: maybe-install-pdf-expect install-pdf-expect -maybe-install-pdf-expect: +.PHONY: all-expect maybe-all-expect +maybe-all-expect: +@if gcc-bootstrap +all-expect: stage_current +@endif gcc-bootstrap @if expect -maybe-install-pdf-expect: install-pdf-expect - -install-pdf-expect: \ - configure-expect \ - pdf-expect +TARGET-expect=all +maybe-all-expect: all-expect +all-expect: configure-expect @: $(MAKE); $(unstage) - @[ -f ./expect/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in expect" ; \ (cd $(HOST_SUBDIR)/expect && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS) \ + $(TARGET-expect)) +@endif expect + + -@endif expect -.PHONY: maybe-install-html-expect install-html-expect -maybe-install-html-expect: +.PHONY: check-expect maybe-check-expect +maybe-check-expect: @if expect -maybe-install-html-expect: install-html-expect +maybe-check-expect: check-expect -install-html-expect: \ - configure-expect \ - html-expect +check-expect: @: $(MAKE); $(unstage) - @[ -f ./expect/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in expect" ; \ (cd $(HOST_SUBDIR)/expect && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) @endif expect -.PHONY: maybe-installcheck-expect installcheck-expect -maybe-installcheck-expect: +.PHONY: install-expect maybe-install-expect +maybe-install-expect: @if expect -maybe-installcheck-expect: installcheck-expect +maybe-install-expect: install-expect -installcheck-expect: \ - configure-expect +install-expect: installdirs @: $(MAKE); $(unstage) - @[ -f ./expect/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in expect" ; \ (cd $(HOST_SUBDIR)/expect && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install) @endif expect -.PHONY: maybe-mostlyclean-expect mostlyclean-expect -maybe-mostlyclean-expect: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-expect info-expect +maybe-info-expect: @if expect -maybe-mostlyclean-expect: mostlyclean-expect +maybe-info-expect: info-expect -mostlyclean-expect: +info-expect: \ + configure-expect @: $(MAKE); $(unstage) @[ -f ./expect/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -38551,23 +34680,24 @@ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in expect" ; \ + echo "Doing info in expect" ; \ (cd $(HOST_SUBDIR)/expect && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + info) \ || exit 1 @endif expect -.PHONY: maybe-clean-expect clean-expect -maybe-clean-expect: +.PHONY: maybe-dvi-expect dvi-expect +maybe-dvi-expect: @if expect -maybe-clean-expect: clean-expect +maybe-dvi-expect: dvi-expect -clean-expect: +dvi-expect: \ + configure-expect @: $(MAKE); $(unstage) @[ -f ./expect/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -38576,23 +34706,24 @@ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in expect" ; \ + echo "Doing dvi in expect" ; \ (cd $(HOST_SUBDIR)/expect && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ - || exit 1 - -@endif expect - -.PHONY: maybe-distclean-expect distclean-expect -maybe-distclean-expect: + dvi) \ + || exit 1 + +@endif expect + +.PHONY: maybe-html-expect html-expect +maybe-html-expect: @if expect -maybe-distclean-expect: distclean-expect +maybe-html-expect: html-expect -distclean-expect: +html-expect: \ + configure-expect @: $(MAKE); $(unstage) @[ -f ./expect/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -38601,23 +34732,24 @@ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in expect" ; \ + echo "Doing html in expect" ; \ (cd $(HOST_SUBDIR)/expect && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + html) \ || exit 1 @endif expect -.PHONY: maybe-maintainer-clean-expect maintainer-clean-expect -maybe-maintainer-clean-expect: +.PHONY: maybe-TAGS-expect TAGS-expect +maybe-TAGS-expect: @if expect -maybe-maintainer-clean-expect: maintainer-clean-expect +maybe-TAGS-expect: TAGS-expect -maintainer-clean-expect: +TAGS-expect: \ + configure-expect @: $(MAKE); $(unstage) @[ -f ./expect/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -38626,348 +34758,292 @@ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in expect" ; \ + echo "Doing TAGS in expect" ; \ (cd $(HOST_SUBDIR)/expect && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + TAGS) \ || exit 1 @endif expect +.PHONY: maybe-install-info-expect install-info-expect +maybe-install-info-expect: +@if expect +maybe-install-info-expect: install-info-expect - -.PHONY: configure-guile maybe-configure-guile -maybe-configure-guile: -@if gcc-bootstrap -configure-guile: stage_current -@endif gcc-bootstrap -@if guile -maybe-configure-guile: configure-guile -configure-guile: +install-info-expect: \ + configure-expect \ + info-expect @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./expect/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/guile/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/guile ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/guile; \ - cd "$(HOST_SUBDIR)/guile" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/guile/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/guile"; \ - libsrcdir="$$s/guile"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in expect" ; \ + (cd $(HOST_SUBDIR)/expect && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ || exit 1 -@endif guile +@endif expect +.PHONY: maybe-install-html-expect install-html-expect +maybe-install-html-expect: +@if expect +maybe-install-html-expect: install-html-expect - - -.PHONY: all-guile maybe-all-guile -maybe-all-guile: -@if gcc-bootstrap -all-guile: stage_current -@endif gcc-bootstrap -@if guile -TARGET-guile=all -maybe-all-guile: all-guile -all-guile: configure-guile +install-html-expect: \ + configure-expect \ + html-expect @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./expect/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/guile && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS) \ - $(TARGET-guile)) -@endif guile + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-html in expect" ; \ + (cd $(HOST_SUBDIR)/expect && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 +@endif expect +.PHONY: maybe-installcheck-expect installcheck-expect +maybe-installcheck-expect: +@if expect +maybe-installcheck-expect: installcheck-expect - -.PHONY: check-guile maybe-check-guile -maybe-check-guile: -@if guile -maybe-check-guile: check-guile - -check-guile: +installcheck-expect: \ + configure-expect @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/guile && \ - $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) - -@endif guile - -.PHONY: install-guile maybe-install-guile -maybe-install-guile: -@if guile -maybe-install-guile: install-guile - -install-guile: installdirs - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/guile && \ - $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install) - -@endif guile - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-guile info-guile -maybe-info-guile: -@if guile -maybe-info-guile: info-guile - -info-guile: \ - configure-guile - @: $(MAKE); $(unstage) - @[ -f ./guile/Makefile ] || exit 0; \ + @[ -f ./expect/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in guile" ; \ - (cd $(HOST_SUBDIR)/guile && \ + echo "Doing installcheck in expect" ; \ + (cd $(HOST_SUBDIR)/expect && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ + installcheck) \ || exit 1 -@endif guile +@endif expect -.PHONY: maybe-dvi-guile dvi-guile -maybe-dvi-guile: -@if guile -maybe-dvi-guile: dvi-guile +.PHONY: maybe-mostlyclean-expect mostlyclean-expect +maybe-mostlyclean-expect: +@if expect +maybe-mostlyclean-expect: mostlyclean-expect -dvi-guile: \ - configure-guile +mostlyclean-expect: @: $(MAKE); $(unstage) - @[ -f ./guile/Makefile ] || exit 0; \ + @[ -f ./expect/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in guile" ; \ - (cd $(HOST_SUBDIR)/guile && \ + echo "Doing mostlyclean in expect" ; \ + (cd $(HOST_SUBDIR)/expect && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + mostlyclean) \ || exit 1 -@endif guile +@endif expect -.PHONY: maybe-pdf-guile pdf-guile -maybe-pdf-guile: -@if guile -maybe-pdf-guile: pdf-guile +.PHONY: maybe-clean-expect clean-expect +maybe-clean-expect: +@if expect +maybe-clean-expect: clean-expect -pdf-guile: \ - configure-guile +clean-expect: @: $(MAKE); $(unstage) - @[ -f ./guile/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + @[ -f ./expect/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in guile" ; \ - (cd $(HOST_SUBDIR)/guile && \ + echo "Doing clean in expect" ; \ + (cd $(HOST_SUBDIR)/expect && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + clean) \ || exit 1 -@endif guile +@endif expect -.PHONY: maybe-html-guile html-guile -maybe-html-guile: -@if guile -maybe-html-guile: html-guile +.PHONY: maybe-distclean-expect distclean-expect +maybe-distclean-expect: +@if expect +maybe-distclean-expect: distclean-expect -html-guile: \ - configure-guile +distclean-expect: @: $(MAKE); $(unstage) - @[ -f ./guile/Makefile ] || exit 0; \ + @[ -f ./expect/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in guile" ; \ - (cd $(HOST_SUBDIR)/guile && \ + echo "Doing distclean in expect" ; \ + (cd $(HOST_SUBDIR)/expect && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + distclean) \ || exit 1 -@endif guile +@endif expect -.PHONY: maybe-TAGS-guile TAGS-guile -maybe-TAGS-guile: -@if guile -maybe-TAGS-guile: TAGS-guile +.PHONY: maybe-maintainer-clean-expect maintainer-clean-expect +maybe-maintainer-clean-expect: +@if expect +maybe-maintainer-clean-expect: maintainer-clean-expect -TAGS-guile: \ - configure-guile +maintainer-clean-expect: @: $(MAKE); $(unstage) - @[ -f ./guile/Makefile ] || exit 0; \ + @[ -f ./expect/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing TAGS in guile" ; \ - (cd $(HOST_SUBDIR)/guile && \ + echo "Doing maintainer-clean in expect" ; \ + (cd $(HOST_SUBDIR)/expect && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + maintainer-clean) \ || exit 1 -@endif guile +@endif expect + + -.PHONY: maybe-install-info-guile install-info-guile -maybe-install-info-guile: +.PHONY: configure-guile maybe-configure-guile +maybe-configure-guile: +@if gcc-bootstrap +configure-guile: stage_current +@endif gcc-bootstrap @if guile -maybe-install-info-guile: install-info-guile - -install-info-guile: \ - configure-guile \ - info-guile +maybe-configure-guile: configure-guile +configure-guile: @: $(MAKE); $(unstage) - @[ -f ./guile/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/guile/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/guile ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in guile" ; \ - (cd $(HOST_SUBDIR)/guile && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + echo Configuring in $(HOST_SUBDIR)/guile; \ + cd "$(HOST_SUBDIR)/guile" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/guile/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/guile"; \ + libsrcdir="$$s/guile"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif guile + + -@endif guile + -.PHONY: maybe-install-pdf-guile install-pdf-guile -maybe-install-pdf-guile: +.PHONY: all-guile maybe-all-guile +maybe-all-guile: +@if gcc-bootstrap +all-guile: stage_current +@endif gcc-bootstrap @if guile -maybe-install-pdf-guile: install-pdf-guile - -install-pdf-guile: \ - configure-guile \ - pdf-guile +TARGET-guile=all +maybe-all-guile: all-guile +all-guile: configure-guile @: $(MAKE); $(unstage) - @[ -f ./guile/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in guile" ; \ (cd $(HOST_SUBDIR)/guile && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS) \ + $(TARGET-guile)) +@endif guile + + -@endif guile -.PHONY: maybe-install-html-guile install-html-guile -maybe-install-html-guile: +.PHONY: check-guile maybe-check-guile +maybe-check-guile: @if guile -maybe-install-html-guile: install-html-guile +maybe-check-guile: check-guile -install-html-guile: \ - configure-guile \ - html-guile +check-guile: @: $(MAKE); $(unstage) - @[ -f ./guile/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in guile" ; \ (cd $(HOST_SUBDIR)/guile && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) @endif guile -.PHONY: maybe-installcheck-guile installcheck-guile -maybe-installcheck-guile: +.PHONY: install-guile maybe-install-guile +maybe-install-guile: @if guile -maybe-installcheck-guile: installcheck-guile +maybe-install-guile: install-guile -installcheck-guile: \ - configure-guile +install-guile: installdirs @: $(MAKE); $(unstage) - @[ -f ./guile/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in guile" ; \ (cd $(HOST_SUBDIR)/guile && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install) @endif guile -.PHONY: maybe-mostlyclean-guile mostlyclean-guile -maybe-mostlyclean-guile: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-guile info-guile +maybe-info-guile: @if guile -maybe-mostlyclean-guile: mostlyclean-guile +maybe-info-guile: info-guile -mostlyclean-guile: +info-guile: \ + configure-guile @: $(MAKE); $(unstage) @[ -f ./guile/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -38976,23 +35052,24 @@ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing mostlyclean in guile" ; \ + echo "Doing info in guile" ; \ (cd $(HOST_SUBDIR)/guile && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ - || exit 1 - -@endif guile - -.PHONY: maybe-clean-guile clean-guile -maybe-clean-guile: + info) \ + || exit 1 + +@endif guile + +.PHONY: maybe-dvi-guile dvi-guile +maybe-dvi-guile: @if guile -maybe-clean-guile: clean-guile +maybe-dvi-guile: dvi-guile -clean-guile: +dvi-guile: \ + configure-guile @: $(MAKE); $(unstage) @[ -f ./guile/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -39001,23 +35078,24 @@ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing clean in guile" ; \ + echo "Doing dvi in guile" ; \ (cd $(HOST_SUBDIR)/guile && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + dvi) \ || exit 1 @endif guile -.PHONY: maybe-distclean-guile distclean-guile -maybe-distclean-guile: +.PHONY: maybe-html-guile html-guile +maybe-html-guile: @if guile -maybe-distclean-guile: distclean-guile +maybe-html-guile: html-guile -distclean-guile: +html-guile: \ + configure-guile @: $(MAKE); $(unstage) @[ -f ./guile/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -39026,23 +35104,24 @@ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing distclean in guile" ; \ + echo "Doing html in guile" ; \ (cd $(HOST_SUBDIR)/guile && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + html) \ || exit 1 @endif guile -.PHONY: maybe-maintainer-clean-guile maintainer-clean-guile -maybe-maintainer-clean-guile: +.PHONY: maybe-TAGS-guile TAGS-guile +maybe-TAGS-guile: @if guile -maybe-maintainer-clean-guile: maintainer-clean-guile +maybe-TAGS-guile: TAGS-guile -maintainer-clean-guile: +TAGS-guile: \ + configure-guile @: $(MAKE); $(unstage) @[ -f ./guile/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ @@ -39051,322 +35130,291 @@ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing maintainer-clean in guile" ; \ + echo "Doing TAGS in guile" ; \ (cd $(HOST_SUBDIR)/guile && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + TAGS) \ || exit 1 @endif guile +.PHONY: maybe-install-info-guile install-info-guile +maybe-install-info-guile: +@if guile +maybe-install-info-guile: install-info-guile - -.PHONY: configure-tk maybe-configure-tk -maybe-configure-tk: -@if gcc-bootstrap -configure-tk: stage_current -@endif gcc-bootstrap -@if tk -maybe-configure-tk: configure-tk -configure-tk: +install-info-guile: \ + configure-guile \ + info-guile @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./guile/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f $(HOST_SUBDIR)/tk/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/tk ; \ $(HOST_EXPORTS) \ - echo Configuring in $(HOST_SUBDIR)/tk; \ - cd "$(HOST_SUBDIR)/tk" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(HOST_SUBDIR)/tk/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/tk"; \ - libsrcdir="$$s/tk"; \ - $(SHELL) $${libsrcdir}/configure \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in guile" ; \ + (cd $(HOST_SUBDIR)/guile && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ || exit 1 -@endif tk +@endif guile +.PHONY: maybe-install-html-guile install-html-guile +maybe-install-html-guile: +@if guile +maybe-install-html-guile: install-html-guile - - -.PHONY: all-tk maybe-all-tk -maybe-all-tk: -@if gcc-bootstrap -all-tk: stage_current -@endif gcc-bootstrap -@if tk -TARGET-tk=all -maybe-all-tk: all-tk -all-tk: configure-tk +install-html-guile: \ + configure-guile \ + html-guile @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./guile/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/tk && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS) \ - $(TARGET-tk)) -@endif tk + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-html in guile" ; \ + (cd $(HOST_SUBDIR)/guile && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 +@endif guile +.PHONY: maybe-installcheck-guile installcheck-guile +maybe-installcheck-guile: +@if guile +maybe-installcheck-guile: installcheck-guile - -.PHONY: check-tk maybe-check-tk -maybe-check-tk: -@if tk -maybe-check-tk: check-tk - -check-tk: +installcheck-guile: \ + configure-guile @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ + @[ -f ./guile/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/tk && \ - $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing installcheck in guile" ; \ + (cd $(HOST_SUBDIR)/guile && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + installcheck) \ + || exit 1 -@endif tk +@endif guile -.PHONY: install-tk maybe-install-tk -maybe-install-tk: -@if tk -maybe-install-tk: install-tk +.PHONY: maybe-mostlyclean-guile mostlyclean-guile +maybe-mostlyclean-guile: +@if guile +maybe-mostlyclean-guile: mostlyclean-guile -install-tk: installdirs +mostlyclean-guile: @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - (cd $(HOST_SUBDIR)/tk && \ - $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install) - -@endif tk - -# Other targets (info, dvi, pdf, etc.) - -.PHONY: maybe-info-tk info-tk -maybe-info-tk: -@if tk -maybe-info-tk: info-tk - -info-tk: \ - configure-tk - @: $(MAKE); $(unstage) - @[ -f ./tk/Makefile ] || exit 0; \ + @[ -f ./guile/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing info in tk" ; \ - (cd $(HOST_SUBDIR)/tk && \ + echo "Doing mostlyclean in guile" ; \ + (cd $(HOST_SUBDIR)/guile && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - info) \ - || exit 1 - -@endif tk - -.PHONY: maybe-dvi-tk dvi-tk -maybe-dvi-tk: -@if tk -maybe-dvi-tk: dvi-tk + mostlyclean) \ + || exit 1 + +@endif guile + +.PHONY: maybe-clean-guile clean-guile +maybe-clean-guile: +@if guile +maybe-clean-guile: clean-guile -dvi-tk: \ - configure-tk +clean-guile: @: $(MAKE); $(unstage) - @[ -f ./tk/Makefile ] || exit 0; \ + @[ -f ./guile/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing dvi in tk" ; \ - (cd $(HOST_SUBDIR)/tk && \ + echo "Doing clean in guile" ; \ + (cd $(HOST_SUBDIR)/guile && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - dvi) \ + clean) \ || exit 1 -@endif tk +@endif guile -.PHONY: maybe-pdf-tk pdf-tk -maybe-pdf-tk: -@if tk -maybe-pdf-tk: pdf-tk +.PHONY: maybe-distclean-guile distclean-guile +maybe-distclean-guile: +@if guile +maybe-distclean-guile: distclean-guile -pdf-tk: \ - configure-tk +distclean-guile: @: $(MAKE); $(unstage) - @[ -f ./tk/Makefile ] || exit 0; \ + @[ -f ./guile/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing pdf in tk" ; \ - (cd $(HOST_SUBDIR)/tk && \ + echo "Doing distclean in guile" ; \ + (cd $(HOST_SUBDIR)/guile && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ + distclean) \ || exit 1 -@endif tk +@endif guile -.PHONY: maybe-html-tk html-tk -maybe-html-tk: -@if tk -maybe-html-tk: html-tk +.PHONY: maybe-maintainer-clean-guile maintainer-clean-guile +maybe-maintainer-clean-guile: +@if guile +maybe-maintainer-clean-guile: maintainer-clean-guile -html-tk: \ - configure-tk +maintainer-clean-guile: @: $(MAKE); $(unstage) - @[ -f ./tk/Makefile ] || exit 0; \ + @[ -f ./guile/Makefile ] || exit 0; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ - echo "Doing html in tk" ; \ - (cd $(HOST_SUBDIR)/tk && \ + echo "Doing maintainer-clean in guile" ; \ + (cd $(HOST_SUBDIR)/guile && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ + maintainer-clean) \ || exit 1 -@endif tk +@endif guile + + -.PHONY: maybe-TAGS-tk TAGS-tk -maybe-TAGS-tk: +.PHONY: configure-tk maybe-configure-tk +maybe-configure-tk: +@if gcc-bootstrap +configure-tk: stage_current +@endif gcc-bootstrap @if tk -maybe-TAGS-tk: TAGS-tk - -TAGS-tk: \ - configure-tk +maybe-configure-tk: configure-tk +configure-tk: @: $(MAKE); $(unstage) - @[ -f ./tk/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + test ! -f $(HOST_SUBDIR)/tk/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/tk ; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in tk" ; \ - (cd $(HOST_SUBDIR)/tk && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ + echo Configuring in $(HOST_SUBDIR)/tk; \ + cd "$(HOST_SUBDIR)/tk" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(HOST_SUBDIR)/tk/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/tk"; \ + libsrcdir="$$s/tk"; \ + $(SHELL) $${libsrcdir}/configure \ + $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ + --target=${target_alias} $${srcdiroption} \ || exit 1 +@endif tk + + + -@endif tk -.PHONY: maybe-install-info-tk install-info-tk -maybe-install-info-tk: +.PHONY: all-tk maybe-all-tk +maybe-all-tk: +@if gcc-bootstrap +all-tk: stage_current +@endif gcc-bootstrap @if tk -maybe-install-info-tk: install-info-tk - -install-info-tk: \ - configure-tk \ - info-tk +TARGET-tk=all +maybe-all-tk: all-tk +all-tk: configure-tk @: $(MAKE); $(unstage) - @[ -f ./tk/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in tk" ; \ (cd $(HOST_SUBDIR)/tk && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 + $(MAKE) $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS) \ + $(TARGET-tk)) +@endif tk + + -@endif tk -.PHONY: maybe-install-pdf-tk install-pdf-tk -maybe-install-pdf-tk: +.PHONY: check-tk maybe-check-tk +maybe-check-tk: @if tk -maybe-install-pdf-tk: install-pdf-tk +maybe-check-tk: check-tk -install-pdf-tk: \ - configure-tk \ - pdf-tk +check-tk: @: $(MAKE); $(unstage) - @[ -f ./tk/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in tk" ; \ (cd $(HOST_SUBDIR)/tk && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) @endif tk -.PHONY: maybe-install-html-tk install-html-tk -maybe-install-html-tk: +.PHONY: install-tk maybe-install-tk +maybe-install-tk: @if tk -maybe-install-html-tk: install-html-tk +maybe-install-tk: install-tk -install-html-tk: \ - configure-tk \ - html-tk +install-tk: installdirs @: $(MAKE); $(unstage) - @[ -f ./tk/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ + @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in tk" ; \ (cd $(HOST_SUBDIR)/tk && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 + $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install) @endif tk -.PHONY: maybe-installcheck-tk installcheck-tk -maybe-installcheck-tk: +# Other targets (info, dvi, pdf, etc.) + +.PHONY: maybe-info-tk info-tk +maybe-info-tk: @if tk -maybe-installcheck-tk: installcheck-tk +maybe-info-tk: info-tk -installcheck-tk: \ +info-tk: \ configure-tk @: $(MAKE); $(unstage) @[ -f ./tk/Makefile ] || exit 0; \ @@ -39376,6 +35424,164 @@ for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ + echo "Doing info in tk" ; \ + (cd $(HOST_SUBDIR)/tk && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + info) \ + || exit 1 + +@endif tk + +.PHONY: maybe-dvi-tk dvi-tk +maybe-dvi-tk: +@if tk +maybe-dvi-tk: dvi-tk + +dvi-tk: \ + configure-tk + @: $(MAKE); $(unstage) + @[ -f ./tk/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing dvi in tk" ; \ + (cd $(HOST_SUBDIR)/tk && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + dvi) \ + || exit 1 + +@endif tk + +.PHONY: maybe-html-tk html-tk +maybe-html-tk: +@if tk +maybe-html-tk: html-tk + +html-tk: \ + configure-tk + @: $(MAKE); $(unstage) + @[ -f ./tk/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in tk" ; \ + (cd $(HOST_SUBDIR)/tk && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ + || exit 1 + +@endif tk + +.PHONY: maybe-TAGS-tk TAGS-tk +maybe-TAGS-tk: +@if tk +maybe-TAGS-tk: TAGS-tk + +TAGS-tk: \ + configure-tk + @: $(MAKE); $(unstage) + @[ -f ./tk/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in tk" ; \ + (cd $(HOST_SUBDIR)/tk && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ + || exit 1 + +@endif tk + +.PHONY: maybe-install-info-tk install-info-tk +maybe-install-info-tk: +@if tk +maybe-install-info-tk: install-info-tk + +install-info-tk: \ + configure-tk \ + info-tk + @: $(MAKE); $(unstage) + @[ -f ./tk/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in tk" ; \ + (cd $(HOST_SUBDIR)/tk && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 + +@endif tk + +.PHONY: maybe-install-html-tk install-html-tk +maybe-install-html-tk: +@if tk +maybe-install-html-tk: install-html-tk + +install-html-tk: \ + configure-tk \ + html-tk + @: $(MAKE); $(unstage) + @[ -f ./tk/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-html in tk" ; \ + (cd $(HOST_SUBDIR)/tk && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 + +@endif tk + +.PHONY: maybe-installcheck-tk installcheck-tk +maybe-installcheck-tk: +@if tk +maybe-installcheck-tk: installcheck-tk + +installcheck-tk: \ + configure-tk + @: $(MAKE); $(unstage) + @[ -f ./tk/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) $(X11_FLAGS_TO_PASS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ echo "Doing installcheck in tk" ; \ (cd $(HOST_SUBDIR)/tk && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ @@ -39621,154 +35827,101 @@ @endif libtermcap -.PHONY: maybe-pdf-libtermcap pdf-libtermcap -maybe-pdf-libtermcap: -@if libtermcap -maybe-pdf-libtermcap: pdf-libtermcap - -pdf-libtermcap: \ - configure-libtermcap - @: $(MAKE); $(unstage) - @[ -f ./libtermcap/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in libtermcap" ; \ - (cd $(HOST_SUBDIR)/libtermcap && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif libtermcap - -.PHONY: maybe-html-libtermcap html-libtermcap -maybe-html-libtermcap: -@if libtermcap -maybe-html-libtermcap: html-libtermcap - -html-libtermcap: \ - configure-libtermcap - @: $(MAKE); $(unstage) - @[ -f ./libtermcap/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in libtermcap" ; \ - (cd $(HOST_SUBDIR)/libtermcap && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 - -@endif libtermcap - -.PHONY: maybe-TAGS-libtermcap TAGS-libtermcap -maybe-TAGS-libtermcap: -@if libtermcap -maybe-TAGS-libtermcap: TAGS-libtermcap - -TAGS-libtermcap: \ - configure-libtermcap - @: $(MAKE); $(unstage) - @[ -f ./libtermcap/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in libtermcap" ; \ - (cd $(HOST_SUBDIR)/libtermcap && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 - -@endif libtermcap - -.PHONY: maybe-install-info-libtermcap install-info-libtermcap -maybe-install-info-libtermcap: -@if libtermcap -maybe-install-info-libtermcap: install-info-libtermcap - -install-info-libtermcap: \ - configure-libtermcap \ - info-libtermcap - @: $(MAKE); $(unstage) - @[ -f ./libtermcap/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in libtermcap" ; \ - (cd $(HOST_SUBDIR)/libtermcap && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 - -@endif libtermcap - -.PHONY: maybe-install-pdf-libtermcap install-pdf-libtermcap -maybe-install-pdf-libtermcap: -@if libtermcap -maybe-install-pdf-libtermcap: install-pdf-libtermcap - -install-pdf-libtermcap: \ - configure-libtermcap \ - pdf-libtermcap - @: $(MAKE); $(unstage) - @[ -f ./libtermcap/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in libtermcap" ; \ - (cd $(HOST_SUBDIR)/libtermcap && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif libtermcap - -.PHONY: maybe-install-html-libtermcap install-html-libtermcap -maybe-install-html-libtermcap: -@if libtermcap -maybe-install-html-libtermcap: install-html-libtermcap - -install-html-libtermcap: \ - configure-libtermcap \ - html-libtermcap - @: $(MAKE); $(unstage) - @[ -f ./libtermcap/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ +.PHONY: maybe-html-libtermcap html-libtermcap +maybe-html-libtermcap: +@if libtermcap +maybe-html-libtermcap: html-libtermcap + +html-libtermcap: \ + configure-libtermcap + @: $(MAKE); $(unstage) + @[ -f ./libtermcap/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in libtermcap" ; \ + (cd $(HOST_SUBDIR)/libtermcap && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ + || exit 1 + +@endif libtermcap + +.PHONY: maybe-TAGS-libtermcap TAGS-libtermcap +maybe-TAGS-libtermcap: +@if libtermcap +maybe-TAGS-libtermcap: TAGS-libtermcap + +TAGS-libtermcap: \ + configure-libtermcap + @: $(MAKE); $(unstage) + @[ -f ./libtermcap/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in libtermcap" ; \ + (cd $(HOST_SUBDIR)/libtermcap && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ + || exit 1 + +@endif libtermcap + +.PHONY: maybe-install-info-libtermcap install-info-libtermcap +maybe-install-info-libtermcap: +@if libtermcap +maybe-install-info-libtermcap: install-info-libtermcap + +install-info-libtermcap: \ + configure-libtermcap \ + info-libtermcap + @: $(MAKE); $(unstage) + @[ -f ./libtermcap/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in libtermcap" ; \ + (cd $(HOST_SUBDIR)/libtermcap && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 + +@endif libtermcap + +.PHONY: maybe-install-html-libtermcap install-html-libtermcap +maybe-install-html-libtermcap: +@if libtermcap +maybe-install-html-libtermcap: install-html-libtermcap + +install-html-libtermcap: \ + configure-libtermcap \ + html-libtermcap + @: $(MAKE); $(unstage) + @[ -f ./libtermcap/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ echo "Doing install-html in libtermcap" ; \ (cd $(HOST_SUBDIR)/libtermcap && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ @@ -39980,191 +36133,138 @@ @endif utils -.PHONY: maybe-pdf-utils pdf-utils -maybe-pdf-utils: -@if utils -maybe-pdf-utils: pdf-utils - -pdf-utils: \ - configure-utils - @: $(MAKE); $(unstage) - @[ -f ./utils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in utils" ; \ - (cd $(HOST_SUBDIR)/utils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif utils - -.PHONY: maybe-html-utils html-utils -maybe-html-utils: -@if utils -maybe-html-utils: html-utils - -html-utils: \ - configure-utils - @: $(MAKE); $(unstage) - @[ -f ./utils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing html in utils" ; \ - (cd $(HOST_SUBDIR)/utils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 - -@endif utils - -.PHONY: maybe-TAGS-utils TAGS-utils -maybe-TAGS-utils: -@if utils -maybe-TAGS-utils: TAGS-utils - -TAGS-utils: \ - configure-utils - @: $(MAKE); $(unstage) - @[ -f ./utils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing TAGS in utils" ; \ - (cd $(HOST_SUBDIR)/utils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 - -@endif utils - -.PHONY: maybe-install-info-utils install-info-utils -maybe-install-info-utils: -@if utils -maybe-install-info-utils: install-info-utils - -install-info-utils: \ - configure-utils \ - info-utils - @: $(MAKE); $(unstage) - @[ -f ./utils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-info in utils" ; \ - (cd $(HOST_SUBDIR)/utils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 - -@endif utils - -.PHONY: maybe-install-pdf-utils install-pdf-utils -maybe-install-pdf-utils: -@if utils -maybe-install-pdf-utils: install-pdf-utils - -install-pdf-utils: \ - configure-utils \ - pdf-utils - @: $(MAKE); $(unstage) - @[ -f ./utils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in utils" ; \ - (cd $(HOST_SUBDIR)/utils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif utils - -.PHONY: maybe-install-html-utils install-html-utils -maybe-install-html-utils: -@if utils -maybe-install-html-utils: install-html-utils - -install-html-utils: \ - configure-utils \ - html-utils - @: $(MAKE); $(unstage) - @[ -f ./utils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-html in utils" ; \ - (cd $(HOST_SUBDIR)/utils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 - -@endif utils - -.PHONY: maybe-installcheck-utils installcheck-utils -maybe-installcheck-utils: -@if utils -maybe-installcheck-utils: installcheck-utils - -installcheck-utils: \ - configure-utils - @: $(MAKE); $(unstage) - @[ -f ./utils/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing installcheck in utils" ; \ - (cd $(HOST_SUBDIR)/utils && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ - || exit 1 - -@endif utils +.PHONY: maybe-html-utils html-utils +maybe-html-utils: +@if utils +maybe-html-utils: html-utils + +html-utils: \ + configure-utils + @: $(MAKE); $(unstage) + @[ -f ./utils/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing html in utils" ; \ + (cd $(HOST_SUBDIR)/utils && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ + || exit 1 + +@endif utils + +.PHONY: maybe-TAGS-utils TAGS-utils +maybe-TAGS-utils: +@if utils +maybe-TAGS-utils: TAGS-utils + +TAGS-utils: \ + configure-utils + @: $(MAKE); $(unstage) + @[ -f ./utils/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing TAGS in utils" ; \ + (cd $(HOST_SUBDIR)/utils && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + TAGS) \ + || exit 1 + +@endif utils + +.PHONY: maybe-install-info-utils install-info-utils +maybe-install-info-utils: +@if utils +maybe-install-info-utils: install-info-utils + +install-info-utils: \ + configure-utils \ + info-utils + @: $(MAKE); $(unstage) + @[ -f ./utils/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-info in utils" ; \ + (cd $(HOST_SUBDIR)/utils && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-info) \ + || exit 1 + +@endif utils + +.PHONY: maybe-install-html-utils install-html-utils +maybe-install-html-utils: +@if utils +maybe-install-html-utils: install-html-utils +install-html-utils: \ + configure-utils \ + html-utils + @: $(MAKE); $(unstage) + @[ -f ./utils/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing install-html in utils" ; \ + (cd $(HOST_SUBDIR)/utils && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + install-html) \ + || exit 1 + +@endif utils + +.PHONY: maybe-installcheck-utils installcheck-utils +maybe-installcheck-utils: +@if utils +maybe-installcheck-utils: installcheck-utils + +installcheck-utils: \ + configure-utils + @: $(MAKE); $(unstage) + @[ -f ./utils/Makefile ] || exit 0; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(HOST_EXPORTS) \ + for flag in $(EXTRA_HOST_FLAGS) ; do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + echo "Doing installcheck in utils" ; \ + (cd $(HOST_SUBDIR)/utils && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + installcheck) \ + || exit 1 + +@endif utils + .PHONY: maybe-mostlyclean-utils mostlyclean-utils maybe-mostlyclean-utils: @if utils @@ -40405,32 +36505,6 @@ @endif gnattools -.PHONY: maybe-pdf-gnattools pdf-gnattools -maybe-pdf-gnattools: -@if gnattools -maybe-pdf-gnattools: pdf-gnattools - -pdf-gnattools: \ - configure-gnattools - @: $(MAKE); $(unstage) - @[ -f ./gnattools/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing pdf in gnattools" ; \ - (cd $(HOST_SUBDIR)/gnattools && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif gnattools - .PHONY: maybe-html-gnattools html-gnattools maybe-html-gnattools: @if gnattools @@ -40510,33 +36584,6 @@ @endif gnattools -.PHONY: maybe-install-pdf-gnattools install-pdf-gnattools -maybe-install-pdf-gnattools: -@if gnattools -maybe-install-pdf-gnattools: install-pdf-gnattools - -install-pdf-gnattools: \ - configure-gnattools \ - pdf-gnattools - @: $(MAKE); $(unstage) - @[ -f ./gnattools/Makefile ] || exit 0; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(HOST_EXPORTS) \ - for flag in $(EXTRA_HOST_FLAGS) ; do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - echo "Doing install-pdf in gnattools" ; \ - (cd $(HOST_SUBDIR)/gnattools && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif gnattools - .PHONY: maybe-install-html-gnattools install-html-gnattools maybe-install-html-gnattools: @if gnattools @@ -40852,125 +36899,72 @@ @endif target-libstdc++-v3 -.PHONY: maybe-pdf-target-libstdc++-v3 pdf-target-libstdc++-v3 -maybe-pdf-target-libstdc++-v3: -@if target-libstdc++-v3 -maybe-pdf-target-libstdc++-v3: pdf-target-libstdc++-v3 - -pdf-target-libstdc++-v3: \ - configure-target-libstdc++-v3 - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(RAW_CXX_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libstdc++-v3" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libstdc++-v3 && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libstdc++-v3 - -.PHONY: maybe-html-target-libstdc++-v3 html-target-libstdc++-v3 -maybe-html-target-libstdc++-v3: -@if target-libstdc++-v3 -maybe-html-target-libstdc++-v3: html-target-libstdc++-v3 - -html-target-libstdc++-v3: \ - configure-target-libstdc++-v3 - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(RAW_CXX_TARGET_EXPORTS) \ - echo "Doing html in $(TARGET_SUBDIR)/libstdc++-v3" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libstdc++-v3 && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 - -@endif target-libstdc++-v3 - -.PHONY: maybe-TAGS-target-libstdc++-v3 TAGS-target-libstdc++-v3 -maybe-TAGS-target-libstdc++-v3: -@if target-libstdc++-v3 -maybe-TAGS-target-libstdc++-v3: TAGS-target-libstdc++-v3 - -TAGS-target-libstdc++-v3: \ - configure-target-libstdc++-v3 - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(RAW_CXX_TARGET_EXPORTS) \ - echo "Doing TAGS in $(TARGET_SUBDIR)/libstdc++-v3" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libstdc++-v3 && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 - -@endif target-libstdc++-v3 - -.PHONY: maybe-install-info-target-libstdc++-v3 install-info-target-libstdc++-v3 -maybe-install-info-target-libstdc++-v3: -@if target-libstdc++-v3 -maybe-install-info-target-libstdc++-v3: install-info-target-libstdc++-v3 - -install-info-target-libstdc++-v3: \ - configure-target-libstdc++-v3 \ - info-target-libstdc++-v3 - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(RAW_CXX_TARGET_EXPORTS) \ - echo "Doing install-info in $(TARGET_SUBDIR)/libstdc++-v3" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ +.PHONY: maybe-html-target-libstdc++-v3 html-target-libstdc++-v3 +maybe-html-target-libstdc++-v3: +@if target-libstdc++-v3 +maybe-html-target-libstdc++-v3: html-target-libstdc++-v3 + +html-target-libstdc++-v3: \ + configure-target-libstdc++-v3 + @: $(MAKE); $(unstage) + @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(RAW_CXX_TARGET_EXPORTS) \ + echo "Doing html in $(TARGET_SUBDIR)/libstdc++-v3" ; \ + for flag in $(EXTRA_TARGET_FLAGS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + (cd $(TARGET_SUBDIR)/libstdc++-v3 && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ + || exit 1 + +@endif target-libstdc++-v3 + +.PHONY: maybe-TAGS-target-libstdc++-v3 TAGS-target-libstdc++-v3 +maybe-TAGS-target-libstdc++-v3: +@if target-libstdc++-v3 +maybe-TAGS-target-libstdc++-v3: TAGS-target-libstdc++-v3 + +TAGS-target-libstdc++-v3: \ + configure-target-libstdc++-v3 + @: $(MAKE); $(unstage) + @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(RAW_CXX_TARGET_EXPORTS) \ + echo "Doing TAGS in $(TARGET_SUBDIR)/libstdc++-v3" ; \ + for flag in $(EXTRA_TARGET_FLAGS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ (cd $(TARGET_SUBDIR)/libstdc++-v3 && \ $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + TAGS) \ || exit 1 @endif target-libstdc++-v3 -.PHONY: maybe-install-pdf-target-libstdc++-v3 install-pdf-target-libstdc++-v3 -maybe-install-pdf-target-libstdc++-v3: +.PHONY: maybe-install-info-target-libstdc++-v3 install-info-target-libstdc++-v3 +maybe-install-info-target-libstdc++-v3: @if target-libstdc++-v3 -maybe-install-pdf-target-libstdc++-v3: install-pdf-target-libstdc++-v3 +maybe-install-info-target-libstdc++-v3: install-info-target-libstdc++-v3 -install-pdf-target-libstdc++-v3: \ +install-info-target-libstdc++-v3: \ configure-target-libstdc++-v3 \ - pdf-target-libstdc++-v3 + info-target-libstdc++-v3 @: $(MAKE); $(unstage) @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(RAW_CXX_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libstdc++-v3" ; \ + echo "Doing install-info in $(TARGET_SUBDIR)/libstdc++-v3" ; \ for flag in $(EXTRA_TARGET_FLAGS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ @@ -40979,7 +36973,7 @@ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + install-info) \ || exit 1 @endif target-libstdc++-v3 @@ -41294,32 +37288,6 @@ @endif target-libmudflap -.PHONY: maybe-pdf-target-libmudflap pdf-target-libmudflap -maybe-pdf-target-libmudflap: -@if target-libmudflap -maybe-pdf-target-libmudflap: pdf-target-libmudflap - -pdf-target-libmudflap: \ - configure-target-libmudflap - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libmudflap" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libmudflap && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libmudflap - .PHONY: maybe-html-target-libmudflap html-target-libmudflap maybe-html-target-libmudflap: @if target-libmudflap @@ -41399,33 +37367,6 @@ @endif target-libmudflap -.PHONY: maybe-install-pdf-target-libmudflap install-pdf-target-libmudflap -maybe-install-pdf-target-libmudflap: -@if target-libmudflap -maybe-install-pdf-target-libmudflap: install-pdf-target-libmudflap - -install-pdf-target-libmudflap: \ - configure-target-libmudflap \ - pdf-target-libmudflap - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libmudflap" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libmudflap && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-libmudflap - .PHONY: maybe-install-html-target-libmudflap install-html-target-libmudflap maybe-install-html-target-libmudflap: @if target-libmudflap @@ -41736,32 +37677,6 @@ @endif target-libssp -.PHONY: maybe-pdf-target-libssp pdf-target-libssp -maybe-pdf-target-libssp: -@if target-libssp -maybe-pdf-target-libssp: pdf-target-libssp - -pdf-target-libssp: \ - configure-target-libssp - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libssp/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libssp" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libssp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libssp - .PHONY: maybe-html-target-libssp html-target-libssp maybe-html-target-libssp: @if target-libssp @@ -41841,33 +37756,6 @@ @endif target-libssp -.PHONY: maybe-install-pdf-target-libssp install-pdf-target-libssp -maybe-install-pdf-target-libssp: -@if target-libssp -maybe-install-pdf-target-libssp: install-pdf-target-libssp - -install-pdf-target-libssp: \ - configure-target-libssp \ - pdf-target-libssp - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libssp/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libssp" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libssp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-libssp - .PHONY: maybe-install-html-target-libssp install-html-target-libssp maybe-install-html-target-libssp: @if target-libssp @@ -42178,32 +38066,6 @@ @endif target-newlib -.PHONY: maybe-pdf-target-newlib pdf-target-newlib -maybe-pdf-target-newlib: -@if target-newlib -maybe-pdf-target-newlib: pdf-target-newlib - -pdf-target-newlib: \ - configure-target-newlib - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/newlib" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/newlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-newlib - .PHONY: maybe-html-target-newlib html-target-newlib maybe-html-target-newlib: @if target-newlib @@ -42283,33 +38145,6 @@ @endif target-newlib -.PHONY: maybe-install-pdf-target-newlib install-pdf-target-newlib -maybe-install-pdf-target-newlib: -@if target-newlib -maybe-install-pdf-target-newlib: install-pdf-target-newlib - -install-pdf-target-newlib: \ - configure-target-newlib \ - pdf-target-newlib - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/newlib" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/newlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-newlib - .PHONY: maybe-install-html-target-newlib install-html-target-newlib maybe-install-html-target-newlib: @if target-newlib @@ -43262,32 +39097,6 @@ @endif target-libgcc -.PHONY: maybe-pdf-target-libgcc pdf-target-libgcc -maybe-pdf-target-libgcc: -@if target-libgcc -maybe-pdf-target-libgcc: pdf-target-libgcc - -pdf-target-libgcc: \ - configure-target-libgcc - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libgcc/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libgcc" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libgcc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libgcc - .PHONY: maybe-html-target-libgcc html-target-libgcc maybe-html-target-libgcc: @if target-libgcc @@ -43367,33 +39176,6 @@ @endif target-libgcc -.PHONY: maybe-install-pdf-target-libgcc install-pdf-target-libgcc -maybe-install-pdf-target-libgcc: -@if target-libgcc -maybe-install-pdf-target-libgcc: install-pdf-target-libgcc - -install-pdf-target-libgcc: \ - configure-target-libgcc \ - pdf-target-libgcc - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libgcc/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libgcc" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libgcc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-libgcc - .PHONY: maybe-install-html-target-libgcc install-html-target-libgcc maybe-install-html-target-libgcc: @if target-libgcc @@ -43704,32 +39486,6 @@ @endif target-libgfortran -.PHONY: maybe-pdf-target-libgfortran pdf-target-libgfortran -maybe-pdf-target-libgfortran: -@if target-libgfortran -maybe-pdf-target-libgfortran: pdf-target-libgfortran - -pdf-target-libgfortran: \ - configure-target-libgfortran - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libgfortran" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libgfortran && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libgfortran - .PHONY: maybe-html-target-libgfortran html-target-libgfortran maybe-html-target-libgfortran: @if target-libgfortran @@ -43809,33 +39565,6 @@ @endif target-libgfortran -.PHONY: maybe-install-pdf-target-libgfortran install-pdf-target-libgfortran -maybe-install-pdf-target-libgfortran: -@if target-libgfortran -maybe-install-pdf-target-libgfortran: install-pdf-target-libgfortran - -install-pdf-target-libgfortran: \ - configure-target-libgfortran \ - pdf-target-libgfortran - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libgfortran" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libgfortran && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-libgfortran - .PHONY: maybe-install-html-target-libgfortran install-html-target-libgfortran maybe-install-html-target-libgfortran: @if target-libgfortran @@ -44146,178 +39875,19 @@ @endif target-libobjc -.PHONY: maybe-pdf-target-libobjc pdf-target-libobjc -maybe-pdf-target-libobjc: -@if target-libobjc -maybe-pdf-target-libobjc: pdf-target-libobjc - -pdf-target-libobjc: \ - configure-target-libobjc - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libobjc" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libobjc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libobjc - -.PHONY: maybe-html-target-libobjc html-target-libobjc -maybe-html-target-libobjc: -@if target-libobjc -maybe-html-target-libobjc: html-target-libobjc - -html-target-libobjc: \ - configure-target-libobjc - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing html in $(TARGET_SUBDIR)/libobjc" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libobjc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 - -@endif target-libobjc - -.PHONY: maybe-TAGS-target-libobjc TAGS-target-libobjc -maybe-TAGS-target-libobjc: -@if target-libobjc -maybe-TAGS-target-libobjc: TAGS-target-libobjc - -TAGS-target-libobjc: \ - configure-target-libobjc - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing TAGS in $(TARGET_SUBDIR)/libobjc" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libobjc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 - -@endif target-libobjc - -.PHONY: maybe-install-info-target-libobjc install-info-target-libobjc -maybe-install-info-target-libobjc: -@if target-libobjc -maybe-install-info-target-libobjc: install-info-target-libobjc - -install-info-target-libobjc: \ - configure-target-libobjc \ - info-target-libobjc - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-info in $(TARGET_SUBDIR)/libobjc" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libobjc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ - || exit 1 - -@endif target-libobjc - -.PHONY: maybe-install-pdf-target-libobjc install-pdf-target-libobjc -maybe-install-pdf-target-libobjc: -@if target-libobjc -maybe-install-pdf-target-libobjc: install-pdf-target-libobjc - -install-pdf-target-libobjc: \ - configure-target-libobjc \ - pdf-target-libobjc - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libobjc" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libobjc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-libobjc - -.PHONY: maybe-install-html-target-libobjc install-html-target-libobjc -maybe-install-html-target-libobjc: -@if target-libobjc -maybe-install-html-target-libobjc: install-html-target-libobjc - -install-html-target-libobjc: \ - configure-target-libobjc \ - html-target-libobjc - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-html in $(TARGET_SUBDIR)/libobjc" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libobjc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-html) \ - || exit 1 - -@endif target-libobjc - -.PHONY: maybe-installcheck-target-libobjc installcheck-target-libobjc -maybe-installcheck-target-libobjc: +.PHONY: maybe-html-target-libobjc html-target-libobjc +maybe-html-target-libobjc: @if target-libobjc -maybe-installcheck-target-libobjc: installcheck-target-libobjc +maybe-html-target-libobjc: html-target-libobjc -installcheck-target-libobjc: \ +html-target-libobjc: \ configure-target-libobjc @: $(MAKE); $(unstage) @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(NORMAL_TARGET_EXPORTS) \ - echo "Doing installcheck in $(TARGET_SUBDIR)/libobjc" ; \ + echo "Doing html in $(TARGET_SUBDIR)/libobjc" ; \ for flag in $(EXTRA_TARGET_FLAGS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ @@ -44326,23 +39896,24 @@ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - installcheck) \ + html) \ || exit 1 @endif target-libobjc -.PHONY: maybe-mostlyclean-target-libobjc mostlyclean-target-libobjc -maybe-mostlyclean-target-libobjc: +.PHONY: maybe-TAGS-target-libobjc TAGS-target-libobjc +maybe-TAGS-target-libobjc: @if target-libobjc -maybe-mostlyclean-target-libobjc: mostlyclean-target-libobjc +maybe-TAGS-target-libobjc: TAGS-target-libobjc -mostlyclean-target-libobjc: +TAGS-target-libobjc: \ + configure-target-libobjc @: $(MAKE); $(unstage) @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(NORMAL_TARGET_EXPORTS) \ - echo "Doing mostlyclean in $(TARGET_SUBDIR)/libobjc" ; \ + echo "Doing TAGS in $(TARGET_SUBDIR)/libobjc" ; \ for flag in $(EXTRA_TARGET_FLAGS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ @@ -44351,23 +39922,25 @@ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - mostlyclean) \ + TAGS) \ || exit 1 @endif target-libobjc -.PHONY: maybe-clean-target-libobjc clean-target-libobjc -maybe-clean-target-libobjc: +.PHONY: maybe-install-info-target-libobjc install-info-target-libobjc +maybe-install-info-target-libobjc: @if target-libobjc -maybe-clean-target-libobjc: clean-target-libobjc +maybe-install-info-target-libobjc: install-info-target-libobjc -clean-target-libobjc: +install-info-target-libobjc: \ + configure-target-libobjc \ + info-target-libobjc @: $(MAKE); $(unstage) @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(NORMAL_TARGET_EXPORTS) \ - echo "Doing clean in $(TARGET_SUBDIR)/libobjc" ; \ + echo "Doing install-info in $(TARGET_SUBDIR)/libobjc" ; \ for flag in $(EXTRA_TARGET_FLAGS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ @@ -44376,23 +39949,25 @@ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - clean) \ + install-info) \ || exit 1 @endif target-libobjc -.PHONY: maybe-distclean-target-libobjc distclean-target-libobjc -maybe-distclean-target-libobjc: +.PHONY: maybe-install-html-target-libobjc install-html-target-libobjc +maybe-install-html-target-libobjc: @if target-libobjc -maybe-distclean-target-libobjc: distclean-target-libobjc +maybe-install-html-target-libobjc: install-html-target-libobjc -distclean-target-libobjc: +install-html-target-libobjc: \ + configure-target-libobjc \ + html-target-libobjc @: $(MAKE); $(unstage) @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(NORMAL_TARGET_EXPORTS) \ - echo "Doing distclean in $(TARGET_SUBDIR)/libobjc" ; \ + echo "Doing install-html in $(TARGET_SUBDIR)/libobjc" ; \ for flag in $(EXTRA_TARGET_FLAGS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ @@ -44401,23 +39976,24 @@ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - distclean) \ + install-html) \ || exit 1 @endif target-libobjc -.PHONY: maybe-maintainer-clean-target-libobjc maintainer-clean-target-libobjc -maybe-maintainer-clean-target-libobjc: +.PHONY: maybe-installcheck-target-libobjc installcheck-target-libobjc +maybe-installcheck-target-libobjc: @if target-libobjc -maybe-maintainer-clean-target-libobjc: maintainer-clean-target-libobjc +maybe-installcheck-target-libobjc: installcheck-target-libobjc -maintainer-clean-target-libobjc: +installcheck-target-libobjc: \ + configure-target-libobjc @: $(MAKE); $(unstage) @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(NORMAL_TARGET_EXPORTS) \ - echo "Doing maintainer-clean in $(TARGET_SUBDIR)/libobjc" ; \ + echo "Doing installcheck in $(TARGET_SUBDIR)/libobjc" ; \ for flag in $(EXTRA_TARGET_FLAGS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ @@ -44426,65 +40002,165 @@ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - maintainer-clean) \ + installcheck) \ || exit 1 @endif target-libobjc - - +.PHONY: maybe-mostlyclean-target-libobjc mostlyclean-target-libobjc +maybe-mostlyclean-target-libobjc: +@if target-libobjc +maybe-mostlyclean-target-libobjc: mostlyclean-target-libobjc - -.PHONY: configure-target-libtermcap maybe-configure-target-libtermcap -maybe-configure-target-libtermcap: -@if gcc-bootstrap -configure-target-libtermcap: stage_current -@endif gcc-bootstrap -@if target-libtermcap -maybe-configure-target-libtermcap: configure-target-libtermcap -configure-target-libtermcap: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - echo "Checking multilib configuration for libtermcap..."; \ - $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/libtermcap ; \ - $(CC_FOR_TARGET) --print-multi-lib > $(TARGET_SUBDIR)/libtermcap/multilib.tmp 2> /dev/null ; \ - if test -r $(TARGET_SUBDIR)/libtermcap/multilib.out; then \ - if cmp -s $(TARGET_SUBDIR)/libtermcap/multilib.tmp $(TARGET_SUBDIR)/libtermcap/multilib.out; then \ - rm -f $(TARGET_SUBDIR)/libtermcap/multilib.tmp; \ - else \ - rm -f $(TARGET_SUBDIR)/libtermcap/Makefile; \ - mv $(TARGET_SUBDIR)/libtermcap/multilib.tmp $(TARGET_SUBDIR)/libtermcap/multilib.out; \ - fi; \ - else \ - mv $(TARGET_SUBDIR)/libtermcap/multilib.tmp $(TARGET_SUBDIR)/libtermcap/multilib.out; \ - fi; \ - test ! -f $(TARGET_SUBDIR)/libtermcap/Makefile || exit 0; \ - $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/libtermcap ; \ - $(NORMAL_TARGET_EXPORTS) \ - echo Configuring in $(TARGET_SUBDIR)/libtermcap; \ - cd "$(TARGET_SUBDIR)/libtermcap" || exit 1; \ - case $(srcdir) in \ - /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ - *) topdir=`echo $(TARGET_SUBDIR)/libtermcap/ | \ - sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ - esac; \ - srcdiroption="--srcdir=$${topdir}/libtermcap"; \ - libsrcdir="$$s/libtermcap"; \ - rm -f no-such-file || : ; \ - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \ - $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 -@endif target-libtermcap - - - - - -.PHONY: all-target-libtermcap maybe-all-target-libtermcap -maybe-all-target-libtermcap: -@if gcc-bootstrap +mostlyclean-target-libobjc: + @: $(MAKE); $(unstage) + @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(NORMAL_TARGET_EXPORTS) \ + echo "Doing mostlyclean in $(TARGET_SUBDIR)/libobjc" ; \ + for flag in $(EXTRA_TARGET_FLAGS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + (cd $(TARGET_SUBDIR)/libobjc && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + mostlyclean) \ + || exit 1 + +@endif target-libobjc + +.PHONY: maybe-clean-target-libobjc clean-target-libobjc +maybe-clean-target-libobjc: +@if target-libobjc +maybe-clean-target-libobjc: clean-target-libobjc + +clean-target-libobjc: + @: $(MAKE); $(unstage) + @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(NORMAL_TARGET_EXPORTS) \ + echo "Doing clean in $(TARGET_SUBDIR)/libobjc" ; \ + for flag in $(EXTRA_TARGET_FLAGS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + (cd $(TARGET_SUBDIR)/libobjc && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + clean) \ + || exit 1 + +@endif target-libobjc + +.PHONY: maybe-distclean-target-libobjc distclean-target-libobjc +maybe-distclean-target-libobjc: +@if target-libobjc +maybe-distclean-target-libobjc: distclean-target-libobjc + +distclean-target-libobjc: + @: $(MAKE); $(unstage) + @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(NORMAL_TARGET_EXPORTS) \ + echo "Doing distclean in $(TARGET_SUBDIR)/libobjc" ; \ + for flag in $(EXTRA_TARGET_FLAGS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + (cd $(TARGET_SUBDIR)/libobjc && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + distclean) \ + || exit 1 + +@endif target-libobjc + +.PHONY: maybe-maintainer-clean-target-libobjc maintainer-clean-target-libobjc +maybe-maintainer-clean-target-libobjc: +@if target-libobjc +maybe-maintainer-clean-target-libobjc: maintainer-clean-target-libobjc + +maintainer-clean-target-libobjc: + @: $(MAKE); $(unstage) + @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(NORMAL_TARGET_EXPORTS) \ + echo "Doing maintainer-clean in $(TARGET_SUBDIR)/libobjc" ; \ + for flag in $(EXTRA_TARGET_FLAGS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + (cd $(TARGET_SUBDIR)/libobjc && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + maintainer-clean) \ + || exit 1 + +@endif target-libobjc + + + + + +.PHONY: configure-target-libtermcap maybe-configure-target-libtermcap +maybe-configure-target-libtermcap: +@if gcc-bootstrap +configure-target-libtermcap: stage_current +@endif gcc-bootstrap +@if target-libtermcap +maybe-configure-target-libtermcap: configure-target-libtermcap +configure-target-libtermcap: + @: $(MAKE); $(unstage) + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + echo "Checking multilib configuration for libtermcap..."; \ + $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/libtermcap ; \ + $(CC_FOR_TARGET) --print-multi-lib > $(TARGET_SUBDIR)/libtermcap/multilib.tmp 2> /dev/null ; \ + if test -r $(TARGET_SUBDIR)/libtermcap/multilib.out; then \ + if cmp -s $(TARGET_SUBDIR)/libtermcap/multilib.tmp $(TARGET_SUBDIR)/libtermcap/multilib.out; then \ + rm -f $(TARGET_SUBDIR)/libtermcap/multilib.tmp; \ + else \ + rm -f $(TARGET_SUBDIR)/libtermcap/Makefile; \ + mv $(TARGET_SUBDIR)/libtermcap/multilib.tmp $(TARGET_SUBDIR)/libtermcap/multilib.out; \ + fi; \ + else \ + mv $(TARGET_SUBDIR)/libtermcap/multilib.tmp $(TARGET_SUBDIR)/libtermcap/multilib.out; \ + fi; \ + test ! -f $(TARGET_SUBDIR)/libtermcap/Makefile || exit 0; \ + $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/libtermcap ; \ + $(NORMAL_TARGET_EXPORTS) \ + echo Configuring in $(TARGET_SUBDIR)/libtermcap; \ + cd "$(TARGET_SUBDIR)/libtermcap" || exit 1; \ + case $(srcdir) in \ + /* | [A-Za-z]:[\\/]*) topdir=$(srcdir) ;; \ + *) topdir=`echo $(TARGET_SUBDIR)/libtermcap/ | \ + sed -e 's,\./,,g' -e 's,[^/]*/,../,g' `$(srcdir) ;; \ + esac; \ + srcdiroption="--srcdir=$${topdir}/libtermcap"; \ + libsrcdir="$$s/libtermcap"; \ + rm -f no-such-file || : ; \ + CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \ + $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \ + --target=${target_alias} $${srcdiroption} \ + || exit 1 +@endif target-libtermcap + + + + + +.PHONY: all-target-libtermcap maybe-all-target-libtermcap +maybe-all-target-libtermcap: +@if gcc-bootstrap all-target-libtermcap: stage_current @endif gcc-bootstrap @if target-libtermcap @@ -44583,32 +40259,6 @@ @endif target-libtermcap -.PHONY: maybe-pdf-target-libtermcap pdf-target-libtermcap -maybe-pdf-target-libtermcap: -@if target-libtermcap -maybe-pdf-target-libtermcap: pdf-target-libtermcap - -pdf-target-libtermcap: \ - configure-target-libtermcap - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libtermcap/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libtermcap" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libtermcap && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libtermcap - .PHONY: maybe-html-target-libtermcap html-target-libtermcap maybe-html-target-libtermcap: @if target-libtermcap @@ -44688,33 +40338,6 @@ @endif target-libtermcap -.PHONY: maybe-install-pdf-target-libtermcap install-pdf-target-libtermcap -maybe-install-pdf-target-libtermcap: -@if target-libtermcap -maybe-install-pdf-target-libtermcap: install-pdf-target-libtermcap - -install-pdf-target-libtermcap: \ - configure-target-libtermcap \ - pdf-target-libtermcap - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libtermcap/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libtermcap" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libtermcap && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-libtermcap - .PHONY: maybe-install-html-target-libtermcap install-html-target-libtermcap maybe-install-html-target-libtermcap: @if target-libtermcap @@ -44965,32 +40588,6 @@ @endif target-winsup -.PHONY: maybe-pdf-target-winsup pdf-target-winsup -maybe-pdf-target-winsup: -@if target-winsup -maybe-pdf-target-winsup: pdf-target-winsup - -pdf-target-winsup: \ - configure-target-winsup - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/winsup" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/winsup && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-winsup - .PHONY: maybe-html-target-winsup html-target-winsup maybe-html-target-winsup: @if target-winsup @@ -45070,33 +40667,6 @@ @endif target-winsup -.PHONY: maybe-install-pdf-target-winsup install-pdf-target-winsup -maybe-install-pdf-target-winsup: -@if target-winsup -maybe-install-pdf-target-winsup: install-pdf-target-winsup - -install-pdf-target-winsup: \ - configure-target-winsup \ - pdf-target-winsup - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/winsup" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/winsup && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-winsup - .PHONY: maybe-install-html-target-winsup install-html-target-winsup maybe-install-html-target-winsup: @if target-winsup @@ -45402,32 +40972,6 @@ @endif target-libgloss -.PHONY: maybe-pdf-target-libgloss pdf-target-libgloss -maybe-pdf-target-libgloss: -@if target-libgloss -maybe-pdf-target-libgloss: pdf-target-libgloss - -pdf-target-libgloss: \ - configure-target-libgloss - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libgloss" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libgloss && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libgloss - .PHONY: maybe-html-target-libgloss html-target-libgloss maybe-html-target-libgloss: @if target-libgloss @@ -45507,33 +41051,6 @@ @endif target-libgloss -.PHONY: maybe-install-pdf-target-libgloss install-pdf-target-libgloss -maybe-install-pdf-target-libgloss: -@if target-libgloss -maybe-install-pdf-target-libgloss: install-pdf-target-libgloss - -install-pdf-target-libgloss: \ - configure-target-libgloss \ - pdf-target-libgloss - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libgloss" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libgloss && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-libgloss - .PHONY: maybe-install-html-target-libgloss install-html-target-libgloss maybe-install-html-target-libgloss: @if target-libgloss @@ -45844,32 +41361,6 @@ @endif target-libiberty -.PHONY: maybe-pdf-target-libiberty pdf-target-libiberty -maybe-pdf-target-libiberty: -@if target-libiberty -maybe-pdf-target-libiberty: pdf-target-libiberty - -pdf-target-libiberty: \ - configure-target-libiberty - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libiberty" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libiberty - .PHONY: maybe-html-target-libiberty html-target-libiberty maybe-html-target-libiberty: @if target-libiberty @@ -45949,33 +41440,6 @@ @endif target-libiberty -.PHONY: maybe-install-pdf-target-libiberty install-pdf-target-libiberty -maybe-install-pdf-target-libiberty: -@if target-libiberty -maybe-install-pdf-target-libiberty: install-pdf-target-libiberty - -install-pdf-target-libiberty: \ - configure-target-libiberty \ - pdf-target-libiberty - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libiberty" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libiberty && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-libiberty - .PHONY: maybe-install-html-target-libiberty install-html-target-libiberty maybe-install-html-target-libiberty: @if target-libiberty @@ -46286,32 +41750,6 @@ @endif target-gperf -.PHONY: maybe-pdf-target-gperf pdf-target-gperf -maybe-pdf-target-gperf: -@if target-gperf -maybe-pdf-target-gperf: pdf-target-gperf - -pdf-target-gperf: \ - configure-target-gperf - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/gperf" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/gperf && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-gperf - .PHONY: maybe-html-target-gperf html-target-gperf maybe-html-target-gperf: @if target-gperf @@ -46391,33 +41829,6 @@ @endif target-gperf -.PHONY: maybe-install-pdf-target-gperf install-pdf-target-gperf -maybe-install-pdf-target-gperf: -@if target-gperf -maybe-install-pdf-target-gperf: install-pdf-target-gperf - -install-pdf-target-gperf: \ - configure-target-gperf \ - pdf-target-gperf - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/gperf" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/gperf && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-gperf - .PHONY: maybe-install-html-target-gperf install-html-target-gperf maybe-install-html-target-gperf: @if target-gperf @@ -46718,32 +42129,6 @@ @endif target-examples -.PHONY: maybe-pdf-target-examples pdf-target-examples -maybe-pdf-target-examples: -@if target-examples -maybe-pdf-target-examples: pdf-target-examples - -pdf-target-examples: \ - configure-target-examples - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/examples" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/examples && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-examples - .PHONY: maybe-html-target-examples html-target-examples maybe-html-target-examples: @if target-examples @@ -46823,33 +42208,6 @@ @endif target-examples -.PHONY: maybe-install-pdf-target-examples install-pdf-target-examples -maybe-install-pdf-target-examples: -@if target-examples -maybe-install-pdf-target-examples: install-pdf-target-examples - -install-pdf-target-examples: \ - configure-target-examples \ - pdf-target-examples - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/examples" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/examples && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-examples - .PHONY: maybe-install-html-target-examples install-html-target-examples maybe-install-html-target-examples: @if target-examples @@ -47160,98 +42518,45 @@ @endif target-libffi -.PHONY: maybe-pdf-target-libffi pdf-target-libffi -maybe-pdf-target-libffi: -@if target-libffi -maybe-pdf-target-libffi: pdf-target-libffi - -pdf-target-libffi: \ - configure-target-libffi - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libffi" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libffi && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libffi - -.PHONY: maybe-html-target-libffi html-target-libffi -maybe-html-target-libffi: -@if target-libffi -maybe-html-target-libffi: html-target-libffi - -html-target-libffi: \ - configure-target-libffi - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing html in $(TARGET_SUBDIR)/libffi" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libffi && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - html) \ - || exit 1 - -@endif target-libffi - -.PHONY: maybe-TAGS-target-libffi TAGS-target-libffi -maybe-TAGS-target-libffi: -@if target-libffi -maybe-TAGS-target-libffi: TAGS-target-libffi - -TAGS-target-libffi: \ - configure-target-libffi - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing TAGS in $(TARGET_SUBDIR)/libffi" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libffi && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - TAGS) \ - || exit 1 - -@endif target-libffi - -.PHONY: maybe-install-info-target-libffi install-info-target-libffi -maybe-install-info-target-libffi: +.PHONY: maybe-html-target-libffi html-target-libffi +maybe-html-target-libffi: +@if target-libffi +maybe-html-target-libffi: html-target-libffi + +html-target-libffi: \ + configure-target-libffi + @: $(MAKE); $(unstage) + @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \ + r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(NORMAL_TARGET_EXPORTS) \ + echo "Doing html in $(TARGET_SUBDIR)/libffi" ; \ + for flag in $(EXTRA_TARGET_FLAGS); do \ + eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ + done; \ + (cd $(TARGET_SUBDIR)/libffi && \ + $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ + "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ + "RANLIB=$${RANLIB}" \ + "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ + html) \ + || exit 1 + +@endif target-libffi + +.PHONY: maybe-TAGS-target-libffi TAGS-target-libffi +maybe-TAGS-target-libffi: @if target-libffi -maybe-install-info-target-libffi: install-info-target-libffi +maybe-TAGS-target-libffi: TAGS-target-libffi -install-info-target-libffi: \ - configure-target-libffi \ - info-target-libffi +TAGS-target-libffi: \ + configure-target-libffi @: $(MAKE); $(unstage) @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-info in $(TARGET_SUBDIR)/libffi" ; \ + echo "Doing TAGS in $(TARGET_SUBDIR)/libffi" ; \ for flag in $(EXTRA_TARGET_FLAGS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ @@ -47260,25 +42565,25 @@ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-info) \ + TAGS) \ || exit 1 @endif target-libffi -.PHONY: maybe-install-pdf-target-libffi install-pdf-target-libffi -maybe-install-pdf-target-libffi: +.PHONY: maybe-install-info-target-libffi install-info-target-libffi +maybe-install-info-target-libffi: @if target-libffi -maybe-install-pdf-target-libffi: install-pdf-target-libffi +maybe-install-info-target-libffi: install-info-target-libffi -install-pdf-target-libffi: \ +install-info-target-libffi: \ configure-target-libffi \ - pdf-target-libffi + info-target-libffi @: $(MAKE); $(unstage) @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \ r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libffi" ; \ + echo "Doing install-info in $(TARGET_SUBDIR)/libffi" ; \ for flag in $(EXTRA_TARGET_FLAGS); do \ eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ done; \ @@ -47287,7 +42592,7 @@ "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ "RANLIB=$${RANLIB}" \ "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ + install-info) \ || exit 1 @endif target-libffi @@ -47602,32 +42907,6 @@ @endif target-libjava -.PHONY: maybe-pdf-target-libjava pdf-target-libjava -maybe-pdf-target-libjava: -@if target-libjava -maybe-pdf-target-libjava: pdf-target-libjava - -pdf-target-libjava: \ - configure-target-libjava - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(RAW_CXX_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libjava" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libjava && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libjava - .PHONY: maybe-html-target-libjava html-target-libjava maybe-html-target-libjava: @if target-libjava @@ -47707,33 +42986,6 @@ @endif target-libjava -.PHONY: maybe-install-pdf-target-libjava install-pdf-target-libjava -maybe-install-pdf-target-libjava: -@if target-libjava -maybe-install-pdf-target-libjava: install-pdf-target-libjava - -install-pdf-target-libjava: \ - configure-target-libjava \ - pdf-target-libjava - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(RAW_CXX_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libjava" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libjava && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-libjava - .PHONY: maybe-install-html-target-libjava install-html-target-libjava maybe-install-html-target-libjava: @if target-libjava @@ -48044,32 +43296,6 @@ @endif target-zlib -.PHONY: maybe-pdf-target-zlib pdf-target-zlib -maybe-pdf-target-zlib: -@if target-zlib -maybe-pdf-target-zlib: pdf-target-zlib - -pdf-target-zlib: \ - configure-target-zlib - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/zlib" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/zlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-zlib - .PHONY: maybe-html-target-zlib html-target-zlib maybe-html-target-zlib: @if target-zlib @@ -48149,33 +43375,6 @@ @endif target-zlib -.PHONY: maybe-install-pdf-target-zlib install-pdf-target-zlib -maybe-install-pdf-target-zlib: -@if target-zlib -maybe-install-pdf-target-zlib: install-pdf-target-zlib - -install-pdf-target-zlib: \ - configure-target-zlib \ - pdf-target-zlib - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/zlib" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/zlib && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-zlib - .PHONY: maybe-install-html-target-zlib install-html-target-zlib maybe-install-html-target-zlib: @if target-zlib @@ -48486,32 +43685,6 @@ @endif target-boehm-gc -.PHONY: maybe-pdf-target-boehm-gc pdf-target-boehm-gc -maybe-pdf-target-boehm-gc: -@if target-boehm-gc -maybe-pdf-target-boehm-gc: pdf-target-boehm-gc - -pdf-target-boehm-gc: \ - configure-target-boehm-gc - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/boehm-gc" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/boehm-gc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-boehm-gc - .PHONY: maybe-html-target-boehm-gc html-target-boehm-gc maybe-html-target-boehm-gc: @if target-boehm-gc @@ -48591,33 +43764,6 @@ @endif target-boehm-gc -.PHONY: maybe-install-pdf-target-boehm-gc install-pdf-target-boehm-gc -maybe-install-pdf-target-boehm-gc: -@if target-boehm-gc -maybe-install-pdf-target-boehm-gc: install-pdf-target-boehm-gc - -install-pdf-target-boehm-gc: \ - configure-target-boehm-gc \ - pdf-target-boehm-gc - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/boehm-gc" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/boehm-gc && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-boehm-gc - .PHONY: maybe-install-html-target-boehm-gc install-html-target-boehm-gc maybe-install-html-target-boehm-gc: @if target-boehm-gc @@ -48928,32 +44074,6 @@ @endif target-qthreads -.PHONY: maybe-pdf-target-qthreads pdf-target-qthreads -maybe-pdf-target-qthreads: -@if target-qthreads -maybe-pdf-target-qthreads: pdf-target-qthreads - -pdf-target-qthreads: \ - configure-target-qthreads - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/qthreads" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/qthreads && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-qthreads - .PHONY: maybe-html-target-qthreads html-target-qthreads maybe-html-target-qthreads: @if target-qthreads @@ -49033,33 +44153,6 @@ @endif target-qthreads -.PHONY: maybe-install-pdf-target-qthreads install-pdf-target-qthreads -maybe-install-pdf-target-qthreads: -@if target-qthreads -maybe-install-pdf-target-qthreads: install-pdf-target-qthreads - -install-pdf-target-qthreads: \ - configure-target-qthreads \ - pdf-target-qthreads - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/qthreads" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/qthreads && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-qthreads - .PHONY: maybe-install-html-target-qthreads install-html-target-qthreads maybe-install-html-target-qthreads: @if target-qthreads @@ -49370,32 +44463,6 @@ @endif target-rda -.PHONY: maybe-pdf-target-rda pdf-target-rda -maybe-pdf-target-rda: -@if target-rda -maybe-pdf-target-rda: pdf-target-rda - -pdf-target-rda: \ - configure-target-rda - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/rda" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/rda && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-rda - .PHONY: maybe-html-target-rda html-target-rda maybe-html-target-rda: @if target-rda @@ -49475,33 +44542,6 @@ @endif target-rda -.PHONY: maybe-install-pdf-target-rda install-pdf-target-rda -maybe-install-pdf-target-rda: -@if target-rda -maybe-install-pdf-target-rda: install-pdf-target-rda - -install-pdf-target-rda: \ - configure-target-rda \ - pdf-target-rda - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/rda" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/rda && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-rda - .PHONY: maybe-install-html-target-rda install-html-target-rda maybe-install-html-target-rda: @if target-rda @@ -49812,32 +44852,6 @@ @endif target-libada -.PHONY: maybe-pdf-target-libada pdf-target-libada -maybe-pdf-target-libada: -@if target-libada -maybe-pdf-target-libada: pdf-target-libada - -pdf-target-libada: \ - configure-target-libada - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libada" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libada && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libada - .PHONY: maybe-html-target-libada html-target-libada maybe-html-target-libada: @if target-libada @@ -49917,33 +44931,6 @@ @endif target-libada -.PHONY: maybe-install-pdf-target-libada install-pdf-target-libada -maybe-install-pdf-target-libada: -@if target-libada -maybe-install-pdf-target-libada: install-pdf-target-libada - -install-pdf-target-libada: \ - configure-target-libada \ - pdf-target-libada - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libada" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libada && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-libada - .PHONY: maybe-install-html-target-libada install-html-target-libada maybe-install-html-target-libada: @if target-libada @@ -50254,32 +45241,6 @@ @endif target-libgomp -.PHONY: maybe-pdf-target-libgomp pdf-target-libgomp -maybe-pdf-target-libgomp: -@if target-libgomp -maybe-pdf-target-libgomp: pdf-target-libgomp - -pdf-target-libgomp: \ - configure-target-libgomp - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libgomp/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing pdf in $(TARGET_SUBDIR)/libgomp" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libgomp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - pdf) \ - || exit 1 - -@endif target-libgomp - .PHONY: maybe-html-target-libgomp html-target-libgomp maybe-html-target-libgomp: @if target-libgomp @@ -50359,33 +45320,6 @@ @endif target-libgomp -.PHONY: maybe-install-pdf-target-libgomp install-pdf-target-libgomp -maybe-install-pdf-target-libgomp: -@if target-libgomp -maybe-install-pdf-target-libgomp: install-pdf-target-libgomp - -install-pdf-target-libgomp: \ - configure-target-libgomp \ - pdf-target-libgomp - @: $(MAKE); $(unstage) - @[ -f $(TARGET_SUBDIR)/libgomp/Makefile ] || exit 0 ; \ - r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(NORMAL_TARGET_EXPORTS) \ - echo "Doing install-pdf in $(TARGET_SUBDIR)/libgomp" ; \ - for flag in $(EXTRA_TARGET_FLAGS); do \ - eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \ - done; \ - (cd $(TARGET_SUBDIR)/libgomp && \ - $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \ - "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ - "RANLIB=$${RANLIB}" \ - "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \ - install-pdf) \ - || exit 1 - -@endif target-libgomp - .PHONY: maybe-install-html-target-libgomp install-html-target-libgomp maybe-install-html-target-libgomp: @if target-libgomp --- a/gdb-stable/Makefile.tpl 2009-10-22 12:50:03.000000000 0200 +++ b/gdb-stable/Makefile.tpl 2009-11-09 15:39:20.000000000 0100 @@ -69,7 +69,6 @@ infodir = @infodir@ datarootdir = @datarootdir@ docdir = @docdir@ -pdfdir = @pdfdir@ htmldir = @htmldir@ mandir = @mandir@ man1dir = $(mandir)/man1 @@ -617,14 +616,13 @@ # Here are the targets which correspond to the do-X targets. -.PHONY: info installcheck dvi pdf html -.PHONY: install-info install-pdf install-html +.PHONY: info installcheck dvi html +.PHONY: install-info install-html .PHONY: clean distclean mostlyclean maintainer-clean realclean .PHONY: local-clean local-distclean local-maintainer-clean info: do-info installcheck: do-installcheck dvi: do-dvi -pdf: do-pdf html: do-html # Make sure makeinfo is built before we do a `make info', if we're @@ -637,8 +635,6 @@ $(INSTALL_DATA) dir.info $(DESTDIR)$(infodir)/dir.info ; \ else true ; fi -install-pdf: do-install-pdf - install-html: do-install-html local-clean: @@ -724,7 +720,7 @@ @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs \ - install-host install-target install-html install-pdf + install-host install-target .PHONY: install-host-nogcc install-host-nogcc: [+ --- /dev/null 2010-09-03 09:51:34.257654719 +0200 +++ b/build.sh 2010-09-16 14:59:16.327060507 +0200 @@ -0,0 +1,17348 @@ +//depot-linux/cc/platform/toolchain/cipherwizardry/branch/experimental/tomtom/arm-2009q1-203-arm-none-linux-gnueabi/build.sh#3 - edit change 474426 (xtext) +#! /usr/bin/env bash + +# +# Main build script to build TomTom CipherWizardry toolchain +# + +# +# Original Copyright (c) CodeSourcery Inc. 2009 +# Copyright (c) TomTom 2009 +# +# Author: Martin Jackson +# +# Taken from CodeSourcery Inc. Sourcery G++ (TM) lite, +# arm-2009q1-203-${target_name} +# +# This file appears to be licensed from CodeSourcery under the GPLv2 (see +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt, paragraph 3) +# + +# +# Original file header follows: +# + +# This file contains the complete sequence of commands +# CodeSourcery used to build this version of Sourcery G++. +# +# For each free or open-source component of Sourcery G++, the +# source code provided includes all of the configuration +# scripts and makefiles for that component, including any and +# all modifications made by CodeSourcery. From this list of +# commands, you can see every configuration option used by +# CodeSourcery during the build process. +# +# This file is provided as a guideline for users who wish to +# modify and rebuild a free or open-source component of +# Sourcery G++ from source. For a number of reasons, though, +# you may not be able to successfully run this script directly +# on your system. Certain aspects of the CodeSourcery build +# environment (such as directory names) are included in these +# commands. CodeSourcery uses Canadian cross compilers so you +# may need to modify various configuration options and paths +# if you are building natively. This sequence of commands +# includes those used to build proprietary components of +# Sourcery G++ for which source code is not provided. +# +# Please note that Sourcery G++ support covers only your use +# of the original, validated binaries provided as part of +# Sourcery G++ -- and specifically does not cover either the +# process of rebuilding a component or the use of any binaries +# you may build. In addition, if you rebuild any component, +# you must not use the --with-pkgversion and --with-bugurl +# configuration options that embed CodeSourcery trademarks in +# the resulting binary; see the "CodeSourcery Trademarks" +# section in the Sourcery G++ Software License Agreement. + +######################################################################### + +# +# TODO +# +# - Add build info + +######################################################################### + +# +# Build parameters +# + +typeset -x build_top=$(pwd) +host_gcc=gcc +host_ar=ar +host_ranlib=ranlib +host_strip=strip +task_log=${build_top}/task.log +my_path=/bin:/usr/bin +version=2009q1_203 +target_name=arm-tomtom-linux-gnueabi +toolchain_prefix=/usr/local/cross/arm-tomtom-${version} +toolchain_name=${target_name}-${version} + +######################################################################### + +# +# Include build system +# +. functions + +######################################################################### + +# +# Main script +# + +# Get Perforce Changelist +p4clist=$(p4 changes -m1 ...#have | cut -f2 -d' ') || \ + error "Could not get perforce changelist" + +# Use similar settings if we get 'proper' canadian crossing working +#pushenvvar PATH /usr/local/tools/gcc-4.3.3/bin +#pushenvvar LD_LIBRARY_PATH /usr/local/tools/gcc-4.3.3/i686-pc-linux-gnu/lib:/usr/local/tools/gcc-4.3.3/lib64:/usr/local/tools/gcc-4.3.3/lib + +pushenvvar CSL_SCRIPTDIR ${build_top}/src/scripts-trunk +pushenvvar PATH ${my_path} +clean_environment + +# task [001/076] /init/dirs +echo ">>> Executing task [001/076] /init/dirs <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +mkdir -p ${build_top}/lite/obj +mkdir -p ${build_top}/lite/install +mkdir -p ${build_top}/lite/pkg +mkdir -p ${build_top}/lite/logs/data +popenv + +# task [002/076] /init/cleanup +echo ">>> Executing task [002/076] /init/cleanup <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +rm -f ${build_top}/lite/pkg/${toolchain_name}.src.tar.bz2 +popenv + +# task [003/076] /init/source_package/binutils +echo ">>> Executing task [003/076] /init/source_package/binutils <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +rm -f ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/binutils-${version}.tar.bz2 +mkdir -p ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name} +pushd ${build_top}/src +tar cf ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/binutils-${version}.tar.bz2 --bzip2 --owner=0 --group=0 --exclude=CVS --exclude=.svn --exclude=.git --exclude=.pc '--exclude=*~' '--exclude=.#*' '--exclude=*.orig' '--exclude=*.rej' binutils-stable +popd +popenv + +# task [004/076] /init/source_package/gcc +echo ">>> Executing task [004/076] /init/source_package/gcc <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +rm -f ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/gcc-${version}.tar.bz2 +mkdir -p ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name} +pushd ${build_top}/src +tar cf ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/gcc-${version}.tar.bz2 --bzip2 --owner=0 --group=0 --exclude=CVS --exclude=.svn --exclude=.git --exclude=.pc '--exclude=*~' '--exclude=.#*' '--exclude=*.orig' '--exclude=*.rej' gcc-4.3 +popd +popenv + +# task [005/076] /init/source_package/gdb +echo ">>> Executing task [005/076] /init/source_package/gdb <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +rm -f ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/gdb-${version}.tar.bz2 +mkdir -p ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name} +pushd ${build_top}/src +tar cf ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/gdb-${version}.tar.bz2 --bzip2 --owner=0 --group=0 --exclude=CVS --exclude=.svn --exclude=.git --exclude=.pc '--exclude=*~' '--exclude=.#*' '--exclude=*.orig' '--exclude=*.rej' gdb-stable +popd +popenv + +# task [006/076] /init/source_package/glibc +echo ">>> Executing task [006/076] /init/source_package/glibc <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +rm -f ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/glibc-${version}.tar.bz2 +mkdir -p ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name} +pushd ${build_top}/src +tar cf ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/glibc-${version}.tar.bz2 --bzip2 --owner=0 --group=0 --exclude=CVS --exclude=.svn --exclude=.git --exclude=.pc '--exclude=*~' '--exclude=.#*' '--exclude=*.orig' '--exclude=*.rej' glibc-2.8 +popd +popenv + +# task [007/076] /init/source_package/glibc_ports +echo ">>> Executing task [007/076] /init/source_package/glibc_ports <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +rm -f ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/glibc_ports-${version}.tar.bz2 +mkdir -p ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name} +pushd ${build_top}/src +tar cf ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/glibc_ports-${version}.tar.bz2 --bzip2 --owner=0 --group=0 --exclude=CVS --exclude=.svn --exclude=.git --exclude=.pc '--exclude=*~' '--exclude=.#*' '--exclude=*.orig' '--exclude=*.rej' glibc-ports-2.8 +popd +popenv + +# task [008/076] /init/source_package/glibc_localedef +echo ">>> Executing task [008/076] /init/source_package/glibc_localedef <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +rm -f ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/glibc_localedef-${version}.tar.bz2 +mkdir -p ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name} +pushd ${build_top}/src +tar cf ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/glibc_localedef-${version}.tar.bz2 --bzip2 --owner=0 --group=0 --exclude=CVS --exclude=.svn --exclude=.git --exclude=.pc '--exclude=*~' '--exclude=.#*' '--exclude=*.orig' '--exclude=*.rej' glibc_localedef-2.8 +popd +popenv + +# task [009/076] /init/source_package/linux +echo ">>> Executing task [009/076] /init/source_package/linux <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +rm -f ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/linux-${version}.tar.bz2 +mkdir -p ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name} +pushd ${build_top}/src +tar cf ${build_top}/lite/obj/pkg-${toolchain_name}/${toolchain_name}/linux-${version}.tar.bz2 --bzip2 --owner=0 --group=0 --exclude=CVS --exclude=.svn --exclude=.git --exclude=.pc '--exclude=*~' '--exclude=.#*' '--exclude=*.orig' '--exclude=*.rej' linux-stable +popd +popenv + +# task [010/076] /i686-pc-linux-gnu/host_cleanup +echo ">>> Executing task [010/076] /i686-pc-linux-gnu/host_cleanup <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +popenv + +# task [011/076] /i686-pc-linux-gnu/toolchain/binutils/copy +echo ">>> Executing task [011/076] /i686-pc-linux-gnu/toolchain/binutils/copy <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenv +pushenvvar CPPFLAGS -I${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/include +pushenvvar LDFLAGS -L${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/lib +rm -rf ${build_top}/lite/obj/binutils-src-${toolchain_name}-i686-pc-linux-gnu +copy_dir_clean ${build_top}/src/binutils-stable ${build_top}/lite/obj/binutils-src-${toolchain_name}-i686-pc-linux-gnu +chmod -R u+w ${build_top}/lite/obj/binutils-src-${toolchain_name}-i686-pc-linux-gnu +touch ${build_top}/lite/obj/binutils-src-${toolchain_name}-i686-pc-linux-gnu/.gnu-stamp +popenv +popenv +popenv + +# task [012/076] /i686-pc-linux-gnu/toolchain/binutils/configure +echo ">>> Executing task [012/076] /i686-pc-linux-gnu/toolchain/binutils/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenv +pushenvvar CPPFLAGS -I${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/include +pushenvvar LDFLAGS -L${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/lib +rm -rf ${build_top}/lite/obj/binutils-${toolchain_name}-i686-pc-linux-gnu +mkdir -p ${build_top}/lite/obj/binutils-${toolchain_name}-i686-pc-linux-gnu +pushd ${build_top}/lite/obj/binutils-${toolchain_name}-i686-pc-linux-gnu +${build_top}/lite/obj/binutils-src-${toolchain_name}-i686-pc-linux-gnu/configure \ + --build=i686-pc-linux-gnu \ + --target=${target_name} \ + --program-transform-name="s/.*/${toolchain_name}-&/" \ + --prefix=${toolchain_prefix} \ + --host=i686-pc-linux-gnu \ + "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" \ + --disable-nls --with-sysroot=${toolchain_prefix}/${target_name}/libc \ + --enable-poison-system-directories +popd +popenv +popenv +popenv + +# task [013/076] /i686-pc-linux-gnu/toolchain/binutils/build +echo ">>> Executing task [013/076] /i686-pc-linux-gnu/toolchain/binutils/build <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenv +pushenvvar CPPFLAGS -I${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/include +pushenvvar LDFLAGS -L${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/lib +pushd ${build_top}/lite/obj/binutils-${toolchain_name}-i686-pc-linux-gnu +make -j4 +popd +popenv +popenv +popenv + +# task [014/076] /i686-pc-linux-gnu/toolchain/binutils/install +echo ">>> Executing task [014/076] /i686-pc-linux-gnu/toolchain/binutils/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenv +pushenvvar CPPFLAGS -I${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/include +pushenvvar LDFLAGS -L${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/lib +pushd ${build_top}/lite/obj/binutils-${toolchain_name}-i686-pc-linux-gnu +make install prefix=${build_top}/lite/install exec_prefix=${build_top}/lite/install libdir=${build_top}/lite/install/lib datadir=${build_top}/lite/install/share +popd +popenv +popenv +popenv + +# task [015/076] /i686-pc-linux-gnu/toolchain/binutils/postinstall +echo ">>> Executing task [015/076] /i686-pc-linux-gnu/toolchain/binutils/postinstall <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenv +pushenvvar CPPFLAGS -I${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/include +pushenvvar LDFLAGS -L${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/lib +pushd ${build_top}/lite/install +#rm ./lib/libiberty.a +rm -f ./lib/libiberty.a # MAJA ??? +#rmdir ./lib +rmdir ./lib || true # MAJA ??? +popd +copy_dir_clean ${build_top}/src/binutils-stable/include ${build_top}/lite/obj/host-binutils-${toolchain_name}-i686-pc-linux-gnu/usr/include +chmod -R u+w ${build_top}/lite/obj/host-binutils-${toolchain_name}-i686-pc-linux-gnu/usr/include +mkdir -p ${build_top}/lite/obj/host-binutils-${toolchain_name}-i686-pc-linux-gnu/usr/lib +cp ${build_top}/lite/obj/binutils-${toolchain_name}-i686-pc-linux-gnu/libiberty/libiberty.a ${build_top}/lite/obj/host-binutils-${toolchain_name}-i686-pc-linux-gnu/usr/lib +cp ${build_top}/lite/obj/binutils-${toolchain_name}-i686-pc-linux-gnu/bfd/.libs/libbfd.a ${build_top}/lite/obj/host-binutils-${toolchain_name}-i686-pc-linux-gnu/usr/lib +cp ${build_top}/lite/obj/binutils-${toolchain_name}-i686-pc-linux-gnu/bfd/bfd.h ${build_top}/lite/obj/host-binutils-${toolchain_name}-i686-pc-linux-gnu/usr/include +cp ${build_top}/src/binutils-stable/bfd/elf-bfd.h ${build_top}/lite/obj/host-binutils-${toolchain_name}-i686-pc-linux-gnu/usr/include +cp ${build_top}/lite/obj/binutils-${toolchain_name}-i686-pc-linux-gnu/opcodes/.libs/libopcodes.a ${build_top}/lite/obj/host-binutils-${toolchain_name}-i686-pc-linux-gnu/usr/lib +popenv +popenv +popenv + +# task [016/076] /i686-pc-linux-gnu/toolchain/install_kernel_headers_glibc +echo ">>> Executing task [016/076] /i686-pc-linux-gnu/toolchain/install_kernel_headers_glibc <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/./usr/include ${build_top}/lite/install/${target_name}/libc/./usr/include/bits ${build_top}/lite/install/${target_name}/libc/./usr/include/gnu +rm -rf ${build_top}/lite/obj/linux-${toolchain_name}-i686-pc-linux-gnu +copy_dir_clean ${build_top}/src/linux-stable ${build_top}/lite/obj/linux-${toolchain_name}-i686-pc-linux-gnu +chmod -R u+w ${build_top}/lite/obj/linux-${toolchain_name}-i686-pc-linux-gnu +pushd ${build_top}/lite/obj/linux-${toolchain_name}-i686-pc-linux-gnu +make ARCH=arm CROSS_COMPILE=${build_top}/lite/install/bin/${target_name}- INSTALL_HDR_PATH=${build_top}/lite/obj/linux-${toolchain_name}-i686-pc-linux-gnu/tmp-install headers_install +pushd ${build_top}/lite/obj/linux-${toolchain_name}-i686-pc-linux-gnu/tmp-install/include +copy_dir linux ${build_top}/lite/install/${target_name}/libc/./usr/include/linux +copy_dir asm ${build_top}/lite/install/${target_name}/libc/./usr/include/asm +copy_dir asm-generic ${build_top}/lite/install/${target_name}/libc/./usr/include/asm-generic +copy_dir drm ${build_top}/lite/install/${target_name}/libc/./usr/include/drm +copy_dir mtd ${build_top}/lite/install/${target_name}/libc/./usr/include/mtd +copy_dir rdma ${build_top}/lite/install/${target_name}/libc/./usr/include/rdma +copy_dir sound ${build_top}/lite/install/${target_name}/libc/./usr/include/sound +copy_dir video ${build_top}/lite/install/${target_name}/libc/./usr/include/video +popd +popd +popenv + +# task [017/076] /i686-pc-linux-gnu/toolchain/create_sysroot/glibc_0 +echo ">>> Executing task [017/076] /i686-pc-linux-gnu/toolchain/create_sysroot/glibc_0 <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/./ +popenv + +# task [018/076] /i686-pc-linux-gnu/toolchain/create_sysroot/glibc_1 +echo ">>> Executing task [018/076] /i686-pc-linux-gnu/toolchain/create_sysroot/glibc_1 <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv4t/ +popenv + +# task [019/076] /i686-pc-linux-gnu/toolchain/create_sysroot/glibc_2 +echo ">>> Executing task [019/076] /i686-pc-linux-gnu/toolchain/create_sysroot/glibc_2 <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv6/ +popenv + +# task [020/076] /i686-pc-linux-gnu/toolchain/create_sysroot/glibc_3 +echo ">>> Executing task [020/076] /i686-pc-linux-gnu/toolchain/create_sysroot/glibc_3 <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv6-hard/ +popenv + +# task [021/076] /i686-pc-linux-gnu/toolchain/gcc_first/configure +echo ">>> Executing task [021/076] /i686-pc-linux-gnu/toolchain/gcc_first/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenvvar AR_FOR_TARGET ${toolchain_name}-ar +pushenvvar NM_FOR_TARGET ${toolchain_name}-nm +pushenvvar OBJDUMP_FOR_TARET ${toolchain_name}-objdump +pushenvvar STRIP_FOR_TARGET ${toolchain_name}-strip +rm -rf ${build_top}/lite/obj/gcc-first-${toolchain_name}-i686-pc-linux-gnu +mkdir -p ${build_top}/lite/obj/gcc-first-${toolchain_name}-i686-pc-linux-gnu +pushd ${build_top}/lite/obj/gcc-first-${toolchain_name}-i686-pc-linux-gnu +${build_top}/src/gcc-4.3/configure \ + --build=i686-pc-linux-gnu \ + --host=i686-pc-linux-gnu \ + --target=${target_name} \ + --program-transform-name="s/.*/${toolchain_name}-&/" \ + --enable-threads \ + --disable-libmudflap \ + --disable-libssp \ + --disable-libstdcxx-pch \ + --with-gnu-as \ + --with-gnu-ld \ + '--with-specs=%{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}' \ + --enable-languages=c,c++ \ + --enable-shared \ + --enable-symvers=gnu \ + --enable-__cxa_atexit \ + "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" \ + --disable-nls \ + --prefix=${toolchain_prefix} \ + --disable-shared \ + --disable-threads \ + --disable-libssp \ + --disable-libgomp \ + --without-headers \ + --with-newlib \ + --disable-decimal-float \ + --disable-libffi \ + --enable-languages=c \ + --with-sysroot=${toolchain_prefix}/${target_name}/libc \ + --with-build-sysroot=${build_top}/lite/install/${target_name}/libc \ + --with-gmp=${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr \ + --with-mpfr=${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr \ + --disable-libgomp \ + --enable-poison-system-directories \ + --with-build-time-tools=${build_top}/lite/install/${target_name}/bin \ + --with-build-time-tools=${build_top}/lite/install/${target_name}/bin +popd +popenv +popenv + +# task [022/076] /i686-pc-linux-gnu/toolchain/gcc_first/build +echo ">>> Executing task [022/076] /i686-pc-linux-gnu/toolchain/gcc_first/build <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenvvar AR_FOR_TARGET ${toolchain_name}-ar +pushenvvar NM_FOR_TARGET ${toolchain_name}-nm +pushenvvar OBJDUMP_FOR_TARET ${toolchain_name}-objdump +pushenvvar STRIP_FOR_TARGET ${toolchain_name}-strip +pushd ${build_top}/lite/obj/gcc-first-${toolchain_name}-i686-pc-linux-gnu +make -j4 LDFLAGS_FOR_TARGET=--sysroot=${build_top}/lite/install/${target_name}/libc CPPFLAGS_FOR_TARGET=--sysroot=${build_top}/lite/install/${target_name}/libc build_tooldir=${build_top}/lite/install/${target_name} +popd +popenv +popenv + +# task [023/076] /i686-pc-linux-gnu/toolchain/gcc_first/install +echo ">>> Executing task [023/076] /i686-pc-linux-gnu/toolchain/gcc_first/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenvvar AR_FOR_TARGET ${toolchain_name}-ar +pushenvvar NM_FOR_TARGET ${toolchain_name}-nm +pushenvvar OBJDUMP_FOR_TARET ${toolchain_name}-objdump +pushenvvar STRIP_FOR_TARGET ${toolchain_name}-strip +pushd ${build_top}/lite/obj/gcc-first-${toolchain_name}-i686-pc-linux-gnu +make prefix=${build_top}/lite/install exec_prefix=${build_top}/lite/install libdir=${build_top}/lite/install/lib install +popd +popenv +popenv + +# task [024/076] /i686-pc-linux-gnu/toolchain/gcc_first/postinstall +echo ">>> Executing task [024/076] /i686-pc-linux-gnu/toolchain/gcc_first/postinstall <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenvvar AR_FOR_TARGET ${toolchain_name}-ar +pushenvvar NM_FOR_TARGET ${toolchain_name}-nm +pushenvvar OBJDUMP_FOR_TARET ${toolchain_name}-objdump +pushenvvar STRIP_FOR_TARGET ${toolchain_name}-strip +pushd ${build_top}/lite/install +# rm bin/${toolchain_name}-gccbug +rm -f bin/${toolchain_name}-gccbug # MAJA ??? +#rm ./lib/libiberty.a +rm -f ./lib/libiberty.a # MAJA ??? +rmdir include +popd +popenv +popenv + +# task [025/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_0/copy +echo ">>> Executing task [025/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_0/copy <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +rm -rf ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/default/ +copy_dir_clean ${build_top}/src/glibc-2.8 ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/default/ +chmod -R u+w ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/default/ +copy_dir_clean ${build_top}/src/glibc-ports-2.8 ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/default//ports +chmod -R u+w ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/default//ports +touch ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/default//.gnu-stamp +popenv + +# task [026/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_0/configure +echo ">>> Executing task [026/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_0/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/./lib/./ ${build_top}/lite/install/${target_name}/libc/./usr/lib/./ +rm -rf ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/default/ +mkdir -p ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/default/ +pushd ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/default/ +pushenv +pushenvvar BUILD_CC gcc +pushenvvar CC "${build_top}/lite/install/bin/${toolchain_name}-gcc " +pushenvvar CXX "${build_top}/lite/install/bin/${toolchain_name}-g++ " +pushenvvar CFLAGS '-g -O2' +pushenvvar AR ${build_top}/lite/install/bin/${toolchain_name}-ar +pushenvvar RANLIB ${build_top}/lite/install/bin/${toolchain_name}-ranlib +pushenvvar PERL /usr/bin/perl +pushenvvar BASH_SHELL /bin/bash +${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/default//configure \ + --prefix=/usr \ + --with-headers=${build_top}/lite/install/${target_name}/libc/./usr/include \ + --build=i686-pc-linux-gnu \ + --host=${target_name} \ + --disable-profile \ + --without-gd \ + --without-cvs \ + --enable-add-ons \ + --enable-kernel=2.6.14 \ + "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" +popenv +popd +popenv + +# task [027/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_0/install +echo ">>> Executing task [027/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_0/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/default/ +make install_root=${build_top}/lite/install/${target_name}/libc/./ install-bootstrap-headers=yes install-headers +make csu/subdir_lib +cp csu/crt1.o csu/crti.o csu/crtn.o ${build_top}/lite/install/${target_name}/libc/./usr/lib/./ +popd +${build_top}/lite/install/bin/${toolchain_name}-gcc -o ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//libc.so -nostdlib -nostartfiles -shared -x c /dev/null +popenv + +# task [028/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_1/copy +echo ">>> Executing task [028/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_1/copy <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +rm -rf ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv4t/ +copy_dir_clean ${build_top}/src/glibc-2.8 ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv4t/ +chmod -R u+w ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv4t/ +copy_dir_clean ${build_top}/src/glibc-ports-2.8 ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv4t//ports +chmod -R u+w ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv4t//ports +touch ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv4t//.gnu-stamp +popenv + +# task [029/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_1/configure +echo ">>> Executing task [029/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_1/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv4t/lib/ ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/ +rm -rf ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/march_armv4t/ +mkdir -p ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/march_armv4t/ +pushd ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/march_armv4t/ +pushenv +pushenvvar BUILD_CC gcc +pushenvvar CC "${build_top}/lite/install/bin/${toolchain_name}-gcc -march=armv4t" +pushenvvar CXX "${build_top}/lite/install/bin/${toolchain_name}-g++ -march=armv4t" +pushenvvar CFLAGS '-g -O2' +pushenvvar AR ${build_top}/lite/install/bin/${toolchain_name}-ar +pushenvvar RANLIB ${build_top}/lite/install/bin/${toolchain_name}-ranlib +pushenvvar PERL /usr/bin/perl +pushenvvar BASH_SHELL /bin/bash +${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv4t//configure \ + --prefix=/usr \ + --with-headers=${build_top}/lite/install/${target_name}/libc/./usr/include \ + --build=i686-pc-linux-gnu \ + --host=${target_name} \ + --disable-profile \ + --without-gd \ + --without-cvs \ + --enable-add-ons \ + --enable-kernel=2.6.14 \ + "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" +popenv +popd +popenv + +# task [030/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_1/install +echo ">>> Executing task [030/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_1/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/march_armv4t/ +make install_root=${build_top}/lite/install/${target_name}/libc/armv4t/ install-bootstrap-headers=yes install-headers +make csu/subdir_lib +cp csu/crt1.o csu/crti.o csu/crtn.o ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/ +popd +${build_top}/lite/install/bin/${toolchain_name}-gcc -march=armv4t -o ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//libc.so -nostdlib -nostartfiles -shared -x c /dev/null +popenv + +# task [031/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_2/copy +echo ">>> Executing task [031/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_2/copy <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +rm -rf ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6/ +copy_dir_clean ${build_top}/src/glibc-2.8 ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6/ +chmod -R u+w ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6/ +copy_dir_clean ${build_top}/src/glibc-ports-2.8 ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6//ports +chmod -R u+w ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6//ports +touch ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6//.gnu-stamp +popenv + +# task [032/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_2/configure +echo ">>> Executing task [032/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_2/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv6/lib/ ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/ +rm -rf ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/march_armv6/ +mkdir -p ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/march_armv6/ +pushd ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/march_armv6/ +pushenv +pushenvvar BUILD_CC gcc +pushenvvar CC "${build_top}/lite/install/bin/${toolchain_name}-gcc -march=armv6" +pushenvvar CXX "${build_top}/lite/install/bin/${toolchain_name}-g++ -march=armv6" +pushenvvar CFLAGS '-g -O2' +pushenvvar AR ${build_top}/lite/install/bin/${toolchain_name}-ar +pushenvvar RANLIB ${build_top}/lite/install/bin/${toolchain_name}-ranlib +pushenvvar PERL /usr/bin/perl +pushenvvar BASH_SHELL /bin/bash +${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6//configure \ + --prefix=/usr \ + --with-headers=${build_top}/lite/install/${target_name}/libc/./usr/include \ + --build=i686-pc-linux-gnu \ + --host=${target_name} \ + --disable-profile \ + --without-gd \ + --without-cvs \ + --enable-add-ons \ + --enable-kernel=2.6.14 "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" +popenv +popd +popenv + +# task [033/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_2/install +echo ">>> Executing task [033/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_2/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/march_armv6/ +make install_root=${build_top}/lite/install/${target_name}/libc/armv6/ install-bootstrap-headers=yes install-headers +make csu/subdir_lib +cp csu/crt1.o csu/crti.o csu/crtn.o ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/ +popd +${build_top}/lite/install/bin/${toolchain_name}-gcc -march=armv6 -o ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//libc.so -nostdlib -nostartfiles -shared -x c /dev/null +popenv + +# task [034/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_3/copy +echo ">>> Executing task [034/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_3/copy <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +rm -rf ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard/ +copy_dir_clean ${build_top}/src/glibc-2.8 ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard/ +chmod -R u+w ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard/ +copy_dir_clean ${build_top}/src/glibc-ports-2.8 ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard//ports +chmod -R u+w ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard//ports +touch ${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard//.gnu-stamp +popenv + +# task [035/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_3/configure +echo ">>> Executing task [035/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_3/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/ ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/ +rm -rf ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard/ +mkdir -p ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard/ +pushd ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard/ +pushenv +pushenvvar BUILD_CC gcc +pushenvvar CC "${build_top}/lite/install/bin/${toolchain_name}-gcc -march=armv6 -mfloat-abi=hard" +pushenvvar CXX "${build_top}/lite/install/bin/${toolchain_name}-g++ -march=armv6 -mfloat-abi=hard" +pushenvvar CFLAGS '-g -O2' +pushenvvar AR ${build_top}/lite/install/bin/${toolchain_name}-ar +pushenvvar RANLIB ${build_top}/lite/install/bin/${toolchain_name}-ranlib +pushenvvar PERL /usr/bin/perl +pushenvvar BASH_SHELL /bin/bash +${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard//configure \ + --prefix=/usr \ + --with-headers=${build_top}/lite/install/${target_name}/libc/./usr/include \ + --build=i686-pc-linux-gnu \ + --host=${target_name} \ + --disable-profile \ + --without-gd \ + --without-cvs \ + --enable-add-ons \ + --enable-kernel=2.6.14 "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" +popenv +popd +popenv + +# task [036/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_3/install +echo ">>> Executing task [036/076] /i686-pc-linux-gnu/toolchain/glibc_headers/glibc_3/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc-headers-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard/ +make install_root=${build_top}/lite/install/${target_name}/libc/armv6-hard/ install-bootstrap-headers=yes install-headers +make csu/subdir_lib +cp csu/crt1.o csu/crti.o csu/crtn.o ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/ +popd +${build_top}/lite/install/bin/${toolchain_name}-gcc -march=armv6 -mfloat-abi=hard -o ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//libc.so -nostdlib -nostartfiles -shared -x c /dev/null +popenv + +# task [037/076] /i686-pc-linux-gnu/toolchain/gcc_second/configure +echo ">>> Executing task [037/076] /i686-pc-linux-gnu/toolchain/gcc_second/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenvvar AR_FOR_TARGET ${toolchain_name}-ar +pushenvvar NM_FOR_TARGET ${toolchain_name}-nm +pushenvvar OBJDUMP_FOR_TARET ${toolchain_name}-objdump +pushenvvar STRIP_FOR_TARGET ${toolchain_name}-strip +rm -rf ${build_top}/lite/obj/gcc-second-${toolchain_name}-i686-pc-linux-gnu +mkdir -p ${build_top}/lite/obj/gcc-second-${toolchain_name}-i686-pc-linux-gnu +pushd ${build_top}/lite/obj/gcc-second-${toolchain_name}-i686-pc-linux-gnu +${build_top}/src/gcc-4.3/configure \ + --build=i686-pc-linux-gnu \ + --host=i686-pc-linux-gnu \ + --target=${target_name} \ + --program-transform-name="s/.*/${toolchain_name}-&/" \ + --enable-threads \ + --disable-libmudflap \ + --disable-libssp \ + --disable-libstdcxx-pch \ + --with-gnu-as \ + --with-gnu-ld \ + '--with-specs=%{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}' \ + --enable-languages=c,c++ \ + --enable-shared \ + --enable-symvers=gnu \ + --enable-__cxa_atexit \ + "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" \ + --disable-nls \ + --prefix=${toolchain_prefix} \ + --enable-languages=c \ + --disable-libffi \ + --with-sysroot=${toolchain_prefix}/${target_name}/libc \ + --with-build-sysroot=${build_top}/lite/install/${target_name}/libc \ + --with-gmp=${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr \ + --with-mpfr=${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr \ + --disable-libgomp \ + --enable-poison-system-directories \ + --with-build-time-tools=${build_top}/lite/install/${target_name}/bin \ + --with-build-time-tools=${build_top}/lite/install/${target_name}/bin +popd +popenv +popenv + +# task [038/076] /i686-pc-linux-gnu/toolchain/gcc_second/build +echo ">>> Executing task [038/076] /i686-pc-linux-gnu/toolchain/gcc_second/build <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenvvar AR_FOR_TARGET ${toolchain_name}-ar +pushenvvar NM_FOR_TARGET ${toolchain_name}-nm +pushenvvar OBJDUMP_FOR_TARET ${toolchain_name}-objdump +pushenvvar STRIP_FOR_TARGET ${toolchain_name}-strip +pushd ${build_top}/lite/obj/gcc-second-${toolchain_name}-i686-pc-linux-gnu +make -j4 LDFLAGS_FOR_TARGET=--sysroot=${build_top}/lite/install/${target_name}/libc CPPFLAGS_FOR_TARGET=--sysroot=${build_top}/lite/install/${target_name}/libc build_tooldir=${build_top}/lite/install/${target_name} +popd +popenv +popenv + +# task [039/076] /i686-pc-linux-gnu/toolchain/gcc_second/install +echo ">>> Executing task [039/076] /i686-pc-linux-gnu/toolchain/gcc_second/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenvvar AR_FOR_TARGET ${toolchain_name}-ar +pushenvvar NM_FOR_TARGET ${toolchain_name}-nm +pushenvvar OBJDUMP_FOR_TARET ${toolchain_name}-objdump +pushenvvar STRIP_FOR_TARGET ${toolchain_name}-strip +pushd ${build_top}/lite/obj/gcc-second-${toolchain_name}-i686-pc-linux-gnu +make prefix=${build_top}/lite/install exec_prefix=${build_top}/lite/install libdir=${build_top}/lite/install/lib install +popd +popenv +popenv + +# task [040/076] /i686-pc-linux-gnu/toolchain/gcc_second/postinstall +echo ">>> Executing task [040/076] /i686-pc-linux-gnu/toolchain/gcc_second/postinstall <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenvvar AR_FOR_TARGET ${toolchain_name}-ar +pushenvvar NM_FOR_TARGET ${toolchain_name}-nm +pushenvvar OBJDUMP_FOR_TARET ${toolchain_name}-objdump +pushenvvar STRIP_FOR_TARGET ${toolchain_name}-strip +pushd ${build_top}/lite/install +rm bin/${toolchain_name}-gccbug +#rm ./lib/libiberty.a +rm -f ./lib/libiberty.a # MAJA ??? +rmdir include +popd +popenv +popenv + +# task [041/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_0/configure +echo ">>> Executing task [041/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_0/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/./lib/./ ${build_top}/lite/install/${target_name}/libc/./usr/lib/./ +rm -rf ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/default/ +mkdir -p ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/default/ +pushd ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/default/ +pushenv +pushenvvar BUILD_CC gcc +pushenvvar CC "${build_top}/lite/install/bin/${toolchain_name}-gcc " +pushenvvar CXX "${build_top}/lite/install/bin/${toolchain_name}-g++ " +pushenvvar CFLAGS '-g -O2' +pushenvvar AR ${build_top}/lite/install/bin/${toolchain_name}-ar +pushenvvar RANLIB ${build_top}/lite/install/bin/${toolchain_name}-ranlib +pushenvvar PERL /usr/bin/perl +pushenvvar BASH_SHELL /bin/bash +${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/default//configure \ + --prefix=/usr \ + --with-headers=${build_top}/lite/install/${target_name}/libc/./usr/include \ + --build=i686-pc-linux-gnu \ + --host=${target_name} \ + --disable-profile \ + --without-gd \ + --without-cvs \ + --enable-add-ons \ + --enable-kernel=2.6.14 \ + "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" +popenv +popd +popenv + +# task [042/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_0/build +echo ">>> Executing task [042/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_0/build <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/default/ +pushenv +pushenvvar PARALLELMFLAGS -j4 +make +popenv +popd +popenv + +# task [043/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_0/install +echo ">>> Executing task [043/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_0/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/default/ +make install_root=${build_top}/lite/install/${target_name}/libc/./ install +rm -f ${build_top}/lite/install/${target_name}/libc/.//usr/libexec/pt_chown +rm -rf ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libc_pic +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libBrokenLocale_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libanl_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libc_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libcidn_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libcrypt_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libdl_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libm_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnsl_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnss_compat_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnss_dns_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnss_files_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnss_hesiod_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnss_nis_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnss_nisplus_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libresolv_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./librt_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libthread_db_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libutil_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libBrokenLocale_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libanl_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libc_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libcidn_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libcrypt_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libdl_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libm_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnsl_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnss_compat_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnss_dns_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnss_files_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnss_hesiod_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnss_nis_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libnss_nisplus_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libresolv_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./librt_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libthread_db_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/./libutil_pic.map +pushd ${build_top}/lite/install/${target_name}/libc/./ +mkdir -p ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv sbin/ldconfig ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv sbin/sln ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/catchsegv ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/gencat ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/getconf ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/getent ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/iconv ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/ldd ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/locale ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/localedef ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/mtrace ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/pcprofiledump ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/rpcgen ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/sprof ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/tzselect ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/xtrace ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/sbin/iconvconfig ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/sbin/nscd ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/sbin/rpcinfo ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/sbin/zdump ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/sbin/zic ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +popd +popd +popenv + +# task [044/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_1/configure +echo ">>> Executing task [044/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_1/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv4t/lib/ ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/ +rm -rf ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv4t/ +mkdir -p ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv4t/ +pushd ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv4t/ +pushenv +pushenvvar BUILD_CC gcc +pushenvvar CC "${build_top}/lite/install/bin/${toolchain_name}-gcc -march=armv4t" +pushenvvar CXX "${build_top}/lite/install/bin/${toolchain_name}-g++ -march=armv4t" +pushenvvar CFLAGS '-g -O2' +pushenvvar AR ${build_top}/lite/install/bin/${toolchain_name}-ar +pushenvvar RANLIB ${build_top}/lite/install/bin/${toolchain_name}-ranlib +pushenvvar PERL /usr/bin/perl +pushenvvar BASH_SHELL /bin/bash +${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv4t//configure \ + --prefix=/usr \ + --with-headers=${build_top}/lite/install/${target_name}/libc/./usr/include \ + --build=i686-pc-linux-gnu \ + --host=${target_name} \ + --disable-profile \ + --without-gd \ + --without-cvs \ + --enable-add-ons \ + --enable-kernel=2.6.14 "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" +popenv +popd +popenv + +# task [045/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_1/build +echo ">>> Executing task [045/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_1/build <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv4t/ +pushenv +pushenvvar PARALLELMFLAGS -j4 +make +popenv +popd +popenv + +# task [046/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_1/install +echo ">>> Executing task [046/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_1/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv4t/ +make install_root=${build_top}/lite/install/${target_name}/libc/armv4t/ install +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t//usr/libexec/pt_chown +rm -rf ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libc_pic +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libBrokenLocale_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libanl_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libc_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libcidn_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libcrypt_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libdl_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libm_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnsl_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_compat_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_dns_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_files_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_hesiod_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_nis_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_nisplus_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libresolv_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/librt_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libthread_db_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libutil_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libBrokenLocale_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libanl_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libc_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libcidn_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libcrypt_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libdl_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libm_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnsl_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_compat_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_dns_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_files_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_hesiod_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_nis_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_nisplus_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libresolv_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/librt_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libthread_db_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libutil_pic.map +pushd ${build_top}/lite/install/${target_name}/libc/armv4t/ +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv sbin/ldconfig ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv sbin/sln ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/catchsegv ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/gencat ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/getconf ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/getent ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/iconv ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/ldd ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/locale ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/localedef ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/mtrace ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/pcprofiledump ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/rpcgen ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/sprof ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/tzselect ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/xtrace ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/sbin/iconvconfig ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/sbin/nscd ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/sbin/rpcinfo ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/sbin/zdump ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/sbin/zic ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +popd +popd +popenv + +# task [047/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_2/configure +echo ">>> Executing task [047/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_2/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv6/lib/ ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/ +rm -rf ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv6/ +mkdir -p ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv6/ +pushd ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv6/ +pushenv +pushenvvar BUILD_CC gcc +pushenvvar CC "${build_top}/lite/install/bin/${toolchain_name}-gcc -march=armv6 -mfpu=vfp -mfloat-abi=softfp" +pushenvvar CXX "${build_top}/lite/install/bin/${toolchain_name}-g++ -march=armv6 -mfpu=vfp -mfloat-abi=softfp" +pushenvvar CFLAGS '-g -O2' +pushenvvar AR ${build_top}/lite/install/bin/${toolchain_name}-ar +pushenvvar RANLIB ${build_top}/lite/install/bin/${toolchain_name}-ranlib +pushenvvar PERL /usr/bin/perl +pushenvvar BASH_SHELL /bin/bash +${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6//configure \ + --prefix=/usr \ + --with-headers=${build_top}/lite/install/${target_name}/libc/./usr/include \ + --build=i686-pc-linux-gnu \ + --host=${target_name} \ + --disable-profile \ + --without-gd \ + --without-cvs \ + --enable-add-ons \ + --enable-kernel=2.6.14 "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" +popenv +popd +popenv + +# task [048/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_2/build +echo ">>> Executing task [048/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_2/build <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv6/ +pushenv +pushenvvar PARALLELMFLAGS -j4 +make +popenv +popd +popenv + +# task [049/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_2/install +echo ">>> Executing task [049/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_2/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv6/ +make install_root=${build_top}/lite/install/${target_name}/libc/armv6/ install +rm -f ${build_top}/lite/install/${target_name}/libc/armv6//usr/libexec/pt_chown +rm -rf ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libc_pic +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libBrokenLocale_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libanl_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libc_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libcidn_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libcrypt_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libdl_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libm_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnsl_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_compat_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_dns_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_files_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_hesiod_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_nis_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_nisplus_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libresolv_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/librt_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libthread_db_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libutil_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libBrokenLocale_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libanl_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libc_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libcidn_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libcrypt_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libdl_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libm_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnsl_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_compat_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_dns_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_files_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_hesiod_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_nis_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_nisplus_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libresolv_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/librt_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libthread_db_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libutil_pic.map +pushd ${build_top}/lite/install/${target_name}/libc/armv6/ +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv sbin/ldconfig ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv sbin/sln ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/catchsegv ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/gencat ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/getconf ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/getent ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/iconv ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/ldd ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/locale ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/localedef ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/mtrace ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/pcprofiledump ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/rpcgen ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/sprof ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/tzselect ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/xtrace ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/sbin/iconvconfig ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/sbin/nscd ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/sbin/rpcinfo ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/sbin/zdump ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/sbin/zic ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +popd +popd +popenv + +# task [050/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_3/configure +echo ">>> Executing task [050/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_3/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/ ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/ +rm -rf ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard/ +mkdir -p ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard/ +pushd ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard/ +pushenv +pushenvvar BUILD_CC gcc +pushenvvar CC "${build_top}/lite/install/bin/${toolchain_name}-gcc -march=armv6 -mfpu=vfp -mfloat-abi=hard" +pushenvvar CXX "${build_top}/lite/install/bin/${toolchain_name}-g++ -march=armv6 -mfpu=vfp -mfloat-abi=hard" +pushenvvar CFLAGS '-g -O2' +pushenvvar AR ${build_top}/lite/install/bin/${toolchain_name}-ar +pushenvvar RANLIB ${build_top}/lite/install/bin/${toolchain_name}-ranlib +pushenvvar PERL /usr/bin/perl +pushenvvar BASH_SHELL /bin/bash +${build_top}/lite/obj/glibc-src-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard//configure \ + --prefix=/usr \ + --with-headers=${build_top}/lite/install/${target_name}/libc/./usr/include \ + --build=i686-pc-linux-gnu \ + --host=${target_name} \ + --disable-profile \ + --without-gd \ + --without-cvs \ + --enable-add-ons \ + --enable-kernel=2.6.14 "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" +popenv +popd +popenv + +# task [051/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_3/build +echo ">>> Executing task [051/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_3/build <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard/ +pushenv +pushenvvar PARALLELMFLAGS -j4 +make +popenv +popd +popenv + +# task [052/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_3/install +echo ">>> Executing task [052/076] /i686-pc-linux-gnu/toolchain/glibc/glibc_3/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc-${toolchain_name}-i686-pc-linux-gnu/march_armv6-hard/ +make install_root=${build_top}/lite/install/${target_name}/libc/armv6-hard/ install +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/libexec/pt_chown +rm -rf ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libc_pic +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libBrokenLocale_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libanl_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libc_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libcidn_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libcrypt_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libdl_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libm_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnsl_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_compat_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_dns_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_files_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_hesiod_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_nis_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_nisplus_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libresolv_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/librt_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libthread_db_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libutil_pic.a +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libBrokenLocale_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libanl_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libc_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libcidn_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libcrypt_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libdl_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libm_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnsl_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_compat_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_dns_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_files_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_hesiod_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_nis_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_nisplus_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libresolv_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/librt_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libthread_db_pic.map +rm -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libutil_pic.map +pushd ${build_top}/lite/install/${target_name}/libc/armv6-hard/ +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv sbin/ldconfig ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv sbin/sln ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/catchsegv ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/gencat ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/getconf ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/getent ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/iconv ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/ldd ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/locale ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/localedef ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/mtrace ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/pcprofiledump ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/rpcgen ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/sprof ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/tzselect ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/xtrace ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/sbin/iconvconfig ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/sbin/nscd ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/sbin/rpcinfo ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/sbin/zdump ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/sbin/zic ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +popd +popd +popenv + +# task [053/076] /i686-pc-linux-gnu/toolchain/build_glibc_localedef +echo ">>> Executing task [053/076] /i686-pc-linux-gnu/toolchain/build_glibc_localedef <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +rm -rf ${build_top}/lite/obj/glibc_localedef-${toolchain_name}-i686-pc-linux-gnu +mkdir -p ${build_top}/lite/obj/glibc_localedef-${toolchain_name}-i686-pc-linux-gnu +pushd ${build_top}/lite/obj/glibc_localedef-${toolchain_name}-i686-pc-linux-gnu +${build_top}/src/glibc_localedef-2.8/configure --prefix=/usr --with-glibc=${build_top}/src/glibc-2.8 +make -j4 +popd +popenv + +# task [054/076] /i686-pc-linux-gnu/toolchain/install_glibc_locale/glibc_0 +echo ">>> Executing task [054/076] /i686-pc-linux-gnu/toolchain/install_glibc_locale/glibc_0 <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/obj/glibc_localedef-${toolchain_name}-i686-pc-linux-gnu +make -j4 install_root=${build_top}/lite/obj/glibc_localedef-${toolchain_name}-i686-pc-linux-gnu/little4 'LOCALEDEF_OPTS=--little-endian --uint32-align=4' install-locales +mkdir -p little4/usr/lib/locale/test +cat > little4/usr/lib/locale/test/README <<'EOF0' +The locales in this directory are used by the GLIBC test harness +EOF0 +pushenv +pushenvvar I18NPATH ${build_top}/src/glibc-2.8/localedata +pushenvvar GCONV_PATH iconvdata +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/de_DE -f glibc/localedata/charmaps/ISO-8859-1 little4/usr/lib/locale/test/de_DE.ISO-8859-1 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/de_DE -f glibc/localedata/charmaps/UTF-8 little4/usr/lib/locale/test/de_DE.UTF-8 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/en_US -f glibc/localedata/charmaps/ANSI_X3.4-1968 little4/usr/lib/locale/test/en_US.ANSI_X3.4-1968 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/en_US -f glibc/localedata/charmaps/ISO-8859-1 little4/usr/lib/locale/test/en_US.ISO-8859-1 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/en_US -f glibc/localedata/charmaps/UTF-8 little4/usr/lib/locale/test/en_US.UTF-8 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/ja_JP -f glibc/localedata/charmaps/EUC-JP little4/usr/lib/locale/test/ja_JP.EUC-JP +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/da_DK -f glibc/localedata/charmaps/ISO-8859-1 little4/usr/lib/locale/test/da_DK.ISO-8859-1 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/hr_HR -f glibc/localedata/charmaps/ISO-8859-2 little4/usr/lib/locale/test/hr_HR.ISO-8859-2 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/sv_SE -f glibc/localedata/charmaps/ISO-8859-1 little4/usr/lib/locale/test/sv_SE.ISO-8859-1 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/ja_JP -f glibc/localedata/charmaps/SHIFT_JIS little4/usr/lib/locale/test/ja_JP.SJIS +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/fr_FR -f glibc/localedata/charmaps/ISO-8859-1 little4/usr/lib/locale/test/fr_FR.ISO-8859-1 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/vi_VN -f glibc/localedata/charmaps/TCVN5712-1 little4/usr/lib/locale/test/vi_VN.TCVN5712-1 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/nb_NO -f glibc/localedata/charmaps/ISO-8859-1 little4/usr/lib/locale/test/nb_NO.ISO-8859-1 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/nn_NO -f glibc/localedata/charmaps/ISO-8859-1 little4/usr/lib/locale/test/nn_NO.ISO-8859-1 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/tr_TR -f glibc/localedata/charmaps/UTF-8 little4/usr/lib/locale/test/tr_TR.UTF-8 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/cs_CZ -f glibc/localedata/charmaps/UTF-8 little4/usr/lib/locale/test/cs_CZ.UTF-8 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/zh_TW -f glibc/localedata/charmaps/EUC-TW little4/usr/lib/locale/test/zh_TW.EUC-TW +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/fa_IR -f glibc/localedata/charmaps/UTF-8 little4/usr/lib/locale/test/fa_IR.UTF-8 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/fr_FR -f glibc/localedata/charmaps/UTF-8 little4/usr/lib/locale/test/fr_FR.UTF-8 +./localedef --quiet -c --little-endian --uint32-align=4 -i glibc/localedata/locales/ja_JP -f glibc/localedata/charmaps/UTF-8 little4/usr/lib/locale/test/ja_JP.UTF-8 +popenv +copy_dir little4 ${build_top}/lite/install/${target_name}/libc/./ +popd +popenv + +# task [055/076] /i686-pc-linux-gnu/toolchain/gcc_final/configure +echo ">>> Executing task [055/076] /i686-pc-linux-gnu/toolchain/gcc_final/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenvvar AR_FOR_TARGET ${toolchain_name}-ar +pushenvvar NM_FOR_TARGET ${toolchain_name}-nm +pushenvvar OBJDUMP_FOR_TARET ${toolchain_name}-objdump +pushenvvar STRIP_FOR_TARGET ${toolchain_name}-strip +rm -rf ${build_top}/lite/obj/gcc-${toolchain_name}-i686-pc-linux-gnu +mkdir -p ${build_top}/lite/obj/gcc-${toolchain_name}-i686-pc-linux-gnu +pushd ${build_top}/lite/obj/gcc-${toolchain_name}-i686-pc-linux-gnu +${build_top}/src/gcc-4.3/configure \ + --build=i686-pc-linux-gnu \ + --host=i686-pc-linux-gnu \ + --target=${target_name} \ + --program-transform-name="s/.*/${toolchain_name}-&/" \ + --enable-threads \ + --disable-libmudflap \ + --disable-libssp \ + --disable-libstdcxx-pch \ + --with-gnu-as \ + --with-gnu-ld \ + '--with-specs=%{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}' \ + --enable-languages=c,c++ \ + --enable-shared \ + --enable-symvers=gnu \ + --enable-__cxa_atexit \ + "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" \ + --disable-nls \ + --prefix=${toolchain_prefix} \ + --with-sysroot=${toolchain_prefix}/${target_name}/libc \ + --with-build-sysroot=${build_top}/lite/install/${target_name}/libc \ + --with-gmp=${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr \ + --with-mpfr=${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr \ + --disable-libgomp \ + --enable-poison-system-directories \ + --with-build-time-tools=${build_top}/lite/install/${target_name}/bin \ + --with-build-time-tools=${build_top}/lite/install/${target_name}/bin +popd +popenv +popenv + +# task [056/076] /i686-pc-linux-gnu/toolchain/gcc_final/build +echo ">>> Executing task [056/076] /i686-pc-linux-gnu/toolchain/gcc_final/build <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenvvar AR_FOR_TARGET ${toolchain_name}-ar +pushenvvar NM_FOR_TARGET ${toolchain_name}-nm +pushenvvar OBJDUMP_FOR_TARET ${toolchain_name}-objdump +pushenvvar STRIP_FOR_TARGET ${toolchain_name}-strip +pushd ${build_top}/lite/obj/gcc-${toolchain_name}-i686-pc-linux-gnu +make -j4 LDFLAGS_FOR_TARGET=--sysroot=${build_top}/lite/install/${target_name}/libc CPPFLAGS_FOR_TARGET=--sysroot=${build_top}/lite/install/${target_name}/libc build_tooldir=${build_top}/lite/install/${target_name} +popd +popenv +popenv + +# task [057/076] /i686-pc-linux-gnu/toolchain/gcc_final/install +echo ">>> Executing task [057/076] /i686-pc-linux-gnu/toolchain/gcc_final/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenvvar AR_FOR_TARGET ${toolchain_name}-ar +pushenvvar NM_FOR_TARGET ${toolchain_name}-nm +pushenvvar OBJDUMP_FOR_TARET ${toolchain_name}-objdump +pushenvvar STRIP_FOR_TARGET ${toolchain_name}-strip +pushd ${build_top}/lite/obj/gcc-${toolchain_name}-i686-pc-linux-gnu +make prefix=${build_top}/lite/install exec_prefix=${build_top}/lite/install libdir=${build_top}/lite/install/lib install +popd +popenv +popenv + +# task [058/076] /i686-pc-linux-gnu/toolchain/gcc_final/postinstall +echo ">>> Executing task [058/076] /i686-pc-linux-gnu/toolchain/gcc_final/postinstall <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenvvar AR_FOR_TARGET ${toolchain_name}-ar +pushenvvar NM_FOR_TARGET ${toolchain_name}-nm +pushenvvar OBJDUMP_FOR_TARET ${toolchain_name}-objdump +pushenvvar STRIP_FOR_TARGET ${toolchain_name}-strip +pushd ${build_top}/lite/install +rm bin/${toolchain_name}-gccbug +#rm ./${target_name}/lib/armv4t/libiberty.a +#rm ./${target_name}/lib/armv6/libiberty.a +rm ./${target_name}/lib/libiberty.a +#rm ./lib/libiberty.a +rm -f ./lib/libiberty.a # MAJA ??? +rmdir include +popd +popenv +popenv + +# task [059/076] /i686-pc-linux-gnu/toolchain/gdb/0/copy +echo ">>> Executing task [059/076] /i686-pc-linux-gnu/toolchain/gdb/0/copy <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenv +pushenvvar CPPFLAGS -I${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/include +pushenvvar LDFLAGS -L${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/lib +rm -rf ${build_top}/lite/obj/gdb-src-${toolchain_name}-i686-pc-linux-gnu +copy_dir_clean ${build_top}/src/gdb-stable ${build_top}/lite/obj/gdb-src-${toolchain_name}-i686-pc-linux-gnu +chmod -R u+w ${build_top}/lite/obj/gdb-src-${toolchain_name}-i686-pc-linux-gnu +touch ${build_top}/lite/obj/gdb-src-${toolchain_name}-i686-pc-linux-gnu/.gnu-stamp +popenv +popenv +popenv + +# task [060/076] /i686-pc-linux-gnu/toolchain/gdb/0/configure +echo ">>> Executing task [060/076] /i686-pc-linux-gnu/toolchain/gdb/0/configure <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenv +pushenvvar CPPFLAGS -I${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/include +pushenvvar LDFLAGS -L${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/lib +rm -rf ${build_top}/lite/obj/gdb-${toolchain_name}-i686-pc-linux-gnu +mkdir -p ${build_top}/lite/obj/gdb-${toolchain_name}-i686-pc-linux-gnu +pushd ${build_top}/lite/obj/gdb-${toolchain_name}-i686-pc-linux-gnu +${build_top}/lite/obj/gdb-src-${toolchain_name}-i686-pc-linux-gnu/configure \ + --build=i686-pc-linux-gnu \ + --target=${target_name} \ + --program-transform-name="s/.*/${toolchain_name}-&/" \ + --prefix=${toolchain_prefix} \ + --host=i686-pc-linux-gnu \ + --disable-sim \ + "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" \ + --disable-nls \ + --with-libexpat-prefix=${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr \ + --with-system-gdbinit=${toolchain_prefix}/i686-pc-linux-gnu/${target_name}/lib/gdbinit +popd +popenv +popenv +popenv + +# task [061/076] /i686-pc-linux-gnu/toolchain/gdb/0/build +echo ">>> Executing task [061/076] /i686-pc-linux-gnu/toolchain/gdb/0/build <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenv +pushenvvar CPPFLAGS -I${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/include +pushenvvar LDFLAGS -L${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/lib +pushd ${build_top}/lite/obj/gdb-${toolchain_name}-i686-pc-linux-gnu +make -j4 +popd +popenv +popenv +popenv + +# task [062/076] /i686-pc-linux-gnu/toolchain/gdb/0/install +echo ">>> Executing task [062/076] /i686-pc-linux-gnu/toolchain/gdb/0/install <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenv +pushenvvar CPPFLAGS -I${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/include +pushenvvar LDFLAGS -L${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/lib +pushd ${build_top}/lite/obj/gdb-${toolchain_name}-i686-pc-linux-gnu +make install prefix=${build_top}/lite/install exec_prefix=${build_top}/lite/install libdir=${build_top}/lite/install/lib datadir=${build_top}/lite/install/share +popd +popenv +popenv +popenv + +# task [063/076] /i686-pc-linux-gnu/toolchain/gdb/0/postinstall +echo ">>> Executing task [063/076] /i686-pc-linux-gnu/toolchain/gdb/0/postinstall <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushenv +pushenv +pushenvvar CPPFLAGS -I${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/include +pushenvvar LDFLAGS -L${build_top}/lite/obj/host-libs-${toolchain_name}-i686-pc-linux-gnu/usr/lib +popenv +popenv +popenv + +# task [064/076] /i686-pc-linux-gnu/toolchain/build_gdbserver/glibc_0 +echo ">>> Executing task [064/076] /i686-pc-linux-gnu/toolchain/build_gdbserver/glibc_0 <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +rm -rf ${build_top}/lite/obj/gdbserver-${toolchain_name}/default/ +mkdir -p ${build_top}/lite/obj/gdbserver-${toolchain_name}/default/ +pushd ${build_top}/lite/obj/gdbserver-${toolchain_name}/default/ +pushenv +pushenvvar CC "${toolchain_name}-gcc " +${build_top}/src/gdb-stable/gdb/gdbserver/configure \ + --build=i686-pc-linux-gnu \ + --host=${target_name} \ + --prefix=/usr \ + --disable-shared \ + --disable-sim \ + "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" +popenv +make -j4 +make DESTDIR=${build_top}/lite/install/${target_name}/libc/./ install +pushd ${build_top}/lite/install/${target_name}/libc/./ +mkdir -p ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +mv usr/bin/gdbserver ${build_top}/lite/install/${target_name}/libc/./usr/lib/./bin +popd +popd +popenv + +# task [065/076] /i686-pc-linux-gnu/toolchain/build_gdbserver/glibc_1 +echo ">>> Executing task [065/076] /i686-pc-linux-gnu/toolchain/build_gdbserver/glibc_1 <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +rm -rf ${build_top}/lite/obj/gdbserver-${toolchain_name}/march_armv4t/ +mkdir -p ${build_top}/lite/obj/gdbserver-${toolchain_name}/march_armv4t/ +pushd ${build_top}/lite/obj/gdbserver-${toolchain_name}/march_armv4t/ +pushenv +pushenvvar CC "${toolchain_name}-gcc -march=armv4t" +${build_top}/src/gdb-stable/gdb/gdbserver/configure \ + --build=i686-pc-linux-gnu \ + --host=${target_name} \ + --prefix=/usr \ + --disable-shared \ + --disable-sim \ + "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" +popenv +make -j4 +make DESTDIR=${build_top}/lite/install/${target_name}/libc/armv4t/ install +pushd ${build_top}/lite/install/${target_name}/libc/armv4t/ +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +mv usr/bin/gdbserver ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/bin +popd +popd +popenv + +# task [066/076] /i686-pc-linux-gnu/toolchain/build_gdbserver/glibc_2 +echo ">>> Executing task [066/076] /i686-pc-linux-gnu/toolchain/build_gdbserver/glibc_2 <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +rm -rf ${build_top}/lite/obj/gdbserver-${toolchain_name}/march_armv6/ +mkdir -p ${build_top}/lite/obj/gdbserver-${toolchain_name}/march_armv6/ +pushd ${build_top}/lite/obj/gdbserver-${toolchain_name}/march_armv6/ +pushenv +pushenvvar CC "${toolchain_name}-gcc -march=armv6" +${build_top}/src/gdb-stable/gdb/gdbserver/configure \ + --build=i686-pc-linux-gnu \ + --host=${target_name} \ + --prefix=/usr \ + --disable-shared \ + --disable-sim \ + "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" +popenv +make -j4 +make DESTDIR=${build_top}/lite/install/${target_name}/libc/armv6/ install +pushd ${build_top}/lite/install/${target_name}/libc/armv6/ +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +mv usr/bin/gdbserver ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/bin +popd +popd +popenv + +# task [067/076] /i686-pc-linux-gnu/toolchain/build_gdbserver/glibc_3 +echo ">>> Executing task [067/076] /i686-pc-linux-gnu/toolchain/build_gdbserver/glibc_3 <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +rm -rf ${build_top}/lite/obj/gdbserver-${toolchain_name}/march_armv6-hard/ +mkdir -p ${build_top}/lite/obj/gdbserver-${toolchain_name}/march_armv6-hard/ +pushd ${build_top}/lite/obj/gdbserver-${toolchain_name}/march_armv6-hard/ +pushenv +pushenvvar CC "${toolchain_name}-gcc -march=armv6 -mfloat-abi=hard" +${build_top}/src/gdb-stable/gdb/gdbserver/configure \ + --build=i686-pc-linux-gnu \ + --host=${target_name} \ + --prefix=/usr \ + --disable-shared \ + --disable-sim \ + "--with-pkgversion=TomTom CipherWizardry ${version}-$p4clist" +popenv +make -j4 +make DESTDIR=${build_top}/lite/install/${target_name}/libc/armv6-hard/ install +pushd ${build_top}/lite/install/${target_name}/libc/armv6-hard/ +mkdir -p ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +mv usr/bin/gdbserver ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/bin +popd +popd +popenv + +# task [068/076] /i686-pc-linux-gnu/finalize_libc_installation +echo ">>> Executing task [068/076] /i686-pc-linux-gnu/finalize_libc_installation <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +cp -d ${build_top}/lite/install/${target_name}/lib/libgcc_s.so ${build_top}/lite/install/${target_name}/libc/./lib/./ +cp -d ${build_top}/lite/install/${target_name}/lib/libgcc_s.so.1 ${build_top}/lite/install/${target_name}/libc/./lib/./ +cp -d ${build_top}/lite/install/${target_name}/lib/./libgcc_s.so ${build_top}/lite/install/${target_name}/libc/./lib/./ +cp -d ${build_top}/lite/install/${target_name}/lib/./libgcc_s.so.1 ${build_top}/lite/install/${target_name}/libc/./lib/./ +cp -d ${build_top}/lite/install/${target_name}/lib/./libstdc++.so ${build_top}/lite/install/${target_name}/libc/./usr/lib/./ +cp -d ${build_top}/lite/install/${target_name}/lib/./libstdc++.so.6 ${build_top}/lite/install/${target_name}/libc/./usr/lib/./ +cp -d ${build_top}/lite/install/${target_name}/lib/./libstdc++.so.6.0.10 ${build_top}/lite/install/${target_name}/libc/./usr/lib/./ +cp -d ${build_top}/lite/install/${target_name}/lib/./libstdc++.a ${build_top}/lite/install/${target_name}/libc/./usr/lib/./ +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/gdbserver ${build_top}/lite/install/${target_name}/libc/./usr/bin/gdbserver +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/ldconfig ${build_top}/lite/install/${target_name}/libc/./sbin/ldconfig +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/sln ${build_top}/lite/install/${target_name}/libc/./sbin/sln +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/catchsegv ${build_top}/lite/install/${target_name}/libc/./usr/bin/catchsegv +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/gencat ${build_top}/lite/install/${target_name}/libc/./usr/bin/gencat +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/getconf ${build_top}/lite/install/${target_name}/libc/./usr/bin/getconf +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/getent ${build_top}/lite/install/${target_name}/libc/./usr/bin/getent +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/iconv ${build_top}/lite/install/${target_name}/libc/./usr/bin/iconv +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/ldd ${build_top}/lite/install/${target_name}/libc/./usr/bin/ldd +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/locale ${build_top}/lite/install/${target_name}/libc/./usr/bin/locale +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/localedef ${build_top}/lite/install/${target_name}/libc/./usr/bin/localedef +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/mtrace ${build_top}/lite/install/${target_name}/libc/./usr/bin/mtrace +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/pcprofiledump ${build_top}/lite/install/${target_name}/libc/./usr/bin/pcprofiledump +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/rpcgen ${build_top}/lite/install/${target_name}/libc/./usr/bin/rpcgen +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/sprof ${build_top}/lite/install/${target_name}/libc/./usr/bin/sprof +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/tzselect ${build_top}/lite/install/${target_name}/libc/./usr/bin/tzselect +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/xtrace ${build_top}/lite/install/${target_name}/libc/./usr/bin/xtrace +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/iconvconfig ${build_top}/lite/install/${target_name}/libc/./usr/sbin/iconvconfig +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/nscd ${build_top}/lite/install/${target_name}/libc/./usr/sbin/nscd +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/rpcinfo ${build_top}/lite/install/${target_name}/libc/./usr/sbin/rpcinfo +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/zdump ${build_top}/lite/install/${target_name}/libc/./usr/sbin/zdump +ln -f ${build_top}/lite/install/${target_name}/libc/./usr/lib/.//bin/zic ${build_top}/lite/install/${target_name}/libc/./usr/sbin/zic +rm -rf ${build_top}/lite/install/${target_name}/libc/armv4t/usr/include +pushd ${build_top}/lite/install/${target_name}/libc/armv4t/etc +rm -f ./rpc +ln ${build_top}/lite/install/${target_name}/libc/./etc/./rpc ./rpc +popd +pushd ${build_top}/lite/install/${target_name}/libc/armv4t/usr/info +rm -f ./dir +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./dir ./dir +rm -f ./libc.info-7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-7 ./libc.info-7 +rm -f ./libc.info-5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-5 ./libc.info-5 +rm -f ./libc.info-2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-2 ./libc.info-2 +rm -f ./libc.info-9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-9 ./libc.info-9 +rm -f ./libc.info-3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-3 ./libc.info-3 +rm -f ./libc.info-1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-1 ./libc.info-1 +rm -f ./libc.info-10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-10 ./libc.info-10 +rm -f ./libc.info +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info ./libc.info +rm -f ./libc.info-11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-11 ./libc.info-11 +rm -f ./libc.info-8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-8 ./libc.info-8 +rm -f ./libc.info-6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-6 ./libc.info-6 +rm -f ./libc.info-4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-4 ./libc.info-4 +popd +pushd ${build_top}/lite/install/${target_name}/libc/armv4t/usr/share +rm -f ./zoneinfo/Pacific/Truk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Truk ./zoneinfo/Pacific/Truk +rm -f ./zoneinfo/Pacific/Niue +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Niue ./zoneinfo/Pacific/Niue +rm -f ./zoneinfo/Pacific/Marquesas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Marquesas ./zoneinfo/Pacific/Marquesas +rm -f ./zoneinfo/Pacific/Fakaofo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Fakaofo ./zoneinfo/Pacific/Fakaofo +rm -f ./zoneinfo/Pacific/Tongatapu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Tongatapu ./zoneinfo/Pacific/Tongatapu +rm -f ./zoneinfo/Pacific/Fiji +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Fiji ./zoneinfo/Pacific/Fiji +rm -f ./zoneinfo/Pacific/Galapagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Galapagos ./zoneinfo/Pacific/Galapagos +rm -f ./zoneinfo/Pacific/Enderbury +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Enderbury ./zoneinfo/Pacific/Enderbury +rm -f ./zoneinfo/Pacific/Kosrae +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Kosrae ./zoneinfo/Pacific/Kosrae +rm -f ./zoneinfo/Pacific/Johnston +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Johnston ./zoneinfo/Pacific/Johnston +rm -f ./zoneinfo/Pacific/Saipan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Saipan ./zoneinfo/Pacific/Saipan +rm -f ./zoneinfo/Pacific/Pago_Pago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Pago_Pago ./zoneinfo/Pacific/Pago_Pago +rm -f ./zoneinfo/Pacific/Funafuti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Funafuti ./zoneinfo/Pacific/Funafuti +rm -f ./zoneinfo/Pacific/Apia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Apia ./zoneinfo/Pacific/Apia +rm -f ./zoneinfo/Pacific/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Samoa ./zoneinfo/Pacific/Samoa +rm -f ./zoneinfo/Pacific/Guadalcanal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Guadalcanal ./zoneinfo/Pacific/Guadalcanal +rm -f ./zoneinfo/Pacific/Yap +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Yap ./zoneinfo/Pacific/Yap +rm -f ./zoneinfo/Pacific/Midway +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Midway ./zoneinfo/Pacific/Midway +rm -f ./zoneinfo/Pacific/Efate +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Efate ./zoneinfo/Pacific/Efate +rm -f ./zoneinfo/Pacific/Easter +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Easter ./zoneinfo/Pacific/Easter +rm -f ./zoneinfo/Pacific/Pitcairn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Pitcairn ./zoneinfo/Pacific/Pitcairn +rm -f ./zoneinfo/Pacific/Auckland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Auckland ./zoneinfo/Pacific/Auckland +rm -f ./zoneinfo/Pacific/Gambier +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Gambier ./zoneinfo/Pacific/Gambier +rm -f ./zoneinfo/Pacific/Palau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Palau ./zoneinfo/Pacific/Palau +rm -f ./zoneinfo/Pacific/Guam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Guam ./zoneinfo/Pacific/Guam +rm -f ./zoneinfo/Pacific/Rarotonga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Rarotonga ./zoneinfo/Pacific/Rarotonga +rm -f ./zoneinfo/Pacific/Tarawa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Tarawa ./zoneinfo/Pacific/Tarawa +rm -f ./zoneinfo/Pacific/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Kwajalein ./zoneinfo/Pacific/Kwajalein +rm -f ./zoneinfo/Pacific/Tahiti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Tahiti ./zoneinfo/Pacific/Tahiti +rm -f ./zoneinfo/Pacific/Norfolk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Norfolk ./zoneinfo/Pacific/Norfolk +rm -f ./zoneinfo/Pacific/Ponape +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Ponape ./zoneinfo/Pacific/Ponape +rm -f ./zoneinfo/Pacific/Kiritimati +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Kiritimati ./zoneinfo/Pacific/Kiritimati +rm -f ./zoneinfo/Pacific/Wake +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Wake ./zoneinfo/Pacific/Wake +rm -f ./zoneinfo/Pacific/Nauru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Nauru ./zoneinfo/Pacific/Nauru +rm -f ./zoneinfo/Pacific/Port_Moresby +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Port_Moresby ./zoneinfo/Pacific/Port_Moresby +rm -f ./zoneinfo/Pacific/Noumea +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Noumea ./zoneinfo/Pacific/Noumea +rm -f ./zoneinfo/Pacific/Chatham +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Chatham ./zoneinfo/Pacific/Chatham +rm -f ./zoneinfo/Pacific/Majuro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Majuro ./zoneinfo/Pacific/Majuro +rm -f ./zoneinfo/Pacific/Wallis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Wallis ./zoneinfo/Pacific/Wallis +rm -f ./zoneinfo/Pacific/Honolulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Honolulu ./zoneinfo/Pacific/Honolulu +rm -f ./zoneinfo/Iran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Iran ./zoneinfo/Iran +rm -f ./zoneinfo/Factory +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Factory ./zoneinfo/Factory +rm -f ./zoneinfo/PST8PDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/PST8PDT ./zoneinfo/PST8PDT +rm -f ./zoneinfo/Chile/EasterIsland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Chile/EasterIsland ./zoneinfo/Chile/EasterIsland +rm -f ./zoneinfo/Chile/Continental +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Chile/Continental ./zoneinfo/Chile/Continental +rm -f ./zoneinfo/Libya +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Libya ./zoneinfo/Libya +rm -f ./zoneinfo/Africa/Khartoum +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Khartoum ./zoneinfo/Africa/Khartoum +rm -f ./zoneinfo/Africa/Freetown +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Freetown ./zoneinfo/Africa/Freetown +rm -f ./zoneinfo/Africa/Lagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Lagos ./zoneinfo/Africa/Lagos +rm -f ./zoneinfo/Africa/Maseru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Maseru ./zoneinfo/Africa/Maseru +rm -f ./zoneinfo/Africa/Lome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Lome ./zoneinfo/Africa/Lome +rm -f ./zoneinfo/Africa/Malabo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Malabo ./zoneinfo/Africa/Malabo +rm -f ./zoneinfo/Africa/Timbuktu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Timbuktu ./zoneinfo/Africa/Timbuktu +rm -f ./zoneinfo/Africa/Dakar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Dakar ./zoneinfo/Africa/Dakar +rm -f ./zoneinfo/Africa/Nairobi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Nairobi ./zoneinfo/Africa/Nairobi +rm -f ./zoneinfo/Africa/Mogadishu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Mogadishu ./zoneinfo/Africa/Mogadishu +rm -f ./zoneinfo/Africa/Banjul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Banjul ./zoneinfo/Africa/Banjul +rm -f ./zoneinfo/Africa/Dar_es_Salaam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Dar_es_Salaam ./zoneinfo/Africa/Dar_es_Salaam +rm -f ./zoneinfo/Africa/Mbabane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Mbabane ./zoneinfo/Africa/Mbabane +rm -f ./zoneinfo/Africa/Bamako +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Bamako ./zoneinfo/Africa/Bamako +rm -f ./zoneinfo/Africa/Ouagadougou +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Ouagadougou ./zoneinfo/Africa/Ouagadougou +rm -f ./zoneinfo/Africa/Djibouti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Djibouti ./zoneinfo/Africa/Djibouti +rm -f ./zoneinfo/Africa/Bissau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Bissau ./zoneinfo/Africa/Bissau +rm -f ./zoneinfo/Africa/Tunis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Tunis ./zoneinfo/Africa/Tunis +rm -f ./zoneinfo/Africa/Ndjamena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Ndjamena ./zoneinfo/Africa/Ndjamena +rm -f ./zoneinfo/Africa/Asmara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Asmara ./zoneinfo/Africa/Asmara +rm -f ./zoneinfo/Africa/Brazzaville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Brazzaville ./zoneinfo/Africa/Brazzaville +rm -f ./zoneinfo/Africa/Ceuta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Ceuta ./zoneinfo/Africa/Ceuta +rm -f ./zoneinfo/Africa/El_Aaiun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/El_Aaiun ./zoneinfo/Africa/El_Aaiun +rm -f ./zoneinfo/Africa/Monrovia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Monrovia ./zoneinfo/Africa/Monrovia +rm -f ./zoneinfo/Africa/Libreville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Libreville ./zoneinfo/Africa/Libreville +rm -f ./zoneinfo/Africa/Maputo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Maputo ./zoneinfo/Africa/Maputo +rm -f ./zoneinfo/Africa/Bangui +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Bangui ./zoneinfo/Africa/Bangui +rm -f ./zoneinfo/Africa/Windhoek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Windhoek ./zoneinfo/Africa/Windhoek +rm -f ./zoneinfo/Africa/Addis_Ababa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Addis_Ababa ./zoneinfo/Africa/Addis_Ababa +rm -f ./zoneinfo/Africa/Douala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Douala ./zoneinfo/Africa/Douala +rm -f ./zoneinfo/Africa/Sao_Tome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Sao_Tome ./zoneinfo/Africa/Sao_Tome +rm -f ./zoneinfo/Africa/Conakry +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Conakry ./zoneinfo/Africa/Conakry +rm -f ./zoneinfo/Africa/Harare +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Harare ./zoneinfo/Africa/Harare +rm -f ./zoneinfo/Africa/Blantyre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Blantyre ./zoneinfo/Africa/Blantyre +rm -f ./zoneinfo/Africa/Asmera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Asmera ./zoneinfo/Africa/Asmera +rm -f ./zoneinfo/Africa/Algiers +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Algiers ./zoneinfo/Africa/Algiers +rm -f ./zoneinfo/Africa/Johannesburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Johannesburg ./zoneinfo/Africa/Johannesburg +rm -f ./zoneinfo/Africa/Kigali +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Kigali ./zoneinfo/Africa/Kigali +rm -f ./zoneinfo/Africa/Cairo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Cairo ./zoneinfo/Africa/Cairo +rm -f ./zoneinfo/Africa/Casablanca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Casablanca ./zoneinfo/Africa/Casablanca +rm -f ./zoneinfo/Africa/Kampala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Kampala ./zoneinfo/Africa/Kampala +rm -f ./zoneinfo/Africa/Luanda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Luanda ./zoneinfo/Africa/Luanda +rm -f ./zoneinfo/Africa/Bujumbura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Bujumbura ./zoneinfo/Africa/Bujumbura +rm -f ./zoneinfo/Africa/Lubumbashi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Lubumbashi ./zoneinfo/Africa/Lubumbashi +rm -f ./zoneinfo/Africa/Accra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Accra ./zoneinfo/Africa/Accra +rm -f ./zoneinfo/Africa/Gaborone +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Gaborone ./zoneinfo/Africa/Gaborone +rm -f ./zoneinfo/Africa/Kinshasa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Kinshasa ./zoneinfo/Africa/Kinshasa +rm -f ./zoneinfo/Africa/Abidjan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Abidjan ./zoneinfo/Africa/Abidjan +rm -f ./zoneinfo/Africa/Niamey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Niamey ./zoneinfo/Africa/Niamey +rm -f ./zoneinfo/Africa/Nouakchott +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Nouakchott ./zoneinfo/Africa/Nouakchott +rm -f ./zoneinfo/Africa/Lusaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Lusaka ./zoneinfo/Africa/Lusaka +rm -f ./zoneinfo/Africa/Porto-Novo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Porto-Novo ./zoneinfo/Africa/Porto-Novo +rm -f ./zoneinfo/Africa/Tripoli +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Tripoli ./zoneinfo/Africa/Tripoli +rm -f ./zoneinfo/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GMT0 ./zoneinfo/GMT0 +rm -f ./zoneinfo/GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GB ./zoneinfo/GB +rm -f ./zoneinfo/CST6CDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/CST6CDT ./zoneinfo/CST6CDT +rm -f ./zoneinfo/MET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/MET ./zoneinfo/MET +rm -f ./zoneinfo/Etc/GMT-8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-8 ./zoneinfo/Etc/GMT-8 +rm -f ./zoneinfo/Etc/GMT-14 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-14 ./zoneinfo/Etc/GMT-14 +rm -f ./zoneinfo/Etc/GMT+12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+12 ./zoneinfo/Etc/GMT+12 +rm -f ./zoneinfo/Etc/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT0 ./zoneinfo/Etc/GMT0 +rm -f ./zoneinfo/Etc/GMT+1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+1 ./zoneinfo/Etc/GMT+1 +rm -f ./zoneinfo/Etc/GMT-11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-11 ./zoneinfo/Etc/GMT-11 +rm -f ./zoneinfo/Etc/GMT+5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+5 ./zoneinfo/Etc/GMT+5 +rm -f ./zoneinfo/Etc/GMT-12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-12 ./zoneinfo/Etc/GMT-12 +rm -f ./zoneinfo/Etc/GMT+7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+7 ./zoneinfo/Etc/GMT+7 +rm -f ./zoneinfo/Etc/GMT-9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-9 ./zoneinfo/Etc/GMT-9 +rm -f ./zoneinfo/Etc/GMT-1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-1 ./zoneinfo/Etc/GMT-1 +rm -f ./zoneinfo/Etc/GMT-10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-10 ./zoneinfo/Etc/GMT-10 +rm -f ./zoneinfo/Etc/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/Universal ./zoneinfo/Etc/Universal +rm -f ./zoneinfo/Etc/GMT+10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+10 ./zoneinfo/Etc/GMT+10 +rm -f ./zoneinfo/Etc/GMT-5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-5 ./zoneinfo/Etc/GMT-5 +rm -f ./zoneinfo/Etc/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/Greenwich ./zoneinfo/Etc/Greenwich +rm -f ./zoneinfo/Etc/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/Zulu ./zoneinfo/Etc/Zulu +rm -f ./zoneinfo/Etc/GMT-3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-3 ./zoneinfo/Etc/GMT-3 +rm -f ./zoneinfo/Etc/GMT+4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+4 ./zoneinfo/Etc/GMT+4 +rm -f ./zoneinfo/Etc/GMT+8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+8 ./zoneinfo/Etc/GMT+8 +rm -f ./zoneinfo/Etc/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/UTC ./zoneinfo/Etc/UTC +rm -f ./zoneinfo/Etc/GMT-13 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-13 ./zoneinfo/Etc/GMT-13 +rm -f ./zoneinfo/Etc/GMT-7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-7 ./zoneinfo/Etc/GMT-7 +rm -f ./zoneinfo/Etc/GMT-6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-6 ./zoneinfo/Etc/GMT-6 +rm -f ./zoneinfo/Etc/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+0 ./zoneinfo/Etc/GMT+0 +rm -f ./zoneinfo/Etc/GMT+11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+11 ./zoneinfo/Etc/GMT+11 +rm -f ./zoneinfo/Etc/GMT+3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+3 ./zoneinfo/Etc/GMT+3 +rm -f ./zoneinfo/Etc/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-0 ./zoneinfo/Etc/GMT-0 +rm -f ./zoneinfo/Etc/GMT-2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-2 ./zoneinfo/Etc/GMT-2 +rm -f ./zoneinfo/Etc/GMT-4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-4 ./zoneinfo/Etc/GMT-4 +rm -f ./zoneinfo/Etc/GMT+2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+2 ./zoneinfo/Etc/GMT+2 +rm -f ./zoneinfo/Etc/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/UCT ./zoneinfo/Etc/UCT +rm -f ./zoneinfo/Etc/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT ./zoneinfo/Etc/GMT +rm -f ./zoneinfo/Etc/GMT+9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+9 ./zoneinfo/Etc/GMT+9 +rm -f ./zoneinfo/Etc/GMT+6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+6 ./zoneinfo/Etc/GMT+6 +rm -f ./zoneinfo/Mideast/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mideast/Riyadh89 ./zoneinfo/Mideast/Riyadh89 +rm -f ./zoneinfo/Mideast/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mideast/Riyadh87 ./zoneinfo/Mideast/Riyadh87 +rm -f ./zoneinfo/Mideast/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mideast/Riyadh88 ./zoneinfo/Mideast/Riyadh88 +rm -f ./zoneinfo/Indian/Maldives +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Maldives ./zoneinfo/Indian/Maldives +rm -f ./zoneinfo/Indian/Christmas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Christmas ./zoneinfo/Indian/Christmas +rm -f ./zoneinfo/Indian/Mauritius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Mauritius ./zoneinfo/Indian/Mauritius +rm -f ./zoneinfo/Indian/Kerguelen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Kerguelen ./zoneinfo/Indian/Kerguelen +rm -f ./zoneinfo/Indian/Cocos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Cocos ./zoneinfo/Indian/Cocos +rm -f ./zoneinfo/Indian/Mahe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Mahe ./zoneinfo/Indian/Mahe +rm -f ./zoneinfo/Indian/Antananarivo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Antananarivo ./zoneinfo/Indian/Antananarivo +rm -f ./zoneinfo/Indian/Mayotte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Mayotte ./zoneinfo/Indian/Mayotte +rm -f ./zoneinfo/Indian/Reunion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Reunion ./zoneinfo/Indian/Reunion +rm -f ./zoneinfo/Indian/Comoro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Comoro ./zoneinfo/Indian/Comoro +rm -f ./zoneinfo/Indian/Chagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Chagos ./zoneinfo/Indian/Chagos +rm -f ./zoneinfo/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Universal ./zoneinfo/Universal +rm -f ./zoneinfo/Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Eire ./zoneinfo/Eire +rm -f ./zoneinfo/Cuba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Cuba ./zoneinfo/Cuba +rm -f ./zoneinfo/Iceland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Iceland ./zoneinfo/Iceland +rm -f ./zoneinfo/GB-Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GB-Eire ./zoneinfo/GB-Eire +rm -f ./zoneinfo/Asia/Aqtobe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Aqtobe ./zoneinfo/Asia/Aqtobe +rm -f ./zoneinfo/Asia/Muscat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Muscat ./zoneinfo/Asia/Muscat +rm -f ./zoneinfo/Asia/Macau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Macau ./zoneinfo/Asia/Macau +rm -f ./zoneinfo/Asia/Tokyo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tokyo ./zoneinfo/Asia/Tokyo +rm -f ./zoneinfo/Asia/Karachi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Karachi ./zoneinfo/Asia/Karachi +rm -f ./zoneinfo/Asia/Sakhalin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Sakhalin ./zoneinfo/Asia/Sakhalin +rm -f ./zoneinfo/Asia/Brunei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Brunei ./zoneinfo/Asia/Brunei +rm -f ./zoneinfo/Asia/Saigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Saigon ./zoneinfo/Asia/Saigon +rm -f ./zoneinfo/Asia/Baku +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Baku ./zoneinfo/Asia/Baku +rm -f ./zoneinfo/Asia/Phnom_Penh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Phnom_Penh ./zoneinfo/Asia/Phnom_Penh +rm -f ./zoneinfo/Asia/Chungking +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Chungking ./zoneinfo/Asia/Chungking +rm -f ./zoneinfo/Asia/Amman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Amman ./zoneinfo/Asia/Amman +rm -f ./zoneinfo/Asia/Ashkhabad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ashkhabad ./zoneinfo/Asia/Ashkhabad +rm -f ./zoneinfo/Asia/Chongqing +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Chongqing ./zoneinfo/Asia/Chongqing +rm -f ./zoneinfo/Asia/Pontianak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Pontianak ./zoneinfo/Asia/Pontianak +rm -f ./zoneinfo/Asia/Thimbu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Thimbu ./zoneinfo/Asia/Thimbu +rm -f ./zoneinfo/Asia/Samarkand +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Samarkand ./zoneinfo/Asia/Samarkand +rm -f ./zoneinfo/Asia/Yekaterinburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Yekaterinburg ./zoneinfo/Asia/Yekaterinburg +rm -f ./zoneinfo/Asia/Macao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Macao ./zoneinfo/Asia/Macao +rm -f ./zoneinfo/Asia/Dili +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dili ./zoneinfo/Asia/Dili +rm -f ./zoneinfo/Asia/Bishkek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Bishkek ./zoneinfo/Asia/Bishkek +rm -f ./zoneinfo/Asia/Krasnoyarsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Krasnoyarsk ./zoneinfo/Asia/Krasnoyarsk +rm -f ./zoneinfo/Asia/Bahrain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Bahrain ./zoneinfo/Asia/Bahrain +rm -f ./zoneinfo/Asia/Gaza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Gaza ./zoneinfo/Asia/Gaza +rm -f ./zoneinfo/Asia/Ho_Chi_Minh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ho_Chi_Minh ./zoneinfo/Asia/Ho_Chi_Minh +rm -f ./zoneinfo/Asia/Calcutta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Calcutta ./zoneinfo/Asia/Calcutta +rm -f ./zoneinfo/Asia/Vientiane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Vientiane ./zoneinfo/Asia/Vientiane +rm -f ./zoneinfo/Asia/Qatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Qatar ./zoneinfo/Asia/Qatar +rm -f ./zoneinfo/Asia/Kolkata +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kolkata ./zoneinfo/Asia/Kolkata +rm -f ./zoneinfo/Asia/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Nicosia ./zoneinfo/Asia/Nicosia +rm -f ./zoneinfo/Asia/Ujung_Pandang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ujung_Pandang ./zoneinfo/Asia/Ujung_Pandang +rm -f ./zoneinfo/Asia/Novosibirsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Novosibirsk ./zoneinfo/Asia/Novosibirsk +rm -f ./zoneinfo/Asia/Vladivostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Vladivostok ./zoneinfo/Asia/Vladivostok +rm -f ./zoneinfo/Asia/Colombo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Colombo ./zoneinfo/Asia/Colombo +rm -f ./zoneinfo/Asia/Magadan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Magadan ./zoneinfo/Asia/Magadan +rm -f ./zoneinfo/Asia/Riyadh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Riyadh ./zoneinfo/Asia/Riyadh +rm -f ./zoneinfo/Asia/Yakutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Yakutsk ./zoneinfo/Asia/Yakutsk +rm -f ./zoneinfo/Asia/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Riyadh89 ./zoneinfo/Asia/Riyadh89 +rm -f ./zoneinfo/Asia/Tbilisi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tbilisi ./zoneinfo/Asia/Tbilisi +rm -f ./zoneinfo/Asia/Kashgar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kashgar ./zoneinfo/Asia/Kashgar +rm -f ./zoneinfo/Asia/Ashgabat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ashgabat ./zoneinfo/Asia/Ashgabat +rm -f ./zoneinfo/Asia/Yerevan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Yerevan ./zoneinfo/Asia/Yerevan +rm -f ./zoneinfo/Asia/Baghdad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Baghdad ./zoneinfo/Asia/Baghdad +rm -f ./zoneinfo/Asia/Oral +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Oral ./zoneinfo/Asia/Oral +rm -f ./zoneinfo/Asia/Kuwait +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kuwait ./zoneinfo/Asia/Kuwait +rm -f ./zoneinfo/Asia/Rangoon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Rangoon ./zoneinfo/Asia/Rangoon +rm -f ./zoneinfo/Asia/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Riyadh87 ./zoneinfo/Asia/Riyadh87 +rm -f ./zoneinfo/Asia/Katmandu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Katmandu ./zoneinfo/Asia/Katmandu +rm -f ./zoneinfo/Asia/Tashkent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tashkent ./zoneinfo/Asia/Tashkent +rm -f ./zoneinfo/Asia/Choibalsan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Choibalsan ./zoneinfo/Asia/Choibalsan +rm -f ./zoneinfo/Asia/Dubai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dubai ./zoneinfo/Asia/Dubai +rm -f ./zoneinfo/Asia/Manila +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Manila ./zoneinfo/Asia/Manila +rm -f ./zoneinfo/Asia/Tehran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tehran ./zoneinfo/Asia/Tehran +rm -f ./zoneinfo/Asia/Anadyr +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Anadyr ./zoneinfo/Asia/Anadyr +rm -f ./zoneinfo/Asia/Dhaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dhaka ./zoneinfo/Asia/Dhaka +rm -f ./zoneinfo/Asia/Aden +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Aden ./zoneinfo/Asia/Aden +rm -f ./zoneinfo/Asia/Thimphu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Thimphu ./zoneinfo/Asia/Thimphu +rm -f ./zoneinfo/Asia/Jerusalem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Jerusalem ./zoneinfo/Asia/Jerusalem +rm -f ./zoneinfo/Asia/Pyongyang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Pyongyang ./zoneinfo/Asia/Pyongyang +rm -f ./zoneinfo/Asia/Kuala_Lumpur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kuala_Lumpur ./zoneinfo/Asia/Kuala_Lumpur +rm -f ./zoneinfo/Asia/Bangkok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Bangkok ./zoneinfo/Asia/Bangkok +rm -f ./zoneinfo/Asia/Ulan_Bator +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ulan_Bator ./zoneinfo/Asia/Ulan_Bator +rm -f ./zoneinfo/Asia/Kamchatka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kamchatka ./zoneinfo/Asia/Kamchatka +rm -f ./zoneinfo/Asia/Irkutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Irkutsk ./zoneinfo/Asia/Irkutsk +rm -f ./zoneinfo/Asia/Almaty +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Almaty ./zoneinfo/Asia/Almaty +rm -f ./zoneinfo/Asia/Dacca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dacca ./zoneinfo/Asia/Dacca +rm -f ./zoneinfo/Asia/Aqtau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Aqtau ./zoneinfo/Asia/Aqtau +rm -f ./zoneinfo/Asia/Shanghai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Shanghai ./zoneinfo/Asia/Shanghai +rm -f ./zoneinfo/Asia/Kabul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kabul ./zoneinfo/Asia/Kabul +rm -f ./zoneinfo/Asia/Dushanbe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dushanbe ./zoneinfo/Asia/Dushanbe +rm -f ./zoneinfo/Asia/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Istanbul ./zoneinfo/Asia/Istanbul +rm -f ./zoneinfo/Asia/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Riyadh88 ./zoneinfo/Asia/Riyadh88 +rm -f ./zoneinfo/Asia/Ulaanbaatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ulaanbaatar ./zoneinfo/Asia/Ulaanbaatar +rm -f ./zoneinfo/Asia/Jayapura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Jayapura ./zoneinfo/Asia/Jayapura +rm -f ./zoneinfo/Asia/Tel_Aviv +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tel_Aviv ./zoneinfo/Asia/Tel_Aviv +rm -f ./zoneinfo/Asia/Jakarta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Jakarta ./zoneinfo/Asia/Jakarta +rm -f ./zoneinfo/Asia/Seoul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Seoul ./zoneinfo/Asia/Seoul +rm -f ./zoneinfo/Asia/Hovd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Hovd ./zoneinfo/Asia/Hovd +rm -f ./zoneinfo/Asia/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Singapore ./zoneinfo/Asia/Singapore +rm -f ./zoneinfo/Asia/Omsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Omsk ./zoneinfo/Asia/Omsk +rm -f ./zoneinfo/Asia/Beirut +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Beirut ./zoneinfo/Asia/Beirut +rm -f ./zoneinfo/Asia/Qyzylorda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Qyzylorda ./zoneinfo/Asia/Qyzylorda +rm -f ./zoneinfo/Asia/Urumqi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Urumqi ./zoneinfo/Asia/Urumqi +rm -f ./zoneinfo/Asia/Taipei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Taipei ./zoneinfo/Asia/Taipei +rm -f ./zoneinfo/Asia/Makassar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Makassar ./zoneinfo/Asia/Makassar +rm -f ./zoneinfo/Asia/Hong_Kong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Hong_Kong ./zoneinfo/Asia/Hong_Kong +rm -f ./zoneinfo/Asia/Kuching +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kuching ./zoneinfo/Asia/Kuching +rm -f ./zoneinfo/Asia/Harbin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Harbin ./zoneinfo/Asia/Harbin +rm -f ./zoneinfo/Asia/Damascus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Damascus ./zoneinfo/Asia/Damascus +rm -f ./zoneinfo/Canada/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Pacific ./zoneinfo/Canada/Pacific +rm -f ./zoneinfo/Canada/Yukon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Yukon ./zoneinfo/Canada/Yukon +rm -f ./zoneinfo/Canada/Atlantic +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Atlantic ./zoneinfo/Canada/Atlantic +rm -f ./zoneinfo/Canada/East-Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/East-Saskatchewan ./zoneinfo/Canada/East-Saskatchewan +rm -f ./zoneinfo/Canada/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Eastern ./zoneinfo/Canada/Eastern +rm -f ./zoneinfo/Canada/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Mountain ./zoneinfo/Canada/Mountain +rm -f ./zoneinfo/Canada/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Central ./zoneinfo/Canada/Central +rm -f ./zoneinfo/Canada/Newfoundland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Newfoundland ./zoneinfo/Canada/Newfoundland +rm -f ./zoneinfo/Canada/Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Saskatchewan ./zoneinfo/Canada/Saskatchewan +rm -f ./zoneinfo/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Jamaica ./zoneinfo/Jamaica +rm -f ./zoneinfo/US/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Pacific ./zoneinfo/US/Pacific +rm -f ./zoneinfo/US/Alaska +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Alaska ./zoneinfo/US/Alaska +rm -f ./zoneinfo/US/Arizona +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Arizona ./zoneinfo/US/Arizona +rm -f ./zoneinfo/US/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Samoa ./zoneinfo/US/Samoa +rm -f ./zoneinfo/US/East-Indiana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/East-Indiana ./zoneinfo/US/East-Indiana +rm -f ./zoneinfo/US/Michigan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Michigan ./zoneinfo/US/Michigan +rm -f ./zoneinfo/US/Aleutian +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Aleutian ./zoneinfo/US/Aleutian +rm -f ./zoneinfo/US/Hawaii +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Hawaii ./zoneinfo/US/Hawaii +rm -f ./zoneinfo/US/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Eastern ./zoneinfo/US/Eastern +rm -f ./zoneinfo/US/Indiana-Starke +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Indiana-Starke ./zoneinfo/US/Indiana-Starke +rm -f ./zoneinfo/US/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Mountain ./zoneinfo/US/Mountain +rm -f ./zoneinfo/US/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Central ./zoneinfo/US/Central +rm -f ./zoneinfo/Atlantic/Bermuda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Bermuda ./zoneinfo/Atlantic/Bermuda +rm -f ./zoneinfo/Atlantic/St_Helena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/St_Helena ./zoneinfo/Atlantic/St_Helena +rm -f ./zoneinfo/Atlantic/Madeira +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Madeira ./zoneinfo/Atlantic/Madeira +rm -f ./zoneinfo/Atlantic/Stanley +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Stanley ./zoneinfo/Atlantic/Stanley +rm -f ./zoneinfo/Atlantic/Faroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Faroe ./zoneinfo/Atlantic/Faroe +rm -f ./zoneinfo/Atlantic/South_Georgia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/South_Georgia ./zoneinfo/Atlantic/South_Georgia +rm -f ./zoneinfo/Atlantic/Cape_Verde +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Cape_Verde ./zoneinfo/Atlantic/Cape_Verde +rm -f ./zoneinfo/Atlantic/Jan_Mayen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Jan_Mayen ./zoneinfo/Atlantic/Jan_Mayen +rm -f ./zoneinfo/Atlantic/Canary +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Canary ./zoneinfo/Atlantic/Canary +rm -f ./zoneinfo/Atlantic/Reykjavik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Reykjavik ./zoneinfo/Atlantic/Reykjavik +rm -f ./zoneinfo/Atlantic/Azores +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Azores ./zoneinfo/Atlantic/Azores +rm -f ./zoneinfo/Atlantic/Faeroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Faeroe ./zoneinfo/Atlantic/Faeroe +rm -f ./zoneinfo/Navajo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Navajo ./zoneinfo/Navajo +rm -f ./zoneinfo/Poland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Poland ./zoneinfo/Poland +rm -f ./zoneinfo/CET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/CET ./zoneinfo/CET +rm -f ./zoneinfo/Europe/Zagreb +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Zagreb ./zoneinfo/Europe/Zagreb +rm -f ./zoneinfo/Europe/Helsinki +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Helsinki ./zoneinfo/Europe/Helsinki +rm -f ./zoneinfo/Europe/Zurich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Zurich ./zoneinfo/Europe/Zurich +rm -f ./zoneinfo/Europe/Volgograd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Volgograd ./zoneinfo/Europe/Volgograd +rm -f ./zoneinfo/Europe/Vaduz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Vaduz ./zoneinfo/Europe/Vaduz +rm -f ./zoneinfo/Europe/Paris +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Paris ./zoneinfo/Europe/Paris +rm -f ./zoneinfo/Europe/Isle_of_Man +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Isle_of_Man ./zoneinfo/Europe/Isle_of_Man +rm -f ./zoneinfo/Europe/Mariehamn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Mariehamn ./zoneinfo/Europe/Mariehamn +rm -f ./zoneinfo/Europe/Warsaw +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Warsaw ./zoneinfo/Europe/Warsaw +rm -f ./zoneinfo/Europe/London +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/London ./zoneinfo/Europe/London +rm -f ./zoneinfo/Europe/Guernsey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Guernsey ./zoneinfo/Europe/Guernsey +rm -f ./zoneinfo/Europe/Jersey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Jersey ./zoneinfo/Europe/Jersey +rm -f ./zoneinfo/Europe/Budapest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Budapest ./zoneinfo/Europe/Budapest +rm -f ./zoneinfo/Europe/Andorra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Andorra ./zoneinfo/Europe/Andorra +rm -f ./zoneinfo/Europe/Uzhgorod +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Uzhgorod ./zoneinfo/Europe/Uzhgorod +rm -f ./zoneinfo/Europe/Kiev +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Kiev ./zoneinfo/Europe/Kiev +rm -f ./zoneinfo/Europe/Ljubljana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Ljubljana ./zoneinfo/Europe/Ljubljana +rm -f ./zoneinfo/Europe/Stockholm +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Stockholm ./zoneinfo/Europe/Stockholm +rm -f ./zoneinfo/Europe/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Nicosia ./zoneinfo/Europe/Nicosia +rm -f ./zoneinfo/Europe/Malta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Malta ./zoneinfo/Europe/Malta +rm -f ./zoneinfo/Europe/Vilnius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Vilnius ./zoneinfo/Europe/Vilnius +rm -f ./zoneinfo/Europe/Dublin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Dublin ./zoneinfo/Europe/Dublin +rm -f ./zoneinfo/Europe/Berlin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Berlin ./zoneinfo/Europe/Berlin +rm -f ./zoneinfo/Europe/Belgrade +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Belgrade ./zoneinfo/Europe/Belgrade +rm -f ./zoneinfo/Europe/Madrid +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Madrid ./zoneinfo/Europe/Madrid +rm -f ./zoneinfo/Europe/Sofia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Sofia ./zoneinfo/Europe/Sofia +rm -f ./zoneinfo/Europe/Gibraltar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Gibraltar ./zoneinfo/Europe/Gibraltar +rm -f ./zoneinfo/Europe/Kaliningrad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Kaliningrad ./zoneinfo/Europe/Kaliningrad +rm -f ./zoneinfo/Europe/Moscow +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Moscow ./zoneinfo/Europe/Moscow +rm -f ./zoneinfo/Europe/Podgorica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Podgorica ./zoneinfo/Europe/Podgorica +rm -f ./zoneinfo/Europe/Monaco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Monaco ./zoneinfo/Europe/Monaco +rm -f ./zoneinfo/Europe/Amsterdam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Amsterdam ./zoneinfo/Europe/Amsterdam +rm -f ./zoneinfo/Europe/Athens +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Athens ./zoneinfo/Europe/Athens +rm -f ./zoneinfo/Europe/Tiraspol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Tiraspol ./zoneinfo/Europe/Tiraspol +rm -f ./zoneinfo/Europe/Rome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Rome ./zoneinfo/Europe/Rome +rm -f ./zoneinfo/Europe/Minsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Minsk ./zoneinfo/Europe/Minsk +rm -f ./zoneinfo/Europe/San_Marino +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/San_Marino ./zoneinfo/Europe/San_Marino +rm -f ./zoneinfo/Europe/Oslo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Oslo ./zoneinfo/Europe/Oslo +rm -f ./zoneinfo/Europe/Zaporozhye +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Zaporozhye ./zoneinfo/Europe/Zaporozhye +rm -f ./zoneinfo/Europe/Bratislava +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Bratislava ./zoneinfo/Europe/Bratislava +rm -f ./zoneinfo/Europe/Sarajevo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Sarajevo ./zoneinfo/Europe/Sarajevo +rm -f ./zoneinfo/Europe/Skopje +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Skopje ./zoneinfo/Europe/Skopje +rm -f ./zoneinfo/Europe/Copenhagen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Copenhagen ./zoneinfo/Europe/Copenhagen +rm -f ./zoneinfo/Europe/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Istanbul ./zoneinfo/Europe/Istanbul +rm -f ./zoneinfo/Europe/Tirane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Tirane ./zoneinfo/Europe/Tirane +rm -f ./zoneinfo/Europe/Vienna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Vienna ./zoneinfo/Europe/Vienna +rm -f ./zoneinfo/Europe/Chisinau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Chisinau ./zoneinfo/Europe/Chisinau +rm -f ./zoneinfo/Europe/Lisbon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Lisbon ./zoneinfo/Europe/Lisbon +rm -f ./zoneinfo/Europe/Samara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Samara ./zoneinfo/Europe/Samara +rm -f ./zoneinfo/Europe/Luxembourg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Luxembourg ./zoneinfo/Europe/Luxembourg +rm -f ./zoneinfo/Europe/Prague +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Prague ./zoneinfo/Europe/Prague +rm -f ./zoneinfo/Europe/Vatican +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Vatican ./zoneinfo/Europe/Vatican +rm -f ./zoneinfo/Europe/Riga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Riga ./zoneinfo/Europe/Riga +rm -f ./zoneinfo/Europe/Bucharest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Bucharest ./zoneinfo/Europe/Bucharest +rm -f ./zoneinfo/Europe/Tallinn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Tallinn ./zoneinfo/Europe/Tallinn +rm -f ./zoneinfo/Europe/Brussels +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Brussels ./zoneinfo/Europe/Brussels +rm -f ./zoneinfo/Europe/Belfast +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Belfast ./zoneinfo/Europe/Belfast +rm -f ./zoneinfo/Europe/Simferopol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Simferopol ./zoneinfo/Europe/Simferopol +rm -f ./zoneinfo/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Greenwich ./zoneinfo/Greenwich +rm -f ./zoneinfo/Turkey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Turkey ./zoneinfo/Turkey +rm -f ./zoneinfo/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Zulu ./zoneinfo/Zulu +rm -f ./zoneinfo/iso3166.tab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/iso3166.tab ./zoneinfo/iso3166.tab +rm -f ./zoneinfo/NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/NZ ./zoneinfo/NZ +rm -f ./zoneinfo/right/Pacific/Truk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Truk ./zoneinfo/right/Pacific/Truk +rm -f ./zoneinfo/right/Pacific/Niue +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Niue ./zoneinfo/right/Pacific/Niue +rm -f ./zoneinfo/right/Pacific/Marquesas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Marquesas ./zoneinfo/right/Pacific/Marquesas +rm -f ./zoneinfo/right/Pacific/Fakaofo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Fakaofo ./zoneinfo/right/Pacific/Fakaofo +rm -f ./zoneinfo/right/Pacific/Tongatapu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Tongatapu ./zoneinfo/right/Pacific/Tongatapu +rm -f ./zoneinfo/right/Pacific/Fiji +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Fiji ./zoneinfo/right/Pacific/Fiji +rm -f ./zoneinfo/right/Pacific/Galapagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Galapagos ./zoneinfo/right/Pacific/Galapagos +rm -f ./zoneinfo/right/Pacific/Enderbury +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Enderbury ./zoneinfo/right/Pacific/Enderbury +rm -f ./zoneinfo/right/Pacific/Kosrae +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Kosrae ./zoneinfo/right/Pacific/Kosrae +rm -f ./zoneinfo/right/Pacific/Johnston +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Johnston ./zoneinfo/right/Pacific/Johnston +rm -f ./zoneinfo/right/Pacific/Saipan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Saipan ./zoneinfo/right/Pacific/Saipan +rm -f ./zoneinfo/right/Pacific/Pago_Pago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Pago_Pago ./zoneinfo/right/Pacific/Pago_Pago +rm -f ./zoneinfo/right/Pacific/Funafuti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Funafuti ./zoneinfo/right/Pacific/Funafuti +rm -f ./zoneinfo/right/Pacific/Apia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Apia ./zoneinfo/right/Pacific/Apia +rm -f ./zoneinfo/right/Pacific/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Samoa ./zoneinfo/right/Pacific/Samoa +rm -f ./zoneinfo/right/Pacific/Guadalcanal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Guadalcanal ./zoneinfo/right/Pacific/Guadalcanal +rm -f ./zoneinfo/right/Pacific/Yap +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Yap ./zoneinfo/right/Pacific/Yap +rm -f ./zoneinfo/right/Pacific/Midway +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Midway ./zoneinfo/right/Pacific/Midway +rm -f ./zoneinfo/right/Pacific/Efate +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Efate ./zoneinfo/right/Pacific/Efate +rm -f ./zoneinfo/right/Pacific/Easter +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Easter ./zoneinfo/right/Pacific/Easter +rm -f ./zoneinfo/right/Pacific/Pitcairn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Pitcairn ./zoneinfo/right/Pacific/Pitcairn +rm -f ./zoneinfo/right/Pacific/Auckland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Auckland ./zoneinfo/right/Pacific/Auckland +rm -f ./zoneinfo/right/Pacific/Gambier +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Gambier ./zoneinfo/right/Pacific/Gambier +rm -f ./zoneinfo/right/Pacific/Palau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Palau ./zoneinfo/right/Pacific/Palau +rm -f ./zoneinfo/right/Pacific/Guam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Guam ./zoneinfo/right/Pacific/Guam +rm -f ./zoneinfo/right/Pacific/Rarotonga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Rarotonga ./zoneinfo/right/Pacific/Rarotonga +rm -f ./zoneinfo/right/Pacific/Tarawa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Tarawa ./zoneinfo/right/Pacific/Tarawa +rm -f ./zoneinfo/right/Pacific/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Kwajalein ./zoneinfo/right/Pacific/Kwajalein +rm -f ./zoneinfo/right/Pacific/Tahiti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Tahiti ./zoneinfo/right/Pacific/Tahiti +rm -f ./zoneinfo/right/Pacific/Norfolk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Norfolk ./zoneinfo/right/Pacific/Norfolk +rm -f ./zoneinfo/right/Pacific/Ponape +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Ponape ./zoneinfo/right/Pacific/Ponape +rm -f ./zoneinfo/right/Pacific/Kiritimati +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Kiritimati ./zoneinfo/right/Pacific/Kiritimati +rm -f ./zoneinfo/right/Pacific/Wake +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Wake ./zoneinfo/right/Pacific/Wake +rm -f ./zoneinfo/right/Pacific/Nauru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Nauru ./zoneinfo/right/Pacific/Nauru +rm -f ./zoneinfo/right/Pacific/Port_Moresby +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Port_Moresby ./zoneinfo/right/Pacific/Port_Moresby +rm -f ./zoneinfo/right/Pacific/Noumea +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Noumea ./zoneinfo/right/Pacific/Noumea +rm -f ./zoneinfo/right/Pacific/Chatham +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Chatham ./zoneinfo/right/Pacific/Chatham +rm -f ./zoneinfo/right/Pacific/Majuro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Majuro ./zoneinfo/right/Pacific/Majuro +rm -f ./zoneinfo/right/Pacific/Wallis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Wallis ./zoneinfo/right/Pacific/Wallis +rm -f ./zoneinfo/right/Pacific/Honolulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Honolulu ./zoneinfo/right/Pacific/Honolulu +rm -f ./zoneinfo/right/Iran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Iran ./zoneinfo/right/Iran +rm -f ./zoneinfo/right/Factory +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Factory ./zoneinfo/right/Factory +rm -f ./zoneinfo/right/PST8PDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/PST8PDT ./zoneinfo/right/PST8PDT +rm -f ./zoneinfo/right/Chile/EasterIsland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Chile/EasterIsland ./zoneinfo/right/Chile/EasterIsland +rm -f ./zoneinfo/right/Chile/Continental +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Chile/Continental ./zoneinfo/right/Chile/Continental +rm -f ./zoneinfo/right/Libya +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Libya ./zoneinfo/right/Libya +rm -f ./zoneinfo/right/Africa/Khartoum +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Khartoum ./zoneinfo/right/Africa/Khartoum +rm -f ./zoneinfo/right/Africa/Freetown +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Freetown ./zoneinfo/right/Africa/Freetown +rm -f ./zoneinfo/right/Africa/Lagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Lagos ./zoneinfo/right/Africa/Lagos +rm -f ./zoneinfo/right/Africa/Maseru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Maseru ./zoneinfo/right/Africa/Maseru +rm -f ./zoneinfo/right/Africa/Lome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Lome ./zoneinfo/right/Africa/Lome +rm -f ./zoneinfo/right/Africa/Malabo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Malabo ./zoneinfo/right/Africa/Malabo +rm -f ./zoneinfo/right/Africa/Timbuktu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Timbuktu ./zoneinfo/right/Africa/Timbuktu +rm -f ./zoneinfo/right/Africa/Dakar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Dakar ./zoneinfo/right/Africa/Dakar +rm -f ./zoneinfo/right/Africa/Nairobi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Nairobi ./zoneinfo/right/Africa/Nairobi +rm -f ./zoneinfo/right/Africa/Mogadishu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Mogadishu ./zoneinfo/right/Africa/Mogadishu +rm -f ./zoneinfo/right/Africa/Banjul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Banjul ./zoneinfo/right/Africa/Banjul +rm -f ./zoneinfo/right/Africa/Dar_es_Salaam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Dar_es_Salaam ./zoneinfo/right/Africa/Dar_es_Salaam +rm -f ./zoneinfo/right/Africa/Mbabane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Mbabane ./zoneinfo/right/Africa/Mbabane +rm -f ./zoneinfo/right/Africa/Bamako +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Bamako ./zoneinfo/right/Africa/Bamako +rm -f ./zoneinfo/right/Africa/Ouagadougou +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Ouagadougou ./zoneinfo/right/Africa/Ouagadougou +rm -f ./zoneinfo/right/Africa/Djibouti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Djibouti ./zoneinfo/right/Africa/Djibouti +rm -f ./zoneinfo/right/Africa/Bissau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Bissau ./zoneinfo/right/Africa/Bissau +rm -f ./zoneinfo/right/Africa/Tunis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Tunis ./zoneinfo/right/Africa/Tunis +rm -f ./zoneinfo/right/Africa/Ndjamena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Ndjamena ./zoneinfo/right/Africa/Ndjamena +rm -f ./zoneinfo/right/Africa/Asmara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Asmara ./zoneinfo/right/Africa/Asmara +rm -f ./zoneinfo/right/Africa/Brazzaville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Brazzaville ./zoneinfo/right/Africa/Brazzaville +rm -f ./zoneinfo/right/Africa/Ceuta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Ceuta ./zoneinfo/right/Africa/Ceuta +rm -f ./zoneinfo/right/Africa/El_Aaiun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/El_Aaiun ./zoneinfo/right/Africa/El_Aaiun +rm -f ./zoneinfo/right/Africa/Monrovia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Monrovia ./zoneinfo/right/Africa/Monrovia +rm -f ./zoneinfo/right/Africa/Libreville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Libreville ./zoneinfo/right/Africa/Libreville +rm -f ./zoneinfo/right/Africa/Maputo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Maputo ./zoneinfo/right/Africa/Maputo +rm -f ./zoneinfo/right/Africa/Bangui +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Bangui ./zoneinfo/right/Africa/Bangui +rm -f ./zoneinfo/right/Africa/Windhoek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Windhoek ./zoneinfo/right/Africa/Windhoek +rm -f ./zoneinfo/right/Africa/Addis_Ababa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Addis_Ababa ./zoneinfo/right/Africa/Addis_Ababa +rm -f ./zoneinfo/right/Africa/Douala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Douala ./zoneinfo/right/Africa/Douala +rm -f ./zoneinfo/right/Africa/Sao_Tome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Sao_Tome ./zoneinfo/right/Africa/Sao_Tome +rm -f ./zoneinfo/right/Africa/Conakry +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Conakry ./zoneinfo/right/Africa/Conakry +rm -f ./zoneinfo/right/Africa/Harare +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Harare ./zoneinfo/right/Africa/Harare +rm -f ./zoneinfo/right/Africa/Blantyre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Blantyre ./zoneinfo/right/Africa/Blantyre +rm -f ./zoneinfo/right/Africa/Asmera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Asmera ./zoneinfo/right/Africa/Asmera +rm -f ./zoneinfo/right/Africa/Algiers +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Algiers ./zoneinfo/right/Africa/Algiers +rm -f ./zoneinfo/right/Africa/Johannesburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Johannesburg ./zoneinfo/right/Africa/Johannesburg +rm -f ./zoneinfo/right/Africa/Kigali +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Kigali ./zoneinfo/right/Africa/Kigali +rm -f ./zoneinfo/right/Africa/Cairo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Cairo ./zoneinfo/right/Africa/Cairo +rm -f ./zoneinfo/right/Africa/Casablanca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Casablanca ./zoneinfo/right/Africa/Casablanca +rm -f ./zoneinfo/right/Africa/Kampala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Kampala ./zoneinfo/right/Africa/Kampala +rm -f ./zoneinfo/right/Africa/Luanda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Luanda ./zoneinfo/right/Africa/Luanda +rm -f ./zoneinfo/right/Africa/Bujumbura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Bujumbura ./zoneinfo/right/Africa/Bujumbura +rm -f ./zoneinfo/right/Africa/Lubumbashi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Lubumbashi ./zoneinfo/right/Africa/Lubumbashi +rm -f ./zoneinfo/right/Africa/Accra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Accra ./zoneinfo/right/Africa/Accra +rm -f ./zoneinfo/right/Africa/Gaborone +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Gaborone ./zoneinfo/right/Africa/Gaborone +rm -f ./zoneinfo/right/Africa/Kinshasa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Kinshasa ./zoneinfo/right/Africa/Kinshasa +rm -f ./zoneinfo/right/Africa/Abidjan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Abidjan ./zoneinfo/right/Africa/Abidjan +rm -f ./zoneinfo/right/Africa/Niamey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Niamey ./zoneinfo/right/Africa/Niamey +rm -f ./zoneinfo/right/Africa/Nouakchott +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Nouakchott ./zoneinfo/right/Africa/Nouakchott +rm -f ./zoneinfo/right/Africa/Lusaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Lusaka ./zoneinfo/right/Africa/Lusaka +rm -f ./zoneinfo/right/Africa/Porto-Novo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Porto-Novo ./zoneinfo/right/Africa/Porto-Novo +rm -f ./zoneinfo/right/Africa/Tripoli +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Tripoli ./zoneinfo/right/Africa/Tripoli +rm -f ./zoneinfo/right/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GMT0 ./zoneinfo/right/GMT0 +rm -f ./zoneinfo/right/GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GB ./zoneinfo/right/GB +rm -f ./zoneinfo/right/CST6CDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/CST6CDT ./zoneinfo/right/CST6CDT +rm -f ./zoneinfo/right/MET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/MET ./zoneinfo/right/MET +rm -f ./zoneinfo/right/Etc/GMT-8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-8 ./zoneinfo/right/Etc/GMT-8 +rm -f ./zoneinfo/right/Etc/GMT-14 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-14 ./zoneinfo/right/Etc/GMT-14 +rm -f ./zoneinfo/right/Etc/GMT+12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+12 ./zoneinfo/right/Etc/GMT+12 +rm -f ./zoneinfo/right/Etc/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT0 ./zoneinfo/right/Etc/GMT0 +rm -f ./zoneinfo/right/Etc/GMT+1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+1 ./zoneinfo/right/Etc/GMT+1 +rm -f ./zoneinfo/right/Etc/GMT-11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-11 ./zoneinfo/right/Etc/GMT-11 +rm -f ./zoneinfo/right/Etc/GMT+5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+5 ./zoneinfo/right/Etc/GMT+5 +rm -f ./zoneinfo/right/Etc/GMT-12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-12 ./zoneinfo/right/Etc/GMT-12 +rm -f ./zoneinfo/right/Etc/GMT+7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+7 ./zoneinfo/right/Etc/GMT+7 +rm -f ./zoneinfo/right/Etc/GMT-9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-9 ./zoneinfo/right/Etc/GMT-9 +rm -f ./zoneinfo/right/Etc/GMT-1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-1 ./zoneinfo/right/Etc/GMT-1 +rm -f ./zoneinfo/right/Etc/GMT-10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-10 ./zoneinfo/right/Etc/GMT-10 +rm -f ./zoneinfo/right/Etc/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/Universal ./zoneinfo/right/Etc/Universal +rm -f ./zoneinfo/right/Etc/GMT+10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+10 ./zoneinfo/right/Etc/GMT+10 +rm -f ./zoneinfo/right/Etc/GMT-5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-5 ./zoneinfo/right/Etc/GMT-5 +rm -f ./zoneinfo/right/Etc/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/Greenwich ./zoneinfo/right/Etc/Greenwich +rm -f ./zoneinfo/right/Etc/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/Zulu ./zoneinfo/right/Etc/Zulu +rm -f ./zoneinfo/right/Etc/GMT-3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-3 ./zoneinfo/right/Etc/GMT-3 +rm -f ./zoneinfo/right/Etc/GMT+4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+4 ./zoneinfo/right/Etc/GMT+4 +rm -f ./zoneinfo/right/Etc/GMT+8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+8 ./zoneinfo/right/Etc/GMT+8 +rm -f ./zoneinfo/right/Etc/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/UTC ./zoneinfo/right/Etc/UTC +rm -f ./zoneinfo/right/Etc/GMT-13 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-13 ./zoneinfo/right/Etc/GMT-13 +rm -f ./zoneinfo/right/Etc/GMT-7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-7 ./zoneinfo/right/Etc/GMT-7 +rm -f ./zoneinfo/right/Etc/GMT-6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-6 ./zoneinfo/right/Etc/GMT-6 +rm -f ./zoneinfo/right/Etc/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+0 ./zoneinfo/right/Etc/GMT+0 +rm -f ./zoneinfo/right/Etc/GMT+11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+11 ./zoneinfo/right/Etc/GMT+11 +rm -f ./zoneinfo/right/Etc/GMT+3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+3 ./zoneinfo/right/Etc/GMT+3 +rm -f ./zoneinfo/right/Etc/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-0 ./zoneinfo/right/Etc/GMT-0 +rm -f ./zoneinfo/right/Etc/GMT-2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-2 ./zoneinfo/right/Etc/GMT-2 +rm -f ./zoneinfo/right/Etc/GMT-4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-4 ./zoneinfo/right/Etc/GMT-4 +rm -f ./zoneinfo/right/Etc/GMT+2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+2 ./zoneinfo/right/Etc/GMT+2 +rm -f ./zoneinfo/right/Etc/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/UCT ./zoneinfo/right/Etc/UCT +rm -f ./zoneinfo/right/Etc/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT ./zoneinfo/right/Etc/GMT +rm -f ./zoneinfo/right/Etc/GMT+9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+9 ./zoneinfo/right/Etc/GMT+9 +rm -f ./zoneinfo/right/Etc/GMT+6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+6 ./zoneinfo/right/Etc/GMT+6 +rm -f ./zoneinfo/right/Mideast/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mideast/Riyadh89 ./zoneinfo/right/Mideast/Riyadh89 +rm -f ./zoneinfo/right/Mideast/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mideast/Riyadh87 ./zoneinfo/right/Mideast/Riyadh87 +rm -f ./zoneinfo/right/Mideast/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mideast/Riyadh88 ./zoneinfo/right/Mideast/Riyadh88 +rm -f ./zoneinfo/right/Indian/Maldives +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Maldives ./zoneinfo/right/Indian/Maldives +rm -f ./zoneinfo/right/Indian/Christmas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Christmas ./zoneinfo/right/Indian/Christmas +rm -f ./zoneinfo/right/Indian/Mauritius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Mauritius ./zoneinfo/right/Indian/Mauritius +rm -f ./zoneinfo/right/Indian/Kerguelen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Kerguelen ./zoneinfo/right/Indian/Kerguelen +rm -f ./zoneinfo/right/Indian/Cocos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Cocos ./zoneinfo/right/Indian/Cocos +rm -f ./zoneinfo/right/Indian/Mahe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Mahe ./zoneinfo/right/Indian/Mahe +rm -f ./zoneinfo/right/Indian/Antananarivo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Antananarivo ./zoneinfo/right/Indian/Antananarivo +rm -f ./zoneinfo/right/Indian/Mayotte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Mayotte ./zoneinfo/right/Indian/Mayotte +rm -f ./zoneinfo/right/Indian/Reunion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Reunion ./zoneinfo/right/Indian/Reunion +rm -f ./zoneinfo/right/Indian/Comoro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Comoro ./zoneinfo/right/Indian/Comoro +rm -f ./zoneinfo/right/Indian/Chagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Chagos ./zoneinfo/right/Indian/Chagos +rm -f ./zoneinfo/right/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Universal ./zoneinfo/right/Universal +rm -f ./zoneinfo/right/Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Eire ./zoneinfo/right/Eire +rm -f ./zoneinfo/right/Cuba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Cuba ./zoneinfo/right/Cuba +rm -f ./zoneinfo/right/Iceland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Iceland ./zoneinfo/right/Iceland +rm -f ./zoneinfo/right/GB-Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GB-Eire ./zoneinfo/right/GB-Eire +rm -f ./zoneinfo/right/Asia/Aqtobe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Aqtobe ./zoneinfo/right/Asia/Aqtobe +rm -f ./zoneinfo/right/Asia/Muscat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Muscat ./zoneinfo/right/Asia/Muscat +rm -f ./zoneinfo/right/Asia/Macau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Macau ./zoneinfo/right/Asia/Macau +rm -f ./zoneinfo/right/Asia/Tokyo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tokyo ./zoneinfo/right/Asia/Tokyo +rm -f ./zoneinfo/right/Asia/Karachi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Karachi ./zoneinfo/right/Asia/Karachi +rm -f ./zoneinfo/right/Asia/Sakhalin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Sakhalin ./zoneinfo/right/Asia/Sakhalin +rm -f ./zoneinfo/right/Asia/Brunei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Brunei ./zoneinfo/right/Asia/Brunei +rm -f ./zoneinfo/right/Asia/Saigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Saigon ./zoneinfo/right/Asia/Saigon +rm -f ./zoneinfo/right/Asia/Baku +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Baku ./zoneinfo/right/Asia/Baku +rm -f ./zoneinfo/right/Asia/Phnom_Penh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Phnom_Penh ./zoneinfo/right/Asia/Phnom_Penh +rm -f ./zoneinfo/right/Asia/Chungking +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Chungking ./zoneinfo/right/Asia/Chungking +rm -f ./zoneinfo/right/Asia/Amman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Amman ./zoneinfo/right/Asia/Amman +rm -f ./zoneinfo/right/Asia/Ashkhabad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ashkhabad ./zoneinfo/right/Asia/Ashkhabad +rm -f ./zoneinfo/right/Asia/Chongqing +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Chongqing ./zoneinfo/right/Asia/Chongqing +rm -f ./zoneinfo/right/Asia/Pontianak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Pontianak ./zoneinfo/right/Asia/Pontianak +rm -f ./zoneinfo/right/Asia/Thimbu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Thimbu ./zoneinfo/right/Asia/Thimbu +rm -f ./zoneinfo/right/Asia/Samarkand +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Samarkand ./zoneinfo/right/Asia/Samarkand +rm -f ./zoneinfo/right/Asia/Yekaterinburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Yekaterinburg ./zoneinfo/right/Asia/Yekaterinburg +rm -f ./zoneinfo/right/Asia/Macao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Macao ./zoneinfo/right/Asia/Macao +rm -f ./zoneinfo/right/Asia/Dili +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dili ./zoneinfo/right/Asia/Dili +rm -f ./zoneinfo/right/Asia/Bishkek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Bishkek ./zoneinfo/right/Asia/Bishkek +rm -f ./zoneinfo/right/Asia/Krasnoyarsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Krasnoyarsk ./zoneinfo/right/Asia/Krasnoyarsk +rm -f ./zoneinfo/right/Asia/Bahrain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Bahrain ./zoneinfo/right/Asia/Bahrain +rm -f ./zoneinfo/right/Asia/Gaza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Gaza ./zoneinfo/right/Asia/Gaza +rm -f ./zoneinfo/right/Asia/Ho_Chi_Minh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ho_Chi_Minh ./zoneinfo/right/Asia/Ho_Chi_Minh +rm -f ./zoneinfo/right/Asia/Calcutta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Calcutta ./zoneinfo/right/Asia/Calcutta +rm -f ./zoneinfo/right/Asia/Vientiane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Vientiane ./zoneinfo/right/Asia/Vientiane +rm -f ./zoneinfo/right/Asia/Qatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Qatar ./zoneinfo/right/Asia/Qatar +rm -f ./zoneinfo/right/Asia/Kolkata +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kolkata ./zoneinfo/right/Asia/Kolkata +rm -f ./zoneinfo/right/Asia/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Nicosia ./zoneinfo/right/Asia/Nicosia +rm -f ./zoneinfo/right/Asia/Ujung_Pandang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ujung_Pandang ./zoneinfo/right/Asia/Ujung_Pandang +rm -f ./zoneinfo/right/Asia/Novosibirsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Novosibirsk ./zoneinfo/right/Asia/Novosibirsk +rm -f ./zoneinfo/right/Asia/Vladivostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Vladivostok ./zoneinfo/right/Asia/Vladivostok +rm -f ./zoneinfo/right/Asia/Colombo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Colombo ./zoneinfo/right/Asia/Colombo +rm -f ./zoneinfo/right/Asia/Magadan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Magadan ./zoneinfo/right/Asia/Magadan +rm -f ./zoneinfo/right/Asia/Riyadh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Riyadh ./zoneinfo/right/Asia/Riyadh +rm -f ./zoneinfo/right/Asia/Yakutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Yakutsk ./zoneinfo/right/Asia/Yakutsk +rm -f ./zoneinfo/right/Asia/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Riyadh89 ./zoneinfo/right/Asia/Riyadh89 +rm -f ./zoneinfo/right/Asia/Tbilisi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tbilisi ./zoneinfo/right/Asia/Tbilisi +rm -f ./zoneinfo/right/Asia/Kashgar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kashgar ./zoneinfo/right/Asia/Kashgar +rm -f ./zoneinfo/right/Asia/Ashgabat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ashgabat ./zoneinfo/right/Asia/Ashgabat +rm -f ./zoneinfo/right/Asia/Yerevan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Yerevan ./zoneinfo/right/Asia/Yerevan +rm -f ./zoneinfo/right/Asia/Baghdad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Baghdad ./zoneinfo/right/Asia/Baghdad +rm -f ./zoneinfo/right/Asia/Oral +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Oral ./zoneinfo/right/Asia/Oral +rm -f ./zoneinfo/right/Asia/Kuwait +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kuwait ./zoneinfo/right/Asia/Kuwait +rm -f ./zoneinfo/right/Asia/Rangoon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Rangoon ./zoneinfo/right/Asia/Rangoon +rm -f ./zoneinfo/right/Asia/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Riyadh87 ./zoneinfo/right/Asia/Riyadh87 +rm -f ./zoneinfo/right/Asia/Katmandu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Katmandu ./zoneinfo/right/Asia/Katmandu +rm -f ./zoneinfo/right/Asia/Tashkent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tashkent ./zoneinfo/right/Asia/Tashkent +rm -f ./zoneinfo/right/Asia/Choibalsan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Choibalsan ./zoneinfo/right/Asia/Choibalsan +rm -f ./zoneinfo/right/Asia/Dubai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dubai ./zoneinfo/right/Asia/Dubai +rm -f ./zoneinfo/right/Asia/Manila +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Manila ./zoneinfo/right/Asia/Manila +rm -f ./zoneinfo/right/Asia/Tehran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tehran ./zoneinfo/right/Asia/Tehran +rm -f ./zoneinfo/right/Asia/Anadyr +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Anadyr ./zoneinfo/right/Asia/Anadyr +rm -f ./zoneinfo/right/Asia/Dhaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dhaka ./zoneinfo/right/Asia/Dhaka +rm -f ./zoneinfo/right/Asia/Aden +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Aden ./zoneinfo/right/Asia/Aden +rm -f ./zoneinfo/right/Asia/Thimphu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Thimphu ./zoneinfo/right/Asia/Thimphu +rm -f ./zoneinfo/right/Asia/Jerusalem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Jerusalem ./zoneinfo/right/Asia/Jerusalem +rm -f ./zoneinfo/right/Asia/Pyongyang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Pyongyang ./zoneinfo/right/Asia/Pyongyang +rm -f ./zoneinfo/right/Asia/Kuala_Lumpur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kuala_Lumpur ./zoneinfo/right/Asia/Kuala_Lumpur +rm -f ./zoneinfo/right/Asia/Bangkok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Bangkok ./zoneinfo/right/Asia/Bangkok +rm -f ./zoneinfo/right/Asia/Ulan_Bator +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ulan_Bator ./zoneinfo/right/Asia/Ulan_Bator +rm -f ./zoneinfo/right/Asia/Kamchatka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kamchatka ./zoneinfo/right/Asia/Kamchatka +rm -f ./zoneinfo/right/Asia/Irkutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Irkutsk ./zoneinfo/right/Asia/Irkutsk +rm -f ./zoneinfo/right/Asia/Almaty +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Almaty ./zoneinfo/right/Asia/Almaty +rm -f ./zoneinfo/right/Asia/Dacca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dacca ./zoneinfo/right/Asia/Dacca +rm -f ./zoneinfo/right/Asia/Aqtau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Aqtau ./zoneinfo/right/Asia/Aqtau +rm -f ./zoneinfo/right/Asia/Shanghai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Shanghai ./zoneinfo/right/Asia/Shanghai +rm -f ./zoneinfo/right/Asia/Kabul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kabul ./zoneinfo/right/Asia/Kabul +rm -f ./zoneinfo/right/Asia/Dushanbe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dushanbe ./zoneinfo/right/Asia/Dushanbe +rm -f ./zoneinfo/right/Asia/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Istanbul ./zoneinfo/right/Asia/Istanbul +rm -f ./zoneinfo/right/Asia/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Riyadh88 ./zoneinfo/right/Asia/Riyadh88 +rm -f ./zoneinfo/right/Asia/Ulaanbaatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ulaanbaatar ./zoneinfo/right/Asia/Ulaanbaatar +rm -f ./zoneinfo/right/Asia/Jayapura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Jayapura ./zoneinfo/right/Asia/Jayapura +rm -f ./zoneinfo/right/Asia/Tel_Aviv +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tel_Aviv ./zoneinfo/right/Asia/Tel_Aviv +rm -f ./zoneinfo/right/Asia/Jakarta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Jakarta ./zoneinfo/right/Asia/Jakarta +rm -f ./zoneinfo/right/Asia/Seoul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Seoul ./zoneinfo/right/Asia/Seoul +rm -f ./zoneinfo/right/Asia/Hovd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Hovd ./zoneinfo/right/Asia/Hovd +rm -f ./zoneinfo/right/Asia/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Singapore ./zoneinfo/right/Asia/Singapore +rm -f ./zoneinfo/right/Asia/Omsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Omsk ./zoneinfo/right/Asia/Omsk +rm -f ./zoneinfo/right/Asia/Beirut +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Beirut ./zoneinfo/right/Asia/Beirut +rm -f ./zoneinfo/right/Asia/Qyzylorda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Qyzylorda ./zoneinfo/right/Asia/Qyzylorda +rm -f ./zoneinfo/right/Asia/Urumqi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Urumqi ./zoneinfo/right/Asia/Urumqi +rm -f ./zoneinfo/right/Asia/Taipei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Taipei ./zoneinfo/right/Asia/Taipei +rm -f ./zoneinfo/right/Asia/Makassar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Makassar ./zoneinfo/right/Asia/Makassar +rm -f ./zoneinfo/right/Asia/Hong_Kong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Hong_Kong ./zoneinfo/right/Asia/Hong_Kong +rm -f ./zoneinfo/right/Asia/Kuching +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kuching ./zoneinfo/right/Asia/Kuching +rm -f ./zoneinfo/right/Asia/Harbin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Harbin ./zoneinfo/right/Asia/Harbin +rm -f ./zoneinfo/right/Asia/Damascus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Damascus ./zoneinfo/right/Asia/Damascus +rm -f ./zoneinfo/right/Canada/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Pacific ./zoneinfo/right/Canada/Pacific +rm -f ./zoneinfo/right/Canada/Yukon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Yukon ./zoneinfo/right/Canada/Yukon +rm -f ./zoneinfo/right/Canada/Atlantic +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Atlantic ./zoneinfo/right/Canada/Atlantic +rm -f ./zoneinfo/right/Canada/East-Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/East-Saskatchewan ./zoneinfo/right/Canada/East-Saskatchewan +rm -f ./zoneinfo/right/Canada/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Eastern ./zoneinfo/right/Canada/Eastern +rm -f ./zoneinfo/right/Canada/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Mountain ./zoneinfo/right/Canada/Mountain +rm -f ./zoneinfo/right/Canada/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Central ./zoneinfo/right/Canada/Central +rm -f ./zoneinfo/right/Canada/Newfoundland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Newfoundland ./zoneinfo/right/Canada/Newfoundland +rm -f ./zoneinfo/right/Canada/Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Saskatchewan ./zoneinfo/right/Canada/Saskatchewan +rm -f ./zoneinfo/right/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Jamaica ./zoneinfo/right/Jamaica +rm -f ./zoneinfo/right/US/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Pacific ./zoneinfo/right/US/Pacific +rm -f ./zoneinfo/right/US/Alaska +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Alaska ./zoneinfo/right/US/Alaska +rm -f ./zoneinfo/right/US/Arizona +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Arizona ./zoneinfo/right/US/Arizona +rm -f ./zoneinfo/right/US/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Samoa ./zoneinfo/right/US/Samoa +rm -f ./zoneinfo/right/US/East-Indiana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/East-Indiana ./zoneinfo/right/US/East-Indiana +rm -f ./zoneinfo/right/US/Michigan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Michigan ./zoneinfo/right/US/Michigan +rm -f ./zoneinfo/right/US/Aleutian +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Aleutian ./zoneinfo/right/US/Aleutian +rm -f ./zoneinfo/right/US/Hawaii +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Hawaii ./zoneinfo/right/US/Hawaii +rm -f ./zoneinfo/right/US/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Eastern ./zoneinfo/right/US/Eastern +rm -f ./zoneinfo/right/US/Indiana-Starke +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Indiana-Starke ./zoneinfo/right/US/Indiana-Starke +rm -f ./zoneinfo/right/US/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Mountain ./zoneinfo/right/US/Mountain +rm -f ./zoneinfo/right/US/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Central ./zoneinfo/right/US/Central +rm -f ./zoneinfo/right/Atlantic/Bermuda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Bermuda ./zoneinfo/right/Atlantic/Bermuda +rm -f ./zoneinfo/right/Atlantic/St_Helena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/St_Helena ./zoneinfo/right/Atlantic/St_Helena +rm -f ./zoneinfo/right/Atlantic/Madeira +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Madeira ./zoneinfo/right/Atlantic/Madeira +rm -f ./zoneinfo/right/Atlantic/Stanley +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Stanley ./zoneinfo/right/Atlantic/Stanley +rm -f ./zoneinfo/right/Atlantic/Faroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Faroe ./zoneinfo/right/Atlantic/Faroe +rm -f ./zoneinfo/right/Atlantic/South_Georgia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/South_Georgia ./zoneinfo/right/Atlantic/South_Georgia +rm -f ./zoneinfo/right/Atlantic/Cape_Verde +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Cape_Verde ./zoneinfo/right/Atlantic/Cape_Verde +rm -f ./zoneinfo/right/Atlantic/Jan_Mayen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Jan_Mayen ./zoneinfo/right/Atlantic/Jan_Mayen +rm -f ./zoneinfo/right/Atlantic/Canary +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Canary ./zoneinfo/right/Atlantic/Canary +rm -f ./zoneinfo/right/Atlantic/Reykjavik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Reykjavik ./zoneinfo/right/Atlantic/Reykjavik +rm -f ./zoneinfo/right/Atlantic/Azores +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Azores ./zoneinfo/right/Atlantic/Azores +rm -f ./zoneinfo/right/Atlantic/Faeroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Faeroe ./zoneinfo/right/Atlantic/Faeroe +rm -f ./zoneinfo/right/Navajo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Navajo ./zoneinfo/right/Navajo +rm -f ./zoneinfo/right/Poland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Poland ./zoneinfo/right/Poland +rm -f ./zoneinfo/right/CET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/CET ./zoneinfo/right/CET +rm -f ./zoneinfo/right/Europe/Zagreb +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Zagreb ./zoneinfo/right/Europe/Zagreb +rm -f ./zoneinfo/right/Europe/Helsinki +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Helsinki ./zoneinfo/right/Europe/Helsinki +rm -f ./zoneinfo/right/Europe/Zurich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Zurich ./zoneinfo/right/Europe/Zurich +rm -f ./zoneinfo/right/Europe/Volgograd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Volgograd ./zoneinfo/right/Europe/Volgograd +rm -f ./zoneinfo/right/Europe/Vaduz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Vaduz ./zoneinfo/right/Europe/Vaduz +rm -f ./zoneinfo/right/Europe/Paris +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Paris ./zoneinfo/right/Europe/Paris +rm -f ./zoneinfo/right/Europe/Isle_of_Man +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Isle_of_Man ./zoneinfo/right/Europe/Isle_of_Man +rm -f ./zoneinfo/right/Europe/Mariehamn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Mariehamn ./zoneinfo/right/Europe/Mariehamn +rm -f ./zoneinfo/right/Europe/Warsaw +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Warsaw ./zoneinfo/right/Europe/Warsaw +rm -f ./zoneinfo/right/Europe/London +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/London ./zoneinfo/right/Europe/London +rm -f ./zoneinfo/right/Europe/Guernsey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Guernsey ./zoneinfo/right/Europe/Guernsey +rm -f ./zoneinfo/right/Europe/Jersey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Jersey ./zoneinfo/right/Europe/Jersey +rm -f ./zoneinfo/right/Europe/Budapest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Budapest ./zoneinfo/right/Europe/Budapest +rm -f ./zoneinfo/right/Europe/Andorra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Andorra ./zoneinfo/right/Europe/Andorra +rm -f ./zoneinfo/right/Europe/Uzhgorod +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Uzhgorod ./zoneinfo/right/Europe/Uzhgorod +rm -f ./zoneinfo/right/Europe/Kiev +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Kiev ./zoneinfo/right/Europe/Kiev +rm -f ./zoneinfo/right/Europe/Ljubljana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Ljubljana ./zoneinfo/right/Europe/Ljubljana +rm -f ./zoneinfo/right/Europe/Stockholm +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Stockholm ./zoneinfo/right/Europe/Stockholm +rm -f ./zoneinfo/right/Europe/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Nicosia ./zoneinfo/right/Europe/Nicosia +rm -f ./zoneinfo/right/Europe/Malta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Malta ./zoneinfo/right/Europe/Malta +rm -f ./zoneinfo/right/Europe/Vilnius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Vilnius ./zoneinfo/right/Europe/Vilnius +rm -f ./zoneinfo/right/Europe/Dublin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Dublin ./zoneinfo/right/Europe/Dublin +rm -f ./zoneinfo/right/Europe/Berlin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Berlin ./zoneinfo/right/Europe/Berlin +rm -f ./zoneinfo/right/Europe/Belgrade +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Belgrade ./zoneinfo/right/Europe/Belgrade +rm -f ./zoneinfo/right/Europe/Madrid +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Madrid ./zoneinfo/right/Europe/Madrid +rm -f ./zoneinfo/right/Europe/Sofia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Sofia ./zoneinfo/right/Europe/Sofia +rm -f ./zoneinfo/right/Europe/Gibraltar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Gibraltar ./zoneinfo/right/Europe/Gibraltar +rm -f ./zoneinfo/right/Europe/Kaliningrad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Kaliningrad ./zoneinfo/right/Europe/Kaliningrad +rm -f ./zoneinfo/right/Europe/Moscow +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Moscow ./zoneinfo/right/Europe/Moscow +rm -f ./zoneinfo/right/Europe/Podgorica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Podgorica ./zoneinfo/right/Europe/Podgorica +rm -f ./zoneinfo/right/Europe/Monaco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Monaco ./zoneinfo/right/Europe/Monaco +rm -f ./zoneinfo/right/Europe/Amsterdam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Amsterdam ./zoneinfo/right/Europe/Amsterdam +rm -f ./zoneinfo/right/Europe/Athens +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Athens ./zoneinfo/right/Europe/Athens +rm -f ./zoneinfo/right/Europe/Tiraspol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Tiraspol ./zoneinfo/right/Europe/Tiraspol +rm -f ./zoneinfo/right/Europe/Rome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Rome ./zoneinfo/right/Europe/Rome +rm -f ./zoneinfo/right/Europe/Minsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Minsk ./zoneinfo/right/Europe/Minsk +rm -f ./zoneinfo/right/Europe/San_Marino +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/San_Marino ./zoneinfo/right/Europe/San_Marino +rm -f ./zoneinfo/right/Europe/Oslo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Oslo ./zoneinfo/right/Europe/Oslo +rm -f ./zoneinfo/right/Europe/Zaporozhye +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Zaporozhye ./zoneinfo/right/Europe/Zaporozhye +rm -f ./zoneinfo/right/Europe/Bratislava +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Bratislava ./zoneinfo/right/Europe/Bratislava +rm -f ./zoneinfo/right/Europe/Sarajevo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Sarajevo ./zoneinfo/right/Europe/Sarajevo +rm -f ./zoneinfo/right/Europe/Skopje +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Skopje ./zoneinfo/right/Europe/Skopje +rm -f ./zoneinfo/right/Europe/Copenhagen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Copenhagen ./zoneinfo/right/Europe/Copenhagen +rm -f ./zoneinfo/right/Europe/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Istanbul ./zoneinfo/right/Europe/Istanbul +rm -f ./zoneinfo/right/Europe/Tirane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Tirane ./zoneinfo/right/Europe/Tirane +rm -f ./zoneinfo/right/Europe/Vienna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Vienna ./zoneinfo/right/Europe/Vienna +rm -f ./zoneinfo/right/Europe/Chisinau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Chisinau ./zoneinfo/right/Europe/Chisinau +rm -f ./zoneinfo/right/Europe/Lisbon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Lisbon ./zoneinfo/right/Europe/Lisbon +rm -f ./zoneinfo/right/Europe/Samara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Samara ./zoneinfo/right/Europe/Samara +rm -f ./zoneinfo/right/Europe/Luxembourg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Luxembourg ./zoneinfo/right/Europe/Luxembourg +rm -f ./zoneinfo/right/Europe/Prague +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Prague ./zoneinfo/right/Europe/Prague +rm -f ./zoneinfo/right/Europe/Vatican +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Vatican ./zoneinfo/right/Europe/Vatican +rm -f ./zoneinfo/right/Europe/Riga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Riga ./zoneinfo/right/Europe/Riga +rm -f ./zoneinfo/right/Europe/Bucharest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Bucharest ./zoneinfo/right/Europe/Bucharest +rm -f ./zoneinfo/right/Europe/Tallinn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Tallinn ./zoneinfo/right/Europe/Tallinn +rm -f ./zoneinfo/right/Europe/Brussels +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Brussels ./zoneinfo/right/Europe/Brussels +rm -f ./zoneinfo/right/Europe/Belfast +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Belfast ./zoneinfo/right/Europe/Belfast +rm -f ./zoneinfo/right/Europe/Simferopol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Simferopol ./zoneinfo/right/Europe/Simferopol +rm -f ./zoneinfo/right/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Greenwich ./zoneinfo/right/Greenwich +rm -f ./zoneinfo/right/Turkey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Turkey ./zoneinfo/right/Turkey +rm -f ./zoneinfo/right/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Zulu ./zoneinfo/right/Zulu +rm -f ./zoneinfo/right/NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/NZ ./zoneinfo/right/NZ +rm -f ./zoneinfo/right/America/North_Dakota/Center +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/North_Dakota/Center ./zoneinfo/right/America/North_Dakota/Center +rm -f ./zoneinfo/right/America/North_Dakota/New_Salem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/North_Dakota/New_Salem ./zoneinfo/right/America/North_Dakota/New_Salem +rm -f ./zoneinfo/right/America/Belem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Belem ./zoneinfo/right/America/Belem +rm -f ./zoneinfo/right/America/Belize +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Belize ./zoneinfo/right/America/Belize +rm -f ./zoneinfo/right/America/Boise +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Boise ./zoneinfo/right/America/Boise +rm -f ./zoneinfo/right/America/Adak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Adak ./zoneinfo/right/America/Adak +rm -f ./zoneinfo/right/America/Rainy_River +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Rainy_River ./zoneinfo/right/America/Rainy_River +rm -f ./zoneinfo/right/America/El_Salvador +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/El_Salvador ./zoneinfo/right/America/El_Salvador +rm -f ./zoneinfo/right/America/Toronto +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Toronto ./zoneinfo/right/America/Toronto +rm -f ./zoneinfo/right/America/Nipigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Nipigon ./zoneinfo/right/America/Nipigon +rm -f ./zoneinfo/right/America/Chicago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Chicago ./zoneinfo/right/America/Chicago +rm -f ./zoneinfo/right/America/Halifax +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Halifax ./zoneinfo/right/America/Halifax +rm -f ./zoneinfo/right/America/Eirunepe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Eirunepe ./zoneinfo/right/America/Eirunepe +rm -f ./zoneinfo/right/America/Yakutat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Yakutat ./zoneinfo/right/America/Yakutat +rm -f ./zoneinfo/right/America/Port_of_Spain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Port_of_Spain ./zoneinfo/right/America/Port_of_Spain +rm -f ./zoneinfo/right/America/Blanc-Sablon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Blanc-Sablon ./zoneinfo/right/America/Blanc-Sablon +rm -f ./zoneinfo/right/America/Nome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Nome ./zoneinfo/right/America/Nome +rm -f ./zoneinfo/right/America/Montevideo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Montevideo ./zoneinfo/right/America/Montevideo +rm -f ./zoneinfo/right/America/Cambridge_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cambridge_Bay ./zoneinfo/right/America/Cambridge_Bay +rm -f ./zoneinfo/right/America/Goose_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Goose_Bay ./zoneinfo/right/America/Goose_Bay +rm -f ./zoneinfo/right/America/La_Paz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/La_Paz ./zoneinfo/right/America/La_Paz +rm -f ./zoneinfo/right/America/Scoresbysund +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Scoresbysund ./zoneinfo/right/America/Scoresbysund +rm -f ./zoneinfo/right/America/Edmonton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Edmonton ./zoneinfo/right/America/Edmonton +rm -f ./zoneinfo/right/America/Inuvik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Inuvik ./zoneinfo/right/America/Inuvik +rm -f ./zoneinfo/right/America/Fortaleza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Fortaleza ./zoneinfo/right/America/Fortaleza +rm -f ./zoneinfo/right/America/Miquelon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Miquelon ./zoneinfo/right/America/Miquelon +rm -f ./zoneinfo/right/America/St_Johns +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Johns ./zoneinfo/right/America/St_Johns +rm -f ./zoneinfo/right/America/Port-au-Prince +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Port-au-Prince ./zoneinfo/right/America/Port-au-Prince +rm -f ./zoneinfo/right/America/St_Barthelemy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Barthelemy ./zoneinfo/right/America/St_Barthelemy +rm -f ./zoneinfo/right/America/Glace_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Glace_Bay ./zoneinfo/right/America/Glace_Bay +rm -f ./zoneinfo/right/America/Bahia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Bahia ./zoneinfo/right/America/Bahia +rm -f ./zoneinfo/right/America/Cuiaba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cuiaba ./zoneinfo/right/America/Cuiaba +rm -f ./zoneinfo/right/America/Recife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Recife ./zoneinfo/right/America/Recife +rm -f ./zoneinfo/right/America/Denver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Denver ./zoneinfo/right/America/Denver +rm -f ./zoneinfo/right/America/Grand_Turk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Grand_Turk ./zoneinfo/right/America/Grand_Turk +rm -f ./zoneinfo/right/America/Guayaquil +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Guayaquil ./zoneinfo/right/America/Guayaquil +rm -f ./zoneinfo/right/America/Yellowknife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Yellowknife ./zoneinfo/right/America/Yellowknife +rm -f ./zoneinfo/right/America/Nassau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Nassau ./zoneinfo/right/America/Nassau +rm -f ./zoneinfo/right/America/Antigua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Antigua ./zoneinfo/right/America/Antigua +rm -f ./zoneinfo/right/America/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Jamaica ./zoneinfo/right/America/Jamaica +rm -f ./zoneinfo/right/America/Regina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Regina ./zoneinfo/right/America/Regina +rm -f ./zoneinfo/right/America/Dawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Dawson ./zoneinfo/right/America/Dawson +rm -f ./zoneinfo/right/America/Cancun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cancun ./zoneinfo/right/America/Cancun +rm -f ./zoneinfo/right/America/Campo_Grande +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Campo_Grande ./zoneinfo/right/America/Campo_Grande +rm -f ./zoneinfo/right/America/Araguaina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Araguaina ./zoneinfo/right/America/Araguaina +rm -f ./zoneinfo/right/America/Rankin_Inlet +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Rankin_Inlet ./zoneinfo/right/America/Rankin_Inlet +rm -f ./zoneinfo/right/America/Atka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Atka ./zoneinfo/right/America/Atka +rm -f ./zoneinfo/right/America/Managua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Managua ./zoneinfo/right/America/Managua +rm -f ./zoneinfo/right/America/Aruba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Aruba ./zoneinfo/right/America/Aruba +rm -f ./zoneinfo/right/America/Moncton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Moncton ./zoneinfo/right/America/Moncton +rm -f ./zoneinfo/right/America/Fort_Wayne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Fort_Wayne ./zoneinfo/right/America/Fort_Wayne +rm -f ./zoneinfo/right/America/Whitehorse +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Whitehorse ./zoneinfo/right/America/Whitehorse +rm -f ./zoneinfo/right/America/Guyana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Guyana ./zoneinfo/right/America/Guyana +rm -f ./zoneinfo/right/America/Shiprock +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Shiprock ./zoneinfo/right/America/Shiprock +rm -f ./zoneinfo/right/America/Menominee +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Menominee ./zoneinfo/right/America/Menominee +rm -f ./zoneinfo/right/America/Sao_Paulo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Sao_Paulo ./zoneinfo/right/America/Sao_Paulo +rm -f ./zoneinfo/right/America/Hermosillo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Hermosillo ./zoneinfo/right/America/Hermosillo +rm -f ./zoneinfo/right/America/Marigot +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Marigot ./zoneinfo/right/America/Marigot +rm -f ./zoneinfo/right/America/Ensenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Ensenada ./zoneinfo/right/America/Ensenada +rm -f ./zoneinfo/right/America/Martinique +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Martinique ./zoneinfo/right/America/Martinique +rm -f ./zoneinfo/right/America/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Louisville ./zoneinfo/right/America/Louisville +rm -f ./zoneinfo/right/America/Tortola +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Tortola ./zoneinfo/right/America/Tortola +rm -f ./zoneinfo/right/America/Iqaluit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Iqaluit ./zoneinfo/right/America/Iqaluit +rm -f ./zoneinfo/right/America/Thule +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Thule ./zoneinfo/right/America/Thule +rm -f ./zoneinfo/right/America/Santiago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Santiago ./zoneinfo/right/America/Santiago +rm -f ./zoneinfo/right/America/New_York +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/New_York ./zoneinfo/right/America/New_York +rm -f ./zoneinfo/right/America/Noronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Noronha ./zoneinfo/right/America/Noronha +rm -f ./zoneinfo/right/America/Maceio +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Maceio ./zoneinfo/right/America/Maceio +rm -f ./zoneinfo/right/America/Kentucky/Monticello +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Kentucky/Monticello ./zoneinfo/right/America/Kentucky/Monticello +rm -f ./zoneinfo/right/America/Kentucky/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Kentucky/Louisville ./zoneinfo/right/America/Kentucky/Louisville +rm -f ./zoneinfo/right/America/Knox_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Knox_IN ./zoneinfo/right/America/Knox_IN +rm -f ./zoneinfo/right/America/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cordoba ./zoneinfo/right/America/Cordoba +rm -f ./zoneinfo/right/America/Indiana/Vevay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Vevay ./zoneinfo/right/America/Indiana/Vevay +rm -f ./zoneinfo/right/America/Indiana/Marengo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Marengo ./zoneinfo/right/America/Indiana/Marengo +rm -f ./zoneinfo/right/America/Indiana/Knox +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Knox ./zoneinfo/right/America/Indiana/Knox +rm -f ./zoneinfo/right/America/Indiana/Petersburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Petersburg ./zoneinfo/right/America/Indiana/Petersburg +rm -f ./zoneinfo/right/America/Indiana/Vincennes +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Vincennes ./zoneinfo/right/America/Indiana/Vincennes +rm -f ./zoneinfo/right/America/Indiana/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Indianapolis ./zoneinfo/right/America/Indiana/Indianapolis +rm -f ./zoneinfo/right/America/Indiana/Winamac +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Winamac ./zoneinfo/right/America/Indiana/Winamac +rm -f ./zoneinfo/right/America/Indiana/Tell_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Tell_City ./zoneinfo/right/America/Indiana/Tell_City +rm -f ./zoneinfo/right/America/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Catamarca ./zoneinfo/right/America/Catamarca +rm -f ./zoneinfo/right/America/Vancouver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Vancouver ./zoneinfo/right/America/Vancouver +rm -f ./zoneinfo/right/America/Chihuahua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Chihuahua ./zoneinfo/right/America/Chihuahua +rm -f ./zoneinfo/right/America/Cayman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cayman ./zoneinfo/right/America/Cayman +rm -f ./zoneinfo/right/America/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Buenos_Aires ./zoneinfo/right/America/Buenos_Aires +rm -f ./zoneinfo/right/America/Asuncion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Asuncion ./zoneinfo/right/America/Asuncion +rm -f ./zoneinfo/right/America/Mexico_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Mexico_City ./zoneinfo/right/America/Mexico_City +rm -f ./zoneinfo/right/America/Paramaribo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Paramaribo ./zoneinfo/right/America/Paramaribo +rm -f ./zoneinfo/right/America/Curacao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Curacao ./zoneinfo/right/America/Curacao +rm -f ./zoneinfo/right/America/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Jujuy ./zoneinfo/right/America/Jujuy +rm -f ./zoneinfo/right/America/Montserrat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Montserrat ./zoneinfo/right/America/Montserrat +rm -f ./zoneinfo/right/America/Anguilla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Anguilla ./zoneinfo/right/America/Anguilla +rm -f ./zoneinfo/right/America/Rio_Branco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Rio_Branco ./zoneinfo/right/America/Rio_Branco +rm -f ./zoneinfo/right/America/Cayenne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cayenne ./zoneinfo/right/America/Cayenne +rm -f ./zoneinfo/right/America/Guatemala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Guatemala ./zoneinfo/right/America/Guatemala +rm -f ./zoneinfo/right/America/Dominica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Dominica ./zoneinfo/right/America/Dominica +rm -f ./zoneinfo/right/America/Detroit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Detroit ./zoneinfo/right/America/Detroit +rm -f ./zoneinfo/right/America/Bogota +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Bogota ./zoneinfo/right/America/Bogota +rm -f ./zoneinfo/right/America/Thunder_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Thunder_Bay ./zoneinfo/right/America/Thunder_Bay +rm -f ./zoneinfo/right/America/Lima +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Lima ./zoneinfo/right/America/Lima +rm -f ./zoneinfo/right/America/Coral_Harbour +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Coral_Harbour ./zoneinfo/right/America/Coral_Harbour +rm -f ./zoneinfo/right/America/Godthab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Godthab ./zoneinfo/right/America/Godthab +rm -f ./zoneinfo/right/America/Guadeloupe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Guadeloupe ./zoneinfo/right/America/Guadeloupe +rm -f ./zoneinfo/right/America/Winnipeg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Winnipeg ./zoneinfo/right/America/Winnipeg +rm -f ./zoneinfo/right/America/Porto_Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Porto_Acre ./zoneinfo/right/America/Porto_Acre +rm -f ./zoneinfo/right/America/Monterrey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Monterrey ./zoneinfo/right/America/Monterrey +rm -f ./zoneinfo/right/America/Tijuana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Tijuana ./zoneinfo/right/America/Tijuana +rm -f ./zoneinfo/right/America/Pangnirtung +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Pangnirtung ./zoneinfo/right/America/Pangnirtung +rm -f ./zoneinfo/right/America/Merida +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Merida ./zoneinfo/right/America/Merida +rm -f ./zoneinfo/right/America/Grenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Grenada ./zoneinfo/right/America/Grenada +rm -f ./zoneinfo/right/America/Rosario +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Rosario ./zoneinfo/right/America/Rosario +rm -f ./zoneinfo/right/America/Atikokan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Atikokan ./zoneinfo/right/America/Atikokan +rm -f ./zoneinfo/right/America/Danmarkshavn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Danmarkshavn ./zoneinfo/right/America/Danmarkshavn +rm -f ./zoneinfo/right/America/Mazatlan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Mazatlan ./zoneinfo/right/America/Mazatlan +rm -f ./zoneinfo/right/America/Caracas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Caracas ./zoneinfo/right/America/Caracas +rm -f ./zoneinfo/right/America/Panama +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Panama ./zoneinfo/right/America/Panama +rm -f ./zoneinfo/right/America/Tegucigalpa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Tegucigalpa ./zoneinfo/right/America/Tegucigalpa +rm -f ./zoneinfo/right/America/St_Kitts +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Kitts ./zoneinfo/right/America/St_Kitts +rm -f ./zoneinfo/right/America/Swift_Current +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Swift_Current ./zoneinfo/right/America/Swift_Current +rm -f ./zoneinfo/right/America/Barbados +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Barbados ./zoneinfo/right/America/Barbados +rm -f ./zoneinfo/right/America/Argentina/San_Luis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/San_Luis ./zoneinfo/right/America/Argentina/San_Luis +rm -f ./zoneinfo/right/America/Argentina/ComodRivadavia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/ComodRivadavia ./zoneinfo/right/America/Argentina/ComodRivadavia +rm -f ./zoneinfo/right/America/Argentina/Rio_Gallegos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Rio_Gallegos ./zoneinfo/right/America/Argentina/Rio_Gallegos +rm -f ./zoneinfo/right/America/Argentina/Ushuaia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Ushuaia ./zoneinfo/right/America/Argentina/Ushuaia +rm -f ./zoneinfo/right/America/Argentina/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Cordoba ./zoneinfo/right/America/Argentina/Cordoba +rm -f ./zoneinfo/right/America/Argentina/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Catamarca ./zoneinfo/right/America/Argentina/Catamarca +rm -f ./zoneinfo/right/America/Argentina/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Buenos_Aires ./zoneinfo/right/America/Argentina/Buenos_Aires +rm -f ./zoneinfo/right/America/Argentina/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Jujuy ./zoneinfo/right/America/Argentina/Jujuy +rm -f ./zoneinfo/right/America/Argentina/Tucuman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Tucuman ./zoneinfo/right/America/Argentina/Tucuman +rm -f ./zoneinfo/right/America/Argentina/La_Rioja +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/La_Rioja ./zoneinfo/right/America/Argentina/La_Rioja +rm -f ./zoneinfo/right/America/Argentina/San_Juan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/San_Juan ./zoneinfo/right/America/Argentina/San_Juan +rm -f ./zoneinfo/right/America/Argentina/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Mendoza ./zoneinfo/right/America/Argentina/Mendoza +rm -f ./zoneinfo/right/America/Costa_Rica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Costa_Rica ./zoneinfo/right/America/Costa_Rica +rm -f ./zoneinfo/right/America/Montreal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Montreal ./zoneinfo/right/America/Montreal +rm -f ./zoneinfo/right/America/Resolute +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Resolute ./zoneinfo/right/America/Resolute +rm -f ./zoneinfo/right/America/Anchorage +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Anchorage ./zoneinfo/right/America/Anchorage +rm -f ./zoneinfo/right/America/Dawson_Creek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Dawson_Creek ./zoneinfo/right/America/Dawson_Creek +rm -f ./zoneinfo/right/America/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indianapolis ./zoneinfo/right/America/Indianapolis +rm -f ./zoneinfo/right/America/Los_Angeles +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Los_Angeles ./zoneinfo/right/America/Los_Angeles +rm -f ./zoneinfo/right/America/Manaus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Manaus ./zoneinfo/right/America/Manaus +rm -f ./zoneinfo/right/America/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Mendoza ./zoneinfo/right/America/Mendoza +rm -f ./zoneinfo/right/America/St_Vincent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Vincent ./zoneinfo/right/America/St_Vincent +rm -f ./zoneinfo/right/America/Puerto_Rico +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Puerto_Rico ./zoneinfo/right/America/Puerto_Rico +rm -f ./zoneinfo/right/America/Phoenix +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Phoenix ./zoneinfo/right/America/Phoenix +rm -f ./zoneinfo/right/America/Porto_Velho +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Porto_Velho ./zoneinfo/right/America/Porto_Velho +rm -f ./zoneinfo/right/America/St_Thomas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Thomas ./zoneinfo/right/America/St_Thomas +rm -f ./zoneinfo/right/America/Boa_Vista +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Boa_Vista ./zoneinfo/right/America/Boa_Vista +rm -f ./zoneinfo/right/America/Virgin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Virgin ./zoneinfo/right/America/Virgin +rm -f ./zoneinfo/right/America/Havana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Havana ./zoneinfo/right/America/Havana +rm -f ./zoneinfo/right/America/Santo_Domingo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Santo_Domingo ./zoneinfo/right/America/Santo_Domingo +rm -f ./zoneinfo/right/America/Juneau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Juneau ./zoneinfo/right/America/Juneau +rm -f ./zoneinfo/right/America/St_Lucia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Lucia ./zoneinfo/right/America/St_Lucia +rm -f ./zoneinfo/right/Portugal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Portugal ./zoneinfo/right/Portugal +rm -f ./zoneinfo/right/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/UTC ./zoneinfo/right/UTC +rm -f ./zoneinfo/right/HST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/HST ./zoneinfo/right/HST +rm -f ./zoneinfo/right/W-SU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/W-SU ./zoneinfo/right/W-SU +rm -f ./zoneinfo/right/Israel +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Israel ./zoneinfo/right/Israel +rm -f ./zoneinfo/right/Mexico/BajaNorte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mexico/BajaNorte ./zoneinfo/right/Mexico/BajaNorte +rm -f ./zoneinfo/right/Mexico/General +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mexico/General ./zoneinfo/right/Mexico/General +rm -f ./zoneinfo/right/Mexico/BajaSur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mexico/BajaSur ./zoneinfo/right/Mexico/BajaSur +rm -f ./zoneinfo/right/EST5EDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/EST5EDT ./zoneinfo/right/EST5EDT +rm -f ./zoneinfo/right/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Kwajalein ./zoneinfo/right/Kwajalein +rm -f ./zoneinfo/right/NZ-CHAT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/NZ-CHAT ./zoneinfo/right/NZ-CHAT +rm -f ./zoneinfo/right/Antarctica/Palmer +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Palmer ./zoneinfo/right/Antarctica/Palmer +rm -f ./zoneinfo/right/Antarctica/Rothera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Rothera ./zoneinfo/right/Antarctica/Rothera +rm -f ./zoneinfo/right/Antarctica/McMurdo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/McMurdo ./zoneinfo/right/Antarctica/McMurdo +rm -f ./zoneinfo/right/Antarctica/South_Pole +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/South_Pole ./zoneinfo/right/Antarctica/South_Pole +rm -f ./zoneinfo/right/Antarctica/Mawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Mawson ./zoneinfo/right/Antarctica/Mawson +rm -f ./zoneinfo/right/Antarctica/Vostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Vostok ./zoneinfo/right/Antarctica/Vostok +rm -f ./zoneinfo/right/Antarctica/DumontDUrville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/DumontDUrville ./zoneinfo/right/Antarctica/DumontDUrville +rm -f ./zoneinfo/right/Antarctica/Davis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Davis ./zoneinfo/right/Antarctica/Davis +rm -f ./zoneinfo/right/Antarctica/Syowa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Syowa ./zoneinfo/right/Antarctica/Syowa +rm -f ./zoneinfo/right/Antarctica/Casey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Casey ./zoneinfo/right/Antarctica/Casey +rm -f ./zoneinfo/right/PRC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/PRC ./zoneinfo/right/PRC +rm -f ./zoneinfo/right/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GMT+0 ./zoneinfo/right/GMT+0 +rm -f ./zoneinfo/right/MST7MDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/MST7MDT ./zoneinfo/right/MST7MDT +rm -f ./zoneinfo/right/WET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/WET ./zoneinfo/right/WET +rm -f ./zoneinfo/right/Hongkong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Hongkong ./zoneinfo/right/Hongkong +rm -f ./zoneinfo/right/Arctic/Longyearbyen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Arctic/Longyearbyen ./zoneinfo/right/Arctic/Longyearbyen +rm -f ./zoneinfo/right/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GMT-0 ./zoneinfo/right/GMT-0 +rm -f ./zoneinfo/right/ROK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/ROK ./zoneinfo/right/ROK +rm -f ./zoneinfo/right/Australia/Sydney +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Sydney ./zoneinfo/right/Australia/Sydney +rm -f ./zoneinfo/right/Australia/Darwin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Darwin ./zoneinfo/right/Australia/Darwin +rm -f ./zoneinfo/right/Australia/Yancowinna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Yancowinna ./zoneinfo/right/Australia/Yancowinna +rm -f ./zoneinfo/right/Australia/Currie +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Currie ./zoneinfo/right/Australia/Currie +rm -f ./zoneinfo/right/Australia/Broken_Hill +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Broken_Hill ./zoneinfo/right/Australia/Broken_Hill +rm -f ./zoneinfo/right/Australia/NSW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/NSW ./zoneinfo/right/Australia/NSW +rm -f ./zoneinfo/right/Australia/Canberra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Canberra ./zoneinfo/right/Australia/Canberra +rm -f ./zoneinfo/right/Australia/Eucla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Eucla ./zoneinfo/right/Australia/Eucla +rm -f ./zoneinfo/right/Australia/Tasmania +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Tasmania ./zoneinfo/right/Australia/Tasmania +rm -f ./zoneinfo/right/Australia/Adelaide +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Adelaide ./zoneinfo/right/Australia/Adelaide +rm -f ./zoneinfo/right/Australia/Hobart +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Hobart ./zoneinfo/right/Australia/Hobart +rm -f ./zoneinfo/right/Australia/South +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/South ./zoneinfo/right/Australia/South +rm -f ./zoneinfo/right/Australia/Queensland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Queensland ./zoneinfo/right/Australia/Queensland +rm -f ./zoneinfo/right/Australia/Brisbane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Brisbane ./zoneinfo/right/Australia/Brisbane +rm -f ./zoneinfo/right/Australia/Victoria +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Victoria ./zoneinfo/right/Australia/Victoria +rm -f ./zoneinfo/right/Australia/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/West ./zoneinfo/right/Australia/West +rm -f ./zoneinfo/right/Australia/ACT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/ACT ./zoneinfo/right/Australia/ACT +rm -f ./zoneinfo/right/Australia/Lord_Howe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Lord_Howe ./zoneinfo/right/Australia/Lord_Howe +rm -f ./zoneinfo/right/Australia/Melbourne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Melbourne ./zoneinfo/right/Australia/Melbourne +rm -f ./zoneinfo/right/Australia/Lindeman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Lindeman ./zoneinfo/right/Australia/Lindeman +rm -f ./zoneinfo/right/Australia/North +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/North ./zoneinfo/right/Australia/North +rm -f ./zoneinfo/right/Australia/Perth +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Perth ./zoneinfo/right/Australia/Perth +rm -f ./zoneinfo/right/Australia/LHI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/LHI ./zoneinfo/right/Australia/LHI +rm -f ./zoneinfo/right/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/UCT ./zoneinfo/right/UCT +rm -f ./zoneinfo/right/Brazil/East +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Brazil/East ./zoneinfo/right/Brazil/East +rm -f ./zoneinfo/right/Brazil/Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Brazil/Acre ./zoneinfo/right/Brazil/Acre +rm -f ./zoneinfo/right/Brazil/DeNoronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Brazil/DeNoronha ./zoneinfo/right/Brazil/DeNoronha +rm -f ./zoneinfo/right/Brazil/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Brazil/West ./zoneinfo/right/Brazil/West +rm -f ./zoneinfo/right/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GMT ./zoneinfo/right/GMT +rm -f ./zoneinfo/right/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Singapore ./zoneinfo/right/Singapore +rm -f ./zoneinfo/right/MST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/MST ./zoneinfo/right/MST +rm -f ./zoneinfo/right/EST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/EST ./zoneinfo/right/EST +rm -f ./zoneinfo/right/ROC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/ROC ./zoneinfo/right/ROC +rm -f ./zoneinfo/right/Japan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Japan ./zoneinfo/right/Japan +rm -f ./zoneinfo/right/Egypt +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Egypt ./zoneinfo/right/Egypt +rm -f ./zoneinfo/right/EET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/EET ./zoneinfo/right/EET +rm -f ./zoneinfo/America/North_Dakota/Center +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/North_Dakota/Center ./zoneinfo/America/North_Dakota/Center +rm -f ./zoneinfo/America/North_Dakota/New_Salem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/North_Dakota/New_Salem ./zoneinfo/America/North_Dakota/New_Salem +rm -f ./zoneinfo/America/Belem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Belem ./zoneinfo/America/Belem +rm -f ./zoneinfo/America/Belize +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Belize ./zoneinfo/America/Belize +rm -f ./zoneinfo/America/Boise +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Boise ./zoneinfo/America/Boise +rm -f ./zoneinfo/America/Adak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Adak ./zoneinfo/America/Adak +rm -f ./zoneinfo/America/Rainy_River +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Rainy_River ./zoneinfo/America/Rainy_River +rm -f ./zoneinfo/America/El_Salvador +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/El_Salvador ./zoneinfo/America/El_Salvador +rm -f ./zoneinfo/America/Toronto +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Toronto ./zoneinfo/America/Toronto +rm -f ./zoneinfo/America/Nipigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Nipigon ./zoneinfo/America/Nipigon +rm -f ./zoneinfo/America/Chicago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Chicago ./zoneinfo/America/Chicago +rm -f ./zoneinfo/America/Halifax +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Halifax ./zoneinfo/America/Halifax +rm -f ./zoneinfo/America/Eirunepe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Eirunepe ./zoneinfo/America/Eirunepe +rm -f ./zoneinfo/America/Yakutat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Yakutat ./zoneinfo/America/Yakutat +rm -f ./zoneinfo/America/Port_of_Spain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Port_of_Spain ./zoneinfo/America/Port_of_Spain +rm -f ./zoneinfo/America/Blanc-Sablon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Blanc-Sablon ./zoneinfo/America/Blanc-Sablon +rm -f ./zoneinfo/America/Nome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Nome ./zoneinfo/America/Nome +rm -f ./zoneinfo/America/Montevideo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Montevideo ./zoneinfo/America/Montevideo +rm -f ./zoneinfo/America/Cambridge_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cambridge_Bay ./zoneinfo/America/Cambridge_Bay +rm -f ./zoneinfo/America/Goose_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Goose_Bay ./zoneinfo/America/Goose_Bay +rm -f ./zoneinfo/America/La_Paz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/La_Paz ./zoneinfo/America/La_Paz +rm -f ./zoneinfo/America/Scoresbysund +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Scoresbysund ./zoneinfo/America/Scoresbysund +rm -f ./zoneinfo/America/Edmonton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Edmonton ./zoneinfo/America/Edmonton +rm -f ./zoneinfo/America/Inuvik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Inuvik ./zoneinfo/America/Inuvik +rm -f ./zoneinfo/America/Fortaleza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Fortaleza ./zoneinfo/America/Fortaleza +rm -f ./zoneinfo/America/Miquelon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Miquelon ./zoneinfo/America/Miquelon +rm -f ./zoneinfo/America/St_Johns +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Johns ./zoneinfo/America/St_Johns +rm -f ./zoneinfo/America/Port-au-Prince +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Port-au-Prince ./zoneinfo/America/Port-au-Prince +rm -f ./zoneinfo/America/St_Barthelemy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Barthelemy ./zoneinfo/America/St_Barthelemy +rm -f ./zoneinfo/America/Glace_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Glace_Bay ./zoneinfo/America/Glace_Bay +rm -f ./zoneinfo/America/Bahia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Bahia ./zoneinfo/America/Bahia +rm -f ./zoneinfo/America/Cuiaba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cuiaba ./zoneinfo/America/Cuiaba +rm -f ./zoneinfo/America/Recife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Recife ./zoneinfo/America/Recife +rm -f ./zoneinfo/America/Denver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Denver ./zoneinfo/America/Denver +rm -f ./zoneinfo/America/Grand_Turk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Grand_Turk ./zoneinfo/America/Grand_Turk +rm -f ./zoneinfo/America/Guayaquil +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Guayaquil ./zoneinfo/America/Guayaquil +rm -f ./zoneinfo/America/Yellowknife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Yellowknife ./zoneinfo/America/Yellowknife +rm -f ./zoneinfo/America/Nassau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Nassau ./zoneinfo/America/Nassau +rm -f ./zoneinfo/America/Antigua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Antigua ./zoneinfo/America/Antigua +rm -f ./zoneinfo/America/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Jamaica ./zoneinfo/America/Jamaica +rm -f ./zoneinfo/America/Regina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Regina ./zoneinfo/America/Regina +rm -f ./zoneinfo/America/Dawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Dawson ./zoneinfo/America/Dawson +rm -f ./zoneinfo/America/Cancun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cancun ./zoneinfo/America/Cancun +rm -f ./zoneinfo/America/Campo_Grande +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Campo_Grande ./zoneinfo/America/Campo_Grande +rm -f ./zoneinfo/America/Araguaina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Araguaina ./zoneinfo/America/Araguaina +rm -f ./zoneinfo/America/Rankin_Inlet +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Rankin_Inlet ./zoneinfo/America/Rankin_Inlet +rm -f ./zoneinfo/America/Atka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Atka ./zoneinfo/America/Atka +rm -f ./zoneinfo/America/Managua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Managua ./zoneinfo/America/Managua +rm -f ./zoneinfo/America/Aruba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Aruba ./zoneinfo/America/Aruba +rm -f ./zoneinfo/America/Moncton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Moncton ./zoneinfo/America/Moncton +rm -f ./zoneinfo/America/Fort_Wayne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Fort_Wayne ./zoneinfo/America/Fort_Wayne +rm -f ./zoneinfo/America/Whitehorse +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Whitehorse ./zoneinfo/America/Whitehorse +rm -f ./zoneinfo/America/Guyana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Guyana ./zoneinfo/America/Guyana +rm -f ./zoneinfo/America/Shiprock +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Shiprock ./zoneinfo/America/Shiprock +rm -f ./zoneinfo/America/Menominee +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Menominee ./zoneinfo/America/Menominee +rm -f ./zoneinfo/America/Sao_Paulo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Sao_Paulo ./zoneinfo/America/Sao_Paulo +rm -f ./zoneinfo/America/Hermosillo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Hermosillo ./zoneinfo/America/Hermosillo +rm -f ./zoneinfo/America/Marigot +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Marigot ./zoneinfo/America/Marigot +rm -f ./zoneinfo/America/Ensenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Ensenada ./zoneinfo/America/Ensenada +rm -f ./zoneinfo/America/Martinique +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Martinique ./zoneinfo/America/Martinique +rm -f ./zoneinfo/America/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Louisville ./zoneinfo/America/Louisville +rm -f ./zoneinfo/America/Tortola +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Tortola ./zoneinfo/America/Tortola +rm -f ./zoneinfo/America/Iqaluit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Iqaluit ./zoneinfo/America/Iqaluit +rm -f ./zoneinfo/America/Thule +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Thule ./zoneinfo/America/Thule +rm -f ./zoneinfo/America/Santiago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Santiago ./zoneinfo/America/Santiago +rm -f ./zoneinfo/America/New_York +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/New_York ./zoneinfo/America/New_York +rm -f ./zoneinfo/America/Noronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Noronha ./zoneinfo/America/Noronha +rm -f ./zoneinfo/America/Maceio +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Maceio ./zoneinfo/America/Maceio +rm -f ./zoneinfo/America/Kentucky/Monticello +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Kentucky/Monticello ./zoneinfo/America/Kentucky/Monticello +rm -f ./zoneinfo/America/Kentucky/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Kentucky/Louisville ./zoneinfo/America/Kentucky/Louisville +rm -f ./zoneinfo/America/Knox_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Knox_IN ./zoneinfo/America/Knox_IN +rm -f ./zoneinfo/America/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cordoba ./zoneinfo/America/Cordoba +rm -f ./zoneinfo/America/Indiana/Vevay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Vevay ./zoneinfo/America/Indiana/Vevay +rm -f ./zoneinfo/America/Indiana/Marengo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Marengo ./zoneinfo/America/Indiana/Marengo +rm -f ./zoneinfo/America/Indiana/Knox +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Knox ./zoneinfo/America/Indiana/Knox +rm -f ./zoneinfo/America/Indiana/Petersburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Petersburg ./zoneinfo/America/Indiana/Petersburg +rm -f ./zoneinfo/America/Indiana/Vincennes +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Vincennes ./zoneinfo/America/Indiana/Vincennes +rm -f ./zoneinfo/America/Indiana/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Indianapolis ./zoneinfo/America/Indiana/Indianapolis +rm -f ./zoneinfo/America/Indiana/Winamac +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Winamac ./zoneinfo/America/Indiana/Winamac +rm -f ./zoneinfo/America/Indiana/Tell_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Tell_City ./zoneinfo/America/Indiana/Tell_City +rm -f ./zoneinfo/America/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Catamarca ./zoneinfo/America/Catamarca +rm -f ./zoneinfo/America/Vancouver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Vancouver ./zoneinfo/America/Vancouver +rm -f ./zoneinfo/America/Chihuahua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Chihuahua ./zoneinfo/America/Chihuahua +rm -f ./zoneinfo/America/Cayman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cayman ./zoneinfo/America/Cayman +rm -f ./zoneinfo/America/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Buenos_Aires ./zoneinfo/America/Buenos_Aires +rm -f ./zoneinfo/America/Asuncion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Asuncion ./zoneinfo/America/Asuncion +rm -f ./zoneinfo/America/Mexico_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Mexico_City ./zoneinfo/America/Mexico_City +rm -f ./zoneinfo/America/Paramaribo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Paramaribo ./zoneinfo/America/Paramaribo +rm -f ./zoneinfo/America/Curacao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Curacao ./zoneinfo/America/Curacao +rm -f ./zoneinfo/America/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Jujuy ./zoneinfo/America/Jujuy +rm -f ./zoneinfo/America/Montserrat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Montserrat ./zoneinfo/America/Montserrat +rm -f ./zoneinfo/America/Anguilla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Anguilla ./zoneinfo/America/Anguilla +rm -f ./zoneinfo/America/Rio_Branco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Rio_Branco ./zoneinfo/America/Rio_Branco +rm -f ./zoneinfo/America/Cayenne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cayenne ./zoneinfo/America/Cayenne +rm -f ./zoneinfo/America/Guatemala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Guatemala ./zoneinfo/America/Guatemala +rm -f ./zoneinfo/America/Dominica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Dominica ./zoneinfo/America/Dominica +rm -f ./zoneinfo/America/Detroit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Detroit ./zoneinfo/America/Detroit +rm -f ./zoneinfo/America/Bogota +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Bogota ./zoneinfo/America/Bogota +rm -f ./zoneinfo/America/Thunder_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Thunder_Bay ./zoneinfo/America/Thunder_Bay +rm -f ./zoneinfo/America/Lima +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Lima ./zoneinfo/America/Lima +rm -f ./zoneinfo/America/Coral_Harbour +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Coral_Harbour ./zoneinfo/America/Coral_Harbour +rm -f ./zoneinfo/America/Godthab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Godthab ./zoneinfo/America/Godthab +rm -f ./zoneinfo/America/Guadeloupe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Guadeloupe ./zoneinfo/America/Guadeloupe +rm -f ./zoneinfo/America/Winnipeg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Winnipeg ./zoneinfo/America/Winnipeg +rm -f ./zoneinfo/America/Porto_Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Porto_Acre ./zoneinfo/America/Porto_Acre +rm -f ./zoneinfo/America/Monterrey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Monterrey ./zoneinfo/America/Monterrey +rm -f ./zoneinfo/America/Tijuana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Tijuana ./zoneinfo/America/Tijuana +rm -f ./zoneinfo/America/Pangnirtung +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Pangnirtung ./zoneinfo/America/Pangnirtung +rm -f ./zoneinfo/America/Merida +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Merida ./zoneinfo/America/Merida +rm -f ./zoneinfo/America/Grenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Grenada ./zoneinfo/America/Grenada +rm -f ./zoneinfo/America/Rosario +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Rosario ./zoneinfo/America/Rosario +rm -f ./zoneinfo/America/Atikokan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Atikokan ./zoneinfo/America/Atikokan +rm -f ./zoneinfo/America/Danmarkshavn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Danmarkshavn ./zoneinfo/America/Danmarkshavn +rm -f ./zoneinfo/America/Mazatlan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Mazatlan ./zoneinfo/America/Mazatlan +rm -f ./zoneinfo/America/Caracas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Caracas ./zoneinfo/America/Caracas +rm -f ./zoneinfo/America/Panama +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Panama ./zoneinfo/America/Panama +rm -f ./zoneinfo/America/Tegucigalpa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Tegucigalpa ./zoneinfo/America/Tegucigalpa +rm -f ./zoneinfo/America/St_Kitts +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Kitts ./zoneinfo/America/St_Kitts +rm -f ./zoneinfo/America/Swift_Current +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Swift_Current ./zoneinfo/America/Swift_Current +rm -f ./zoneinfo/America/Barbados +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Barbados ./zoneinfo/America/Barbados +rm -f ./zoneinfo/America/Argentina/San_Luis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/San_Luis ./zoneinfo/America/Argentina/San_Luis +rm -f ./zoneinfo/America/Argentina/ComodRivadavia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/ComodRivadavia ./zoneinfo/America/Argentina/ComodRivadavia +rm -f ./zoneinfo/America/Argentina/Rio_Gallegos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Rio_Gallegos ./zoneinfo/America/Argentina/Rio_Gallegos +rm -f ./zoneinfo/America/Argentina/Ushuaia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Ushuaia ./zoneinfo/America/Argentina/Ushuaia +rm -f ./zoneinfo/America/Argentina/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Cordoba ./zoneinfo/America/Argentina/Cordoba +rm -f ./zoneinfo/America/Argentina/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Catamarca ./zoneinfo/America/Argentina/Catamarca +rm -f ./zoneinfo/America/Argentina/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Buenos_Aires ./zoneinfo/America/Argentina/Buenos_Aires +rm -f ./zoneinfo/America/Argentina/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Jujuy ./zoneinfo/America/Argentina/Jujuy +rm -f ./zoneinfo/America/Argentina/Tucuman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Tucuman ./zoneinfo/America/Argentina/Tucuman +rm -f ./zoneinfo/America/Argentina/La_Rioja +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/La_Rioja ./zoneinfo/America/Argentina/La_Rioja +rm -f ./zoneinfo/America/Argentina/San_Juan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/San_Juan ./zoneinfo/America/Argentina/San_Juan +rm -f ./zoneinfo/America/Argentina/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Mendoza ./zoneinfo/America/Argentina/Mendoza +rm -f ./zoneinfo/America/Costa_Rica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Costa_Rica ./zoneinfo/America/Costa_Rica +rm -f ./zoneinfo/America/Montreal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Montreal ./zoneinfo/America/Montreal +rm -f ./zoneinfo/America/Resolute +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Resolute ./zoneinfo/America/Resolute +rm -f ./zoneinfo/America/Anchorage +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Anchorage ./zoneinfo/America/Anchorage +rm -f ./zoneinfo/America/Dawson_Creek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Dawson_Creek ./zoneinfo/America/Dawson_Creek +rm -f ./zoneinfo/America/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indianapolis ./zoneinfo/America/Indianapolis +rm -f ./zoneinfo/America/Los_Angeles +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Los_Angeles ./zoneinfo/America/Los_Angeles +rm -f ./zoneinfo/America/Manaus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Manaus ./zoneinfo/America/Manaus +rm -f ./zoneinfo/America/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Mendoza ./zoneinfo/America/Mendoza +rm -f ./zoneinfo/America/St_Vincent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Vincent ./zoneinfo/America/St_Vincent +rm -f ./zoneinfo/America/Puerto_Rico +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Puerto_Rico ./zoneinfo/America/Puerto_Rico +rm -f ./zoneinfo/America/Phoenix +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Phoenix ./zoneinfo/America/Phoenix +rm -f ./zoneinfo/America/Porto_Velho +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Porto_Velho ./zoneinfo/America/Porto_Velho +rm -f ./zoneinfo/America/St_Thomas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Thomas ./zoneinfo/America/St_Thomas +rm -f ./zoneinfo/America/Boa_Vista +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Boa_Vista ./zoneinfo/America/Boa_Vista +rm -f ./zoneinfo/America/Virgin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Virgin ./zoneinfo/America/Virgin +rm -f ./zoneinfo/America/Havana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Havana ./zoneinfo/America/Havana +rm -f ./zoneinfo/America/Santo_Domingo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Santo_Domingo ./zoneinfo/America/Santo_Domingo +rm -f ./zoneinfo/America/Juneau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Juneau ./zoneinfo/America/Juneau +rm -f ./zoneinfo/America/St_Lucia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Lucia ./zoneinfo/America/St_Lucia +rm -f ./zoneinfo/Portugal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Portugal ./zoneinfo/Portugal +rm -f ./zoneinfo/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/UTC ./zoneinfo/UTC +rm -f ./zoneinfo/HST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/HST ./zoneinfo/HST +rm -f ./zoneinfo/W-SU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/W-SU ./zoneinfo/W-SU +rm -f ./zoneinfo/Israel +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Israel ./zoneinfo/Israel +rm -f ./zoneinfo/Mexico/BajaNorte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mexico/BajaNorte ./zoneinfo/Mexico/BajaNorte +rm -f ./zoneinfo/Mexico/General +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mexico/General ./zoneinfo/Mexico/General +rm -f ./zoneinfo/Mexico/BajaSur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mexico/BajaSur ./zoneinfo/Mexico/BajaSur +rm -f ./zoneinfo/EST5EDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/EST5EDT ./zoneinfo/EST5EDT +rm -f ./zoneinfo/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Kwajalein ./zoneinfo/Kwajalein +rm -f ./zoneinfo/NZ-CHAT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/NZ-CHAT ./zoneinfo/NZ-CHAT +rm -f ./zoneinfo/Antarctica/Palmer +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Palmer ./zoneinfo/Antarctica/Palmer +rm -f ./zoneinfo/Antarctica/Rothera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Rothera ./zoneinfo/Antarctica/Rothera +rm -f ./zoneinfo/Antarctica/McMurdo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/McMurdo ./zoneinfo/Antarctica/McMurdo +rm -f ./zoneinfo/Antarctica/South_Pole +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/South_Pole ./zoneinfo/Antarctica/South_Pole +rm -f ./zoneinfo/Antarctica/Mawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Mawson ./zoneinfo/Antarctica/Mawson +rm -f ./zoneinfo/Antarctica/Vostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Vostok ./zoneinfo/Antarctica/Vostok +rm -f ./zoneinfo/Antarctica/DumontDUrville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/DumontDUrville ./zoneinfo/Antarctica/DumontDUrville +rm -f ./zoneinfo/Antarctica/Davis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Davis ./zoneinfo/Antarctica/Davis +rm -f ./zoneinfo/Antarctica/Syowa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Syowa ./zoneinfo/Antarctica/Syowa +rm -f ./zoneinfo/Antarctica/Casey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Casey ./zoneinfo/Antarctica/Casey +rm -f ./zoneinfo/PRC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/PRC ./zoneinfo/PRC +rm -f ./zoneinfo/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GMT+0 ./zoneinfo/GMT+0 +rm -f ./zoneinfo/MST7MDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/MST7MDT ./zoneinfo/MST7MDT +rm -f ./zoneinfo/WET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/WET ./zoneinfo/WET +rm -f ./zoneinfo/Hongkong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Hongkong ./zoneinfo/Hongkong +rm -f ./zoneinfo/posixrules +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posixrules ./zoneinfo/posixrules +rm -f ./zoneinfo/Arctic/Longyearbyen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Arctic/Longyearbyen ./zoneinfo/Arctic/Longyearbyen +rm -f ./zoneinfo/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GMT-0 ./zoneinfo/GMT-0 +rm -f ./zoneinfo/ROK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/ROK ./zoneinfo/ROK +rm -f ./zoneinfo/zone.tab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/zone.tab ./zoneinfo/zone.tab +rm -f ./zoneinfo/Australia/Sydney +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Sydney ./zoneinfo/Australia/Sydney +rm -f ./zoneinfo/Australia/Darwin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Darwin ./zoneinfo/Australia/Darwin +rm -f ./zoneinfo/Australia/Yancowinna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Yancowinna ./zoneinfo/Australia/Yancowinna +rm -f ./zoneinfo/Australia/Currie +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Currie ./zoneinfo/Australia/Currie +rm -f ./zoneinfo/Australia/Broken_Hill +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Broken_Hill ./zoneinfo/Australia/Broken_Hill +rm -f ./zoneinfo/Australia/NSW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/NSW ./zoneinfo/Australia/NSW +rm -f ./zoneinfo/Australia/Canberra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Canberra ./zoneinfo/Australia/Canberra +rm -f ./zoneinfo/Australia/Eucla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Eucla ./zoneinfo/Australia/Eucla +rm -f ./zoneinfo/Australia/Tasmania +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Tasmania ./zoneinfo/Australia/Tasmania +rm -f ./zoneinfo/Australia/Adelaide +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Adelaide ./zoneinfo/Australia/Adelaide +rm -f ./zoneinfo/Australia/Hobart +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Hobart ./zoneinfo/Australia/Hobart +rm -f ./zoneinfo/Australia/South +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/South ./zoneinfo/Australia/South +rm -f ./zoneinfo/Australia/Queensland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Queensland ./zoneinfo/Australia/Queensland +rm -f ./zoneinfo/Australia/Brisbane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Brisbane ./zoneinfo/Australia/Brisbane +rm -f ./zoneinfo/Australia/Victoria +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Victoria ./zoneinfo/Australia/Victoria +rm -f ./zoneinfo/Australia/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/West ./zoneinfo/Australia/West +rm -f ./zoneinfo/Australia/ACT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/ACT ./zoneinfo/Australia/ACT +rm -f ./zoneinfo/Australia/Lord_Howe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Lord_Howe ./zoneinfo/Australia/Lord_Howe +rm -f ./zoneinfo/Australia/Melbourne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Melbourne ./zoneinfo/Australia/Melbourne +rm -f ./zoneinfo/Australia/Lindeman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Lindeman ./zoneinfo/Australia/Lindeman +rm -f ./zoneinfo/Australia/North +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/North ./zoneinfo/Australia/North +rm -f ./zoneinfo/Australia/Perth +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Perth ./zoneinfo/Australia/Perth +rm -f ./zoneinfo/Australia/LHI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/LHI ./zoneinfo/Australia/LHI +rm -f ./zoneinfo/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/UCT ./zoneinfo/UCT +rm -f ./zoneinfo/Brazil/East +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Brazil/East ./zoneinfo/Brazil/East +rm -f ./zoneinfo/Brazil/Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Brazil/Acre ./zoneinfo/Brazil/Acre +rm -f ./zoneinfo/Brazil/DeNoronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Brazil/DeNoronha ./zoneinfo/Brazil/DeNoronha +rm -f ./zoneinfo/Brazil/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Brazil/West ./zoneinfo/Brazil/West +rm -f ./zoneinfo/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GMT ./zoneinfo/GMT +rm -f ./zoneinfo/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Singapore ./zoneinfo/Singapore +rm -f ./zoneinfo/MST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/MST ./zoneinfo/MST +rm -f ./zoneinfo/posix/Pacific/Truk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Truk ./zoneinfo/posix/Pacific/Truk +rm -f ./zoneinfo/posix/Pacific/Niue +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Niue ./zoneinfo/posix/Pacific/Niue +rm -f ./zoneinfo/posix/Pacific/Marquesas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Marquesas ./zoneinfo/posix/Pacific/Marquesas +rm -f ./zoneinfo/posix/Pacific/Fakaofo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Fakaofo ./zoneinfo/posix/Pacific/Fakaofo +rm -f ./zoneinfo/posix/Pacific/Tongatapu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Tongatapu ./zoneinfo/posix/Pacific/Tongatapu +rm -f ./zoneinfo/posix/Pacific/Fiji +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Fiji ./zoneinfo/posix/Pacific/Fiji +rm -f ./zoneinfo/posix/Pacific/Galapagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Galapagos ./zoneinfo/posix/Pacific/Galapagos +rm -f ./zoneinfo/posix/Pacific/Enderbury +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Enderbury ./zoneinfo/posix/Pacific/Enderbury +rm -f ./zoneinfo/posix/Pacific/Kosrae +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Kosrae ./zoneinfo/posix/Pacific/Kosrae +rm -f ./zoneinfo/posix/Pacific/Johnston +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Johnston ./zoneinfo/posix/Pacific/Johnston +rm -f ./zoneinfo/posix/Pacific/Saipan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Saipan ./zoneinfo/posix/Pacific/Saipan +rm -f ./zoneinfo/posix/Pacific/Pago_Pago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Pago_Pago ./zoneinfo/posix/Pacific/Pago_Pago +rm -f ./zoneinfo/posix/Pacific/Funafuti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Funafuti ./zoneinfo/posix/Pacific/Funafuti +rm -f ./zoneinfo/posix/Pacific/Apia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Apia ./zoneinfo/posix/Pacific/Apia +rm -f ./zoneinfo/posix/Pacific/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Samoa ./zoneinfo/posix/Pacific/Samoa +rm -f ./zoneinfo/posix/Pacific/Guadalcanal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Guadalcanal ./zoneinfo/posix/Pacific/Guadalcanal +rm -f ./zoneinfo/posix/Pacific/Yap +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Yap ./zoneinfo/posix/Pacific/Yap +rm -f ./zoneinfo/posix/Pacific/Midway +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Midway ./zoneinfo/posix/Pacific/Midway +rm -f ./zoneinfo/posix/Pacific/Efate +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Efate ./zoneinfo/posix/Pacific/Efate +rm -f ./zoneinfo/posix/Pacific/Easter +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Easter ./zoneinfo/posix/Pacific/Easter +rm -f ./zoneinfo/posix/Pacific/Pitcairn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Pitcairn ./zoneinfo/posix/Pacific/Pitcairn +rm -f ./zoneinfo/posix/Pacific/Auckland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Auckland ./zoneinfo/posix/Pacific/Auckland +rm -f ./zoneinfo/posix/Pacific/Gambier +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Gambier ./zoneinfo/posix/Pacific/Gambier +rm -f ./zoneinfo/posix/Pacific/Palau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Palau ./zoneinfo/posix/Pacific/Palau +rm -f ./zoneinfo/posix/Pacific/Guam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Guam ./zoneinfo/posix/Pacific/Guam +rm -f ./zoneinfo/posix/Pacific/Rarotonga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Rarotonga ./zoneinfo/posix/Pacific/Rarotonga +rm -f ./zoneinfo/posix/Pacific/Tarawa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Tarawa ./zoneinfo/posix/Pacific/Tarawa +rm -f ./zoneinfo/posix/Pacific/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Kwajalein ./zoneinfo/posix/Pacific/Kwajalein +rm -f ./zoneinfo/posix/Pacific/Tahiti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Tahiti ./zoneinfo/posix/Pacific/Tahiti +rm -f ./zoneinfo/posix/Pacific/Norfolk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Norfolk ./zoneinfo/posix/Pacific/Norfolk +rm -f ./zoneinfo/posix/Pacific/Ponape +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Ponape ./zoneinfo/posix/Pacific/Ponape +rm -f ./zoneinfo/posix/Pacific/Kiritimati +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Kiritimati ./zoneinfo/posix/Pacific/Kiritimati +rm -f ./zoneinfo/posix/Pacific/Wake +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Wake ./zoneinfo/posix/Pacific/Wake +rm -f ./zoneinfo/posix/Pacific/Nauru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Nauru ./zoneinfo/posix/Pacific/Nauru +rm -f ./zoneinfo/posix/Pacific/Port_Moresby +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Port_Moresby ./zoneinfo/posix/Pacific/Port_Moresby +rm -f ./zoneinfo/posix/Pacific/Noumea +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Noumea ./zoneinfo/posix/Pacific/Noumea +rm -f ./zoneinfo/posix/Pacific/Chatham +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Chatham ./zoneinfo/posix/Pacific/Chatham +rm -f ./zoneinfo/posix/Pacific/Majuro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Majuro ./zoneinfo/posix/Pacific/Majuro +rm -f ./zoneinfo/posix/Pacific/Wallis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Wallis ./zoneinfo/posix/Pacific/Wallis +rm -f ./zoneinfo/posix/Pacific/Honolulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Honolulu ./zoneinfo/posix/Pacific/Honolulu +rm -f ./zoneinfo/posix/Iran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Iran ./zoneinfo/posix/Iran +rm -f ./zoneinfo/posix/Factory +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Factory ./zoneinfo/posix/Factory +rm -f ./zoneinfo/posix/PST8PDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/PST8PDT ./zoneinfo/posix/PST8PDT +rm -f ./zoneinfo/posix/Chile/EasterIsland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Chile/EasterIsland ./zoneinfo/posix/Chile/EasterIsland +rm -f ./zoneinfo/posix/Chile/Continental +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Chile/Continental ./zoneinfo/posix/Chile/Continental +rm -f ./zoneinfo/posix/Libya +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Libya ./zoneinfo/posix/Libya +rm -f ./zoneinfo/posix/Africa/Khartoum +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Khartoum ./zoneinfo/posix/Africa/Khartoum +rm -f ./zoneinfo/posix/Africa/Freetown +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Freetown ./zoneinfo/posix/Africa/Freetown +rm -f ./zoneinfo/posix/Africa/Lagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Lagos ./zoneinfo/posix/Africa/Lagos +rm -f ./zoneinfo/posix/Africa/Maseru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Maseru ./zoneinfo/posix/Africa/Maseru +rm -f ./zoneinfo/posix/Africa/Lome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Lome ./zoneinfo/posix/Africa/Lome +rm -f ./zoneinfo/posix/Africa/Malabo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Malabo ./zoneinfo/posix/Africa/Malabo +rm -f ./zoneinfo/posix/Africa/Timbuktu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Timbuktu ./zoneinfo/posix/Africa/Timbuktu +rm -f ./zoneinfo/posix/Africa/Dakar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Dakar ./zoneinfo/posix/Africa/Dakar +rm -f ./zoneinfo/posix/Africa/Nairobi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Nairobi ./zoneinfo/posix/Africa/Nairobi +rm -f ./zoneinfo/posix/Africa/Mogadishu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Mogadishu ./zoneinfo/posix/Africa/Mogadishu +rm -f ./zoneinfo/posix/Africa/Banjul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Banjul ./zoneinfo/posix/Africa/Banjul +rm -f ./zoneinfo/posix/Africa/Dar_es_Salaam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Dar_es_Salaam ./zoneinfo/posix/Africa/Dar_es_Salaam +rm -f ./zoneinfo/posix/Africa/Mbabane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Mbabane ./zoneinfo/posix/Africa/Mbabane +rm -f ./zoneinfo/posix/Africa/Bamako +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Bamako ./zoneinfo/posix/Africa/Bamako +rm -f ./zoneinfo/posix/Africa/Ouagadougou +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Ouagadougou ./zoneinfo/posix/Africa/Ouagadougou +rm -f ./zoneinfo/posix/Africa/Djibouti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Djibouti ./zoneinfo/posix/Africa/Djibouti +rm -f ./zoneinfo/posix/Africa/Bissau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Bissau ./zoneinfo/posix/Africa/Bissau +rm -f ./zoneinfo/posix/Africa/Tunis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Tunis ./zoneinfo/posix/Africa/Tunis +rm -f ./zoneinfo/posix/Africa/Ndjamena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Ndjamena ./zoneinfo/posix/Africa/Ndjamena +rm -f ./zoneinfo/posix/Africa/Asmara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Asmara ./zoneinfo/posix/Africa/Asmara +rm -f ./zoneinfo/posix/Africa/Brazzaville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Brazzaville ./zoneinfo/posix/Africa/Brazzaville +rm -f ./zoneinfo/posix/Africa/Ceuta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Ceuta ./zoneinfo/posix/Africa/Ceuta +rm -f ./zoneinfo/posix/Africa/El_Aaiun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/El_Aaiun ./zoneinfo/posix/Africa/El_Aaiun +rm -f ./zoneinfo/posix/Africa/Monrovia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Monrovia ./zoneinfo/posix/Africa/Monrovia +rm -f ./zoneinfo/posix/Africa/Libreville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Libreville ./zoneinfo/posix/Africa/Libreville +rm -f ./zoneinfo/posix/Africa/Maputo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Maputo ./zoneinfo/posix/Africa/Maputo +rm -f ./zoneinfo/posix/Africa/Bangui +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Bangui ./zoneinfo/posix/Africa/Bangui +rm -f ./zoneinfo/posix/Africa/Windhoek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Windhoek ./zoneinfo/posix/Africa/Windhoek +rm -f ./zoneinfo/posix/Africa/Addis_Ababa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Addis_Ababa ./zoneinfo/posix/Africa/Addis_Ababa +rm -f ./zoneinfo/posix/Africa/Douala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Douala ./zoneinfo/posix/Africa/Douala +rm -f ./zoneinfo/posix/Africa/Sao_Tome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Sao_Tome ./zoneinfo/posix/Africa/Sao_Tome +rm -f ./zoneinfo/posix/Africa/Conakry +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Conakry ./zoneinfo/posix/Africa/Conakry +rm -f ./zoneinfo/posix/Africa/Harare +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Harare ./zoneinfo/posix/Africa/Harare +rm -f ./zoneinfo/posix/Africa/Blantyre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Blantyre ./zoneinfo/posix/Africa/Blantyre +rm -f ./zoneinfo/posix/Africa/Asmera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Asmera ./zoneinfo/posix/Africa/Asmera +rm -f ./zoneinfo/posix/Africa/Algiers +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Algiers ./zoneinfo/posix/Africa/Algiers +rm -f ./zoneinfo/posix/Africa/Johannesburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Johannesburg ./zoneinfo/posix/Africa/Johannesburg +rm -f ./zoneinfo/posix/Africa/Kigali +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Kigali ./zoneinfo/posix/Africa/Kigali +rm -f ./zoneinfo/posix/Africa/Cairo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Cairo ./zoneinfo/posix/Africa/Cairo +rm -f ./zoneinfo/posix/Africa/Casablanca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Casablanca ./zoneinfo/posix/Africa/Casablanca +rm -f ./zoneinfo/posix/Africa/Kampala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Kampala ./zoneinfo/posix/Africa/Kampala +rm -f ./zoneinfo/posix/Africa/Luanda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Luanda ./zoneinfo/posix/Africa/Luanda +rm -f ./zoneinfo/posix/Africa/Bujumbura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Bujumbura ./zoneinfo/posix/Africa/Bujumbura +rm -f ./zoneinfo/posix/Africa/Lubumbashi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Lubumbashi ./zoneinfo/posix/Africa/Lubumbashi +rm -f ./zoneinfo/posix/Africa/Accra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Accra ./zoneinfo/posix/Africa/Accra +rm -f ./zoneinfo/posix/Africa/Gaborone +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Gaborone ./zoneinfo/posix/Africa/Gaborone +rm -f ./zoneinfo/posix/Africa/Kinshasa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Kinshasa ./zoneinfo/posix/Africa/Kinshasa +rm -f ./zoneinfo/posix/Africa/Abidjan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Abidjan ./zoneinfo/posix/Africa/Abidjan +rm -f ./zoneinfo/posix/Africa/Niamey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Niamey ./zoneinfo/posix/Africa/Niamey +rm -f ./zoneinfo/posix/Africa/Nouakchott +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Nouakchott ./zoneinfo/posix/Africa/Nouakchott +rm -f ./zoneinfo/posix/Africa/Lusaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Lusaka ./zoneinfo/posix/Africa/Lusaka +rm -f ./zoneinfo/posix/Africa/Porto-Novo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Porto-Novo ./zoneinfo/posix/Africa/Porto-Novo +rm -f ./zoneinfo/posix/Africa/Tripoli +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Tripoli ./zoneinfo/posix/Africa/Tripoli +rm -f ./zoneinfo/posix/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GMT0 ./zoneinfo/posix/GMT0 +rm -f ./zoneinfo/posix/GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GB ./zoneinfo/posix/GB +rm -f ./zoneinfo/posix/CST6CDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/CST6CDT ./zoneinfo/posix/CST6CDT +rm -f ./zoneinfo/posix/MET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/MET ./zoneinfo/posix/MET +rm -f ./zoneinfo/posix/Etc/GMT-8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-8 ./zoneinfo/posix/Etc/GMT-8 +rm -f ./zoneinfo/posix/Etc/GMT-14 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-14 ./zoneinfo/posix/Etc/GMT-14 +rm -f ./zoneinfo/posix/Etc/GMT+12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+12 ./zoneinfo/posix/Etc/GMT+12 +rm -f ./zoneinfo/posix/Etc/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT0 ./zoneinfo/posix/Etc/GMT0 +rm -f ./zoneinfo/posix/Etc/GMT+1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+1 ./zoneinfo/posix/Etc/GMT+1 +rm -f ./zoneinfo/posix/Etc/GMT-11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-11 ./zoneinfo/posix/Etc/GMT-11 +rm -f ./zoneinfo/posix/Etc/GMT+5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+5 ./zoneinfo/posix/Etc/GMT+5 +rm -f ./zoneinfo/posix/Etc/GMT-12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-12 ./zoneinfo/posix/Etc/GMT-12 +rm -f ./zoneinfo/posix/Etc/GMT+7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+7 ./zoneinfo/posix/Etc/GMT+7 +rm -f ./zoneinfo/posix/Etc/GMT-9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-9 ./zoneinfo/posix/Etc/GMT-9 +rm -f ./zoneinfo/posix/Etc/GMT-1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-1 ./zoneinfo/posix/Etc/GMT-1 +rm -f ./zoneinfo/posix/Etc/GMT-10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-10 ./zoneinfo/posix/Etc/GMT-10 +rm -f ./zoneinfo/posix/Etc/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/Universal ./zoneinfo/posix/Etc/Universal +rm -f ./zoneinfo/posix/Etc/GMT+10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+10 ./zoneinfo/posix/Etc/GMT+10 +rm -f ./zoneinfo/posix/Etc/GMT-5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-5 ./zoneinfo/posix/Etc/GMT-5 +rm -f ./zoneinfo/posix/Etc/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/Greenwich ./zoneinfo/posix/Etc/Greenwich +rm -f ./zoneinfo/posix/Etc/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/Zulu ./zoneinfo/posix/Etc/Zulu +rm -f ./zoneinfo/posix/Etc/GMT-3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-3 ./zoneinfo/posix/Etc/GMT-3 +rm -f ./zoneinfo/posix/Etc/GMT+4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+4 ./zoneinfo/posix/Etc/GMT+4 +rm -f ./zoneinfo/posix/Etc/GMT+8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+8 ./zoneinfo/posix/Etc/GMT+8 +rm -f ./zoneinfo/posix/Etc/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/UTC ./zoneinfo/posix/Etc/UTC +rm -f ./zoneinfo/posix/Etc/GMT-13 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-13 ./zoneinfo/posix/Etc/GMT-13 +rm -f ./zoneinfo/posix/Etc/GMT-7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-7 ./zoneinfo/posix/Etc/GMT-7 +rm -f ./zoneinfo/posix/Etc/GMT-6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-6 ./zoneinfo/posix/Etc/GMT-6 +rm -f ./zoneinfo/posix/Etc/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+0 ./zoneinfo/posix/Etc/GMT+0 +rm -f ./zoneinfo/posix/Etc/GMT+11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+11 ./zoneinfo/posix/Etc/GMT+11 +rm -f ./zoneinfo/posix/Etc/GMT+3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+3 ./zoneinfo/posix/Etc/GMT+3 +rm -f ./zoneinfo/posix/Etc/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-0 ./zoneinfo/posix/Etc/GMT-0 +rm -f ./zoneinfo/posix/Etc/GMT-2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-2 ./zoneinfo/posix/Etc/GMT-2 +rm -f ./zoneinfo/posix/Etc/GMT-4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-4 ./zoneinfo/posix/Etc/GMT-4 +rm -f ./zoneinfo/posix/Etc/GMT+2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+2 ./zoneinfo/posix/Etc/GMT+2 +rm -f ./zoneinfo/posix/Etc/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/UCT ./zoneinfo/posix/Etc/UCT +rm -f ./zoneinfo/posix/Etc/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT ./zoneinfo/posix/Etc/GMT +rm -f ./zoneinfo/posix/Etc/GMT+9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+9 ./zoneinfo/posix/Etc/GMT+9 +rm -f ./zoneinfo/posix/Etc/GMT+6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+6 ./zoneinfo/posix/Etc/GMT+6 +rm -f ./zoneinfo/posix/Mideast/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mideast/Riyadh89 ./zoneinfo/posix/Mideast/Riyadh89 +rm -f ./zoneinfo/posix/Mideast/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mideast/Riyadh87 ./zoneinfo/posix/Mideast/Riyadh87 +rm -f ./zoneinfo/posix/Mideast/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mideast/Riyadh88 ./zoneinfo/posix/Mideast/Riyadh88 +rm -f ./zoneinfo/posix/Indian/Maldives +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Maldives ./zoneinfo/posix/Indian/Maldives +rm -f ./zoneinfo/posix/Indian/Christmas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Christmas ./zoneinfo/posix/Indian/Christmas +rm -f ./zoneinfo/posix/Indian/Mauritius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Mauritius ./zoneinfo/posix/Indian/Mauritius +rm -f ./zoneinfo/posix/Indian/Kerguelen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Kerguelen ./zoneinfo/posix/Indian/Kerguelen +rm -f ./zoneinfo/posix/Indian/Cocos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Cocos ./zoneinfo/posix/Indian/Cocos +rm -f ./zoneinfo/posix/Indian/Mahe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Mahe ./zoneinfo/posix/Indian/Mahe +rm -f ./zoneinfo/posix/Indian/Antananarivo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Antananarivo ./zoneinfo/posix/Indian/Antananarivo +rm -f ./zoneinfo/posix/Indian/Mayotte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Mayotte ./zoneinfo/posix/Indian/Mayotte +rm -f ./zoneinfo/posix/Indian/Reunion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Reunion ./zoneinfo/posix/Indian/Reunion +rm -f ./zoneinfo/posix/Indian/Comoro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Comoro ./zoneinfo/posix/Indian/Comoro +rm -f ./zoneinfo/posix/Indian/Chagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Chagos ./zoneinfo/posix/Indian/Chagos +rm -f ./zoneinfo/posix/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Universal ./zoneinfo/posix/Universal +rm -f ./zoneinfo/posix/Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Eire ./zoneinfo/posix/Eire +rm -f ./zoneinfo/posix/Cuba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Cuba ./zoneinfo/posix/Cuba +rm -f ./zoneinfo/posix/Iceland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Iceland ./zoneinfo/posix/Iceland +rm -f ./zoneinfo/posix/GB-Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GB-Eire ./zoneinfo/posix/GB-Eire +rm -f ./zoneinfo/posix/Asia/Aqtobe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Aqtobe ./zoneinfo/posix/Asia/Aqtobe +rm -f ./zoneinfo/posix/Asia/Muscat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Muscat ./zoneinfo/posix/Asia/Muscat +rm -f ./zoneinfo/posix/Asia/Macau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Macau ./zoneinfo/posix/Asia/Macau +rm -f ./zoneinfo/posix/Asia/Tokyo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tokyo ./zoneinfo/posix/Asia/Tokyo +rm -f ./zoneinfo/posix/Asia/Karachi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Karachi ./zoneinfo/posix/Asia/Karachi +rm -f ./zoneinfo/posix/Asia/Sakhalin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Sakhalin ./zoneinfo/posix/Asia/Sakhalin +rm -f ./zoneinfo/posix/Asia/Brunei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Brunei ./zoneinfo/posix/Asia/Brunei +rm -f ./zoneinfo/posix/Asia/Saigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Saigon ./zoneinfo/posix/Asia/Saigon +rm -f ./zoneinfo/posix/Asia/Baku +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Baku ./zoneinfo/posix/Asia/Baku +rm -f ./zoneinfo/posix/Asia/Phnom_Penh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Phnom_Penh ./zoneinfo/posix/Asia/Phnom_Penh +rm -f ./zoneinfo/posix/Asia/Chungking +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Chungking ./zoneinfo/posix/Asia/Chungking +rm -f ./zoneinfo/posix/Asia/Amman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Amman ./zoneinfo/posix/Asia/Amman +rm -f ./zoneinfo/posix/Asia/Ashkhabad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ashkhabad ./zoneinfo/posix/Asia/Ashkhabad +rm -f ./zoneinfo/posix/Asia/Chongqing +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Chongqing ./zoneinfo/posix/Asia/Chongqing +rm -f ./zoneinfo/posix/Asia/Pontianak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Pontianak ./zoneinfo/posix/Asia/Pontianak +rm -f ./zoneinfo/posix/Asia/Thimbu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Thimbu ./zoneinfo/posix/Asia/Thimbu +rm -f ./zoneinfo/posix/Asia/Samarkand +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Samarkand ./zoneinfo/posix/Asia/Samarkand +rm -f ./zoneinfo/posix/Asia/Yekaterinburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Yekaterinburg ./zoneinfo/posix/Asia/Yekaterinburg +rm -f ./zoneinfo/posix/Asia/Macao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Macao ./zoneinfo/posix/Asia/Macao +rm -f ./zoneinfo/posix/Asia/Dili +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dili ./zoneinfo/posix/Asia/Dili +rm -f ./zoneinfo/posix/Asia/Bishkek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Bishkek ./zoneinfo/posix/Asia/Bishkek +rm -f ./zoneinfo/posix/Asia/Krasnoyarsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Krasnoyarsk ./zoneinfo/posix/Asia/Krasnoyarsk +rm -f ./zoneinfo/posix/Asia/Bahrain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Bahrain ./zoneinfo/posix/Asia/Bahrain +rm -f ./zoneinfo/posix/Asia/Gaza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Gaza ./zoneinfo/posix/Asia/Gaza +rm -f ./zoneinfo/posix/Asia/Ho_Chi_Minh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ho_Chi_Minh ./zoneinfo/posix/Asia/Ho_Chi_Minh +rm -f ./zoneinfo/posix/Asia/Calcutta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Calcutta ./zoneinfo/posix/Asia/Calcutta +rm -f ./zoneinfo/posix/Asia/Vientiane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Vientiane ./zoneinfo/posix/Asia/Vientiane +rm -f ./zoneinfo/posix/Asia/Qatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Qatar ./zoneinfo/posix/Asia/Qatar +rm -f ./zoneinfo/posix/Asia/Kolkata +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kolkata ./zoneinfo/posix/Asia/Kolkata +rm -f ./zoneinfo/posix/Asia/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Nicosia ./zoneinfo/posix/Asia/Nicosia +rm -f ./zoneinfo/posix/Asia/Ujung_Pandang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ujung_Pandang ./zoneinfo/posix/Asia/Ujung_Pandang +rm -f ./zoneinfo/posix/Asia/Novosibirsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Novosibirsk ./zoneinfo/posix/Asia/Novosibirsk +rm -f ./zoneinfo/posix/Asia/Vladivostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Vladivostok ./zoneinfo/posix/Asia/Vladivostok +rm -f ./zoneinfo/posix/Asia/Colombo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Colombo ./zoneinfo/posix/Asia/Colombo +rm -f ./zoneinfo/posix/Asia/Magadan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Magadan ./zoneinfo/posix/Asia/Magadan +rm -f ./zoneinfo/posix/Asia/Riyadh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Riyadh ./zoneinfo/posix/Asia/Riyadh +rm -f ./zoneinfo/posix/Asia/Yakutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Yakutsk ./zoneinfo/posix/Asia/Yakutsk +rm -f ./zoneinfo/posix/Asia/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Riyadh89 ./zoneinfo/posix/Asia/Riyadh89 +rm -f ./zoneinfo/posix/Asia/Tbilisi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tbilisi ./zoneinfo/posix/Asia/Tbilisi +rm -f ./zoneinfo/posix/Asia/Kashgar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kashgar ./zoneinfo/posix/Asia/Kashgar +rm -f ./zoneinfo/posix/Asia/Ashgabat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ashgabat ./zoneinfo/posix/Asia/Ashgabat +rm -f ./zoneinfo/posix/Asia/Yerevan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Yerevan ./zoneinfo/posix/Asia/Yerevan +rm -f ./zoneinfo/posix/Asia/Baghdad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Baghdad ./zoneinfo/posix/Asia/Baghdad +rm -f ./zoneinfo/posix/Asia/Oral +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Oral ./zoneinfo/posix/Asia/Oral +rm -f ./zoneinfo/posix/Asia/Kuwait +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kuwait ./zoneinfo/posix/Asia/Kuwait +rm -f ./zoneinfo/posix/Asia/Rangoon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Rangoon ./zoneinfo/posix/Asia/Rangoon +rm -f ./zoneinfo/posix/Asia/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Riyadh87 ./zoneinfo/posix/Asia/Riyadh87 +rm -f ./zoneinfo/posix/Asia/Katmandu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Katmandu ./zoneinfo/posix/Asia/Katmandu +rm -f ./zoneinfo/posix/Asia/Tashkent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tashkent ./zoneinfo/posix/Asia/Tashkent +rm -f ./zoneinfo/posix/Asia/Choibalsan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Choibalsan ./zoneinfo/posix/Asia/Choibalsan +rm -f ./zoneinfo/posix/Asia/Dubai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dubai ./zoneinfo/posix/Asia/Dubai +rm -f ./zoneinfo/posix/Asia/Manila +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Manila ./zoneinfo/posix/Asia/Manila +rm -f ./zoneinfo/posix/Asia/Tehran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tehran ./zoneinfo/posix/Asia/Tehran +rm -f ./zoneinfo/posix/Asia/Anadyr +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Anadyr ./zoneinfo/posix/Asia/Anadyr +rm -f ./zoneinfo/posix/Asia/Dhaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dhaka ./zoneinfo/posix/Asia/Dhaka +rm -f ./zoneinfo/posix/Asia/Aden +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Aden ./zoneinfo/posix/Asia/Aden +rm -f ./zoneinfo/posix/Asia/Thimphu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Thimphu ./zoneinfo/posix/Asia/Thimphu +rm -f ./zoneinfo/posix/Asia/Jerusalem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Jerusalem ./zoneinfo/posix/Asia/Jerusalem +rm -f ./zoneinfo/posix/Asia/Pyongyang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Pyongyang ./zoneinfo/posix/Asia/Pyongyang +rm -f ./zoneinfo/posix/Asia/Kuala_Lumpur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kuala_Lumpur ./zoneinfo/posix/Asia/Kuala_Lumpur +rm -f ./zoneinfo/posix/Asia/Bangkok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Bangkok ./zoneinfo/posix/Asia/Bangkok +rm -f ./zoneinfo/posix/Asia/Ulan_Bator +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ulan_Bator ./zoneinfo/posix/Asia/Ulan_Bator +rm -f ./zoneinfo/posix/Asia/Kamchatka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kamchatka ./zoneinfo/posix/Asia/Kamchatka +rm -f ./zoneinfo/posix/Asia/Irkutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Irkutsk ./zoneinfo/posix/Asia/Irkutsk +rm -f ./zoneinfo/posix/Asia/Almaty +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Almaty ./zoneinfo/posix/Asia/Almaty +rm -f ./zoneinfo/posix/Asia/Dacca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dacca ./zoneinfo/posix/Asia/Dacca +rm -f ./zoneinfo/posix/Asia/Aqtau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Aqtau ./zoneinfo/posix/Asia/Aqtau +rm -f ./zoneinfo/posix/Asia/Shanghai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Shanghai ./zoneinfo/posix/Asia/Shanghai +rm -f ./zoneinfo/posix/Asia/Kabul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kabul ./zoneinfo/posix/Asia/Kabul +rm -f ./zoneinfo/posix/Asia/Dushanbe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dushanbe ./zoneinfo/posix/Asia/Dushanbe +rm -f ./zoneinfo/posix/Asia/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Istanbul ./zoneinfo/posix/Asia/Istanbul +rm -f ./zoneinfo/posix/Asia/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Riyadh88 ./zoneinfo/posix/Asia/Riyadh88 +rm -f ./zoneinfo/posix/Asia/Ulaanbaatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ulaanbaatar ./zoneinfo/posix/Asia/Ulaanbaatar +rm -f ./zoneinfo/posix/Asia/Jayapura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Jayapura ./zoneinfo/posix/Asia/Jayapura +rm -f ./zoneinfo/posix/Asia/Tel_Aviv +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tel_Aviv ./zoneinfo/posix/Asia/Tel_Aviv +rm -f ./zoneinfo/posix/Asia/Jakarta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Jakarta ./zoneinfo/posix/Asia/Jakarta +rm -f ./zoneinfo/posix/Asia/Seoul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Seoul ./zoneinfo/posix/Asia/Seoul +rm -f ./zoneinfo/posix/Asia/Hovd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Hovd ./zoneinfo/posix/Asia/Hovd +rm -f ./zoneinfo/posix/Asia/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Singapore ./zoneinfo/posix/Asia/Singapore +rm -f ./zoneinfo/posix/Asia/Omsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Omsk ./zoneinfo/posix/Asia/Omsk +rm -f ./zoneinfo/posix/Asia/Beirut +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Beirut ./zoneinfo/posix/Asia/Beirut +rm -f ./zoneinfo/posix/Asia/Qyzylorda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Qyzylorda ./zoneinfo/posix/Asia/Qyzylorda +rm -f ./zoneinfo/posix/Asia/Urumqi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Urumqi ./zoneinfo/posix/Asia/Urumqi +rm -f ./zoneinfo/posix/Asia/Taipei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Taipei ./zoneinfo/posix/Asia/Taipei +rm -f ./zoneinfo/posix/Asia/Makassar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Makassar ./zoneinfo/posix/Asia/Makassar +rm -f ./zoneinfo/posix/Asia/Hong_Kong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Hong_Kong ./zoneinfo/posix/Asia/Hong_Kong +rm -f ./zoneinfo/posix/Asia/Kuching +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kuching ./zoneinfo/posix/Asia/Kuching +rm -f ./zoneinfo/posix/Asia/Harbin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Harbin ./zoneinfo/posix/Asia/Harbin +rm -f ./zoneinfo/posix/Asia/Damascus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Damascus ./zoneinfo/posix/Asia/Damascus +rm -f ./zoneinfo/posix/Canada/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Pacific ./zoneinfo/posix/Canada/Pacific +rm -f ./zoneinfo/posix/Canada/Yukon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Yukon ./zoneinfo/posix/Canada/Yukon +rm -f ./zoneinfo/posix/Canada/Atlantic +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Atlantic ./zoneinfo/posix/Canada/Atlantic +rm -f ./zoneinfo/posix/Canada/East-Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/East-Saskatchewan ./zoneinfo/posix/Canada/East-Saskatchewan +rm -f ./zoneinfo/posix/Canada/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Eastern ./zoneinfo/posix/Canada/Eastern +rm -f ./zoneinfo/posix/Canada/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Mountain ./zoneinfo/posix/Canada/Mountain +rm -f ./zoneinfo/posix/Canada/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Central ./zoneinfo/posix/Canada/Central +rm -f ./zoneinfo/posix/Canada/Newfoundland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Newfoundland ./zoneinfo/posix/Canada/Newfoundland +rm -f ./zoneinfo/posix/Canada/Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Saskatchewan ./zoneinfo/posix/Canada/Saskatchewan +rm -f ./zoneinfo/posix/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Jamaica ./zoneinfo/posix/Jamaica +rm -f ./zoneinfo/posix/US/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Pacific ./zoneinfo/posix/US/Pacific +rm -f ./zoneinfo/posix/US/Alaska +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Alaska ./zoneinfo/posix/US/Alaska +rm -f ./zoneinfo/posix/US/Arizona +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Arizona ./zoneinfo/posix/US/Arizona +rm -f ./zoneinfo/posix/US/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Samoa ./zoneinfo/posix/US/Samoa +rm -f ./zoneinfo/posix/US/East-Indiana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/East-Indiana ./zoneinfo/posix/US/East-Indiana +rm -f ./zoneinfo/posix/US/Michigan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Michigan ./zoneinfo/posix/US/Michigan +rm -f ./zoneinfo/posix/US/Aleutian +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Aleutian ./zoneinfo/posix/US/Aleutian +rm -f ./zoneinfo/posix/US/Hawaii +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Hawaii ./zoneinfo/posix/US/Hawaii +rm -f ./zoneinfo/posix/US/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Eastern ./zoneinfo/posix/US/Eastern +rm -f ./zoneinfo/posix/US/Indiana-Starke +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Indiana-Starke ./zoneinfo/posix/US/Indiana-Starke +rm -f ./zoneinfo/posix/US/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Mountain ./zoneinfo/posix/US/Mountain +rm -f ./zoneinfo/posix/US/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Central ./zoneinfo/posix/US/Central +rm -f ./zoneinfo/posix/Atlantic/Bermuda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Bermuda ./zoneinfo/posix/Atlantic/Bermuda +rm -f ./zoneinfo/posix/Atlantic/St_Helena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/St_Helena ./zoneinfo/posix/Atlantic/St_Helena +rm -f ./zoneinfo/posix/Atlantic/Madeira +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Madeira ./zoneinfo/posix/Atlantic/Madeira +rm -f ./zoneinfo/posix/Atlantic/Stanley +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Stanley ./zoneinfo/posix/Atlantic/Stanley +rm -f ./zoneinfo/posix/Atlantic/Faroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Faroe ./zoneinfo/posix/Atlantic/Faroe +rm -f ./zoneinfo/posix/Atlantic/South_Georgia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/South_Georgia ./zoneinfo/posix/Atlantic/South_Georgia +rm -f ./zoneinfo/posix/Atlantic/Cape_Verde +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Cape_Verde ./zoneinfo/posix/Atlantic/Cape_Verde +rm -f ./zoneinfo/posix/Atlantic/Jan_Mayen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Jan_Mayen ./zoneinfo/posix/Atlantic/Jan_Mayen +rm -f ./zoneinfo/posix/Atlantic/Canary +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Canary ./zoneinfo/posix/Atlantic/Canary +rm -f ./zoneinfo/posix/Atlantic/Reykjavik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Reykjavik ./zoneinfo/posix/Atlantic/Reykjavik +rm -f ./zoneinfo/posix/Atlantic/Azores +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Azores ./zoneinfo/posix/Atlantic/Azores +rm -f ./zoneinfo/posix/Atlantic/Faeroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Faeroe ./zoneinfo/posix/Atlantic/Faeroe +rm -f ./zoneinfo/posix/Navajo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Navajo ./zoneinfo/posix/Navajo +rm -f ./zoneinfo/posix/Poland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Poland ./zoneinfo/posix/Poland +rm -f ./zoneinfo/posix/CET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/CET ./zoneinfo/posix/CET +rm -f ./zoneinfo/posix/Europe/Zagreb +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Zagreb ./zoneinfo/posix/Europe/Zagreb +rm -f ./zoneinfo/posix/Europe/Helsinki +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Helsinki ./zoneinfo/posix/Europe/Helsinki +rm -f ./zoneinfo/posix/Europe/Zurich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Zurich ./zoneinfo/posix/Europe/Zurich +rm -f ./zoneinfo/posix/Europe/Volgograd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Volgograd ./zoneinfo/posix/Europe/Volgograd +rm -f ./zoneinfo/posix/Europe/Vaduz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Vaduz ./zoneinfo/posix/Europe/Vaduz +rm -f ./zoneinfo/posix/Europe/Paris +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Paris ./zoneinfo/posix/Europe/Paris +rm -f ./zoneinfo/posix/Europe/Isle_of_Man +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Isle_of_Man ./zoneinfo/posix/Europe/Isle_of_Man +rm -f ./zoneinfo/posix/Europe/Mariehamn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Mariehamn ./zoneinfo/posix/Europe/Mariehamn +rm -f ./zoneinfo/posix/Europe/Warsaw +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Warsaw ./zoneinfo/posix/Europe/Warsaw +rm -f ./zoneinfo/posix/Europe/London +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/London ./zoneinfo/posix/Europe/London +rm -f ./zoneinfo/posix/Europe/Guernsey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Guernsey ./zoneinfo/posix/Europe/Guernsey +rm -f ./zoneinfo/posix/Europe/Jersey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Jersey ./zoneinfo/posix/Europe/Jersey +rm -f ./zoneinfo/posix/Europe/Budapest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Budapest ./zoneinfo/posix/Europe/Budapest +rm -f ./zoneinfo/posix/Europe/Andorra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Andorra ./zoneinfo/posix/Europe/Andorra +rm -f ./zoneinfo/posix/Europe/Uzhgorod +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Uzhgorod ./zoneinfo/posix/Europe/Uzhgorod +rm -f ./zoneinfo/posix/Europe/Kiev +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Kiev ./zoneinfo/posix/Europe/Kiev +rm -f ./zoneinfo/posix/Europe/Ljubljana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Ljubljana ./zoneinfo/posix/Europe/Ljubljana +rm -f ./zoneinfo/posix/Europe/Stockholm +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Stockholm ./zoneinfo/posix/Europe/Stockholm +rm -f ./zoneinfo/posix/Europe/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Nicosia ./zoneinfo/posix/Europe/Nicosia +rm -f ./zoneinfo/posix/Europe/Malta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Malta ./zoneinfo/posix/Europe/Malta +rm -f ./zoneinfo/posix/Europe/Vilnius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Vilnius ./zoneinfo/posix/Europe/Vilnius +rm -f ./zoneinfo/posix/Europe/Dublin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Dublin ./zoneinfo/posix/Europe/Dublin +rm -f ./zoneinfo/posix/Europe/Berlin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Berlin ./zoneinfo/posix/Europe/Berlin +rm -f ./zoneinfo/posix/Europe/Belgrade +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Belgrade ./zoneinfo/posix/Europe/Belgrade +rm -f ./zoneinfo/posix/Europe/Madrid +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Madrid ./zoneinfo/posix/Europe/Madrid +rm -f ./zoneinfo/posix/Europe/Sofia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Sofia ./zoneinfo/posix/Europe/Sofia +rm -f ./zoneinfo/posix/Europe/Gibraltar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Gibraltar ./zoneinfo/posix/Europe/Gibraltar +rm -f ./zoneinfo/posix/Europe/Kaliningrad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Kaliningrad ./zoneinfo/posix/Europe/Kaliningrad +rm -f ./zoneinfo/posix/Europe/Moscow +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Moscow ./zoneinfo/posix/Europe/Moscow +rm -f ./zoneinfo/posix/Europe/Podgorica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Podgorica ./zoneinfo/posix/Europe/Podgorica +rm -f ./zoneinfo/posix/Europe/Monaco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Monaco ./zoneinfo/posix/Europe/Monaco +rm -f ./zoneinfo/posix/Europe/Amsterdam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Amsterdam ./zoneinfo/posix/Europe/Amsterdam +rm -f ./zoneinfo/posix/Europe/Athens +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Athens ./zoneinfo/posix/Europe/Athens +rm -f ./zoneinfo/posix/Europe/Tiraspol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Tiraspol ./zoneinfo/posix/Europe/Tiraspol +rm -f ./zoneinfo/posix/Europe/Rome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Rome ./zoneinfo/posix/Europe/Rome +rm -f ./zoneinfo/posix/Europe/Minsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Minsk ./zoneinfo/posix/Europe/Minsk +rm -f ./zoneinfo/posix/Europe/San_Marino +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/San_Marino ./zoneinfo/posix/Europe/San_Marino +rm -f ./zoneinfo/posix/Europe/Oslo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Oslo ./zoneinfo/posix/Europe/Oslo +rm -f ./zoneinfo/posix/Europe/Zaporozhye +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Zaporozhye ./zoneinfo/posix/Europe/Zaporozhye +rm -f ./zoneinfo/posix/Europe/Bratislava +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Bratislava ./zoneinfo/posix/Europe/Bratislava +rm -f ./zoneinfo/posix/Europe/Sarajevo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Sarajevo ./zoneinfo/posix/Europe/Sarajevo +rm -f ./zoneinfo/posix/Europe/Skopje +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Skopje ./zoneinfo/posix/Europe/Skopje +rm -f ./zoneinfo/posix/Europe/Copenhagen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Copenhagen ./zoneinfo/posix/Europe/Copenhagen +rm -f ./zoneinfo/posix/Europe/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Istanbul ./zoneinfo/posix/Europe/Istanbul +rm -f ./zoneinfo/posix/Europe/Tirane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Tirane ./zoneinfo/posix/Europe/Tirane +rm -f ./zoneinfo/posix/Europe/Vienna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Vienna ./zoneinfo/posix/Europe/Vienna +rm -f ./zoneinfo/posix/Europe/Chisinau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Chisinau ./zoneinfo/posix/Europe/Chisinau +rm -f ./zoneinfo/posix/Europe/Lisbon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Lisbon ./zoneinfo/posix/Europe/Lisbon +rm -f ./zoneinfo/posix/Europe/Samara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Samara ./zoneinfo/posix/Europe/Samara +rm -f ./zoneinfo/posix/Europe/Luxembourg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Luxembourg ./zoneinfo/posix/Europe/Luxembourg +rm -f ./zoneinfo/posix/Europe/Prague +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Prague ./zoneinfo/posix/Europe/Prague +rm -f ./zoneinfo/posix/Europe/Vatican +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Vatican ./zoneinfo/posix/Europe/Vatican +rm -f ./zoneinfo/posix/Europe/Riga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Riga ./zoneinfo/posix/Europe/Riga +rm -f ./zoneinfo/posix/Europe/Bucharest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Bucharest ./zoneinfo/posix/Europe/Bucharest +rm -f ./zoneinfo/posix/Europe/Tallinn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Tallinn ./zoneinfo/posix/Europe/Tallinn +rm -f ./zoneinfo/posix/Europe/Brussels +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Brussels ./zoneinfo/posix/Europe/Brussels +rm -f ./zoneinfo/posix/Europe/Belfast +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Belfast ./zoneinfo/posix/Europe/Belfast +rm -f ./zoneinfo/posix/Europe/Simferopol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Simferopol ./zoneinfo/posix/Europe/Simferopol +rm -f ./zoneinfo/posix/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Greenwich ./zoneinfo/posix/Greenwich +rm -f ./zoneinfo/posix/Turkey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Turkey ./zoneinfo/posix/Turkey +rm -f ./zoneinfo/posix/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Zulu ./zoneinfo/posix/Zulu +rm -f ./zoneinfo/posix/NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/NZ ./zoneinfo/posix/NZ +rm -f ./zoneinfo/posix/America/North_Dakota/Center +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/North_Dakota/Center ./zoneinfo/posix/America/North_Dakota/Center +rm -f ./zoneinfo/posix/America/North_Dakota/New_Salem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/North_Dakota/New_Salem ./zoneinfo/posix/America/North_Dakota/New_Salem +rm -f ./zoneinfo/posix/America/Belem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Belem ./zoneinfo/posix/America/Belem +rm -f ./zoneinfo/posix/America/Belize +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Belize ./zoneinfo/posix/America/Belize +rm -f ./zoneinfo/posix/America/Boise +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Boise ./zoneinfo/posix/America/Boise +rm -f ./zoneinfo/posix/America/Adak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Adak ./zoneinfo/posix/America/Adak +rm -f ./zoneinfo/posix/America/Rainy_River +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Rainy_River ./zoneinfo/posix/America/Rainy_River +rm -f ./zoneinfo/posix/America/El_Salvador +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/El_Salvador ./zoneinfo/posix/America/El_Salvador +rm -f ./zoneinfo/posix/America/Toronto +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Toronto ./zoneinfo/posix/America/Toronto +rm -f ./zoneinfo/posix/America/Nipigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Nipigon ./zoneinfo/posix/America/Nipigon +rm -f ./zoneinfo/posix/America/Chicago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Chicago ./zoneinfo/posix/America/Chicago +rm -f ./zoneinfo/posix/America/Halifax +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Halifax ./zoneinfo/posix/America/Halifax +rm -f ./zoneinfo/posix/America/Eirunepe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Eirunepe ./zoneinfo/posix/America/Eirunepe +rm -f ./zoneinfo/posix/America/Yakutat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Yakutat ./zoneinfo/posix/America/Yakutat +rm -f ./zoneinfo/posix/America/Port_of_Spain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Port_of_Spain ./zoneinfo/posix/America/Port_of_Spain +rm -f ./zoneinfo/posix/America/Blanc-Sablon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Blanc-Sablon ./zoneinfo/posix/America/Blanc-Sablon +rm -f ./zoneinfo/posix/America/Nome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Nome ./zoneinfo/posix/America/Nome +rm -f ./zoneinfo/posix/America/Montevideo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Montevideo ./zoneinfo/posix/America/Montevideo +rm -f ./zoneinfo/posix/America/Cambridge_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cambridge_Bay ./zoneinfo/posix/America/Cambridge_Bay +rm -f ./zoneinfo/posix/America/Goose_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Goose_Bay ./zoneinfo/posix/America/Goose_Bay +rm -f ./zoneinfo/posix/America/La_Paz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/La_Paz ./zoneinfo/posix/America/La_Paz +rm -f ./zoneinfo/posix/America/Scoresbysund +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Scoresbysund ./zoneinfo/posix/America/Scoresbysund +rm -f ./zoneinfo/posix/America/Edmonton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Edmonton ./zoneinfo/posix/America/Edmonton +rm -f ./zoneinfo/posix/America/Inuvik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Inuvik ./zoneinfo/posix/America/Inuvik +rm -f ./zoneinfo/posix/America/Fortaleza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Fortaleza ./zoneinfo/posix/America/Fortaleza +rm -f ./zoneinfo/posix/America/Miquelon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Miquelon ./zoneinfo/posix/America/Miquelon +rm -f ./zoneinfo/posix/America/St_Johns +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Johns ./zoneinfo/posix/America/St_Johns +rm -f ./zoneinfo/posix/America/Port-au-Prince +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Port-au-Prince ./zoneinfo/posix/America/Port-au-Prince +rm -f ./zoneinfo/posix/America/St_Barthelemy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Barthelemy ./zoneinfo/posix/America/St_Barthelemy +rm -f ./zoneinfo/posix/America/Glace_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Glace_Bay ./zoneinfo/posix/America/Glace_Bay +rm -f ./zoneinfo/posix/America/Bahia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Bahia ./zoneinfo/posix/America/Bahia +rm -f ./zoneinfo/posix/America/Cuiaba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cuiaba ./zoneinfo/posix/America/Cuiaba +rm -f ./zoneinfo/posix/America/Recife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Recife ./zoneinfo/posix/America/Recife +rm -f ./zoneinfo/posix/America/Denver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Denver ./zoneinfo/posix/America/Denver +rm -f ./zoneinfo/posix/America/Grand_Turk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Grand_Turk ./zoneinfo/posix/America/Grand_Turk +rm -f ./zoneinfo/posix/America/Guayaquil +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Guayaquil ./zoneinfo/posix/America/Guayaquil +rm -f ./zoneinfo/posix/America/Yellowknife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Yellowknife ./zoneinfo/posix/America/Yellowknife +rm -f ./zoneinfo/posix/America/Nassau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Nassau ./zoneinfo/posix/America/Nassau +rm -f ./zoneinfo/posix/America/Antigua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Antigua ./zoneinfo/posix/America/Antigua +rm -f ./zoneinfo/posix/America/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Jamaica ./zoneinfo/posix/America/Jamaica +rm -f ./zoneinfo/posix/America/Regina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Regina ./zoneinfo/posix/America/Regina +rm -f ./zoneinfo/posix/America/Dawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Dawson ./zoneinfo/posix/America/Dawson +rm -f ./zoneinfo/posix/America/Cancun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cancun ./zoneinfo/posix/America/Cancun +rm -f ./zoneinfo/posix/America/Campo_Grande +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Campo_Grande ./zoneinfo/posix/America/Campo_Grande +rm -f ./zoneinfo/posix/America/Araguaina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Araguaina ./zoneinfo/posix/America/Araguaina +rm -f ./zoneinfo/posix/America/Rankin_Inlet +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Rankin_Inlet ./zoneinfo/posix/America/Rankin_Inlet +rm -f ./zoneinfo/posix/America/Atka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Atka ./zoneinfo/posix/America/Atka +rm -f ./zoneinfo/posix/America/Managua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Managua ./zoneinfo/posix/America/Managua +rm -f ./zoneinfo/posix/America/Aruba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Aruba ./zoneinfo/posix/America/Aruba +rm -f ./zoneinfo/posix/America/Moncton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Moncton ./zoneinfo/posix/America/Moncton +rm -f ./zoneinfo/posix/America/Fort_Wayne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Fort_Wayne ./zoneinfo/posix/America/Fort_Wayne +rm -f ./zoneinfo/posix/America/Whitehorse +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Whitehorse ./zoneinfo/posix/America/Whitehorse +rm -f ./zoneinfo/posix/America/Guyana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Guyana ./zoneinfo/posix/America/Guyana +rm -f ./zoneinfo/posix/America/Shiprock +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Shiprock ./zoneinfo/posix/America/Shiprock +rm -f ./zoneinfo/posix/America/Menominee +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Menominee ./zoneinfo/posix/America/Menominee +rm -f ./zoneinfo/posix/America/Sao_Paulo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Sao_Paulo ./zoneinfo/posix/America/Sao_Paulo +rm -f ./zoneinfo/posix/America/Hermosillo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Hermosillo ./zoneinfo/posix/America/Hermosillo +rm -f ./zoneinfo/posix/America/Marigot +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Marigot ./zoneinfo/posix/America/Marigot +rm -f ./zoneinfo/posix/America/Ensenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Ensenada ./zoneinfo/posix/America/Ensenada +rm -f ./zoneinfo/posix/America/Martinique +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Martinique ./zoneinfo/posix/America/Martinique +rm -f ./zoneinfo/posix/America/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Louisville ./zoneinfo/posix/America/Louisville +rm -f ./zoneinfo/posix/America/Tortola +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Tortola ./zoneinfo/posix/America/Tortola +rm -f ./zoneinfo/posix/America/Iqaluit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Iqaluit ./zoneinfo/posix/America/Iqaluit +rm -f ./zoneinfo/posix/America/Thule +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Thule ./zoneinfo/posix/America/Thule +rm -f ./zoneinfo/posix/America/Santiago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Santiago ./zoneinfo/posix/America/Santiago +rm -f ./zoneinfo/posix/America/New_York +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/New_York ./zoneinfo/posix/America/New_York +rm -f ./zoneinfo/posix/America/Noronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Noronha ./zoneinfo/posix/America/Noronha +rm -f ./zoneinfo/posix/America/Maceio +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Maceio ./zoneinfo/posix/America/Maceio +rm -f ./zoneinfo/posix/America/Kentucky/Monticello +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Kentucky/Monticello ./zoneinfo/posix/America/Kentucky/Monticello +rm -f ./zoneinfo/posix/America/Kentucky/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Kentucky/Louisville ./zoneinfo/posix/America/Kentucky/Louisville +rm -f ./zoneinfo/posix/America/Knox_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Knox_IN ./zoneinfo/posix/America/Knox_IN +rm -f ./zoneinfo/posix/America/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cordoba ./zoneinfo/posix/America/Cordoba +rm -f ./zoneinfo/posix/America/Indiana/Vevay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Vevay ./zoneinfo/posix/America/Indiana/Vevay +rm -f ./zoneinfo/posix/America/Indiana/Marengo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Marengo ./zoneinfo/posix/America/Indiana/Marengo +rm -f ./zoneinfo/posix/America/Indiana/Knox +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Knox ./zoneinfo/posix/America/Indiana/Knox +rm -f ./zoneinfo/posix/America/Indiana/Petersburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Petersburg ./zoneinfo/posix/America/Indiana/Petersburg +rm -f ./zoneinfo/posix/America/Indiana/Vincennes +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Vincennes ./zoneinfo/posix/America/Indiana/Vincennes +rm -f ./zoneinfo/posix/America/Indiana/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Indianapolis ./zoneinfo/posix/America/Indiana/Indianapolis +rm -f ./zoneinfo/posix/America/Indiana/Winamac +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Winamac ./zoneinfo/posix/America/Indiana/Winamac +rm -f ./zoneinfo/posix/America/Indiana/Tell_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Tell_City ./zoneinfo/posix/America/Indiana/Tell_City +rm -f ./zoneinfo/posix/America/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Catamarca ./zoneinfo/posix/America/Catamarca +rm -f ./zoneinfo/posix/America/Vancouver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Vancouver ./zoneinfo/posix/America/Vancouver +rm -f ./zoneinfo/posix/America/Chihuahua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Chihuahua ./zoneinfo/posix/America/Chihuahua +rm -f ./zoneinfo/posix/America/Cayman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cayman ./zoneinfo/posix/America/Cayman +rm -f ./zoneinfo/posix/America/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Buenos_Aires ./zoneinfo/posix/America/Buenos_Aires +rm -f ./zoneinfo/posix/America/Asuncion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Asuncion ./zoneinfo/posix/America/Asuncion +rm -f ./zoneinfo/posix/America/Mexico_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Mexico_City ./zoneinfo/posix/America/Mexico_City +rm -f ./zoneinfo/posix/America/Paramaribo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Paramaribo ./zoneinfo/posix/America/Paramaribo +rm -f ./zoneinfo/posix/America/Curacao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Curacao ./zoneinfo/posix/America/Curacao +rm -f ./zoneinfo/posix/America/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Jujuy ./zoneinfo/posix/America/Jujuy +rm -f ./zoneinfo/posix/America/Montserrat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Montserrat ./zoneinfo/posix/America/Montserrat +rm -f ./zoneinfo/posix/America/Anguilla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Anguilla ./zoneinfo/posix/America/Anguilla +rm -f ./zoneinfo/posix/America/Rio_Branco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Rio_Branco ./zoneinfo/posix/America/Rio_Branco +rm -f ./zoneinfo/posix/America/Cayenne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cayenne ./zoneinfo/posix/America/Cayenne +rm -f ./zoneinfo/posix/America/Guatemala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Guatemala ./zoneinfo/posix/America/Guatemala +rm -f ./zoneinfo/posix/America/Dominica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Dominica ./zoneinfo/posix/America/Dominica +rm -f ./zoneinfo/posix/America/Detroit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Detroit ./zoneinfo/posix/America/Detroit +rm -f ./zoneinfo/posix/America/Bogota +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Bogota ./zoneinfo/posix/America/Bogota +rm -f ./zoneinfo/posix/America/Thunder_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Thunder_Bay ./zoneinfo/posix/America/Thunder_Bay +rm -f ./zoneinfo/posix/America/Lima +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Lima ./zoneinfo/posix/America/Lima +rm -f ./zoneinfo/posix/America/Coral_Harbour +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Coral_Harbour ./zoneinfo/posix/America/Coral_Harbour +rm -f ./zoneinfo/posix/America/Godthab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Godthab ./zoneinfo/posix/America/Godthab +rm -f ./zoneinfo/posix/America/Guadeloupe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Guadeloupe ./zoneinfo/posix/America/Guadeloupe +rm -f ./zoneinfo/posix/America/Winnipeg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Winnipeg ./zoneinfo/posix/America/Winnipeg +rm -f ./zoneinfo/posix/America/Porto_Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Porto_Acre ./zoneinfo/posix/America/Porto_Acre +rm -f ./zoneinfo/posix/America/Monterrey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Monterrey ./zoneinfo/posix/America/Monterrey +rm -f ./zoneinfo/posix/America/Tijuana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Tijuana ./zoneinfo/posix/America/Tijuana +rm -f ./zoneinfo/posix/America/Pangnirtung +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Pangnirtung ./zoneinfo/posix/America/Pangnirtung +rm -f ./zoneinfo/posix/America/Merida +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Merida ./zoneinfo/posix/America/Merida +rm -f ./zoneinfo/posix/America/Grenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Grenada ./zoneinfo/posix/America/Grenada +rm -f ./zoneinfo/posix/America/Rosario +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Rosario ./zoneinfo/posix/America/Rosario +rm -f ./zoneinfo/posix/America/Atikokan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Atikokan ./zoneinfo/posix/America/Atikokan +rm -f ./zoneinfo/posix/America/Danmarkshavn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Danmarkshavn ./zoneinfo/posix/America/Danmarkshavn +rm -f ./zoneinfo/posix/America/Mazatlan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Mazatlan ./zoneinfo/posix/America/Mazatlan +rm -f ./zoneinfo/posix/America/Caracas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Caracas ./zoneinfo/posix/America/Caracas +rm -f ./zoneinfo/posix/America/Panama +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Panama ./zoneinfo/posix/America/Panama +rm -f ./zoneinfo/posix/America/Tegucigalpa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Tegucigalpa ./zoneinfo/posix/America/Tegucigalpa +rm -f ./zoneinfo/posix/America/St_Kitts +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Kitts ./zoneinfo/posix/America/St_Kitts +rm -f ./zoneinfo/posix/America/Swift_Current +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Swift_Current ./zoneinfo/posix/America/Swift_Current +rm -f ./zoneinfo/posix/America/Barbados +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Barbados ./zoneinfo/posix/America/Barbados +rm -f ./zoneinfo/posix/America/Argentina/San_Luis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/San_Luis ./zoneinfo/posix/America/Argentina/San_Luis +rm -f ./zoneinfo/posix/America/Argentina/ComodRivadavia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/ComodRivadavia ./zoneinfo/posix/America/Argentina/ComodRivadavia +rm -f ./zoneinfo/posix/America/Argentina/Rio_Gallegos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Rio_Gallegos ./zoneinfo/posix/America/Argentina/Rio_Gallegos +rm -f ./zoneinfo/posix/America/Argentina/Ushuaia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Ushuaia ./zoneinfo/posix/America/Argentina/Ushuaia +rm -f ./zoneinfo/posix/America/Argentina/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Cordoba ./zoneinfo/posix/America/Argentina/Cordoba +rm -f ./zoneinfo/posix/America/Argentina/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Catamarca ./zoneinfo/posix/America/Argentina/Catamarca +rm -f ./zoneinfo/posix/America/Argentina/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Buenos_Aires ./zoneinfo/posix/America/Argentina/Buenos_Aires +rm -f ./zoneinfo/posix/America/Argentina/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Jujuy ./zoneinfo/posix/America/Argentina/Jujuy +rm -f ./zoneinfo/posix/America/Argentina/Tucuman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Tucuman ./zoneinfo/posix/America/Argentina/Tucuman +rm -f ./zoneinfo/posix/America/Argentina/La_Rioja +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/La_Rioja ./zoneinfo/posix/America/Argentina/La_Rioja +rm -f ./zoneinfo/posix/America/Argentina/San_Juan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/San_Juan ./zoneinfo/posix/America/Argentina/San_Juan +rm -f ./zoneinfo/posix/America/Argentina/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Mendoza ./zoneinfo/posix/America/Argentina/Mendoza +rm -f ./zoneinfo/posix/America/Costa_Rica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Costa_Rica ./zoneinfo/posix/America/Costa_Rica +rm -f ./zoneinfo/posix/America/Montreal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Montreal ./zoneinfo/posix/America/Montreal +rm -f ./zoneinfo/posix/America/Resolute +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Resolute ./zoneinfo/posix/America/Resolute +rm -f ./zoneinfo/posix/America/Anchorage +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Anchorage ./zoneinfo/posix/America/Anchorage +rm -f ./zoneinfo/posix/America/Dawson_Creek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Dawson_Creek ./zoneinfo/posix/America/Dawson_Creek +rm -f ./zoneinfo/posix/America/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indianapolis ./zoneinfo/posix/America/Indianapolis +rm -f ./zoneinfo/posix/America/Los_Angeles +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Los_Angeles ./zoneinfo/posix/America/Los_Angeles +rm -f ./zoneinfo/posix/America/Manaus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Manaus ./zoneinfo/posix/America/Manaus +rm -f ./zoneinfo/posix/America/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Mendoza ./zoneinfo/posix/America/Mendoza +rm -f ./zoneinfo/posix/America/St_Vincent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Vincent ./zoneinfo/posix/America/St_Vincent +rm -f ./zoneinfo/posix/America/Puerto_Rico +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Puerto_Rico ./zoneinfo/posix/America/Puerto_Rico +rm -f ./zoneinfo/posix/America/Phoenix +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Phoenix ./zoneinfo/posix/America/Phoenix +rm -f ./zoneinfo/posix/America/Porto_Velho +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Porto_Velho ./zoneinfo/posix/America/Porto_Velho +rm -f ./zoneinfo/posix/America/St_Thomas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Thomas ./zoneinfo/posix/America/St_Thomas +rm -f ./zoneinfo/posix/America/Boa_Vista +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Boa_Vista ./zoneinfo/posix/America/Boa_Vista +rm -f ./zoneinfo/posix/America/Virgin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Virgin ./zoneinfo/posix/America/Virgin +rm -f ./zoneinfo/posix/America/Havana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Havana ./zoneinfo/posix/America/Havana +rm -f ./zoneinfo/posix/America/Santo_Domingo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Santo_Domingo ./zoneinfo/posix/America/Santo_Domingo +rm -f ./zoneinfo/posix/America/Juneau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Juneau ./zoneinfo/posix/America/Juneau +rm -f ./zoneinfo/posix/America/St_Lucia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Lucia ./zoneinfo/posix/America/St_Lucia +rm -f ./zoneinfo/posix/Portugal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Portugal ./zoneinfo/posix/Portugal +rm -f ./zoneinfo/posix/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/UTC ./zoneinfo/posix/UTC +rm -f ./zoneinfo/posix/HST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/HST ./zoneinfo/posix/HST +rm -f ./zoneinfo/posix/W-SU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/W-SU ./zoneinfo/posix/W-SU +rm -f ./zoneinfo/posix/Israel +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Israel ./zoneinfo/posix/Israel +rm -f ./zoneinfo/posix/Mexico/BajaNorte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mexico/BajaNorte ./zoneinfo/posix/Mexico/BajaNorte +rm -f ./zoneinfo/posix/Mexico/General +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mexico/General ./zoneinfo/posix/Mexico/General +rm -f ./zoneinfo/posix/Mexico/BajaSur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mexico/BajaSur ./zoneinfo/posix/Mexico/BajaSur +rm -f ./zoneinfo/posix/EST5EDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/EST5EDT ./zoneinfo/posix/EST5EDT +rm -f ./zoneinfo/posix/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Kwajalein ./zoneinfo/posix/Kwajalein +rm -f ./zoneinfo/posix/NZ-CHAT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/NZ-CHAT ./zoneinfo/posix/NZ-CHAT +rm -f ./zoneinfo/posix/Antarctica/Palmer +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Palmer ./zoneinfo/posix/Antarctica/Palmer +rm -f ./zoneinfo/posix/Antarctica/Rothera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Rothera ./zoneinfo/posix/Antarctica/Rothera +rm -f ./zoneinfo/posix/Antarctica/McMurdo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/McMurdo ./zoneinfo/posix/Antarctica/McMurdo +rm -f ./zoneinfo/posix/Antarctica/South_Pole +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/South_Pole ./zoneinfo/posix/Antarctica/South_Pole +rm -f ./zoneinfo/posix/Antarctica/Mawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Mawson ./zoneinfo/posix/Antarctica/Mawson +rm -f ./zoneinfo/posix/Antarctica/Vostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Vostok ./zoneinfo/posix/Antarctica/Vostok +rm -f ./zoneinfo/posix/Antarctica/DumontDUrville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/DumontDUrville ./zoneinfo/posix/Antarctica/DumontDUrville +rm -f ./zoneinfo/posix/Antarctica/Davis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Davis ./zoneinfo/posix/Antarctica/Davis +rm -f ./zoneinfo/posix/Antarctica/Syowa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Syowa ./zoneinfo/posix/Antarctica/Syowa +rm -f ./zoneinfo/posix/Antarctica/Casey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Casey ./zoneinfo/posix/Antarctica/Casey +rm -f ./zoneinfo/posix/PRC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/PRC ./zoneinfo/posix/PRC +rm -f ./zoneinfo/posix/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GMT+0 ./zoneinfo/posix/GMT+0 +rm -f ./zoneinfo/posix/MST7MDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/MST7MDT ./zoneinfo/posix/MST7MDT +rm -f ./zoneinfo/posix/WET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/WET ./zoneinfo/posix/WET +rm -f ./zoneinfo/posix/Hongkong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Hongkong ./zoneinfo/posix/Hongkong +rm -f ./zoneinfo/posix/Arctic/Longyearbyen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Arctic/Longyearbyen ./zoneinfo/posix/Arctic/Longyearbyen +rm -f ./zoneinfo/posix/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GMT-0 ./zoneinfo/posix/GMT-0 +rm -f ./zoneinfo/posix/ROK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/ROK ./zoneinfo/posix/ROK +rm -f ./zoneinfo/posix/Australia/Sydney +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Sydney ./zoneinfo/posix/Australia/Sydney +rm -f ./zoneinfo/posix/Australia/Darwin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Darwin ./zoneinfo/posix/Australia/Darwin +rm -f ./zoneinfo/posix/Australia/Yancowinna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Yancowinna ./zoneinfo/posix/Australia/Yancowinna +rm -f ./zoneinfo/posix/Australia/Currie +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Currie ./zoneinfo/posix/Australia/Currie +rm -f ./zoneinfo/posix/Australia/Broken_Hill +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Broken_Hill ./zoneinfo/posix/Australia/Broken_Hill +rm -f ./zoneinfo/posix/Australia/NSW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/NSW ./zoneinfo/posix/Australia/NSW +rm -f ./zoneinfo/posix/Australia/Canberra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Canberra ./zoneinfo/posix/Australia/Canberra +rm -f ./zoneinfo/posix/Australia/Eucla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Eucla ./zoneinfo/posix/Australia/Eucla +rm -f ./zoneinfo/posix/Australia/Tasmania +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Tasmania ./zoneinfo/posix/Australia/Tasmania +rm -f ./zoneinfo/posix/Australia/Adelaide +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Adelaide ./zoneinfo/posix/Australia/Adelaide +rm -f ./zoneinfo/posix/Australia/Hobart +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Hobart ./zoneinfo/posix/Australia/Hobart +rm -f ./zoneinfo/posix/Australia/South +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/South ./zoneinfo/posix/Australia/South +rm -f ./zoneinfo/posix/Australia/Queensland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Queensland ./zoneinfo/posix/Australia/Queensland +rm -f ./zoneinfo/posix/Australia/Brisbane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Brisbane ./zoneinfo/posix/Australia/Brisbane +rm -f ./zoneinfo/posix/Australia/Victoria +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Victoria ./zoneinfo/posix/Australia/Victoria +rm -f ./zoneinfo/posix/Australia/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/West ./zoneinfo/posix/Australia/West +rm -f ./zoneinfo/posix/Australia/ACT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/ACT ./zoneinfo/posix/Australia/ACT +rm -f ./zoneinfo/posix/Australia/Lord_Howe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Lord_Howe ./zoneinfo/posix/Australia/Lord_Howe +rm -f ./zoneinfo/posix/Australia/Melbourne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Melbourne ./zoneinfo/posix/Australia/Melbourne +rm -f ./zoneinfo/posix/Australia/Lindeman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Lindeman ./zoneinfo/posix/Australia/Lindeman +rm -f ./zoneinfo/posix/Australia/North +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/North ./zoneinfo/posix/Australia/North +rm -f ./zoneinfo/posix/Australia/Perth +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Perth ./zoneinfo/posix/Australia/Perth +rm -f ./zoneinfo/posix/Australia/LHI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/LHI ./zoneinfo/posix/Australia/LHI +rm -f ./zoneinfo/posix/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/UCT ./zoneinfo/posix/UCT +rm -f ./zoneinfo/posix/Brazil/East +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Brazil/East ./zoneinfo/posix/Brazil/East +rm -f ./zoneinfo/posix/Brazil/Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Brazil/Acre ./zoneinfo/posix/Brazil/Acre +rm -f ./zoneinfo/posix/Brazil/DeNoronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Brazil/DeNoronha ./zoneinfo/posix/Brazil/DeNoronha +rm -f ./zoneinfo/posix/Brazil/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Brazil/West ./zoneinfo/posix/Brazil/West +rm -f ./zoneinfo/posix/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GMT ./zoneinfo/posix/GMT +rm -f ./zoneinfo/posix/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Singapore ./zoneinfo/posix/Singapore +rm -f ./zoneinfo/posix/MST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/MST ./zoneinfo/posix/MST +rm -f ./zoneinfo/posix/EST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/EST ./zoneinfo/posix/EST +rm -f ./zoneinfo/posix/ROC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/ROC ./zoneinfo/posix/ROC +rm -f ./zoneinfo/posix/Japan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Japan ./zoneinfo/posix/Japan +rm -f ./zoneinfo/posix/Egypt +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Egypt ./zoneinfo/posix/Egypt +rm -f ./zoneinfo/posix/EET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/EET ./zoneinfo/posix/EET +rm -f ./zoneinfo/EST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/EST ./zoneinfo/EST +rm -f ./zoneinfo/ROC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/ROC ./zoneinfo/ROC +rm -f ./zoneinfo/Japan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Japan ./zoneinfo/Japan +rm -f ./zoneinfo/Egypt +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Egypt ./zoneinfo/Egypt +rm -f ./zoneinfo/EET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/EET ./zoneinfo/EET +rm -f ./i18n/charmaps/NATS-DANO.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NATS-DANO.gz ./i18n/charmaps/NATS-DANO.gz +rm -f ./i18n/charmaps/IBM918.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM918.gz ./i18n/charmaps/IBM918.gz +rm -f ./i18n/charmaps/MAC-SAMI.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-SAMI.gz ./i18n/charmaps/MAC-SAMI.gz +rm -f ./i18n/charmaps/IBM891.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM891.gz ./i18n/charmaps/IBM891.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-B-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-B-ADD.gz ./i18n/charmaps/JIS_C6229-1984-B-ADD.gz +rm -f ./i18n/charmaps/MAC-CENTRALEUROPE.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-CENTRALEUROPE.gz ./i18n/charmaps/MAC-CENTRALEUROPE.gz +rm -f ./i18n/charmaps/ISO_8859-1,GL.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_8859-1,GL.gz ./i18n/charmaps/ISO_8859-1,GL.gz +rm -f ./i18n/charmaps/NF_Z_62-010_1973.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NF_Z_62-010_1973.gz ./i18n/charmaps/NF_Z_62-010_1973.gz +rm -f ./i18n/charmaps/EBCDIC-US.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-US.gz ./i18n/charmaps/EBCDIC-US.gz +rm -f ./i18n/charmaps/IBM1161.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1161.gz ./i18n/charmaps/IBM1161.gz +rm -f ./i18n/charmaps/ISO-8859-13.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-13.gz ./i18n/charmaps/ISO-8859-13.gz +rm -f ./i18n/charmaps/IBM424.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM424.gz ./i18n/charmaps/IBM424.gz +rm -f ./i18n/charmaps/ISO-8859-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-1.gz ./i18n/charmaps/ISO-8859-1.gz +rm -f ./i18n/charmaps/KSC5636.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KSC5636.gz ./i18n/charmaps/KSC5636.gz +rm -f ./i18n/charmaps/NATS-SEFI.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NATS-SEFI.gz ./i18n/charmaps/NATS-SEFI.gz +rm -f ./i18n/charmaps/NATS-DANO-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NATS-DANO-ADD.gz ./i18n/charmaps/NATS-DANO-ADD.gz +rm -f ./i18n/charmaps/ISO-8859-14.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-14.gz ./i18n/charmaps/ISO-8859-14.gz +rm -f ./i18n/charmaps/CP1250.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1250.gz ./i18n/charmaps/CP1250.gz +rm -f ./i18n/charmaps/ISO_5427.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_5427.gz ./i18n/charmaps/ISO_5427.gz +rm -f ./i18n/charmaps/BS_VIEWDATA.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BS_VIEWDATA.gz ./i18n/charmaps/BS_VIEWDATA.gz +rm -f ./i18n/charmaps/HP-THAI8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-THAI8.gz ./i18n/charmaps/HP-THAI8.gz +rm -f ./i18n/charmaps/EBCDIC-IT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-IT.gz ./i18n/charmaps/EBCDIC-IT.gz +rm -f ./i18n/charmaps/CP1252.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1252.gz ./i18n/charmaps/CP1252.gz +rm -f ./i18n/charmaps/IBM278.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM278.gz ./i18n/charmaps/IBM278.gz +rm -f ./i18n/charmaps/ISIRI-3342.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISIRI-3342.gz ./i18n/charmaps/ISIRI-3342.gz +rm -f ./i18n/charmaps/IBM290.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM290.gz ./i18n/charmaps/IBM290.gz +rm -f ./i18n/charmaps/EBCDIC-FI-SE-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-FI-SE-A.gz ./i18n/charmaps/EBCDIC-FI-SE-A.gz +rm -f ./i18n/charmaps/BIG5-HKSCS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BIG5-HKSCS.gz ./i18n/charmaps/BIG5-HKSCS.gz +rm -f ./i18n/charmaps/KOI8-RU.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI8-RU.gz ./i18n/charmaps/KOI8-RU.gz +rm -f ./i18n/charmaps/HP-GREEK8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-GREEK8.gz ./i18n/charmaps/HP-GREEK8.gz +rm -f ./i18n/charmaps/IBM869.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM869.gz ./i18n/charmaps/IBM869.gz +rm -f ./i18n/charmaps/ISO_646.IRV.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_646.IRV.gz ./i18n/charmaps/ISO_646.IRV.gz +rm -f ./i18n/charmaps/MAC-CYRILLIC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-CYRILLIC.gz ./i18n/charmaps/MAC-CYRILLIC.gz +rm -f ./i18n/charmaps/EBCDIC-UK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-UK.gz ./i18n/charmaps/EBCDIC-UK.gz +rm -f ./i18n/charmaps/IBM1129.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1129.gz ./i18n/charmaps/IBM1129.gz +rm -f ./i18n/charmaps/DS_2089.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/DS_2089.gz ./i18n/charmaps/DS_2089.gz +rm -f ./i18n/charmaps/RK1048.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/RK1048.gz ./i18n/charmaps/RK1048.gz +rm -f ./i18n/charmaps/EBCDIC-IS-FRISS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-IS-FRISS.gz ./i18n/charmaps/EBCDIC-IS-FRISS.gz +rm -f ./i18n/charmaps/EUC-JP.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-JP.gz ./i18n/charmaps/EUC-JP.gz +rm -f ./i18n/charmaps/CP1251.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1251.gz ./i18n/charmaps/CP1251.gz +rm -f ./i18n/charmaps/INVARIANT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/INVARIANT.gz ./i18n/charmaps/INVARIANT.gz +rm -f ./i18n/charmaps/JUS_I.B1.002.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JUS_I.B1.002.gz ./i18n/charmaps/JUS_I.B1.002.gz +rm -f ./i18n/charmaps/SEN_850200_C.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SEN_850200_C.gz ./i18n/charmaps/SEN_850200_C.gz +rm -f ./i18n/charmaps/IBM1160.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1160.gz ./i18n/charmaps/IBM1160.gz +rm -f ./i18n/charmaps/CP1256.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1256.gz ./i18n/charmaps/CP1256.gz +rm -f ./i18n/charmaps/IBM865.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM865.gz ./i18n/charmaps/IBM865.gz +rm -f ./i18n/charmaps/ISO-8859-15.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-15.gz ./i18n/charmaps/ISO-8859-15.gz +rm -f ./i18n/charmaps/TSCII.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/TSCII.gz ./i18n/charmaps/TSCII.gz +rm -f ./i18n/charmaps/GREEK7-OLD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GREEK7-OLD.gz ./i18n/charmaps/GREEK7-OLD.gz +rm -f ./i18n/charmaps/IBM857.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM857.gz ./i18n/charmaps/IBM857.gz +rm -f ./i18n/charmaps/ISO_11548-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_11548-1.gz ./i18n/charmaps/ISO_11548-1.gz +rm -f ./i18n/charmaps/IBM285.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM285.gz ./i18n/charmaps/IBM285.gz +rm -f ./i18n/charmaps/LATIN-GREEK-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/LATIN-GREEK-1.gz ./i18n/charmaps/LATIN-GREEK-1.gz +rm -f ./i18n/charmaps/IBM1124.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1124.gz ./i18n/charmaps/IBM1124.gz +rm -f ./i18n/charmaps/IBM500.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM500.gz ./i18n/charmaps/IBM500.gz +rm -f ./i18n/charmaps/PT2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/PT2.gz ./i18n/charmaps/PT2.gz +rm -f ./i18n/charmaps/IT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IT.gz ./i18n/charmaps/IT.gz +rm -f ./i18n/charmaps/BRF.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BRF.gz ./i18n/charmaps/BRF.gz +rm -f ./i18n/charmaps/EBCDIC-PT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-PT.gz ./i18n/charmaps/EBCDIC-PT.gz +rm -f ./i18n/charmaps/IBM1164.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1164.gz ./i18n/charmaps/IBM1164.gz +rm -f ./i18n/charmaps/NC_NC00-10.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NC_NC00-10.gz ./i18n/charmaps/NC_NC00-10.gz +rm -f ./i18n/charmaps/SAMI-WS2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SAMI-WS2.gz ./i18n/charmaps/SAMI-WS2.gz +rm -f ./i18n/charmaps/JIS_C6220-1969-JP.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6220-1969-JP.gz ./i18n/charmaps/JIS_C6220-1969-JP.gz +rm -f ./i18n/charmaps/EBCDIC-CA-FR.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-CA-FR.gz ./i18n/charmaps/EBCDIC-CA-FR.gz +rm -f ./i18n/charmaps/EBCDIC-AT-DE-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-AT-DE-A.gz ./i18n/charmaps/EBCDIC-AT-DE-A.gz +rm -f ./i18n/charmaps/IBM420.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM420.gz ./i18n/charmaps/IBM420.gz +rm -f ./i18n/charmaps/IBM1047.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1047.gz ./i18n/charmaps/IBM1047.gz +rm -f ./i18n/charmaps/ISO-IR-209.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-IR-209.gz ./i18n/charmaps/ISO-IR-209.gz +rm -f ./i18n/charmaps/EUC-KR.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-KR.gz ./i18n/charmaps/EUC-KR.gz +rm -f ./i18n/charmaps/TIS-620.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/TIS-620.gz ./i18n/charmaps/TIS-620.gz +rm -f ./i18n/charmaps/CP1255.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1255.gz ./i18n/charmaps/CP1255.gz +rm -f ./i18n/charmaps/ISO-8859-16.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-16.gz ./i18n/charmaps/ISO-8859-16.gz +rm -f ./i18n/charmaps/GB_1988-80.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GB_1988-80.gz ./i18n/charmaps/GB_1988-80.gz +rm -f ./i18n/charmaps/ISO_2033-1983.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_2033-1983.gz ./i18n/charmaps/ISO_2033-1983.gz +rm -f ./i18n/charmaps/ISO_6937.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_6937.gz ./i18n/charmaps/ISO_6937.gz +rm -f ./i18n/charmaps/IBM1132.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1132.gz ./i18n/charmaps/IBM1132.gz +rm -f ./i18n/charmaps/CP1253.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1253.gz ./i18n/charmaps/CP1253.gz +rm -f ./i18n/charmaps/ISO-8859-7.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-7.gz ./i18n/charmaps/ISO-8859-7.gz +rm -f ./i18n/charmaps/TCVN5712-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/TCVN5712-1.gz ./i18n/charmaps/TCVN5712-1.gz +rm -f ./i18n/charmaps/IBM863.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM863.gz ./i18n/charmaps/IBM863.gz +rm -f ./i18n/charmaps/IBM904.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM904.gz ./i18n/charmaps/IBM904.gz +rm -f ./i18n/charmaps/ISO-8859-6.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-6.gz ./i18n/charmaps/ISO-8859-6.gz +rm -f ./i18n/charmaps/EBCDIC-ES-S.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-ES-S.gz ./i18n/charmaps/EBCDIC-ES-S.gz +rm -f ./i18n/charmaps/EBCDIC-AT-DE.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-AT-DE.gz ./i18n/charmaps/EBCDIC-AT-DE.gz +rm -f ./i18n/charmaps/CP949.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP949.gz ./i18n/charmaps/CP949.gz +rm -f ./i18n/charmaps/IBM284.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM284.gz ./i18n/charmaps/IBM284.gz +rm -f ./i18n/charmaps/IBM256.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM256.gz ./i18n/charmaps/IBM256.gz +rm -f ./i18n/charmaps/ISO-IR-90.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-IR-90.gz ./i18n/charmaps/ISO-IR-90.gz +rm -f ./i18n/charmaps/ISO_8859-SUPP.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_8859-SUPP.gz ./i18n/charmaps/ISO_8859-SUPP.gz +rm -f ./i18n/charmaps/SHIFT_JIS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SHIFT_JIS.gz ./i18n/charmaps/SHIFT_JIS.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz ./i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz +rm -f ./i18n/charmaps/JUS_I.B1.003-MAC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JUS_I.B1.003-MAC.gz ./i18n/charmaps/JUS_I.B1.003-MAC.gz +rm -f ./i18n/charmaps/EBCDIC-FI-SE.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-FI-SE.gz ./i18n/charmaps/EBCDIC-FI-SE.gz +rm -f ./i18n/charmaps/IBM275.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM275.gz ./i18n/charmaps/IBM275.gz +rm -f ./i18n/charmaps/GREEK7.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GREEK7.gz ./i18n/charmaps/GREEK7.gz +rm -f ./i18n/charmaps/GEORGIAN-ACADEMY.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GEORGIAN-ACADEMY.gz ./i18n/charmaps/GEORGIAN-ACADEMY.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-B.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-B.gz ./i18n/charmaps/JIS_C6229-1984-B.gz +rm -f ./i18n/charmaps/INIS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/INIS.gz ./i18n/charmaps/INIS.gz +rm -f ./i18n/charmaps/ISO_5428.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_5428.gz ./i18n/charmaps/ISO_5428.gz +rm -f ./i18n/charmaps/MAC-IS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-IS.gz ./i18n/charmaps/MAC-IS.gz +rm -f ./i18n/charmaps/BIG5.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BIG5.gz ./i18n/charmaps/BIG5.gz +rm -f ./i18n/charmaps/IBM423.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM423.gz ./i18n/charmaps/IBM423.gz +rm -f ./i18n/charmaps/IBM1162.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1162.gz ./i18n/charmaps/IBM1162.gz +rm -f ./i18n/charmaps/INIS-CYRILLIC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/INIS-CYRILLIC.gz ./i18n/charmaps/INIS-CYRILLIC.gz +rm -f ./i18n/charmaps/GB18030.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GB18030.gz ./i18n/charmaps/GB18030.gz +rm -f ./i18n/charmaps/ISO-8859-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-8.gz ./i18n/charmaps/ISO-8859-8.gz +rm -f ./i18n/charmaps/CSA_Z243.4-1985-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CSA_Z243.4-1985-1.gz ./i18n/charmaps/CSA_Z243.4-1985-1.gz +rm -f ./i18n/charmaps/NS_4551-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NS_4551-1.gz ./i18n/charmaps/NS_4551-1.gz +rm -f ./i18n/charmaps/CP10007.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP10007.gz ./i18n/charmaps/CP10007.gz +rm -f ./i18n/charmaps/INIS-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/INIS-8.gz ./i18n/charmaps/INIS-8.gz +rm -f ./i18n/charmaps/IBM281.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM281.gz ./i18n/charmaps/IBM281.gz +rm -f ./i18n/charmaps/ISO-8859-2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-2.gz ./i18n/charmaps/ISO-8859-2.gz +rm -f ./i18n/charmaps/IBM1133.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1133.gz ./i18n/charmaps/IBM1133.gz +rm -f ./i18n/charmaps/DEC-MCS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/DEC-MCS.gz ./i18n/charmaps/DEC-MCS.gz +rm -f ./i18n/charmaps/IBM1163.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1163.gz ./i18n/charmaps/IBM1163.gz +rm -f ./i18n/charmaps/IBM852.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM852.gz ./i18n/charmaps/IBM852.gz +rm -f ./i18n/charmaps/ISO-8859-11.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-11.gz ./i18n/charmaps/ISO-8859-11.gz +rm -f ./i18n/charmaps/EBCDIC-ES.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-ES.gz ./i18n/charmaps/EBCDIC-ES.gz +rm -f ./i18n/charmaps/IEC_P27-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IEC_P27-1.gz ./i18n/charmaps/IEC_P27-1.gz +rm -f ./i18n/charmaps/JIS_X0201.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_X0201.gz ./i18n/charmaps/JIS_X0201.gz +rm -f ./i18n/charmaps/IBM866.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM866.gz ./i18n/charmaps/IBM866.gz +rm -f ./i18n/charmaps/WINDOWS-31J.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/WINDOWS-31J.gz ./i18n/charmaps/WINDOWS-31J.gz +rm -f ./i18n/charmaps/EUC-TW.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-TW.gz ./i18n/charmaps/EUC-TW.gz +rm -f ./i18n/charmaps/EBCDIC-DK-NO.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-DK-NO.gz ./i18n/charmaps/EBCDIC-DK-NO.gz +rm -f ./i18n/charmaps/ISO_10367-BOX.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_10367-BOX.gz ./i18n/charmaps/ISO_10367-BOX.gz +rm -f ./i18n/charmaps/IBM862.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM862.gz ./i18n/charmaps/IBM862.gz +rm -f ./i18n/charmaps/EUC-JISX0213.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-JISX0213.gz ./i18n/charmaps/EUC-JISX0213.gz +rm -f ./i18n/charmaps/UTF-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/UTF-8.gz ./i18n/charmaps/UTF-8.gz +rm -f ./i18n/charmaps/GREEK-CCITT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GREEK-CCITT.gz ./i18n/charmaps/GREEK-CCITT.gz +rm -f ./i18n/charmaps/GB2312.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GB2312.gz ./i18n/charmaps/GB2312.gz +rm -f ./i18n/charmaps/KOI8-U.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI8-U.gz ./i18n/charmaps/KOI8-U.gz +rm -f ./i18n/charmaps/CWI.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CWI.gz ./i18n/charmaps/CWI.gz +rm -f ./i18n/charmaps/NATS-SEFI-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NATS-SEFI-ADD.gz ./i18n/charmaps/NATS-SEFI-ADD.gz +rm -f ./i18n/charmaps/IBM864.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM864.gz ./i18n/charmaps/IBM864.gz +rm -f ./i18n/charmaps/IBM903.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM903.gz ./i18n/charmaps/IBM903.gz +rm -f ./i18n/charmaps/IBM437.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM437.gz ./i18n/charmaps/IBM437.gz +rm -f ./i18n/charmaps/VISCII.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/VISCII.gz ./i18n/charmaps/VISCII.gz +rm -f ./i18n/charmaps/EBCDIC-ES-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-ES-A.gz ./i18n/charmaps/EBCDIC-ES-A.gz +rm -f ./i18n/charmaps/DIN_66003.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/DIN_66003.gz ./i18n/charmaps/DIN_66003.gz +rm -f ./i18n/charmaps/IBM861.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM861.gz ./i18n/charmaps/IBM861.gz +rm -f ./i18n/charmaps/JOHAB.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JOHAB.gz ./i18n/charmaps/JOHAB.gz +rm -f ./i18n/charmaps/ISO_6937-2-25.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_6937-2-25.gz ./i18n/charmaps/ISO_6937-2-25.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-HAND.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-HAND.gz ./i18n/charmaps/JIS_C6229-1984-HAND.gz +rm -f ./i18n/charmaps/IBM037.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM037.gz ./i18n/charmaps/IBM037.gz +rm -f ./i18n/charmaps/CP1258.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1258.gz ./i18n/charmaps/CP1258.gz +rm -f ./i18n/charmaps/EBCDIC-FR.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-FR.gz ./i18n/charmaps/EBCDIC-FR.gz +rm -f ./i18n/charmaps/IBM875.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM875.gz ./i18n/charmaps/IBM875.gz +rm -f ./i18n/charmaps/T.61-7BIT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/T.61-7BIT.gz ./i18n/charmaps/T.61-7BIT.gz +rm -f ./i18n/charmaps/KOI8-R.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI8-R.gz ./i18n/charmaps/KOI8-R.gz +rm -f ./i18n/charmaps/IBM868.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM868.gz ./i18n/charmaps/IBM868.gz +rm -f ./i18n/charmaps/KOI8-T.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI8-T.gz ./i18n/charmaps/KOI8-T.gz +rm -f ./i18n/charmaps/GOST_19768-74.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GOST_19768-74.gz ./i18n/charmaps/GOST_19768-74.gz +rm -f ./i18n/charmaps/BS_4730.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BS_4730.gz ./i18n/charmaps/BS_4730.gz +rm -f ./i18n/charmaps/NEXTSTEP.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NEXTSTEP.gz ./i18n/charmaps/NEXTSTEP.gz +rm -f ./i18n/charmaps/HP-ROMAN9.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-ROMAN9.gz ./i18n/charmaps/HP-ROMAN9.gz +rm -f ./i18n/charmaps/IBM856.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM856.gz ./i18n/charmaps/IBM856.gz +rm -f ./i18n/charmaps/ECMA-CYRILLIC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ECMA-CYRILLIC.gz ./i18n/charmaps/ECMA-CYRILLIC.gz +rm -f ./i18n/charmaps/ISO_646.BASIC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_646.BASIC.gz ./i18n/charmaps/ISO_646.BASIC.gz +rm -f ./i18n/charmaps/ES.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ES.gz ./i18n/charmaps/ES.gz +rm -f ./i18n/charmaps/ISO-8859-9E.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-9E.gz ./i18n/charmaps/ISO-8859-9E.gz +rm -f ./i18n/charmaps/JUS_I.B1.003-SERB.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JUS_I.B1.003-SERB.gz ./i18n/charmaps/JUS_I.B1.003-SERB.gz +rm -f ./i18n/charmaps/IBM038.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM038.gz ./i18n/charmaps/IBM038.gz +rm -f ./i18n/charmaps/NF_Z_62-010.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NF_Z_62-010.gz ./i18n/charmaps/NF_Z_62-010.gz +rm -f ./i18n/charmaps/ISO-8859-5.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-5.gz ./i18n/charmaps/ISO-8859-5.gz +rm -f ./i18n/charmaps/CSA_Z243.4-1985-GR.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CSA_Z243.4-1985-GR.gz ./i18n/charmaps/CSA_Z243.4-1985-GR.gz +rm -f ./i18n/charmaps/ISO_6937-2-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_6937-2-ADD.gz ./i18n/charmaps/ISO_6937-2-ADD.gz +rm -f ./i18n/charmaps/GEORGIAN-PS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GEORGIAN-PS.gz ./i18n/charmaps/GEORGIAN-PS.gz +rm -f ./i18n/charmaps/MACINTOSH.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MACINTOSH.gz ./i18n/charmaps/MACINTOSH.gz +rm -f ./i18n/charmaps/IBM922.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM922.gz ./i18n/charmaps/IBM922.gz +rm -f ./i18n/charmaps/CSN_369103.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CSN_369103.gz ./i18n/charmaps/CSN_369103.gz +rm -f ./i18n/charmaps/IBM850.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM850.gz ./i18n/charmaps/IBM850.gz +rm -f ./i18n/charmaps/ANSI_X3.4-1968.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ANSI_X3.4-1968.gz ./i18n/charmaps/ANSI_X3.4-1968.gz +rm -f ./i18n/charmaps/PT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/PT.gz ./i18n/charmaps/PT.gz +rm -f ./i18n/charmaps/T.101-G2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/T.101-G2.gz ./i18n/charmaps/T.101-G2.gz +rm -f ./i18n/charmaps/EBCDIC-DK-NO-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-DK-NO-A.gz ./i18n/charmaps/EBCDIC-DK-NO-A.gz +rm -f ./i18n/charmaps/IBM874.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM874.gz ./i18n/charmaps/IBM874.gz +rm -f ./i18n/charmaps/GBK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GBK.gz ./i18n/charmaps/GBK.gz +rm -f ./i18n/charmaps/IBM855.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM855.gz ./i18n/charmaps/IBM855.gz +rm -f ./i18n/charmaps/IBM860.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM860.gz ./i18n/charmaps/IBM860.gz +rm -f ./i18n/charmaps/LATIN-GREEK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/LATIN-GREEK.gz ./i18n/charmaps/LATIN-GREEK.gz +rm -f ./i18n/charmaps/SEN_850200_B.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SEN_850200_B.gz ./i18n/charmaps/SEN_850200_B.gz +rm -f ./i18n/charmaps/IBM273.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM273.gz ./i18n/charmaps/IBM273.gz +rm -f ./i18n/charmaps/PT154.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/PT154.gz ./i18n/charmaps/PT154.gz +rm -f ./i18n/charmaps/CP1254.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1254.gz ./i18n/charmaps/CP1254.gz +rm -f ./i18n/charmaps/ISO-8859-3.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-3.gz ./i18n/charmaps/ISO-8859-3.gz +rm -f ./i18n/charmaps/ISO-8859-9.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-9.gz ./i18n/charmaps/ISO-8859-9.gz +rm -f ./i18n/charmaps/HP-ROMAN8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-ROMAN8.gz ./i18n/charmaps/HP-ROMAN8.gz +rm -f ./i18n/charmaps/IBM866NAV.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM866NAV.gz ./i18n/charmaps/IBM866NAV.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-KANA.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-KANA.gz ./i18n/charmaps/JIS_C6229-1984-KANA.gz +rm -f ./i18n/charmaps/ISO_5427-EXT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_5427-EXT.gz ./i18n/charmaps/ISO_5427-EXT.gz +rm -f ./i18n/charmaps/ISO-8859-4.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-4.gz ./i18n/charmaps/ISO-8859-4.gz +rm -f ./i18n/charmaps/ES2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ES2.gz ./i18n/charmaps/ES2.gz +rm -f ./i18n/charmaps/IBM274.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM274.gz ./i18n/charmaps/IBM274.gz +rm -f ./i18n/charmaps/IBM277.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM277.gz ./i18n/charmaps/IBM277.gz +rm -f ./i18n/charmaps/ASMO_449.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ASMO_449.gz ./i18n/charmaps/ASMO_449.gz +rm -f ./i18n/charmaps/IBM851.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM851.gz ./i18n/charmaps/IBM851.gz +rm -f ./i18n/charmaps/HP-TURKISH8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-TURKISH8.gz ./i18n/charmaps/HP-TURKISH8.gz +rm -f ./i18n/charmaps/T.61-8BIT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/T.61-8BIT.gz ./i18n/charmaps/T.61-8BIT.gz +rm -f ./i18n/charmaps/ARMSCII-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ARMSCII-8.gz ./i18n/charmaps/ARMSCII-8.gz +rm -f ./i18n/charmaps/KOI-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI-8.gz ./i18n/charmaps/KOI-8.gz +rm -f ./i18n/charmaps/ISO_10646.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_10646.gz ./i18n/charmaps/ISO_10646.gz +rm -f ./i18n/charmaps/CP737.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP737.gz ./i18n/charmaps/CP737.gz +rm -f ./i18n/charmaps/CSA_Z243.4-1985-2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CSA_Z243.4-1985-2.gz ./i18n/charmaps/CSA_Z243.4-1985-2.gz +rm -f ./i18n/charmaps/IBM870.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM870.gz ./i18n/charmaps/IBM870.gz +rm -f ./i18n/charmaps/NS_4551-2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NS_4551-2.gz ./i18n/charmaps/NS_4551-2.gz +rm -f ./i18n/charmaps/MIK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MIK.gz ./i18n/charmaps/MIK.gz +rm -f ./i18n/charmaps/JIS_C6220-1969-RO.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6220-1969-RO.gz ./i18n/charmaps/JIS_C6220-1969-RO.gz +rm -f ./i18n/charmaps/CP1257.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1257.gz ./i18n/charmaps/CP1257.gz +rm -f ./i18n/charmaps/IBM1026.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1026.gz ./i18n/charmaps/IBM1026.gz +rm -f ./i18n/charmaps/ANSI_X3.110-1983.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ANSI_X3.110-1983.gz ./i18n/charmaps/ANSI_X3.110-1983.gz +rm -f ./i18n/charmaps/IBM880.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM880.gz ./i18n/charmaps/IBM880.gz +rm -f ./i18n/charmaps/IBM1004.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1004.gz ./i18n/charmaps/IBM1004.gz +rm -f ./i18n/charmaps/SHIFT_JISX0213.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SHIFT_JISX0213.gz ./i18n/charmaps/SHIFT_JISX0213.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-A.gz ./i18n/charmaps/JIS_C6229-1984-A.gz +rm -f ./i18n/charmaps/CP1125.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1125.gz ./i18n/charmaps/CP1125.gz +rm -f ./i18n/charmaps/ISO-8859-10.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-10.gz ./i18n/charmaps/ISO-8859-10.gz +rm -f ./i18n/charmaps/CP775.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP775.gz ./i18n/charmaps/CP775.gz +rm -f ./i18n/charmaps/IBM871.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM871.gz ./i18n/charmaps/IBM871.gz +rm -f ./i18n/charmaps/MAC-UK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-UK.gz ./i18n/charmaps/MAC-UK.gz +rm -f ./i18n/charmaps/IBM280.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM280.gz ./i18n/charmaps/IBM280.gz +rm -f ./i18n/charmaps/IBM297.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM297.gz ./i18n/charmaps/IBM297.gz +rm -f ./i18n/charmaps/IBM905.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM905.gz ./i18n/charmaps/IBM905.gz +rm -f ./i18n/charmaps/VIDEOTEX-SUPPL.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/VIDEOTEX-SUPPL.gz ./i18n/charmaps/VIDEOTEX-SUPPL.gz +rm -f ./i18n/charmaps/ISO-IR-197.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-IR-197.gz ./i18n/charmaps/ISO-IR-197.gz +rm -f ./i18n/charmaps/EUC-JP-MS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-JP-MS.gz ./i18n/charmaps/EUC-JP-MS.gz +rm -f ./i18n/charmaps/SAMI.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SAMI.gz ./i18n/charmaps/SAMI.gz +rm -f ./i18n/charmaps/MSZ_7795.3.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MSZ_7795.3.gz ./i18n/charmaps/MSZ_7795.3.gz +rm -f ./i18n/locales/br_FR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/br_FR ./i18n/locales/br_FR +rm -f ./i18n/locales/is_IS +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/is_IS ./i18n/locales/is_IS +rm -f ./i18n/locales/sv_SE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sv_SE ./i18n/locales/sv_SE +rm -f ./i18n/locales/tt_RU@iqtelif +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tt_RU@iqtelif ./i18n/locales/tt_RU@iqtelif +rm -f ./i18n/locales/ru_UA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ru_UA ./i18n/locales/ru_UA +rm -f ./i18n/locales/nds_DE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nds_DE ./i18n/locales/nds_DE +rm -f ./i18n/locales/sq_AL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sq_AL ./i18n/locales/sq_AL +rm -f ./i18n/locales/et_EE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/et_EE ./i18n/locales/et_EE +rm -f ./i18n/locales/te_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/te_IN ./i18n/locales/te_IN +rm -f ./i18n/locales/cy_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/cy_GB ./i18n/locales/cy_GB +rm -f ./i18n/locales/hsb_DE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hsb_DE ./i18n/locales/hsb_DE +rm -f ./i18n/locales/ur_PK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ur_PK ./i18n/locales/ur_PK +rm -f ./i18n/locales/hu_HU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hu_HU ./i18n/locales/hu_HU +rm -f ./i18n/locales/gl_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gl_ES ./i18n/locales/gl_ES +rm -f ./i18n/locales/nn_NO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nn_NO ./i18n/locales/nn_NO +rm -f ./i18n/locales/ar_SA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_SA ./i18n/locales/ar_SA +rm -f ./i18n/locales/en_HK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_HK ./i18n/locales/en_HK +rm -f ./i18n/locales/fi_FI@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fi_FI@euro ./i18n/locales/fi_FI@euro +rm -f ./i18n/locales/byn_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/byn_ER ./i18n/locales/byn_ER +rm -f ./i18n/locales/mt_MT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mt_MT ./i18n/locales/mt_MT +rm -f ./i18n/locales/hy_AM +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hy_AM ./i18n/locales/hy_AM +rm -f ./i18n/locales/zh_HK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zh_HK ./i18n/locales/zh_HK +rm -f ./i18n/locales/he_IL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/he_IL ./i18n/locales/he_IL +rm -f ./i18n/locales/se_NO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/se_NO ./i18n/locales/se_NO +rm -f ./i18n/locales/li_NL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/li_NL ./i18n/locales/li_NL +rm -f ./i18n/locales/ber_MA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ber_MA ./i18n/locales/ber_MA +rm -f ./i18n/locales/fy_NL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fy_NL ./i18n/locales/fy_NL +rm -f ./i18n/locales/bo_CN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bo_CN ./i18n/locales/bo_CN +rm -f ./i18n/locales/es_VE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_VE ./i18n/locales/es_VE +rm -f ./i18n/locales/so_SO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/so_SO ./i18n/locales/so_SO +rm -f ./i18n/locales/fr_BE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_BE@euro ./i18n/locales/fr_BE@euro +rm -f ./i18n/locales/zu_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zu_ZA ./i18n/locales/zu_ZA +rm -f ./i18n/locales/iso14651_t1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iso14651_t1 ./i18n/locales/iso14651_t1 +rm -f ./i18n/locales/ca_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_ES ./i18n/locales/ca_ES +rm -f ./i18n/locales/mai_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mai_IN ./i18n/locales/mai_IN +rm -f ./i18n/locales/fr_LU@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_LU@euro ./i18n/locales/fr_LU@euro +rm -f ./i18n/locales/es_EC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_EC ./i18n/locales/es_EC +rm -f ./i18n/locales/ka_GE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ka_GE ./i18n/locales/ka_GE +rm -f ./i18n/locales/en_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_ZA ./i18n/locales/en_ZA +rm -f ./i18n/locales/es_MX +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_MX ./i18n/locales/es_MX +rm -f ./i18n/locales/en_PH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_PH ./i18n/locales/en_PH +rm -f ./i18n/locales/ar_BH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_BH ./i18n/locales/ar_BH +rm -f ./i18n/locales/ar_OM +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_OM ./i18n/locales/ar_OM +rm -f ./i18n/locales/hi_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hi_IN ./i18n/locales/hi_IN +rm -f ./i18n/locales/zh_SG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zh_SG ./i18n/locales/zh_SG +rm -f ./i18n/locales/tt_RU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tt_RU ./i18n/locales/tt_RU +rm -f ./i18n/locales/si_LK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/si_LK ./i18n/locales/si_LK +rm -f ./i18n/locales/eu_ES@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/eu_ES@euro ./i18n/locales/eu_ES@euro +rm -f ./i18n/locales/kl_GL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/kl_GL ./i18n/locales/kl_GL +rm -f ./i18n/locales/translit_cjk_variants +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_cjk_variants ./i18n/locales/translit_cjk_variants +rm -f ./i18n/locales/nl_NL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nl_NL ./i18n/locales/nl_NL +rm -f ./i18n/locales/translit_compat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_compat ./i18n/locales/translit_compat +rm -f ./i18n/locales/es_PR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_PR ./i18n/locales/es_PR +rm -f ./i18n/locales/translit_neutral +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_neutral ./i18n/locales/translit_neutral +rm -f ./i18n/locales/nl_NL@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nl_NL@euro ./i18n/locales/nl_NL@euro +rm -f ./i18n/locales/en_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_CA ./i18n/locales/en_CA +rm -f ./i18n/locales/sv_FI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sv_FI ./i18n/locales/sv_FI +rm -f ./i18n/locales/en_ZW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_ZW ./i18n/locales/en_ZW +rm -f ./i18n/locales/i18n +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/i18n ./i18n/locales/i18n +rm -f ./i18n/locales/ar_MA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_MA ./i18n/locales/ar_MA +rm -f ./i18n/locales/en_DK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_DK ./i18n/locales/en_DK +rm -f ./i18n/locales/li_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/li_BE ./i18n/locales/li_BE +rm -f ./i18n/locales/de_BE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_BE@euro ./i18n/locales/de_BE@euro +rm -f ./i18n/locales/fy_DE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fy_DE ./i18n/locales/fy_DE +rm -f ./i18n/locales/ar_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_IN ./i18n/locales/ar_IN +rm -f ./i18n/locales/tn_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tn_ZA ./i18n/locales/tn_ZA +rm -f ./i18n/locales/ja_JP +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ja_JP ./i18n/locales/ja_JP +rm -f ./i18n/locales/vi_VN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/vi_VN ./i18n/locales/vi_VN +rm -f ./i18n/locales/translit_fraction +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_fraction ./i18n/locales/translit_fraction +rm -f ./i18n/locales/en_US +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_US ./i18n/locales/en_US +rm -f ./i18n/locales/st_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/st_ZA ./i18n/locales/st_ZA +rm -f ./i18n/locales/sr_RS +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sr_RS ./i18n/locales/sr_RS +rm -f ./i18n/locales/eu_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/eu_ES ./i18n/locales/eu_ES +rm -f ./i18n/locales/es_GT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_GT ./i18n/locales/es_GT +rm -f ./i18n/locales/kn_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/kn_IN ./i18n/locales/kn_IN +rm -f ./i18n/locales/es_CR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_CR ./i18n/locales/es_CR +rm -f ./i18n/locales/ar_IQ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_IQ ./i18n/locales/ar_IQ +rm -f ./i18n/locales/ug_CN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ug_CN ./i18n/locales/ug_CN +rm -f ./i18n/locales/pa_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pa_IN ./i18n/locales/pa_IN +rm -f ./i18n/locales/en_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_GB ./i18n/locales/en_GB +rm -f ./i18n/locales/tr_TR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tr_TR ./i18n/locales/tr_TR +rm -f ./i18n/locales/nb_NO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nb_NO ./i18n/locales/nb_NO +rm -f ./i18n/locales/es_CO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_CO ./i18n/locales/es_CO +rm -f ./i18n/locales/csb_PL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/csb_PL ./i18n/locales/csb_PL +rm -f ./i18n/locales/az_AZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/az_AZ ./i18n/locales/az_AZ +rm -f ./i18n/locales/gez_ET@abegede +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gez_ET@abegede ./i18n/locales/gez_ET@abegede +rm -f ./i18n/locales/sa_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sa_IN ./i18n/locales/sa_IN +rm -f ./i18n/locales/es_NI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_NI ./i18n/locales/es_NI +rm -f ./i18n/locales/ne_NP +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ne_NP ./i18n/locales/ne_NP +rm -f ./i18n/locales/gd_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gd_GB ./i18n/locales/gd_GB +rm -f ./i18n/locales/es_PE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_PE ./i18n/locales/es_PE +rm -f ./i18n/locales/es_US +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_US ./i18n/locales/es_US +rm -f ./i18n/locales/so_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/so_ET ./i18n/locales/so_ET +rm -f ./i18n/locales/ar_JO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_JO ./i18n/locales/ar_JO +rm -f ./i18n/locales/el_GR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/el_GR ./i18n/locales/el_GR +rm -f ./i18n/locales/ky_KG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ky_KG ./i18n/locales/ky_KG +rm -f ./i18n/locales/bo_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bo_IN ./i18n/locales/bo_IN +rm -f ./i18n/locales/ar_AE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_AE ./i18n/locales/ar_AE +rm -f ./i18n/locales/ber_DZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ber_DZ ./i18n/locales/ber_DZ +rm -f ./i18n/locales/el_GR@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/el_GR@euro ./i18n/locales/el_GR@euro +rm -f ./i18n/locales/zh_TW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zh_TW ./i18n/locales/zh_TW +rm -f ./i18n/locales/cs_CZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/cs_CZ ./i18n/locales/cs_CZ +rm -f ./i18n/locales/ca_IT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_IT ./i18n/locales/ca_IT +rm -f ./i18n/locales/sk_SK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sk_SK ./i18n/locales/sk_SK +rm -f ./i18n/locales/en_SG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_SG ./i18n/locales/en_SG +rm -f ./i18n/locales/sr_RS@latin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sr_RS@latin ./i18n/locales/sr_RS@latin +rm -f ./i18n/locales/ts_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ts_ZA ./i18n/locales/ts_ZA +rm -f ./i18n/locales/xh_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/xh_ZA ./i18n/locales/xh_ZA +rm -f ./i18n/locales/translit_wide +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_wide ./i18n/locales/translit_wide +rm -f ./i18n/locales/wa_BE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/wa_BE@euro ./i18n/locales/wa_BE@euro +rm -f ./i18n/locales/or_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/or_IN ./i18n/locales/or_IN +rm -f ./i18n/locales/en_NG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_NG ./i18n/locales/en_NG +rm -f ./i18n/locales/ta_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ta_IN ./i18n/locales/ta_IN +rm -f ./i18n/locales/ar_SD +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_SD ./i18n/locales/ar_SD +rm -f ./i18n/locales/pt_BR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pt_BR ./i18n/locales/pt_BR +rm -f ./i18n/locales/ca_ES@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_ES@euro ./i18n/locales/ca_ES@euro +rm -f ./i18n/locales/om_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/om_ET ./i18n/locales/om_ET +rm -f ./i18n/locales/ar_YE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_YE ./i18n/locales/ar_YE +rm -f ./i18n/locales/iu_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iu_CA ./i18n/locales/iu_CA +rm -f ./i18n/locales/fr_FR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_FR ./i18n/locales/fr_FR +rm -f ./i18n/locales/bs_BA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bs_BA ./i18n/locales/bs_BA +rm -f ./i18n/locales/de_LU@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_LU@euro ./i18n/locales/de_LU@euro +rm -f ./i18n/locales/uz_UZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/uz_UZ ./i18n/locales/uz_UZ +rm -f ./i18n/locales/sc_IT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sc_IT ./i18n/locales/sc_IT +rm -f ./i18n/locales/af_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/af_ZA ./i18n/locales/af_ZA +rm -f ./i18n/locales/es_CL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_CL ./i18n/locales/es_CL +rm -f ./i18n/locales/nds_NL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nds_NL ./i18n/locales/nds_NL +rm -f ./i18n/locales/br_FR@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/br_FR@euro ./i18n/locales/br_FR@euro +rm -f ./i18n/locales/bg_BG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bg_BG ./i18n/locales/bg_BG +rm -f ./i18n/locales/nl_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nl_BE ./i18n/locales/nl_BE +rm -f ./i18n/locales/yi_US +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/yi_US ./i18n/locales/yi_US +rm -f ./i18n/locales/fr_CH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_CH ./i18n/locales/fr_CH +rm -f ./i18n/locales/fr_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_CA ./i18n/locales/fr_CA +rm -f ./i18n/locales/wal_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/wal_ET ./i18n/locales/wal_ET +rm -f ./i18n/locales/ve_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ve_ZA ./i18n/locales/ve_ZA +rm -f ./i18n/locales/pt_PT@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pt_PT@euro ./i18n/locales/pt_PT@euro +rm -f ./i18n/locales/ig_NG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ig_NG ./i18n/locales/ig_NG +rm -f ./i18n/locales/ml_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ml_IN ./i18n/locales/ml_IN +rm -f ./i18n/locales/pap_AN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pap_AN ./i18n/locales/pap_AN +rm -f ./i18n/locales/be_BY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/be_BY ./i18n/locales/be_BY +rm -f ./i18n/locales/mk_MK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mk_MK ./i18n/locales/mk_MK +rm -f ./i18n/locales/aa_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/aa_ET ./i18n/locales/aa_ET +rm -f ./i18n/locales/es_UY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_UY ./i18n/locales/es_UY +rm -f ./i18n/locales/da_DK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/da_DK ./i18n/locales/da_DK +rm -f ./i18n/locales/es_HN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_HN ./i18n/locales/es_HN +rm -f ./i18n/locales/nr_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nr_ZA ./i18n/locales/nr_ZA +rm -f ./i18n/locales/zh_CN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zh_CN ./i18n/locales/zh_CN +rm -f ./i18n/locales/ti_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ti_ET ./i18n/locales/ti_ET +rm -f ./i18n/locales/en_IE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_IE@euro ./i18n/locales/en_IE@euro +rm -f ./i18n/locales/translit_font +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_font ./i18n/locales/translit_font +rm -f ./i18n/locales/gl_ES@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gl_ES@euro ./i18n/locales/gl_ES@euro +rm -f ./i18n/locales/de_CH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_CH ./i18n/locales/de_CH +rm -f ./i18n/locales/lo_LA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/lo_LA ./i18n/locales/lo_LA +rm -f ./i18n/locales/ko_KR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ko_KR ./i18n/locales/ko_KR +rm -f ./i18n/locales/ga_IE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ga_IE ./i18n/locales/ga_IE +rm -f ./i18n/locales/kw_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/kw_GB ./i18n/locales/kw_GB +rm -f ./i18n/locales/ca_AD +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_AD ./i18n/locales/ca_AD +rm -f ./i18n/locales/es_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_ES ./i18n/locales/es_ES +rm -f ./i18n/locales/ru_RU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ru_RU ./i18n/locales/ru_RU +rm -f ./i18n/locales/de_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_BE ./i18n/locales/de_BE +rm -f ./i18n/locales/mg_MG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mg_MG ./i18n/locales/mg_MG +rm -f ./i18n/locales/es_PA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_PA ./i18n/locales/es_PA +rm -f ./i18n/locales/en_BW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_BW ./i18n/locales/en_BW +rm -f ./i18n/locales/ti_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ti_ER ./i18n/locales/ti_ER +rm -f ./i18n/locales/oc_FR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/oc_FR ./i18n/locales/oc_FR +rm -f ./i18n/locales/tk_TM +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tk_TM ./i18n/locales/tk_TM +rm -f ./i18n/locales/uk_UA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/uk_UA ./i18n/locales/uk_UA +rm -f ./i18n/locales/sl_SI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sl_SI ./i18n/locales/sl_SI +rm -f ./i18n/locales/km_KH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/km_KH ./i18n/locales/km_KH +rm -f ./i18n/locales/de_AT@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_AT@euro ./i18n/locales/de_AT@euro +rm -f ./i18n/locales/be_BY@latin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/be_BY@latin ./i18n/locales/be_BY@latin +rm -f ./i18n/locales/gu_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gu_IN ./i18n/locales/gu_IN +rm -f ./i18n/locales/ar_QA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_QA ./i18n/locales/ar_QA +rm -f ./i18n/locales/es_ES@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_ES@euro ./i18n/locales/es_ES@euro +rm -f ./i18n/locales/sr_ME +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sr_ME ./i18n/locales/sr_ME +rm -f ./i18n/locales/crh_UA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/crh_UA ./i18n/locales/crh_UA +rm -f ./i18n/locales/gez_ER@abegede +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gez_ER@abegede ./i18n/locales/gez_ER@abegede +rm -f ./i18n/locales/shs_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/shs_CA ./i18n/locales/shs_CA +rm -f ./i18n/locales/el_CY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/el_CY ./i18n/locales/el_CY +rm -f ./i18n/locales/rw_RW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/rw_RW ./i18n/locales/rw_RW +rm -f ./i18n/locales/POSIX +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/POSIX ./i18n/locales/POSIX +rm -f ./i18n/locales/ku_TR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ku_TR ./i18n/locales/ku_TR +rm -f ./i18n/locales/ms_MY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ms_MY ./i18n/locales/ms_MY +rm -f ./i18n/locales/ast_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ast_ES ./i18n/locales/ast_ES +rm -f ./i18n/locales/ar_LB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_LB ./i18n/locales/ar_LB +rm -f ./i18n/locales/en_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_IN ./i18n/locales/en_IN +rm -f ./i18n/locales/lt_LT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/lt_LT ./i18n/locales/lt_LT +rm -f ./i18n/locales/en_NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_NZ ./i18n/locales/en_NZ +rm -f ./i18n/locales/es_DO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_DO ./i18n/locales/es_DO +rm -f ./i18n/locales/translit_circle +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_circle ./i18n/locales/translit_circle +rm -f ./i18n/locales/wo_SN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/wo_SN ./i18n/locales/wo_SN +rm -f ./i18n/locales/es_SV +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_SV ./i18n/locales/es_SV +rm -f ./i18n/locales/translit_combining +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_combining ./i18n/locales/translit_combining +rm -f ./i18n/locales/ha_NG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ha_NG ./i18n/locales/ha_NG +rm -f ./i18n/locales/bn_BD +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bn_BD ./i18n/locales/bn_BD +rm -f ./i18n/locales/tl_PH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tl_PH ./i18n/locales/tl_PH +rm -f ./i18n/locales/es_PY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_PY ./i18n/locales/es_PY +rm -f ./i18n/locales/om_KE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/om_KE ./i18n/locales/om_KE +rm -f ./i18n/locales/lv_LV +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/lv_LV ./i18n/locales/lv_LV +rm -f ./i18n/locales/fr_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_BE ./i18n/locales/fr_BE +rm -f ./i18n/locales/sid_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sid_ET ./i18n/locales/sid_ET +rm -f ./i18n/locales/translit_narrow +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_narrow ./i18n/locales/translit_narrow +rm -f ./i18n/locales/pl_PL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pl_PL ./i18n/locales/pl_PL +rm -f ./i18n/locales/fa_IR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fa_IR ./i18n/locales/fa_IR +rm -f ./i18n/locales/de_DE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_DE@euro ./i18n/locales/de_DE@euro +rm -f ./i18n/locales/as_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/as_IN ./i18n/locales/as_IN +rm -f ./i18n/locales/en_IE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_IE ./i18n/locales/en_IE +rm -f ./i18n/locales/am_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/am_ET ./i18n/locales/am_ET +rm -f ./i18n/locales/aa_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/aa_ER ./i18n/locales/aa_ER +rm -f ./i18n/locales/ar_EG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_EG ./i18n/locales/ar_EG +rm -f ./i18n/locales/tig_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tig_ER ./i18n/locales/tig_ER +rm -f ./i18n/locales/de_AT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_AT ./i18n/locales/de_AT +rm -f ./i18n/locales/fr_FR@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_FR@euro ./i18n/locales/fr_FR@euro +rm -f ./i18n/locales/ga_IE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ga_IE@euro ./i18n/locales/ga_IE@euro +rm -f ./i18n/locales/fo_FO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fo_FO ./i18n/locales/fo_FO +rm -f ./i18n/locales/mi_NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mi_NZ ./i18n/locales/mi_NZ +rm -f ./i18n/locales/bn_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bn_IN ./i18n/locales/bn_IN +rm -f ./i18n/locales/ar_LY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_LY ./i18n/locales/ar_LY +rm -f ./i18n/locales/yo_NG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/yo_NG ./i18n/locales/yo_NG +rm -f ./i18n/locales/fil_PH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fil_PH ./i18n/locales/fil_PH +rm -f ./i18n/locales/id_ID +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/id_ID ./i18n/locales/id_ID +rm -f ./i18n/locales/pt_PT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pt_PT ./i18n/locales/pt_PT +rm -f ./i18n/locales/dz_BT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/dz_BT ./i18n/locales/dz_BT +rm -f ./i18n/locales/gez_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gez_ET ./i18n/locales/gez_ET +rm -f ./i18n/locales/iso14651_t1_pinyin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iso14651_t1_pinyin ./i18n/locales/iso14651_t1_pinyin +rm -f ./i18n/locales/fr_LU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_LU ./i18n/locales/fr_LU +rm -f ./i18n/locales/translit_hangul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_hangul ./i18n/locales/translit_hangul +rm -f ./i18n/locales/th_TH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/th_TH ./i18n/locales/th_TH +rm -f ./i18n/locales/nl_BE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nl_BE@euro ./i18n/locales/nl_BE@euro +rm -f ./i18n/locales/it_CH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/it_CH ./i18n/locales/it_CH +rm -f ./i18n/locales/it_IT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/it_IT ./i18n/locales/it_IT +rm -f ./i18n/locales/so_DJ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/so_DJ ./i18n/locales/so_DJ +rm -f ./i18n/locales/ca_FR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_FR ./i18n/locales/ca_FR +rm -f ./i18n/locales/aa_ER@saaho +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/aa_ER@saaho ./i18n/locales/aa_ER@saaho +rm -f ./i18n/locales/fur_IT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fur_IT ./i18n/locales/fur_IT +rm -f ./i18n/locales/translit_cjk_compat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_cjk_compat ./i18n/locales/translit_cjk_compat +rm -f ./i18n/locales/mr_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mr_IN ./i18n/locales/mr_IN +rm -f ./i18n/locales/en_AU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_AU ./i18n/locales/en_AU +rm -f ./i18n/locales/it_IT@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/it_IT@euro ./i18n/locales/it_IT@euro +rm -f ./i18n/locales/kk_KZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/kk_KZ ./i18n/locales/kk_KZ +rm -f ./i18n/locales/aa_DJ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/aa_DJ ./i18n/locales/aa_DJ +rm -f ./i18n/locales/hr_HR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hr_HR ./i18n/locales/hr_HR +rm -f ./i18n/locales/ik_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ik_CA ./i18n/locales/ik_CA +rm -f ./i18n/locales/so_KE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/so_KE ./i18n/locales/so_KE +rm -f ./i18n/locales/mn_MN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mn_MN ./i18n/locales/mn_MN +rm -f ./i18n/locales/ar_TN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_TN ./i18n/locales/ar_TN +rm -f ./i18n/locales/pa_PK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pa_PK ./i18n/locales/pa_PK +rm -f ./i18n/locales/tr_CY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tr_CY ./i18n/locales/tr_CY +rm -f ./i18n/locales/an_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/an_ES ./i18n/locales/an_ES +rm -f ./i18n/locales/lg_UG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/lg_UG ./i18n/locales/lg_UG +rm -f ./i18n/locales/ar_KW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_KW ./i18n/locales/ar_KW +rm -f ./i18n/locales/ss_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ss_ZA ./i18n/locales/ss_ZA +rm -f ./i18n/locales/ar_SY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_SY ./i18n/locales/ar_SY +rm -f ./i18n/locales/tg_TJ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tg_TJ ./i18n/locales/tg_TJ +rm -f ./i18n/locales/translit_small +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_small ./i18n/locales/translit_small +rm -f ./i18n/locales/es_AR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_AR ./i18n/locales/es_AR +rm -f ./i18n/locales/es_BO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_BO ./i18n/locales/es_BO +rm -f ./i18n/locales/gv_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gv_GB ./i18n/locales/gv_GB +rm -f ./i18n/locales/de_DE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_DE ./i18n/locales/de_DE +rm -f ./i18n/locales/gez_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gez_ER ./i18n/locales/gez_ER +rm -f ./i18n/locales/sv_FI@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sv_FI@euro ./i18n/locales/sv_FI@euro +rm -f ./i18n/locales/iso14651_t1_common +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iso14651_t1_common ./i18n/locales/iso14651_t1_common +rm -f ./i18n/locales/iw_IL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iw_IL ./i18n/locales/iw_IL +rm -f ./i18n/locales/nso_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nso_ZA ./i18n/locales/nso_ZA +rm -f ./i18n/locales/ro_RO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ro_RO ./i18n/locales/ro_RO +rm -f ./i18n/locales/uz_UZ@cyrillic +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/uz_UZ@cyrillic ./i18n/locales/uz_UZ@cyrillic +rm -f ./i18n/locales/wa_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/wa_BE ./i18n/locales/wa_BE +rm -f ./i18n/locales/de_LU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_LU ./i18n/locales/de_LU +rm -f ./i18n/locales/ar_DZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_DZ ./i18n/locales/ar_DZ +rm -f ./i18n/locales/fi_FI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fi_FI ./i18n/locales/fi_FI +rm -f ./locale/vi/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/vi/LC_MESSAGES/libc.mo ./locale/vi/LC_MESSAGES/libc.mo +rm -f ./locale/locale.alias +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/locale.alias ./locale/locale.alias +rm -f ./locale/de/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/de/LC_MESSAGES/libc.mo ./locale/de/LC_MESSAGES/libc.mo +rm -f ./locale/da/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/da/LC_MESSAGES/libc.mo ./locale/da/LC_MESSAGES/libc.mo +rm -f ./locale/nb/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/nb/LC_MESSAGES/libc.mo ./locale/nb/LC_MESSAGES/libc.mo +rm -f ./locale/hu/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/hu/LC_MESSAGES/libc.mo ./locale/hu/LC_MESSAGES/libc.mo +rm -f ./locale/pl/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/pl/LC_MESSAGES/libc.mo ./locale/pl/LC_MESSAGES/libc.mo +rm -f ./locale/gl/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/gl/LC_MESSAGES/libc.mo ./locale/gl/LC_MESSAGES/libc.mo +rm -f ./locale/en_GB/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/en_GB/LC_MESSAGES/libc.mo ./locale/en_GB/LC_MESSAGES/libc.mo +rm -f ./locale/hr/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/hr/LC_MESSAGES/libc.mo ./locale/hr/LC_MESSAGES/libc.mo +rm -f ./locale/ko/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/ko/LC_MESSAGES/libc.mo ./locale/ko/LC_MESSAGES/libc.mo +rm -f ./locale/be/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/be/LC_MESSAGES/libc.mo ./locale/be/LC_MESSAGES/libc.mo +rm -f ./locale/zh_TW/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/zh_TW/LC_MESSAGES/libc.mo ./locale/zh_TW/LC_MESSAGES/libc.mo +rm -f ./locale/fi/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/fi/LC_MESSAGES/libc.mo ./locale/fi/LC_MESSAGES/libc.mo +rm -f ./locale/tr/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/tr/LC_MESSAGES/libc.mo ./locale/tr/LC_MESSAGES/libc.mo +rm -f ./locale/pt_BR/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/pt_BR/LC_MESSAGES/libc.mo ./locale/pt_BR/LC_MESSAGES/libc.mo +rm -f ./locale/rw/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/rw/LC_MESSAGES/libc.mo ./locale/rw/LC_MESSAGES/libc.mo +rm -f ./locale/zh_CN/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/zh_CN/LC_MESSAGES/libc.mo ./locale/zh_CN/LC_MESSAGES/libc.mo +rm -f ./locale/es/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/es/LC_MESSAGES/libc.mo ./locale/es/LC_MESSAGES/libc.mo +rm -f ./locale/el/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/el/LC_MESSAGES/libc.mo ./locale/el/LC_MESSAGES/libc.mo +rm -f ./locale/sv/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/sv/LC_MESSAGES/libc.mo ./locale/sv/LC_MESSAGES/libc.mo +rm -f ./locale/sk/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/sk/LC_MESSAGES/libc.mo ./locale/sk/LC_MESSAGES/libc.mo +rm -f ./locale/bg/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/bg/LC_MESSAGES/libc.mo ./locale/bg/LC_MESSAGES/libc.mo +rm -f ./locale/ru/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/ru/LC_MESSAGES/libc.mo ./locale/ru/LC_MESSAGES/libc.mo +rm -f ./locale/ja/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/ja/LC_MESSAGES/libc.mo ./locale/ja/LC_MESSAGES/libc.mo +rm -f ./locale/cs/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/cs/LC_MESSAGES/libc.mo ./locale/cs/LC_MESSAGES/libc.mo +rm -f ./locale/fr/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/fr/LC_MESSAGES/libc.mo ./locale/fr/LC_MESSAGES/libc.mo +rm -f ./locale/it/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/it/LC_MESSAGES/libc.mo ./locale/it/LC_MESSAGES/libc.mo +rm -f ./locale/ca/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/ca/LC_MESSAGES/libc.mo ./locale/ca/LC_MESSAGES/libc.mo +rm -f ./locale/nl/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/nl/LC_MESSAGES/libc.mo ./locale/nl/LC_MESSAGES/libc.mo +popd +cp -d ${build_top}/lite/install/${target_name}/lib/libgcc_s.so ${build_top}/lite/install/${target_name}/libc/armv4t/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/libgcc_s.so.1 ${build_top}/lite/install/${target_name}/libc/armv4t/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv4t/libgcc_s.so ${build_top}/lite/install/${target_name}/libc/armv4t/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv4t/libgcc_s.so.1 ${build_top}/lite/install/${target_name}/libc/armv4t/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv4t/libstdc++.so ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv4t/libstdc++.so.6 ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv4t/libstdc++.so.6.0.10 ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv4t/libstdc++.a ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/ +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/gdbserver ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/gdbserver +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/ldconfig ${build_top}/lite/install/${target_name}/libc/armv4t/sbin/ldconfig +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/sln ${build_top}/lite/install/${target_name}/libc/armv4t/sbin/sln +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/catchsegv ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/catchsegv +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/gencat ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/gencat +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/getconf ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/getconf +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/getent ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/getent +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/iconv ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/iconv +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/ldd ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/ldd +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/locale ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/locale +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/localedef ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/localedef +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/mtrace ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/mtrace +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/pcprofiledump ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/pcprofiledump +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/rpcgen ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/rpcgen +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/sprof ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/sprof +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/tzselect ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/tzselect +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/xtrace ${build_top}/lite/install/${target_name}/libc/armv4t/usr/bin/xtrace +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/iconvconfig ${build_top}/lite/install/${target_name}/libc/armv4t/usr/sbin/iconvconfig +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/nscd ${build_top}/lite/install/${target_name}/libc/armv4t/usr/sbin/nscd +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/rpcinfo ${build_top}/lite/install/${target_name}/libc/armv4t/usr/sbin/rpcinfo +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/zdump ${build_top}/lite/install/${target_name}/libc/armv4t/usr/sbin/zdump +ln -f ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib//bin/zic ${build_top}/lite/install/${target_name}/libc/armv4t/usr/sbin/zic +rm -rf ${build_top}/lite/install/${target_name}/libc/armv6/usr/include +pushd ${build_top}/lite/install/${target_name}/libc/armv6/etc +rm -f ./rpc +ln ${build_top}/lite/install/${target_name}/libc/./etc/./rpc ./rpc +popd +pushd ${build_top}/lite/install/${target_name}/libc/armv6/usr/info +rm -f ./dir +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./dir ./dir +rm -f ./libc.info-7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-7 ./libc.info-7 +rm -f ./libc.info-5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-5 ./libc.info-5 +rm -f ./libc.info-2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-2 ./libc.info-2 +rm -f ./libc.info-9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-9 ./libc.info-9 +rm -f ./libc.info-3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-3 ./libc.info-3 +rm -f ./libc.info-1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-1 ./libc.info-1 +rm -f ./libc.info-10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-10 ./libc.info-10 +rm -f ./libc.info +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info ./libc.info +rm -f ./libc.info-11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-11 ./libc.info-11 +rm -f ./libc.info-8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-8 ./libc.info-8 +rm -f ./libc.info-6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-6 ./libc.info-6 +rm -f ./libc.info-4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-4 ./libc.info-4 +popd +pushd ${build_top}/lite/install/${target_name}/libc/armv6/usr/share +rm -f ./zoneinfo/Pacific/Truk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Truk ./zoneinfo/Pacific/Truk +rm -f ./zoneinfo/Pacific/Niue +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Niue ./zoneinfo/Pacific/Niue +rm -f ./zoneinfo/Pacific/Marquesas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Marquesas ./zoneinfo/Pacific/Marquesas +rm -f ./zoneinfo/Pacific/Fakaofo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Fakaofo ./zoneinfo/Pacific/Fakaofo +rm -f ./zoneinfo/Pacific/Tongatapu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Tongatapu ./zoneinfo/Pacific/Tongatapu +rm -f ./zoneinfo/Pacific/Fiji +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Fiji ./zoneinfo/Pacific/Fiji +rm -f ./zoneinfo/Pacific/Galapagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Galapagos ./zoneinfo/Pacific/Galapagos +rm -f ./zoneinfo/Pacific/Enderbury +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Enderbury ./zoneinfo/Pacific/Enderbury +rm -f ./zoneinfo/Pacific/Kosrae +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Kosrae ./zoneinfo/Pacific/Kosrae +rm -f ./zoneinfo/Pacific/Johnston +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Johnston ./zoneinfo/Pacific/Johnston +rm -f ./zoneinfo/Pacific/Saipan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Saipan ./zoneinfo/Pacific/Saipan +rm -f ./zoneinfo/Pacific/Pago_Pago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Pago_Pago ./zoneinfo/Pacific/Pago_Pago +rm -f ./zoneinfo/Pacific/Funafuti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Funafuti ./zoneinfo/Pacific/Funafuti +rm -f ./zoneinfo/Pacific/Apia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Apia ./zoneinfo/Pacific/Apia +rm -f ./zoneinfo/Pacific/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Samoa ./zoneinfo/Pacific/Samoa +rm -f ./zoneinfo/Pacific/Guadalcanal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Guadalcanal ./zoneinfo/Pacific/Guadalcanal +rm -f ./zoneinfo/Pacific/Yap +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Yap ./zoneinfo/Pacific/Yap +rm -f ./zoneinfo/Pacific/Midway +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Midway ./zoneinfo/Pacific/Midway +rm -f ./zoneinfo/Pacific/Efate +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Efate ./zoneinfo/Pacific/Efate +rm -f ./zoneinfo/Pacific/Easter +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Easter ./zoneinfo/Pacific/Easter +rm -f ./zoneinfo/Pacific/Pitcairn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Pitcairn ./zoneinfo/Pacific/Pitcairn +rm -f ./zoneinfo/Pacific/Auckland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Auckland ./zoneinfo/Pacific/Auckland +rm -f ./zoneinfo/Pacific/Gambier +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Gambier ./zoneinfo/Pacific/Gambier +rm -f ./zoneinfo/Pacific/Palau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Palau ./zoneinfo/Pacific/Palau +rm -f ./zoneinfo/Pacific/Guam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Guam ./zoneinfo/Pacific/Guam +rm -f ./zoneinfo/Pacific/Rarotonga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Rarotonga ./zoneinfo/Pacific/Rarotonga +rm -f ./zoneinfo/Pacific/Tarawa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Tarawa ./zoneinfo/Pacific/Tarawa +rm -f ./zoneinfo/Pacific/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Kwajalein ./zoneinfo/Pacific/Kwajalein +rm -f ./zoneinfo/Pacific/Tahiti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Tahiti ./zoneinfo/Pacific/Tahiti +rm -f ./zoneinfo/Pacific/Norfolk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Norfolk ./zoneinfo/Pacific/Norfolk +rm -f ./zoneinfo/Pacific/Ponape +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Ponape ./zoneinfo/Pacific/Ponape +rm -f ./zoneinfo/Pacific/Kiritimati +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Kiritimati ./zoneinfo/Pacific/Kiritimati +rm -f ./zoneinfo/Pacific/Wake +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Wake ./zoneinfo/Pacific/Wake +rm -f ./zoneinfo/Pacific/Nauru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Nauru ./zoneinfo/Pacific/Nauru +rm -f ./zoneinfo/Pacific/Port_Moresby +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Port_Moresby ./zoneinfo/Pacific/Port_Moresby +rm -f ./zoneinfo/Pacific/Noumea +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Noumea ./zoneinfo/Pacific/Noumea +rm -f ./zoneinfo/Pacific/Chatham +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Chatham ./zoneinfo/Pacific/Chatham +rm -f ./zoneinfo/Pacific/Majuro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Majuro ./zoneinfo/Pacific/Majuro +rm -f ./zoneinfo/Pacific/Wallis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Wallis ./zoneinfo/Pacific/Wallis +rm -f ./zoneinfo/Pacific/Honolulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Honolulu ./zoneinfo/Pacific/Honolulu +rm -f ./zoneinfo/Iran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Iran ./zoneinfo/Iran +rm -f ./zoneinfo/Factory +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Factory ./zoneinfo/Factory +rm -f ./zoneinfo/PST8PDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/PST8PDT ./zoneinfo/PST8PDT +rm -f ./zoneinfo/Chile/EasterIsland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Chile/EasterIsland ./zoneinfo/Chile/EasterIsland +rm -f ./zoneinfo/Chile/Continental +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Chile/Continental ./zoneinfo/Chile/Continental +rm -f ./zoneinfo/Libya +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Libya ./zoneinfo/Libya +rm -f ./zoneinfo/Africa/Khartoum +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Khartoum ./zoneinfo/Africa/Khartoum +rm -f ./zoneinfo/Africa/Freetown +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Freetown ./zoneinfo/Africa/Freetown +rm -f ./zoneinfo/Africa/Lagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Lagos ./zoneinfo/Africa/Lagos +rm -f ./zoneinfo/Africa/Maseru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Maseru ./zoneinfo/Africa/Maseru +rm -f ./zoneinfo/Africa/Lome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Lome ./zoneinfo/Africa/Lome +rm -f ./zoneinfo/Africa/Malabo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Malabo ./zoneinfo/Africa/Malabo +rm -f ./zoneinfo/Africa/Timbuktu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Timbuktu ./zoneinfo/Africa/Timbuktu +rm -f ./zoneinfo/Africa/Dakar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Dakar ./zoneinfo/Africa/Dakar +rm -f ./zoneinfo/Africa/Nairobi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Nairobi ./zoneinfo/Africa/Nairobi +rm -f ./zoneinfo/Africa/Mogadishu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Mogadishu ./zoneinfo/Africa/Mogadishu +rm -f ./zoneinfo/Africa/Banjul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Banjul ./zoneinfo/Africa/Banjul +rm -f ./zoneinfo/Africa/Dar_es_Salaam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Dar_es_Salaam ./zoneinfo/Africa/Dar_es_Salaam +rm -f ./zoneinfo/Africa/Mbabane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Mbabane ./zoneinfo/Africa/Mbabane +rm -f ./zoneinfo/Africa/Bamako +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Bamako ./zoneinfo/Africa/Bamako +rm -f ./zoneinfo/Africa/Ouagadougou +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Ouagadougou ./zoneinfo/Africa/Ouagadougou +rm -f ./zoneinfo/Africa/Djibouti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Djibouti ./zoneinfo/Africa/Djibouti +rm -f ./zoneinfo/Africa/Bissau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Bissau ./zoneinfo/Africa/Bissau +rm -f ./zoneinfo/Africa/Tunis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Tunis ./zoneinfo/Africa/Tunis +rm -f ./zoneinfo/Africa/Ndjamena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Ndjamena ./zoneinfo/Africa/Ndjamena +rm -f ./zoneinfo/Africa/Asmara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Asmara ./zoneinfo/Africa/Asmara +rm -f ./zoneinfo/Africa/Brazzaville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Brazzaville ./zoneinfo/Africa/Brazzaville +rm -f ./zoneinfo/Africa/Ceuta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Ceuta ./zoneinfo/Africa/Ceuta +rm -f ./zoneinfo/Africa/El_Aaiun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/El_Aaiun ./zoneinfo/Africa/El_Aaiun +rm -f ./zoneinfo/Africa/Monrovia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Monrovia ./zoneinfo/Africa/Monrovia +rm -f ./zoneinfo/Africa/Libreville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Libreville ./zoneinfo/Africa/Libreville +rm -f ./zoneinfo/Africa/Maputo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Maputo ./zoneinfo/Africa/Maputo +rm -f ./zoneinfo/Africa/Bangui +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Bangui ./zoneinfo/Africa/Bangui +rm -f ./zoneinfo/Africa/Windhoek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Windhoek ./zoneinfo/Africa/Windhoek +rm -f ./zoneinfo/Africa/Addis_Ababa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Addis_Ababa ./zoneinfo/Africa/Addis_Ababa +rm -f ./zoneinfo/Africa/Douala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Douala ./zoneinfo/Africa/Douala +rm -f ./zoneinfo/Africa/Sao_Tome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Sao_Tome ./zoneinfo/Africa/Sao_Tome +rm -f ./zoneinfo/Africa/Conakry +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Conakry ./zoneinfo/Africa/Conakry +rm -f ./zoneinfo/Africa/Harare +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Harare ./zoneinfo/Africa/Harare +rm -f ./zoneinfo/Africa/Blantyre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Blantyre ./zoneinfo/Africa/Blantyre +rm -f ./zoneinfo/Africa/Asmera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Asmera ./zoneinfo/Africa/Asmera +rm -f ./zoneinfo/Africa/Algiers +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Algiers ./zoneinfo/Africa/Algiers +rm -f ./zoneinfo/Africa/Johannesburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Johannesburg ./zoneinfo/Africa/Johannesburg +rm -f ./zoneinfo/Africa/Kigali +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Kigali ./zoneinfo/Africa/Kigali +rm -f ./zoneinfo/Africa/Cairo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Cairo ./zoneinfo/Africa/Cairo +rm -f ./zoneinfo/Africa/Casablanca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Casablanca ./zoneinfo/Africa/Casablanca +rm -f ./zoneinfo/Africa/Kampala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Kampala ./zoneinfo/Africa/Kampala +rm -f ./zoneinfo/Africa/Luanda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Luanda ./zoneinfo/Africa/Luanda +rm -f ./zoneinfo/Africa/Bujumbura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Bujumbura ./zoneinfo/Africa/Bujumbura +rm -f ./zoneinfo/Africa/Lubumbashi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Lubumbashi ./zoneinfo/Africa/Lubumbashi +rm -f ./zoneinfo/Africa/Accra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Accra ./zoneinfo/Africa/Accra +rm -f ./zoneinfo/Africa/Gaborone +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Gaborone ./zoneinfo/Africa/Gaborone +rm -f ./zoneinfo/Africa/Kinshasa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Kinshasa ./zoneinfo/Africa/Kinshasa +rm -f ./zoneinfo/Africa/Abidjan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Abidjan ./zoneinfo/Africa/Abidjan +rm -f ./zoneinfo/Africa/Niamey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Niamey ./zoneinfo/Africa/Niamey +rm -f ./zoneinfo/Africa/Nouakchott +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Nouakchott ./zoneinfo/Africa/Nouakchott +rm -f ./zoneinfo/Africa/Lusaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Lusaka ./zoneinfo/Africa/Lusaka +rm -f ./zoneinfo/Africa/Porto-Novo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Porto-Novo ./zoneinfo/Africa/Porto-Novo +rm -f ./zoneinfo/Africa/Tripoli +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Tripoli ./zoneinfo/Africa/Tripoli +rm -f ./zoneinfo/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GMT0 ./zoneinfo/GMT0 +rm -f ./zoneinfo/GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GB ./zoneinfo/GB +rm -f ./zoneinfo/CST6CDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/CST6CDT ./zoneinfo/CST6CDT +rm -f ./zoneinfo/MET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/MET ./zoneinfo/MET +rm -f ./zoneinfo/Etc/GMT-8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-8 ./zoneinfo/Etc/GMT-8 +rm -f ./zoneinfo/Etc/GMT-14 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-14 ./zoneinfo/Etc/GMT-14 +rm -f ./zoneinfo/Etc/GMT+12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+12 ./zoneinfo/Etc/GMT+12 +rm -f ./zoneinfo/Etc/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT0 ./zoneinfo/Etc/GMT0 +rm -f ./zoneinfo/Etc/GMT+1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+1 ./zoneinfo/Etc/GMT+1 +rm -f ./zoneinfo/Etc/GMT-11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-11 ./zoneinfo/Etc/GMT-11 +rm -f ./zoneinfo/Etc/GMT+5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+5 ./zoneinfo/Etc/GMT+5 +rm -f ./zoneinfo/Etc/GMT-12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-12 ./zoneinfo/Etc/GMT-12 +rm -f ./zoneinfo/Etc/GMT+7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+7 ./zoneinfo/Etc/GMT+7 +rm -f ./zoneinfo/Etc/GMT-9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-9 ./zoneinfo/Etc/GMT-9 +rm -f ./zoneinfo/Etc/GMT-1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-1 ./zoneinfo/Etc/GMT-1 +rm -f ./zoneinfo/Etc/GMT-10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-10 ./zoneinfo/Etc/GMT-10 +rm -f ./zoneinfo/Etc/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/Universal ./zoneinfo/Etc/Universal +rm -f ./zoneinfo/Etc/GMT+10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+10 ./zoneinfo/Etc/GMT+10 +rm -f ./zoneinfo/Etc/GMT-5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-5 ./zoneinfo/Etc/GMT-5 +rm -f ./zoneinfo/Etc/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/Greenwich ./zoneinfo/Etc/Greenwich +rm -f ./zoneinfo/Etc/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/Zulu ./zoneinfo/Etc/Zulu +rm -f ./zoneinfo/Etc/GMT-3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-3 ./zoneinfo/Etc/GMT-3 +rm -f ./zoneinfo/Etc/GMT+4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+4 ./zoneinfo/Etc/GMT+4 +rm -f ./zoneinfo/Etc/GMT+8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+8 ./zoneinfo/Etc/GMT+8 +rm -f ./zoneinfo/Etc/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/UTC ./zoneinfo/Etc/UTC +rm -f ./zoneinfo/Etc/GMT-13 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-13 ./zoneinfo/Etc/GMT-13 +rm -f ./zoneinfo/Etc/GMT-7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-7 ./zoneinfo/Etc/GMT-7 +rm -f ./zoneinfo/Etc/GMT-6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-6 ./zoneinfo/Etc/GMT-6 +rm -f ./zoneinfo/Etc/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+0 ./zoneinfo/Etc/GMT+0 +rm -f ./zoneinfo/Etc/GMT+11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+11 ./zoneinfo/Etc/GMT+11 +rm -f ./zoneinfo/Etc/GMT+3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+3 ./zoneinfo/Etc/GMT+3 +rm -f ./zoneinfo/Etc/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-0 ./zoneinfo/Etc/GMT-0 +rm -f ./zoneinfo/Etc/GMT-2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-2 ./zoneinfo/Etc/GMT-2 +rm -f ./zoneinfo/Etc/GMT-4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-4 ./zoneinfo/Etc/GMT-4 +rm -f ./zoneinfo/Etc/GMT+2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+2 ./zoneinfo/Etc/GMT+2 +rm -f ./zoneinfo/Etc/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/UCT ./zoneinfo/Etc/UCT +rm -f ./zoneinfo/Etc/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT ./zoneinfo/Etc/GMT +rm -f ./zoneinfo/Etc/GMT+9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+9 ./zoneinfo/Etc/GMT+9 +rm -f ./zoneinfo/Etc/GMT+6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+6 ./zoneinfo/Etc/GMT+6 +rm -f ./zoneinfo/Mideast/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mideast/Riyadh89 ./zoneinfo/Mideast/Riyadh89 +rm -f ./zoneinfo/Mideast/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mideast/Riyadh87 ./zoneinfo/Mideast/Riyadh87 +rm -f ./zoneinfo/Mideast/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mideast/Riyadh88 ./zoneinfo/Mideast/Riyadh88 +rm -f ./zoneinfo/Indian/Maldives +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Maldives ./zoneinfo/Indian/Maldives +rm -f ./zoneinfo/Indian/Christmas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Christmas ./zoneinfo/Indian/Christmas +rm -f ./zoneinfo/Indian/Mauritius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Mauritius ./zoneinfo/Indian/Mauritius +rm -f ./zoneinfo/Indian/Kerguelen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Kerguelen ./zoneinfo/Indian/Kerguelen +rm -f ./zoneinfo/Indian/Cocos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Cocos ./zoneinfo/Indian/Cocos +rm -f ./zoneinfo/Indian/Mahe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Mahe ./zoneinfo/Indian/Mahe +rm -f ./zoneinfo/Indian/Antananarivo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Antananarivo ./zoneinfo/Indian/Antananarivo +rm -f ./zoneinfo/Indian/Mayotte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Mayotte ./zoneinfo/Indian/Mayotte +rm -f ./zoneinfo/Indian/Reunion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Reunion ./zoneinfo/Indian/Reunion +rm -f ./zoneinfo/Indian/Comoro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Comoro ./zoneinfo/Indian/Comoro +rm -f ./zoneinfo/Indian/Chagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Chagos ./zoneinfo/Indian/Chagos +rm -f ./zoneinfo/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Universal ./zoneinfo/Universal +rm -f ./zoneinfo/Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Eire ./zoneinfo/Eire +rm -f ./zoneinfo/Cuba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Cuba ./zoneinfo/Cuba +rm -f ./zoneinfo/Iceland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Iceland ./zoneinfo/Iceland +rm -f ./zoneinfo/GB-Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GB-Eire ./zoneinfo/GB-Eire +rm -f ./zoneinfo/Asia/Aqtobe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Aqtobe ./zoneinfo/Asia/Aqtobe +rm -f ./zoneinfo/Asia/Muscat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Muscat ./zoneinfo/Asia/Muscat +rm -f ./zoneinfo/Asia/Macau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Macau ./zoneinfo/Asia/Macau +rm -f ./zoneinfo/Asia/Tokyo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tokyo ./zoneinfo/Asia/Tokyo +rm -f ./zoneinfo/Asia/Karachi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Karachi ./zoneinfo/Asia/Karachi +rm -f ./zoneinfo/Asia/Sakhalin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Sakhalin ./zoneinfo/Asia/Sakhalin +rm -f ./zoneinfo/Asia/Brunei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Brunei ./zoneinfo/Asia/Brunei +rm -f ./zoneinfo/Asia/Saigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Saigon ./zoneinfo/Asia/Saigon +rm -f ./zoneinfo/Asia/Baku +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Baku ./zoneinfo/Asia/Baku +rm -f ./zoneinfo/Asia/Phnom_Penh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Phnom_Penh ./zoneinfo/Asia/Phnom_Penh +rm -f ./zoneinfo/Asia/Chungking +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Chungking ./zoneinfo/Asia/Chungking +rm -f ./zoneinfo/Asia/Amman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Amman ./zoneinfo/Asia/Amman +rm -f ./zoneinfo/Asia/Ashkhabad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ashkhabad ./zoneinfo/Asia/Ashkhabad +rm -f ./zoneinfo/Asia/Chongqing +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Chongqing ./zoneinfo/Asia/Chongqing +rm -f ./zoneinfo/Asia/Pontianak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Pontianak ./zoneinfo/Asia/Pontianak +rm -f ./zoneinfo/Asia/Thimbu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Thimbu ./zoneinfo/Asia/Thimbu +rm -f ./zoneinfo/Asia/Samarkand +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Samarkand ./zoneinfo/Asia/Samarkand +rm -f ./zoneinfo/Asia/Yekaterinburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Yekaterinburg ./zoneinfo/Asia/Yekaterinburg +rm -f ./zoneinfo/Asia/Macao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Macao ./zoneinfo/Asia/Macao +rm -f ./zoneinfo/Asia/Dili +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dili ./zoneinfo/Asia/Dili +rm -f ./zoneinfo/Asia/Bishkek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Bishkek ./zoneinfo/Asia/Bishkek +rm -f ./zoneinfo/Asia/Krasnoyarsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Krasnoyarsk ./zoneinfo/Asia/Krasnoyarsk +rm -f ./zoneinfo/Asia/Bahrain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Bahrain ./zoneinfo/Asia/Bahrain +rm -f ./zoneinfo/Asia/Gaza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Gaza ./zoneinfo/Asia/Gaza +rm -f ./zoneinfo/Asia/Ho_Chi_Minh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ho_Chi_Minh ./zoneinfo/Asia/Ho_Chi_Minh +rm -f ./zoneinfo/Asia/Calcutta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Calcutta ./zoneinfo/Asia/Calcutta +rm -f ./zoneinfo/Asia/Vientiane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Vientiane ./zoneinfo/Asia/Vientiane +rm -f ./zoneinfo/Asia/Qatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Qatar ./zoneinfo/Asia/Qatar +rm -f ./zoneinfo/Asia/Kolkata +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kolkata ./zoneinfo/Asia/Kolkata +rm -f ./zoneinfo/Asia/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Nicosia ./zoneinfo/Asia/Nicosia +rm -f ./zoneinfo/Asia/Ujung_Pandang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ujung_Pandang ./zoneinfo/Asia/Ujung_Pandang +rm -f ./zoneinfo/Asia/Novosibirsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Novosibirsk ./zoneinfo/Asia/Novosibirsk +rm -f ./zoneinfo/Asia/Vladivostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Vladivostok ./zoneinfo/Asia/Vladivostok +rm -f ./zoneinfo/Asia/Colombo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Colombo ./zoneinfo/Asia/Colombo +rm -f ./zoneinfo/Asia/Magadan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Magadan ./zoneinfo/Asia/Magadan +rm -f ./zoneinfo/Asia/Riyadh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Riyadh ./zoneinfo/Asia/Riyadh +rm -f ./zoneinfo/Asia/Yakutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Yakutsk ./zoneinfo/Asia/Yakutsk +rm -f ./zoneinfo/Asia/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Riyadh89 ./zoneinfo/Asia/Riyadh89 +rm -f ./zoneinfo/Asia/Tbilisi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tbilisi ./zoneinfo/Asia/Tbilisi +rm -f ./zoneinfo/Asia/Kashgar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kashgar ./zoneinfo/Asia/Kashgar +rm -f ./zoneinfo/Asia/Ashgabat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ashgabat ./zoneinfo/Asia/Ashgabat +rm -f ./zoneinfo/Asia/Yerevan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Yerevan ./zoneinfo/Asia/Yerevan +rm -f ./zoneinfo/Asia/Baghdad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Baghdad ./zoneinfo/Asia/Baghdad +rm -f ./zoneinfo/Asia/Oral +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Oral ./zoneinfo/Asia/Oral +rm -f ./zoneinfo/Asia/Kuwait +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kuwait ./zoneinfo/Asia/Kuwait +rm -f ./zoneinfo/Asia/Rangoon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Rangoon ./zoneinfo/Asia/Rangoon +rm -f ./zoneinfo/Asia/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Riyadh87 ./zoneinfo/Asia/Riyadh87 +rm -f ./zoneinfo/Asia/Katmandu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Katmandu ./zoneinfo/Asia/Katmandu +rm -f ./zoneinfo/Asia/Tashkent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tashkent ./zoneinfo/Asia/Tashkent +rm -f ./zoneinfo/Asia/Choibalsan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Choibalsan ./zoneinfo/Asia/Choibalsan +rm -f ./zoneinfo/Asia/Dubai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dubai ./zoneinfo/Asia/Dubai +rm -f ./zoneinfo/Asia/Manila +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Manila ./zoneinfo/Asia/Manila +rm -f ./zoneinfo/Asia/Tehran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tehran ./zoneinfo/Asia/Tehran +rm -f ./zoneinfo/Asia/Anadyr +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Anadyr ./zoneinfo/Asia/Anadyr +rm -f ./zoneinfo/Asia/Dhaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dhaka ./zoneinfo/Asia/Dhaka +rm -f ./zoneinfo/Asia/Aden +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Aden ./zoneinfo/Asia/Aden +rm -f ./zoneinfo/Asia/Thimphu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Thimphu ./zoneinfo/Asia/Thimphu +rm -f ./zoneinfo/Asia/Jerusalem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Jerusalem ./zoneinfo/Asia/Jerusalem +rm -f ./zoneinfo/Asia/Pyongyang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Pyongyang ./zoneinfo/Asia/Pyongyang +rm -f ./zoneinfo/Asia/Kuala_Lumpur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kuala_Lumpur ./zoneinfo/Asia/Kuala_Lumpur +rm -f ./zoneinfo/Asia/Bangkok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Bangkok ./zoneinfo/Asia/Bangkok +rm -f ./zoneinfo/Asia/Ulan_Bator +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ulan_Bator ./zoneinfo/Asia/Ulan_Bator +rm -f ./zoneinfo/Asia/Kamchatka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kamchatka ./zoneinfo/Asia/Kamchatka +rm -f ./zoneinfo/Asia/Irkutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Irkutsk ./zoneinfo/Asia/Irkutsk +rm -f ./zoneinfo/Asia/Almaty +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Almaty ./zoneinfo/Asia/Almaty +rm -f ./zoneinfo/Asia/Dacca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dacca ./zoneinfo/Asia/Dacca +rm -f ./zoneinfo/Asia/Aqtau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Aqtau ./zoneinfo/Asia/Aqtau +rm -f ./zoneinfo/Asia/Shanghai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Shanghai ./zoneinfo/Asia/Shanghai +rm -f ./zoneinfo/Asia/Kabul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kabul ./zoneinfo/Asia/Kabul +rm -f ./zoneinfo/Asia/Dushanbe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dushanbe ./zoneinfo/Asia/Dushanbe +rm -f ./zoneinfo/Asia/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Istanbul ./zoneinfo/Asia/Istanbul +rm -f ./zoneinfo/Asia/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Riyadh88 ./zoneinfo/Asia/Riyadh88 +rm -f ./zoneinfo/Asia/Ulaanbaatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ulaanbaatar ./zoneinfo/Asia/Ulaanbaatar +rm -f ./zoneinfo/Asia/Jayapura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Jayapura ./zoneinfo/Asia/Jayapura +rm -f ./zoneinfo/Asia/Tel_Aviv +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tel_Aviv ./zoneinfo/Asia/Tel_Aviv +rm -f ./zoneinfo/Asia/Jakarta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Jakarta ./zoneinfo/Asia/Jakarta +rm -f ./zoneinfo/Asia/Seoul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Seoul ./zoneinfo/Asia/Seoul +rm -f ./zoneinfo/Asia/Hovd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Hovd ./zoneinfo/Asia/Hovd +rm -f ./zoneinfo/Asia/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Singapore ./zoneinfo/Asia/Singapore +rm -f ./zoneinfo/Asia/Omsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Omsk ./zoneinfo/Asia/Omsk +rm -f ./zoneinfo/Asia/Beirut +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Beirut ./zoneinfo/Asia/Beirut +rm -f ./zoneinfo/Asia/Qyzylorda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Qyzylorda ./zoneinfo/Asia/Qyzylorda +rm -f ./zoneinfo/Asia/Urumqi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Urumqi ./zoneinfo/Asia/Urumqi +rm -f ./zoneinfo/Asia/Taipei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Taipei ./zoneinfo/Asia/Taipei +rm -f ./zoneinfo/Asia/Makassar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Makassar ./zoneinfo/Asia/Makassar +rm -f ./zoneinfo/Asia/Hong_Kong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Hong_Kong ./zoneinfo/Asia/Hong_Kong +rm -f ./zoneinfo/Asia/Kuching +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kuching ./zoneinfo/Asia/Kuching +rm -f ./zoneinfo/Asia/Harbin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Harbin ./zoneinfo/Asia/Harbin +rm -f ./zoneinfo/Asia/Damascus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Damascus ./zoneinfo/Asia/Damascus +rm -f ./zoneinfo/Canada/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Pacific ./zoneinfo/Canada/Pacific +rm -f ./zoneinfo/Canada/Yukon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Yukon ./zoneinfo/Canada/Yukon +rm -f ./zoneinfo/Canada/Atlantic +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Atlantic ./zoneinfo/Canada/Atlantic +rm -f ./zoneinfo/Canada/East-Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/East-Saskatchewan ./zoneinfo/Canada/East-Saskatchewan +rm -f ./zoneinfo/Canada/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Eastern ./zoneinfo/Canada/Eastern +rm -f ./zoneinfo/Canada/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Mountain ./zoneinfo/Canada/Mountain +rm -f ./zoneinfo/Canada/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Central ./zoneinfo/Canada/Central +rm -f ./zoneinfo/Canada/Newfoundland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Newfoundland ./zoneinfo/Canada/Newfoundland +rm -f ./zoneinfo/Canada/Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Saskatchewan ./zoneinfo/Canada/Saskatchewan +rm -f ./zoneinfo/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Jamaica ./zoneinfo/Jamaica +rm -f ./zoneinfo/US/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Pacific ./zoneinfo/US/Pacific +rm -f ./zoneinfo/US/Alaska +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Alaska ./zoneinfo/US/Alaska +rm -f ./zoneinfo/US/Arizona +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Arizona ./zoneinfo/US/Arizona +rm -f ./zoneinfo/US/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Samoa ./zoneinfo/US/Samoa +rm -f ./zoneinfo/US/East-Indiana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/East-Indiana ./zoneinfo/US/East-Indiana +rm -f ./zoneinfo/US/Michigan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Michigan ./zoneinfo/US/Michigan +rm -f ./zoneinfo/US/Aleutian +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Aleutian ./zoneinfo/US/Aleutian +rm -f ./zoneinfo/US/Hawaii +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Hawaii ./zoneinfo/US/Hawaii +rm -f ./zoneinfo/US/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Eastern ./zoneinfo/US/Eastern +rm -f ./zoneinfo/US/Indiana-Starke +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Indiana-Starke ./zoneinfo/US/Indiana-Starke +rm -f ./zoneinfo/US/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Mountain ./zoneinfo/US/Mountain +rm -f ./zoneinfo/US/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Central ./zoneinfo/US/Central +rm -f ./zoneinfo/Atlantic/Bermuda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Bermuda ./zoneinfo/Atlantic/Bermuda +rm -f ./zoneinfo/Atlantic/St_Helena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/St_Helena ./zoneinfo/Atlantic/St_Helena +rm -f ./zoneinfo/Atlantic/Madeira +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Madeira ./zoneinfo/Atlantic/Madeira +rm -f ./zoneinfo/Atlantic/Stanley +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Stanley ./zoneinfo/Atlantic/Stanley +rm -f ./zoneinfo/Atlantic/Faroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Faroe ./zoneinfo/Atlantic/Faroe +rm -f ./zoneinfo/Atlantic/South_Georgia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/South_Georgia ./zoneinfo/Atlantic/South_Georgia +rm -f ./zoneinfo/Atlantic/Cape_Verde +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Cape_Verde ./zoneinfo/Atlantic/Cape_Verde +rm -f ./zoneinfo/Atlantic/Jan_Mayen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Jan_Mayen ./zoneinfo/Atlantic/Jan_Mayen +rm -f ./zoneinfo/Atlantic/Canary +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Canary ./zoneinfo/Atlantic/Canary +rm -f ./zoneinfo/Atlantic/Reykjavik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Reykjavik ./zoneinfo/Atlantic/Reykjavik +rm -f ./zoneinfo/Atlantic/Azores +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Azores ./zoneinfo/Atlantic/Azores +rm -f ./zoneinfo/Atlantic/Faeroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Faeroe ./zoneinfo/Atlantic/Faeroe +rm -f ./zoneinfo/Navajo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Navajo ./zoneinfo/Navajo +rm -f ./zoneinfo/Poland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Poland ./zoneinfo/Poland +rm -f ./zoneinfo/CET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/CET ./zoneinfo/CET +rm -f ./zoneinfo/Europe/Zagreb +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Zagreb ./zoneinfo/Europe/Zagreb +rm -f ./zoneinfo/Europe/Helsinki +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Helsinki ./zoneinfo/Europe/Helsinki +rm -f ./zoneinfo/Europe/Zurich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Zurich ./zoneinfo/Europe/Zurich +rm -f ./zoneinfo/Europe/Volgograd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Volgograd ./zoneinfo/Europe/Volgograd +rm -f ./zoneinfo/Europe/Vaduz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Vaduz ./zoneinfo/Europe/Vaduz +rm -f ./zoneinfo/Europe/Paris +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Paris ./zoneinfo/Europe/Paris +rm -f ./zoneinfo/Europe/Isle_of_Man +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Isle_of_Man ./zoneinfo/Europe/Isle_of_Man +rm -f ./zoneinfo/Europe/Mariehamn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Mariehamn ./zoneinfo/Europe/Mariehamn +rm -f ./zoneinfo/Europe/Warsaw +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Warsaw ./zoneinfo/Europe/Warsaw +rm -f ./zoneinfo/Europe/London +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/London ./zoneinfo/Europe/London +rm -f ./zoneinfo/Europe/Guernsey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Guernsey ./zoneinfo/Europe/Guernsey +rm -f ./zoneinfo/Europe/Jersey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Jersey ./zoneinfo/Europe/Jersey +rm -f ./zoneinfo/Europe/Budapest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Budapest ./zoneinfo/Europe/Budapest +rm -f ./zoneinfo/Europe/Andorra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Andorra ./zoneinfo/Europe/Andorra +rm -f ./zoneinfo/Europe/Uzhgorod +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Uzhgorod ./zoneinfo/Europe/Uzhgorod +rm -f ./zoneinfo/Europe/Kiev +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Kiev ./zoneinfo/Europe/Kiev +rm -f ./zoneinfo/Europe/Ljubljana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Ljubljana ./zoneinfo/Europe/Ljubljana +rm -f ./zoneinfo/Europe/Stockholm +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Stockholm ./zoneinfo/Europe/Stockholm +rm -f ./zoneinfo/Europe/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Nicosia ./zoneinfo/Europe/Nicosia +rm -f ./zoneinfo/Europe/Malta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Malta ./zoneinfo/Europe/Malta +rm -f ./zoneinfo/Europe/Vilnius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Vilnius ./zoneinfo/Europe/Vilnius +rm -f ./zoneinfo/Europe/Dublin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Dublin ./zoneinfo/Europe/Dublin +rm -f ./zoneinfo/Europe/Berlin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Berlin ./zoneinfo/Europe/Berlin +rm -f ./zoneinfo/Europe/Belgrade +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Belgrade ./zoneinfo/Europe/Belgrade +rm -f ./zoneinfo/Europe/Madrid +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Madrid ./zoneinfo/Europe/Madrid +rm -f ./zoneinfo/Europe/Sofia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Sofia ./zoneinfo/Europe/Sofia +rm -f ./zoneinfo/Europe/Gibraltar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Gibraltar ./zoneinfo/Europe/Gibraltar +rm -f ./zoneinfo/Europe/Kaliningrad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Kaliningrad ./zoneinfo/Europe/Kaliningrad +rm -f ./zoneinfo/Europe/Moscow +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Moscow ./zoneinfo/Europe/Moscow +rm -f ./zoneinfo/Europe/Podgorica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Podgorica ./zoneinfo/Europe/Podgorica +rm -f ./zoneinfo/Europe/Monaco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Monaco ./zoneinfo/Europe/Monaco +rm -f ./zoneinfo/Europe/Amsterdam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Amsterdam ./zoneinfo/Europe/Amsterdam +rm -f ./zoneinfo/Europe/Athens +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Athens ./zoneinfo/Europe/Athens +rm -f ./zoneinfo/Europe/Tiraspol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Tiraspol ./zoneinfo/Europe/Tiraspol +rm -f ./zoneinfo/Europe/Rome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Rome ./zoneinfo/Europe/Rome +rm -f ./zoneinfo/Europe/Minsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Minsk ./zoneinfo/Europe/Minsk +rm -f ./zoneinfo/Europe/San_Marino +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/San_Marino ./zoneinfo/Europe/San_Marino +rm -f ./zoneinfo/Europe/Oslo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Oslo ./zoneinfo/Europe/Oslo +rm -f ./zoneinfo/Europe/Zaporozhye +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Zaporozhye ./zoneinfo/Europe/Zaporozhye +rm -f ./zoneinfo/Europe/Bratislava +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Bratislava ./zoneinfo/Europe/Bratislava +rm -f ./zoneinfo/Europe/Sarajevo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Sarajevo ./zoneinfo/Europe/Sarajevo +rm -f ./zoneinfo/Europe/Skopje +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Skopje ./zoneinfo/Europe/Skopje +rm -f ./zoneinfo/Europe/Copenhagen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Copenhagen ./zoneinfo/Europe/Copenhagen +rm -f ./zoneinfo/Europe/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Istanbul ./zoneinfo/Europe/Istanbul +rm -f ./zoneinfo/Europe/Tirane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Tirane ./zoneinfo/Europe/Tirane +rm -f ./zoneinfo/Europe/Vienna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Vienna ./zoneinfo/Europe/Vienna +rm -f ./zoneinfo/Europe/Chisinau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Chisinau ./zoneinfo/Europe/Chisinau +rm -f ./zoneinfo/Europe/Lisbon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Lisbon ./zoneinfo/Europe/Lisbon +rm -f ./zoneinfo/Europe/Samara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Samara ./zoneinfo/Europe/Samara +rm -f ./zoneinfo/Europe/Luxembourg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Luxembourg ./zoneinfo/Europe/Luxembourg +rm -f ./zoneinfo/Europe/Prague +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Prague ./zoneinfo/Europe/Prague +rm -f ./zoneinfo/Europe/Vatican +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Vatican ./zoneinfo/Europe/Vatican +rm -f ./zoneinfo/Europe/Riga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Riga ./zoneinfo/Europe/Riga +rm -f ./zoneinfo/Europe/Bucharest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Bucharest ./zoneinfo/Europe/Bucharest +rm -f ./zoneinfo/Europe/Tallinn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Tallinn ./zoneinfo/Europe/Tallinn +rm -f ./zoneinfo/Europe/Brussels +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Brussels ./zoneinfo/Europe/Brussels +rm -f ./zoneinfo/Europe/Belfast +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Belfast ./zoneinfo/Europe/Belfast +rm -f ./zoneinfo/Europe/Simferopol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Simferopol ./zoneinfo/Europe/Simferopol +rm -f ./zoneinfo/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Greenwich ./zoneinfo/Greenwich +rm -f ./zoneinfo/Turkey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Turkey ./zoneinfo/Turkey +rm -f ./zoneinfo/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Zulu ./zoneinfo/Zulu +rm -f ./zoneinfo/iso3166.tab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/iso3166.tab ./zoneinfo/iso3166.tab +rm -f ./zoneinfo/NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/NZ ./zoneinfo/NZ +rm -f ./zoneinfo/right/Pacific/Truk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Truk ./zoneinfo/right/Pacific/Truk +rm -f ./zoneinfo/right/Pacific/Niue +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Niue ./zoneinfo/right/Pacific/Niue +rm -f ./zoneinfo/right/Pacific/Marquesas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Marquesas ./zoneinfo/right/Pacific/Marquesas +rm -f ./zoneinfo/right/Pacific/Fakaofo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Fakaofo ./zoneinfo/right/Pacific/Fakaofo +rm -f ./zoneinfo/right/Pacific/Tongatapu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Tongatapu ./zoneinfo/right/Pacific/Tongatapu +rm -f ./zoneinfo/right/Pacific/Fiji +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Fiji ./zoneinfo/right/Pacific/Fiji +rm -f ./zoneinfo/right/Pacific/Galapagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Galapagos ./zoneinfo/right/Pacific/Galapagos +rm -f ./zoneinfo/right/Pacific/Enderbury +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Enderbury ./zoneinfo/right/Pacific/Enderbury +rm -f ./zoneinfo/right/Pacific/Kosrae +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Kosrae ./zoneinfo/right/Pacific/Kosrae +rm -f ./zoneinfo/right/Pacific/Johnston +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Johnston ./zoneinfo/right/Pacific/Johnston +rm -f ./zoneinfo/right/Pacific/Saipan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Saipan ./zoneinfo/right/Pacific/Saipan +rm -f ./zoneinfo/right/Pacific/Pago_Pago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Pago_Pago ./zoneinfo/right/Pacific/Pago_Pago +rm -f ./zoneinfo/right/Pacific/Funafuti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Funafuti ./zoneinfo/right/Pacific/Funafuti +rm -f ./zoneinfo/right/Pacific/Apia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Apia ./zoneinfo/right/Pacific/Apia +rm -f ./zoneinfo/right/Pacific/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Samoa ./zoneinfo/right/Pacific/Samoa +rm -f ./zoneinfo/right/Pacific/Guadalcanal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Guadalcanal ./zoneinfo/right/Pacific/Guadalcanal +rm -f ./zoneinfo/right/Pacific/Yap +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Yap ./zoneinfo/right/Pacific/Yap +rm -f ./zoneinfo/right/Pacific/Midway +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Midway ./zoneinfo/right/Pacific/Midway +rm -f ./zoneinfo/right/Pacific/Efate +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Efate ./zoneinfo/right/Pacific/Efate +rm -f ./zoneinfo/right/Pacific/Easter +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Easter ./zoneinfo/right/Pacific/Easter +rm -f ./zoneinfo/right/Pacific/Pitcairn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Pitcairn ./zoneinfo/right/Pacific/Pitcairn +rm -f ./zoneinfo/right/Pacific/Auckland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Auckland ./zoneinfo/right/Pacific/Auckland +rm -f ./zoneinfo/right/Pacific/Gambier +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Gambier ./zoneinfo/right/Pacific/Gambier +rm -f ./zoneinfo/right/Pacific/Palau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Palau ./zoneinfo/right/Pacific/Palau +rm -f ./zoneinfo/right/Pacific/Guam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Guam ./zoneinfo/right/Pacific/Guam +rm -f ./zoneinfo/right/Pacific/Rarotonga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Rarotonga ./zoneinfo/right/Pacific/Rarotonga +rm -f ./zoneinfo/right/Pacific/Tarawa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Tarawa ./zoneinfo/right/Pacific/Tarawa +rm -f ./zoneinfo/right/Pacific/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Kwajalein ./zoneinfo/right/Pacific/Kwajalein +rm -f ./zoneinfo/right/Pacific/Tahiti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Tahiti ./zoneinfo/right/Pacific/Tahiti +rm -f ./zoneinfo/right/Pacific/Norfolk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Norfolk ./zoneinfo/right/Pacific/Norfolk +rm -f ./zoneinfo/right/Pacific/Ponape +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Ponape ./zoneinfo/right/Pacific/Ponape +rm -f ./zoneinfo/right/Pacific/Kiritimati +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Kiritimati ./zoneinfo/right/Pacific/Kiritimati +rm -f ./zoneinfo/right/Pacific/Wake +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Wake ./zoneinfo/right/Pacific/Wake +rm -f ./zoneinfo/right/Pacific/Nauru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Nauru ./zoneinfo/right/Pacific/Nauru +rm -f ./zoneinfo/right/Pacific/Port_Moresby +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Port_Moresby ./zoneinfo/right/Pacific/Port_Moresby +rm -f ./zoneinfo/right/Pacific/Noumea +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Noumea ./zoneinfo/right/Pacific/Noumea +rm -f ./zoneinfo/right/Pacific/Chatham +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Chatham ./zoneinfo/right/Pacific/Chatham +rm -f ./zoneinfo/right/Pacific/Majuro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Majuro ./zoneinfo/right/Pacific/Majuro +rm -f ./zoneinfo/right/Pacific/Wallis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Wallis ./zoneinfo/right/Pacific/Wallis +rm -f ./zoneinfo/right/Pacific/Honolulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Honolulu ./zoneinfo/right/Pacific/Honolulu +rm -f ./zoneinfo/right/Iran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Iran ./zoneinfo/right/Iran +rm -f ./zoneinfo/right/Factory +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Factory ./zoneinfo/right/Factory +rm -f ./zoneinfo/right/PST8PDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/PST8PDT ./zoneinfo/right/PST8PDT +rm -f ./zoneinfo/right/Chile/EasterIsland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Chile/EasterIsland ./zoneinfo/right/Chile/EasterIsland +rm -f ./zoneinfo/right/Chile/Continental +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Chile/Continental ./zoneinfo/right/Chile/Continental +rm -f ./zoneinfo/right/Libya +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Libya ./zoneinfo/right/Libya +rm -f ./zoneinfo/right/Africa/Khartoum +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Khartoum ./zoneinfo/right/Africa/Khartoum +rm -f ./zoneinfo/right/Africa/Freetown +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Freetown ./zoneinfo/right/Africa/Freetown +rm -f ./zoneinfo/right/Africa/Lagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Lagos ./zoneinfo/right/Africa/Lagos +rm -f ./zoneinfo/right/Africa/Maseru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Maseru ./zoneinfo/right/Africa/Maseru +rm -f ./zoneinfo/right/Africa/Lome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Lome ./zoneinfo/right/Africa/Lome +rm -f ./zoneinfo/right/Africa/Malabo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Malabo ./zoneinfo/right/Africa/Malabo +rm -f ./zoneinfo/right/Africa/Timbuktu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Timbuktu ./zoneinfo/right/Africa/Timbuktu +rm -f ./zoneinfo/right/Africa/Dakar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Dakar ./zoneinfo/right/Africa/Dakar +rm -f ./zoneinfo/right/Africa/Nairobi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Nairobi ./zoneinfo/right/Africa/Nairobi +rm -f ./zoneinfo/right/Africa/Mogadishu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Mogadishu ./zoneinfo/right/Africa/Mogadishu +rm -f ./zoneinfo/right/Africa/Banjul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Banjul ./zoneinfo/right/Africa/Banjul +rm -f ./zoneinfo/right/Africa/Dar_es_Salaam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Dar_es_Salaam ./zoneinfo/right/Africa/Dar_es_Salaam +rm -f ./zoneinfo/right/Africa/Mbabane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Mbabane ./zoneinfo/right/Africa/Mbabane +rm -f ./zoneinfo/right/Africa/Bamako +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Bamako ./zoneinfo/right/Africa/Bamako +rm -f ./zoneinfo/right/Africa/Ouagadougou +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Ouagadougou ./zoneinfo/right/Africa/Ouagadougou +rm -f ./zoneinfo/right/Africa/Djibouti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Djibouti ./zoneinfo/right/Africa/Djibouti +rm -f ./zoneinfo/right/Africa/Bissau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Bissau ./zoneinfo/right/Africa/Bissau +rm -f ./zoneinfo/right/Africa/Tunis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Tunis ./zoneinfo/right/Africa/Tunis +rm -f ./zoneinfo/right/Africa/Ndjamena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Ndjamena ./zoneinfo/right/Africa/Ndjamena +rm -f ./zoneinfo/right/Africa/Asmara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Asmara ./zoneinfo/right/Africa/Asmara +rm -f ./zoneinfo/right/Africa/Brazzaville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Brazzaville ./zoneinfo/right/Africa/Brazzaville +rm -f ./zoneinfo/right/Africa/Ceuta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Ceuta ./zoneinfo/right/Africa/Ceuta +rm -f ./zoneinfo/right/Africa/El_Aaiun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/El_Aaiun ./zoneinfo/right/Africa/El_Aaiun +rm -f ./zoneinfo/right/Africa/Monrovia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Monrovia ./zoneinfo/right/Africa/Monrovia +rm -f ./zoneinfo/right/Africa/Libreville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Libreville ./zoneinfo/right/Africa/Libreville +rm -f ./zoneinfo/right/Africa/Maputo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Maputo ./zoneinfo/right/Africa/Maputo +rm -f ./zoneinfo/right/Africa/Bangui +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Bangui ./zoneinfo/right/Africa/Bangui +rm -f ./zoneinfo/right/Africa/Windhoek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Windhoek ./zoneinfo/right/Africa/Windhoek +rm -f ./zoneinfo/right/Africa/Addis_Ababa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Addis_Ababa ./zoneinfo/right/Africa/Addis_Ababa +rm -f ./zoneinfo/right/Africa/Douala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Douala ./zoneinfo/right/Africa/Douala +rm -f ./zoneinfo/right/Africa/Sao_Tome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Sao_Tome ./zoneinfo/right/Africa/Sao_Tome +rm -f ./zoneinfo/right/Africa/Conakry +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Conakry ./zoneinfo/right/Africa/Conakry +rm -f ./zoneinfo/right/Africa/Harare +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Harare ./zoneinfo/right/Africa/Harare +rm -f ./zoneinfo/right/Africa/Blantyre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Blantyre ./zoneinfo/right/Africa/Blantyre +rm -f ./zoneinfo/right/Africa/Asmera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Asmera ./zoneinfo/right/Africa/Asmera +rm -f ./zoneinfo/right/Africa/Algiers +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Algiers ./zoneinfo/right/Africa/Algiers +rm -f ./zoneinfo/right/Africa/Johannesburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Johannesburg ./zoneinfo/right/Africa/Johannesburg +rm -f ./zoneinfo/right/Africa/Kigali +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Kigali ./zoneinfo/right/Africa/Kigali +rm -f ./zoneinfo/right/Africa/Cairo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Cairo ./zoneinfo/right/Africa/Cairo +rm -f ./zoneinfo/right/Africa/Casablanca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Casablanca ./zoneinfo/right/Africa/Casablanca +rm -f ./zoneinfo/right/Africa/Kampala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Kampala ./zoneinfo/right/Africa/Kampala +rm -f ./zoneinfo/right/Africa/Luanda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Luanda ./zoneinfo/right/Africa/Luanda +rm -f ./zoneinfo/right/Africa/Bujumbura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Bujumbura ./zoneinfo/right/Africa/Bujumbura +rm -f ./zoneinfo/right/Africa/Lubumbashi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Lubumbashi ./zoneinfo/right/Africa/Lubumbashi +rm -f ./zoneinfo/right/Africa/Accra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Accra ./zoneinfo/right/Africa/Accra +rm -f ./zoneinfo/right/Africa/Gaborone +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Gaborone ./zoneinfo/right/Africa/Gaborone +rm -f ./zoneinfo/right/Africa/Kinshasa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Kinshasa ./zoneinfo/right/Africa/Kinshasa +rm -f ./zoneinfo/right/Africa/Abidjan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Abidjan ./zoneinfo/right/Africa/Abidjan +rm -f ./zoneinfo/right/Africa/Niamey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Niamey ./zoneinfo/right/Africa/Niamey +rm -f ./zoneinfo/right/Africa/Nouakchott +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Nouakchott ./zoneinfo/right/Africa/Nouakchott +rm -f ./zoneinfo/right/Africa/Lusaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Lusaka ./zoneinfo/right/Africa/Lusaka +rm -f ./zoneinfo/right/Africa/Porto-Novo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Porto-Novo ./zoneinfo/right/Africa/Porto-Novo +rm -f ./zoneinfo/right/Africa/Tripoli +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Tripoli ./zoneinfo/right/Africa/Tripoli +rm -f ./zoneinfo/right/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GMT0 ./zoneinfo/right/GMT0 +rm -f ./zoneinfo/right/GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GB ./zoneinfo/right/GB +rm -f ./zoneinfo/right/CST6CDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/CST6CDT ./zoneinfo/right/CST6CDT +rm -f ./zoneinfo/right/MET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/MET ./zoneinfo/right/MET +rm -f ./zoneinfo/right/Etc/GMT-8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-8 ./zoneinfo/right/Etc/GMT-8 +rm -f ./zoneinfo/right/Etc/GMT-14 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-14 ./zoneinfo/right/Etc/GMT-14 +rm -f ./zoneinfo/right/Etc/GMT+12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+12 ./zoneinfo/right/Etc/GMT+12 +rm -f ./zoneinfo/right/Etc/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT0 ./zoneinfo/right/Etc/GMT0 +rm -f ./zoneinfo/right/Etc/GMT+1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+1 ./zoneinfo/right/Etc/GMT+1 +rm -f ./zoneinfo/right/Etc/GMT-11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-11 ./zoneinfo/right/Etc/GMT-11 +rm -f ./zoneinfo/right/Etc/GMT+5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+5 ./zoneinfo/right/Etc/GMT+5 +rm -f ./zoneinfo/right/Etc/GMT-12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-12 ./zoneinfo/right/Etc/GMT-12 +rm -f ./zoneinfo/right/Etc/GMT+7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+7 ./zoneinfo/right/Etc/GMT+7 +rm -f ./zoneinfo/right/Etc/GMT-9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-9 ./zoneinfo/right/Etc/GMT-9 +rm -f ./zoneinfo/right/Etc/GMT-1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-1 ./zoneinfo/right/Etc/GMT-1 +rm -f ./zoneinfo/right/Etc/GMT-10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-10 ./zoneinfo/right/Etc/GMT-10 +rm -f ./zoneinfo/right/Etc/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/Universal ./zoneinfo/right/Etc/Universal +rm -f ./zoneinfo/right/Etc/GMT+10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+10 ./zoneinfo/right/Etc/GMT+10 +rm -f ./zoneinfo/right/Etc/GMT-5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-5 ./zoneinfo/right/Etc/GMT-5 +rm -f ./zoneinfo/right/Etc/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/Greenwich ./zoneinfo/right/Etc/Greenwich +rm -f ./zoneinfo/right/Etc/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/Zulu ./zoneinfo/right/Etc/Zulu +rm -f ./zoneinfo/right/Etc/GMT-3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-3 ./zoneinfo/right/Etc/GMT-3 +rm -f ./zoneinfo/right/Etc/GMT+4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+4 ./zoneinfo/right/Etc/GMT+4 +rm -f ./zoneinfo/right/Etc/GMT+8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+8 ./zoneinfo/right/Etc/GMT+8 +rm -f ./zoneinfo/right/Etc/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/UTC ./zoneinfo/right/Etc/UTC +rm -f ./zoneinfo/right/Etc/GMT-13 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-13 ./zoneinfo/right/Etc/GMT-13 +rm -f ./zoneinfo/right/Etc/GMT-7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-7 ./zoneinfo/right/Etc/GMT-7 +rm -f ./zoneinfo/right/Etc/GMT-6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-6 ./zoneinfo/right/Etc/GMT-6 +rm -f ./zoneinfo/right/Etc/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+0 ./zoneinfo/right/Etc/GMT+0 +rm -f ./zoneinfo/right/Etc/GMT+11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+11 ./zoneinfo/right/Etc/GMT+11 +rm -f ./zoneinfo/right/Etc/GMT+3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+3 ./zoneinfo/right/Etc/GMT+3 +rm -f ./zoneinfo/right/Etc/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-0 ./zoneinfo/right/Etc/GMT-0 +rm -f ./zoneinfo/right/Etc/GMT-2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-2 ./zoneinfo/right/Etc/GMT-2 +rm -f ./zoneinfo/right/Etc/GMT-4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-4 ./zoneinfo/right/Etc/GMT-4 +rm -f ./zoneinfo/right/Etc/GMT+2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+2 ./zoneinfo/right/Etc/GMT+2 +rm -f ./zoneinfo/right/Etc/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/UCT ./zoneinfo/right/Etc/UCT +rm -f ./zoneinfo/right/Etc/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT ./zoneinfo/right/Etc/GMT +rm -f ./zoneinfo/right/Etc/GMT+9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+9 ./zoneinfo/right/Etc/GMT+9 +rm -f ./zoneinfo/right/Etc/GMT+6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+6 ./zoneinfo/right/Etc/GMT+6 +rm -f ./zoneinfo/right/Mideast/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mideast/Riyadh89 ./zoneinfo/right/Mideast/Riyadh89 +rm -f ./zoneinfo/right/Mideast/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mideast/Riyadh87 ./zoneinfo/right/Mideast/Riyadh87 +rm -f ./zoneinfo/right/Mideast/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mideast/Riyadh88 ./zoneinfo/right/Mideast/Riyadh88 +rm -f ./zoneinfo/right/Indian/Maldives +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Maldives ./zoneinfo/right/Indian/Maldives +rm -f ./zoneinfo/right/Indian/Christmas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Christmas ./zoneinfo/right/Indian/Christmas +rm -f ./zoneinfo/right/Indian/Mauritius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Mauritius ./zoneinfo/right/Indian/Mauritius +rm -f ./zoneinfo/right/Indian/Kerguelen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Kerguelen ./zoneinfo/right/Indian/Kerguelen +rm -f ./zoneinfo/right/Indian/Cocos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Cocos ./zoneinfo/right/Indian/Cocos +rm -f ./zoneinfo/right/Indian/Mahe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Mahe ./zoneinfo/right/Indian/Mahe +rm -f ./zoneinfo/right/Indian/Antananarivo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Antananarivo ./zoneinfo/right/Indian/Antananarivo +rm -f ./zoneinfo/right/Indian/Mayotte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Mayotte ./zoneinfo/right/Indian/Mayotte +rm -f ./zoneinfo/right/Indian/Reunion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Reunion ./zoneinfo/right/Indian/Reunion +rm -f ./zoneinfo/right/Indian/Comoro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Comoro ./zoneinfo/right/Indian/Comoro +rm -f ./zoneinfo/right/Indian/Chagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Chagos ./zoneinfo/right/Indian/Chagos +rm -f ./zoneinfo/right/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Universal ./zoneinfo/right/Universal +rm -f ./zoneinfo/right/Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Eire ./zoneinfo/right/Eire +rm -f ./zoneinfo/right/Cuba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Cuba ./zoneinfo/right/Cuba +rm -f ./zoneinfo/right/Iceland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Iceland ./zoneinfo/right/Iceland +rm -f ./zoneinfo/right/GB-Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GB-Eire ./zoneinfo/right/GB-Eire +rm -f ./zoneinfo/right/Asia/Aqtobe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Aqtobe ./zoneinfo/right/Asia/Aqtobe +rm -f ./zoneinfo/right/Asia/Muscat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Muscat ./zoneinfo/right/Asia/Muscat +rm -f ./zoneinfo/right/Asia/Macau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Macau ./zoneinfo/right/Asia/Macau +rm -f ./zoneinfo/right/Asia/Tokyo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tokyo ./zoneinfo/right/Asia/Tokyo +rm -f ./zoneinfo/right/Asia/Karachi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Karachi ./zoneinfo/right/Asia/Karachi +rm -f ./zoneinfo/right/Asia/Sakhalin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Sakhalin ./zoneinfo/right/Asia/Sakhalin +rm -f ./zoneinfo/right/Asia/Brunei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Brunei ./zoneinfo/right/Asia/Brunei +rm -f ./zoneinfo/right/Asia/Saigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Saigon ./zoneinfo/right/Asia/Saigon +rm -f ./zoneinfo/right/Asia/Baku +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Baku ./zoneinfo/right/Asia/Baku +rm -f ./zoneinfo/right/Asia/Phnom_Penh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Phnom_Penh ./zoneinfo/right/Asia/Phnom_Penh +rm -f ./zoneinfo/right/Asia/Chungking +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Chungking ./zoneinfo/right/Asia/Chungking +rm -f ./zoneinfo/right/Asia/Amman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Amman ./zoneinfo/right/Asia/Amman +rm -f ./zoneinfo/right/Asia/Ashkhabad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ashkhabad ./zoneinfo/right/Asia/Ashkhabad +rm -f ./zoneinfo/right/Asia/Chongqing +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Chongqing ./zoneinfo/right/Asia/Chongqing +rm -f ./zoneinfo/right/Asia/Pontianak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Pontianak ./zoneinfo/right/Asia/Pontianak +rm -f ./zoneinfo/right/Asia/Thimbu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Thimbu ./zoneinfo/right/Asia/Thimbu +rm -f ./zoneinfo/right/Asia/Samarkand +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Samarkand ./zoneinfo/right/Asia/Samarkand +rm -f ./zoneinfo/right/Asia/Yekaterinburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Yekaterinburg ./zoneinfo/right/Asia/Yekaterinburg +rm -f ./zoneinfo/right/Asia/Macao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Macao ./zoneinfo/right/Asia/Macao +rm -f ./zoneinfo/right/Asia/Dili +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dili ./zoneinfo/right/Asia/Dili +rm -f ./zoneinfo/right/Asia/Bishkek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Bishkek ./zoneinfo/right/Asia/Bishkek +rm -f ./zoneinfo/right/Asia/Krasnoyarsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Krasnoyarsk ./zoneinfo/right/Asia/Krasnoyarsk +rm -f ./zoneinfo/right/Asia/Bahrain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Bahrain ./zoneinfo/right/Asia/Bahrain +rm -f ./zoneinfo/right/Asia/Gaza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Gaza ./zoneinfo/right/Asia/Gaza +rm -f ./zoneinfo/right/Asia/Ho_Chi_Minh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ho_Chi_Minh ./zoneinfo/right/Asia/Ho_Chi_Minh +rm -f ./zoneinfo/right/Asia/Calcutta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Calcutta ./zoneinfo/right/Asia/Calcutta +rm -f ./zoneinfo/right/Asia/Vientiane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Vientiane ./zoneinfo/right/Asia/Vientiane +rm -f ./zoneinfo/right/Asia/Qatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Qatar ./zoneinfo/right/Asia/Qatar +rm -f ./zoneinfo/right/Asia/Kolkata +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kolkata ./zoneinfo/right/Asia/Kolkata +rm -f ./zoneinfo/right/Asia/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Nicosia ./zoneinfo/right/Asia/Nicosia +rm -f ./zoneinfo/right/Asia/Ujung_Pandang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ujung_Pandang ./zoneinfo/right/Asia/Ujung_Pandang +rm -f ./zoneinfo/right/Asia/Novosibirsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Novosibirsk ./zoneinfo/right/Asia/Novosibirsk +rm -f ./zoneinfo/right/Asia/Vladivostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Vladivostok ./zoneinfo/right/Asia/Vladivostok +rm -f ./zoneinfo/right/Asia/Colombo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Colombo ./zoneinfo/right/Asia/Colombo +rm -f ./zoneinfo/right/Asia/Magadan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Magadan ./zoneinfo/right/Asia/Magadan +rm -f ./zoneinfo/right/Asia/Riyadh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Riyadh ./zoneinfo/right/Asia/Riyadh +rm -f ./zoneinfo/right/Asia/Yakutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Yakutsk ./zoneinfo/right/Asia/Yakutsk +rm -f ./zoneinfo/right/Asia/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Riyadh89 ./zoneinfo/right/Asia/Riyadh89 +rm -f ./zoneinfo/right/Asia/Tbilisi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tbilisi ./zoneinfo/right/Asia/Tbilisi +rm -f ./zoneinfo/right/Asia/Kashgar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kashgar ./zoneinfo/right/Asia/Kashgar +rm -f ./zoneinfo/right/Asia/Ashgabat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ashgabat ./zoneinfo/right/Asia/Ashgabat +rm -f ./zoneinfo/right/Asia/Yerevan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Yerevan ./zoneinfo/right/Asia/Yerevan +rm -f ./zoneinfo/right/Asia/Baghdad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Baghdad ./zoneinfo/right/Asia/Baghdad +rm -f ./zoneinfo/right/Asia/Oral +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Oral ./zoneinfo/right/Asia/Oral +rm -f ./zoneinfo/right/Asia/Kuwait +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kuwait ./zoneinfo/right/Asia/Kuwait +rm -f ./zoneinfo/right/Asia/Rangoon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Rangoon ./zoneinfo/right/Asia/Rangoon +rm -f ./zoneinfo/right/Asia/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Riyadh87 ./zoneinfo/right/Asia/Riyadh87 +rm -f ./zoneinfo/right/Asia/Katmandu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Katmandu ./zoneinfo/right/Asia/Katmandu +rm -f ./zoneinfo/right/Asia/Tashkent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tashkent ./zoneinfo/right/Asia/Tashkent +rm -f ./zoneinfo/right/Asia/Choibalsan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Choibalsan ./zoneinfo/right/Asia/Choibalsan +rm -f ./zoneinfo/right/Asia/Dubai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dubai ./zoneinfo/right/Asia/Dubai +rm -f ./zoneinfo/right/Asia/Manila +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Manila ./zoneinfo/right/Asia/Manila +rm -f ./zoneinfo/right/Asia/Tehran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tehran ./zoneinfo/right/Asia/Tehran +rm -f ./zoneinfo/right/Asia/Anadyr +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Anadyr ./zoneinfo/right/Asia/Anadyr +rm -f ./zoneinfo/right/Asia/Dhaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dhaka ./zoneinfo/right/Asia/Dhaka +rm -f ./zoneinfo/right/Asia/Aden +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Aden ./zoneinfo/right/Asia/Aden +rm -f ./zoneinfo/right/Asia/Thimphu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Thimphu ./zoneinfo/right/Asia/Thimphu +rm -f ./zoneinfo/right/Asia/Jerusalem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Jerusalem ./zoneinfo/right/Asia/Jerusalem +rm -f ./zoneinfo/right/Asia/Pyongyang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Pyongyang ./zoneinfo/right/Asia/Pyongyang +rm -f ./zoneinfo/right/Asia/Kuala_Lumpur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kuala_Lumpur ./zoneinfo/right/Asia/Kuala_Lumpur +rm -f ./zoneinfo/right/Asia/Bangkok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Bangkok ./zoneinfo/right/Asia/Bangkok +rm -f ./zoneinfo/right/Asia/Ulan_Bator +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ulan_Bator ./zoneinfo/right/Asia/Ulan_Bator +rm -f ./zoneinfo/right/Asia/Kamchatka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kamchatka ./zoneinfo/right/Asia/Kamchatka +rm -f ./zoneinfo/right/Asia/Irkutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Irkutsk ./zoneinfo/right/Asia/Irkutsk +rm -f ./zoneinfo/right/Asia/Almaty +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Almaty ./zoneinfo/right/Asia/Almaty +rm -f ./zoneinfo/right/Asia/Dacca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dacca ./zoneinfo/right/Asia/Dacca +rm -f ./zoneinfo/right/Asia/Aqtau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Aqtau ./zoneinfo/right/Asia/Aqtau +rm -f ./zoneinfo/right/Asia/Shanghai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Shanghai ./zoneinfo/right/Asia/Shanghai +rm -f ./zoneinfo/right/Asia/Kabul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kabul ./zoneinfo/right/Asia/Kabul +rm -f ./zoneinfo/right/Asia/Dushanbe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dushanbe ./zoneinfo/right/Asia/Dushanbe +rm -f ./zoneinfo/right/Asia/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Istanbul ./zoneinfo/right/Asia/Istanbul +rm -f ./zoneinfo/right/Asia/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Riyadh88 ./zoneinfo/right/Asia/Riyadh88 +rm -f ./zoneinfo/right/Asia/Ulaanbaatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ulaanbaatar ./zoneinfo/right/Asia/Ulaanbaatar +rm -f ./zoneinfo/right/Asia/Jayapura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Jayapura ./zoneinfo/right/Asia/Jayapura +rm -f ./zoneinfo/right/Asia/Tel_Aviv +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tel_Aviv ./zoneinfo/right/Asia/Tel_Aviv +rm -f ./zoneinfo/right/Asia/Jakarta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Jakarta ./zoneinfo/right/Asia/Jakarta +rm -f ./zoneinfo/right/Asia/Seoul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Seoul ./zoneinfo/right/Asia/Seoul +rm -f ./zoneinfo/right/Asia/Hovd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Hovd ./zoneinfo/right/Asia/Hovd +rm -f ./zoneinfo/right/Asia/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Singapore ./zoneinfo/right/Asia/Singapore +rm -f ./zoneinfo/right/Asia/Omsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Omsk ./zoneinfo/right/Asia/Omsk +rm -f ./zoneinfo/right/Asia/Beirut +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Beirut ./zoneinfo/right/Asia/Beirut +rm -f ./zoneinfo/right/Asia/Qyzylorda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Qyzylorda ./zoneinfo/right/Asia/Qyzylorda +rm -f ./zoneinfo/right/Asia/Urumqi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Urumqi ./zoneinfo/right/Asia/Urumqi +rm -f ./zoneinfo/right/Asia/Taipei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Taipei ./zoneinfo/right/Asia/Taipei +rm -f ./zoneinfo/right/Asia/Makassar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Makassar ./zoneinfo/right/Asia/Makassar +rm -f ./zoneinfo/right/Asia/Hong_Kong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Hong_Kong ./zoneinfo/right/Asia/Hong_Kong +rm -f ./zoneinfo/right/Asia/Kuching +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kuching ./zoneinfo/right/Asia/Kuching +rm -f ./zoneinfo/right/Asia/Harbin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Harbin ./zoneinfo/right/Asia/Harbin +rm -f ./zoneinfo/right/Asia/Damascus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Damascus ./zoneinfo/right/Asia/Damascus +rm -f ./zoneinfo/right/Canada/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Pacific ./zoneinfo/right/Canada/Pacific +rm -f ./zoneinfo/right/Canada/Yukon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Yukon ./zoneinfo/right/Canada/Yukon +rm -f ./zoneinfo/right/Canada/Atlantic +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Atlantic ./zoneinfo/right/Canada/Atlantic +rm -f ./zoneinfo/right/Canada/East-Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/East-Saskatchewan ./zoneinfo/right/Canada/East-Saskatchewan +rm -f ./zoneinfo/right/Canada/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Eastern ./zoneinfo/right/Canada/Eastern +rm -f ./zoneinfo/right/Canada/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Mountain ./zoneinfo/right/Canada/Mountain +rm -f ./zoneinfo/right/Canada/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Central ./zoneinfo/right/Canada/Central +rm -f ./zoneinfo/right/Canada/Newfoundland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Newfoundland ./zoneinfo/right/Canada/Newfoundland +rm -f ./zoneinfo/right/Canada/Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Saskatchewan ./zoneinfo/right/Canada/Saskatchewan +rm -f ./zoneinfo/right/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Jamaica ./zoneinfo/right/Jamaica +rm -f ./zoneinfo/right/US/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Pacific ./zoneinfo/right/US/Pacific +rm -f ./zoneinfo/right/US/Alaska +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Alaska ./zoneinfo/right/US/Alaska +rm -f ./zoneinfo/right/US/Arizona +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Arizona ./zoneinfo/right/US/Arizona +rm -f ./zoneinfo/right/US/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Samoa ./zoneinfo/right/US/Samoa +rm -f ./zoneinfo/right/US/East-Indiana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/East-Indiana ./zoneinfo/right/US/East-Indiana +rm -f ./zoneinfo/right/US/Michigan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Michigan ./zoneinfo/right/US/Michigan +rm -f ./zoneinfo/right/US/Aleutian +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Aleutian ./zoneinfo/right/US/Aleutian +rm -f ./zoneinfo/right/US/Hawaii +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Hawaii ./zoneinfo/right/US/Hawaii +rm -f ./zoneinfo/right/US/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Eastern ./zoneinfo/right/US/Eastern +rm -f ./zoneinfo/right/US/Indiana-Starke +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Indiana-Starke ./zoneinfo/right/US/Indiana-Starke +rm -f ./zoneinfo/right/US/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Mountain ./zoneinfo/right/US/Mountain +rm -f ./zoneinfo/right/US/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Central ./zoneinfo/right/US/Central +rm -f ./zoneinfo/right/Atlantic/Bermuda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Bermuda ./zoneinfo/right/Atlantic/Bermuda +rm -f ./zoneinfo/right/Atlantic/St_Helena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/St_Helena ./zoneinfo/right/Atlantic/St_Helena +rm -f ./zoneinfo/right/Atlantic/Madeira +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Madeira ./zoneinfo/right/Atlantic/Madeira +rm -f ./zoneinfo/right/Atlantic/Stanley +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Stanley ./zoneinfo/right/Atlantic/Stanley +rm -f ./zoneinfo/right/Atlantic/Faroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Faroe ./zoneinfo/right/Atlantic/Faroe +rm -f ./zoneinfo/right/Atlantic/South_Georgia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/South_Georgia ./zoneinfo/right/Atlantic/South_Georgia +rm -f ./zoneinfo/right/Atlantic/Cape_Verde +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Cape_Verde ./zoneinfo/right/Atlantic/Cape_Verde +rm -f ./zoneinfo/right/Atlantic/Jan_Mayen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Jan_Mayen ./zoneinfo/right/Atlantic/Jan_Mayen +rm -f ./zoneinfo/right/Atlantic/Canary +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Canary ./zoneinfo/right/Atlantic/Canary +rm -f ./zoneinfo/right/Atlantic/Reykjavik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Reykjavik ./zoneinfo/right/Atlantic/Reykjavik +rm -f ./zoneinfo/right/Atlantic/Azores +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Azores ./zoneinfo/right/Atlantic/Azores +rm -f ./zoneinfo/right/Atlantic/Faeroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Faeroe ./zoneinfo/right/Atlantic/Faeroe +rm -f ./zoneinfo/right/Navajo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Navajo ./zoneinfo/right/Navajo +rm -f ./zoneinfo/right/Poland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Poland ./zoneinfo/right/Poland +rm -f ./zoneinfo/right/CET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/CET ./zoneinfo/right/CET +rm -f ./zoneinfo/right/Europe/Zagreb +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Zagreb ./zoneinfo/right/Europe/Zagreb +rm -f ./zoneinfo/right/Europe/Helsinki +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Helsinki ./zoneinfo/right/Europe/Helsinki +rm -f ./zoneinfo/right/Europe/Zurich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Zurich ./zoneinfo/right/Europe/Zurich +rm -f ./zoneinfo/right/Europe/Volgograd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Volgograd ./zoneinfo/right/Europe/Volgograd +rm -f ./zoneinfo/right/Europe/Vaduz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Vaduz ./zoneinfo/right/Europe/Vaduz +rm -f ./zoneinfo/right/Europe/Paris +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Paris ./zoneinfo/right/Europe/Paris +rm -f ./zoneinfo/right/Europe/Isle_of_Man +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Isle_of_Man ./zoneinfo/right/Europe/Isle_of_Man +rm -f ./zoneinfo/right/Europe/Mariehamn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Mariehamn ./zoneinfo/right/Europe/Mariehamn +rm -f ./zoneinfo/right/Europe/Warsaw +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Warsaw ./zoneinfo/right/Europe/Warsaw +rm -f ./zoneinfo/right/Europe/London +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/London ./zoneinfo/right/Europe/London +rm -f ./zoneinfo/right/Europe/Guernsey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Guernsey ./zoneinfo/right/Europe/Guernsey +rm -f ./zoneinfo/right/Europe/Jersey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Jersey ./zoneinfo/right/Europe/Jersey +rm -f ./zoneinfo/right/Europe/Budapest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Budapest ./zoneinfo/right/Europe/Budapest +rm -f ./zoneinfo/right/Europe/Andorra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Andorra ./zoneinfo/right/Europe/Andorra +rm -f ./zoneinfo/right/Europe/Uzhgorod +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Uzhgorod ./zoneinfo/right/Europe/Uzhgorod +rm -f ./zoneinfo/right/Europe/Kiev +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Kiev ./zoneinfo/right/Europe/Kiev +rm -f ./zoneinfo/right/Europe/Ljubljana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Ljubljana ./zoneinfo/right/Europe/Ljubljana +rm -f ./zoneinfo/right/Europe/Stockholm +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Stockholm ./zoneinfo/right/Europe/Stockholm +rm -f ./zoneinfo/right/Europe/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Nicosia ./zoneinfo/right/Europe/Nicosia +rm -f ./zoneinfo/right/Europe/Malta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Malta ./zoneinfo/right/Europe/Malta +rm -f ./zoneinfo/right/Europe/Vilnius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Vilnius ./zoneinfo/right/Europe/Vilnius +rm -f ./zoneinfo/right/Europe/Dublin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Dublin ./zoneinfo/right/Europe/Dublin +rm -f ./zoneinfo/right/Europe/Berlin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Berlin ./zoneinfo/right/Europe/Berlin +rm -f ./zoneinfo/right/Europe/Belgrade +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Belgrade ./zoneinfo/right/Europe/Belgrade +rm -f ./zoneinfo/right/Europe/Madrid +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Madrid ./zoneinfo/right/Europe/Madrid +rm -f ./zoneinfo/right/Europe/Sofia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Sofia ./zoneinfo/right/Europe/Sofia +rm -f ./zoneinfo/right/Europe/Gibraltar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Gibraltar ./zoneinfo/right/Europe/Gibraltar +rm -f ./zoneinfo/right/Europe/Kaliningrad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Kaliningrad ./zoneinfo/right/Europe/Kaliningrad +rm -f ./zoneinfo/right/Europe/Moscow +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Moscow ./zoneinfo/right/Europe/Moscow +rm -f ./zoneinfo/right/Europe/Podgorica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Podgorica ./zoneinfo/right/Europe/Podgorica +rm -f ./zoneinfo/right/Europe/Monaco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Monaco ./zoneinfo/right/Europe/Monaco +rm -f ./zoneinfo/right/Europe/Amsterdam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Amsterdam ./zoneinfo/right/Europe/Amsterdam +rm -f ./zoneinfo/right/Europe/Athens +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Athens ./zoneinfo/right/Europe/Athens +rm -f ./zoneinfo/right/Europe/Tiraspol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Tiraspol ./zoneinfo/right/Europe/Tiraspol +rm -f ./zoneinfo/right/Europe/Rome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Rome ./zoneinfo/right/Europe/Rome +rm -f ./zoneinfo/right/Europe/Minsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Minsk ./zoneinfo/right/Europe/Minsk +rm -f ./zoneinfo/right/Europe/San_Marino +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/San_Marino ./zoneinfo/right/Europe/San_Marino +rm -f ./zoneinfo/right/Europe/Oslo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Oslo ./zoneinfo/right/Europe/Oslo +rm -f ./zoneinfo/right/Europe/Zaporozhye +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Zaporozhye ./zoneinfo/right/Europe/Zaporozhye +rm -f ./zoneinfo/right/Europe/Bratislava +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Bratislava ./zoneinfo/right/Europe/Bratislava +rm -f ./zoneinfo/right/Europe/Sarajevo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Sarajevo ./zoneinfo/right/Europe/Sarajevo +rm -f ./zoneinfo/right/Europe/Skopje +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Skopje ./zoneinfo/right/Europe/Skopje +rm -f ./zoneinfo/right/Europe/Copenhagen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Copenhagen ./zoneinfo/right/Europe/Copenhagen +rm -f ./zoneinfo/right/Europe/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Istanbul ./zoneinfo/right/Europe/Istanbul +rm -f ./zoneinfo/right/Europe/Tirane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Tirane ./zoneinfo/right/Europe/Tirane +rm -f ./zoneinfo/right/Europe/Vienna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Vienna ./zoneinfo/right/Europe/Vienna +rm -f ./zoneinfo/right/Europe/Chisinau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Chisinau ./zoneinfo/right/Europe/Chisinau +rm -f ./zoneinfo/right/Europe/Lisbon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Lisbon ./zoneinfo/right/Europe/Lisbon +rm -f ./zoneinfo/right/Europe/Samara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Samara ./zoneinfo/right/Europe/Samara +rm -f ./zoneinfo/right/Europe/Luxembourg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Luxembourg ./zoneinfo/right/Europe/Luxembourg +rm -f ./zoneinfo/right/Europe/Prague +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Prague ./zoneinfo/right/Europe/Prague +rm -f ./zoneinfo/right/Europe/Vatican +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Vatican ./zoneinfo/right/Europe/Vatican +rm -f ./zoneinfo/right/Europe/Riga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Riga ./zoneinfo/right/Europe/Riga +rm -f ./zoneinfo/right/Europe/Bucharest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Bucharest ./zoneinfo/right/Europe/Bucharest +rm -f ./zoneinfo/right/Europe/Tallinn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Tallinn ./zoneinfo/right/Europe/Tallinn +rm -f ./zoneinfo/right/Europe/Brussels +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Brussels ./zoneinfo/right/Europe/Brussels +rm -f ./zoneinfo/right/Europe/Belfast +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Belfast ./zoneinfo/right/Europe/Belfast +rm -f ./zoneinfo/right/Europe/Simferopol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Simferopol ./zoneinfo/right/Europe/Simferopol +rm -f ./zoneinfo/right/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Greenwich ./zoneinfo/right/Greenwich +rm -f ./zoneinfo/right/Turkey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Turkey ./zoneinfo/right/Turkey +rm -f ./zoneinfo/right/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Zulu ./zoneinfo/right/Zulu +rm -f ./zoneinfo/right/NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/NZ ./zoneinfo/right/NZ +rm -f ./zoneinfo/right/America/North_Dakota/Center +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/North_Dakota/Center ./zoneinfo/right/America/North_Dakota/Center +rm -f ./zoneinfo/right/America/North_Dakota/New_Salem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/North_Dakota/New_Salem ./zoneinfo/right/America/North_Dakota/New_Salem +rm -f ./zoneinfo/right/America/Belem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Belem ./zoneinfo/right/America/Belem +rm -f ./zoneinfo/right/America/Belize +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Belize ./zoneinfo/right/America/Belize +rm -f ./zoneinfo/right/America/Boise +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Boise ./zoneinfo/right/America/Boise +rm -f ./zoneinfo/right/America/Adak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Adak ./zoneinfo/right/America/Adak +rm -f ./zoneinfo/right/America/Rainy_River +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Rainy_River ./zoneinfo/right/America/Rainy_River +rm -f ./zoneinfo/right/America/El_Salvador +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/El_Salvador ./zoneinfo/right/America/El_Salvador +rm -f ./zoneinfo/right/America/Toronto +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Toronto ./zoneinfo/right/America/Toronto +rm -f ./zoneinfo/right/America/Nipigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Nipigon ./zoneinfo/right/America/Nipigon +rm -f ./zoneinfo/right/America/Chicago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Chicago ./zoneinfo/right/America/Chicago +rm -f ./zoneinfo/right/America/Halifax +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Halifax ./zoneinfo/right/America/Halifax +rm -f ./zoneinfo/right/America/Eirunepe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Eirunepe ./zoneinfo/right/America/Eirunepe +rm -f ./zoneinfo/right/America/Yakutat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Yakutat ./zoneinfo/right/America/Yakutat +rm -f ./zoneinfo/right/America/Port_of_Spain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Port_of_Spain ./zoneinfo/right/America/Port_of_Spain +rm -f ./zoneinfo/right/America/Blanc-Sablon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Blanc-Sablon ./zoneinfo/right/America/Blanc-Sablon +rm -f ./zoneinfo/right/America/Nome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Nome ./zoneinfo/right/America/Nome +rm -f ./zoneinfo/right/America/Montevideo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Montevideo ./zoneinfo/right/America/Montevideo +rm -f ./zoneinfo/right/America/Cambridge_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cambridge_Bay ./zoneinfo/right/America/Cambridge_Bay +rm -f ./zoneinfo/right/America/Goose_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Goose_Bay ./zoneinfo/right/America/Goose_Bay +rm -f ./zoneinfo/right/America/La_Paz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/La_Paz ./zoneinfo/right/America/La_Paz +rm -f ./zoneinfo/right/America/Scoresbysund +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Scoresbysund ./zoneinfo/right/America/Scoresbysund +rm -f ./zoneinfo/right/America/Edmonton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Edmonton ./zoneinfo/right/America/Edmonton +rm -f ./zoneinfo/right/America/Inuvik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Inuvik ./zoneinfo/right/America/Inuvik +rm -f ./zoneinfo/right/America/Fortaleza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Fortaleza ./zoneinfo/right/America/Fortaleza +rm -f ./zoneinfo/right/America/Miquelon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Miquelon ./zoneinfo/right/America/Miquelon +rm -f ./zoneinfo/right/America/St_Johns +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Johns ./zoneinfo/right/America/St_Johns +rm -f ./zoneinfo/right/America/Port-au-Prince +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Port-au-Prince ./zoneinfo/right/America/Port-au-Prince +rm -f ./zoneinfo/right/America/St_Barthelemy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Barthelemy ./zoneinfo/right/America/St_Barthelemy +rm -f ./zoneinfo/right/America/Glace_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Glace_Bay ./zoneinfo/right/America/Glace_Bay +rm -f ./zoneinfo/right/America/Bahia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Bahia ./zoneinfo/right/America/Bahia +rm -f ./zoneinfo/right/America/Cuiaba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cuiaba ./zoneinfo/right/America/Cuiaba +rm -f ./zoneinfo/right/America/Recife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Recife ./zoneinfo/right/America/Recife +rm -f ./zoneinfo/right/America/Denver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Denver ./zoneinfo/right/America/Denver +rm -f ./zoneinfo/right/America/Grand_Turk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Grand_Turk ./zoneinfo/right/America/Grand_Turk +rm -f ./zoneinfo/right/America/Guayaquil +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Guayaquil ./zoneinfo/right/America/Guayaquil +rm -f ./zoneinfo/right/America/Yellowknife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Yellowknife ./zoneinfo/right/America/Yellowknife +rm -f ./zoneinfo/right/America/Nassau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Nassau ./zoneinfo/right/America/Nassau +rm -f ./zoneinfo/right/America/Antigua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Antigua ./zoneinfo/right/America/Antigua +rm -f ./zoneinfo/right/America/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Jamaica ./zoneinfo/right/America/Jamaica +rm -f ./zoneinfo/right/America/Regina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Regina ./zoneinfo/right/America/Regina +rm -f ./zoneinfo/right/America/Dawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Dawson ./zoneinfo/right/America/Dawson +rm -f ./zoneinfo/right/America/Cancun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cancun ./zoneinfo/right/America/Cancun +rm -f ./zoneinfo/right/America/Campo_Grande +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Campo_Grande ./zoneinfo/right/America/Campo_Grande +rm -f ./zoneinfo/right/America/Araguaina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Araguaina ./zoneinfo/right/America/Araguaina +rm -f ./zoneinfo/right/America/Rankin_Inlet +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Rankin_Inlet ./zoneinfo/right/America/Rankin_Inlet +rm -f ./zoneinfo/right/America/Atka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Atka ./zoneinfo/right/America/Atka +rm -f ./zoneinfo/right/America/Managua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Managua ./zoneinfo/right/America/Managua +rm -f ./zoneinfo/right/America/Aruba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Aruba ./zoneinfo/right/America/Aruba +rm -f ./zoneinfo/right/America/Moncton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Moncton ./zoneinfo/right/America/Moncton +rm -f ./zoneinfo/right/America/Fort_Wayne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Fort_Wayne ./zoneinfo/right/America/Fort_Wayne +rm -f ./zoneinfo/right/America/Whitehorse +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Whitehorse ./zoneinfo/right/America/Whitehorse +rm -f ./zoneinfo/right/America/Guyana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Guyana ./zoneinfo/right/America/Guyana +rm -f ./zoneinfo/right/America/Shiprock +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Shiprock ./zoneinfo/right/America/Shiprock +rm -f ./zoneinfo/right/America/Menominee +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Menominee ./zoneinfo/right/America/Menominee +rm -f ./zoneinfo/right/America/Sao_Paulo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Sao_Paulo ./zoneinfo/right/America/Sao_Paulo +rm -f ./zoneinfo/right/America/Hermosillo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Hermosillo ./zoneinfo/right/America/Hermosillo +rm -f ./zoneinfo/right/America/Marigot +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Marigot ./zoneinfo/right/America/Marigot +rm -f ./zoneinfo/right/America/Ensenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Ensenada ./zoneinfo/right/America/Ensenada +rm -f ./zoneinfo/right/America/Martinique +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Martinique ./zoneinfo/right/America/Martinique +rm -f ./zoneinfo/right/America/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Louisville ./zoneinfo/right/America/Louisville +rm -f ./zoneinfo/right/America/Tortola +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Tortola ./zoneinfo/right/America/Tortola +rm -f ./zoneinfo/right/America/Iqaluit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Iqaluit ./zoneinfo/right/America/Iqaluit +rm -f ./zoneinfo/right/America/Thule +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Thule ./zoneinfo/right/America/Thule +rm -f ./zoneinfo/right/America/Santiago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Santiago ./zoneinfo/right/America/Santiago +rm -f ./zoneinfo/right/America/New_York +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/New_York ./zoneinfo/right/America/New_York +rm -f ./zoneinfo/right/America/Noronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Noronha ./zoneinfo/right/America/Noronha +rm -f ./zoneinfo/right/America/Maceio +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Maceio ./zoneinfo/right/America/Maceio +rm -f ./zoneinfo/right/America/Kentucky/Monticello +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Kentucky/Monticello ./zoneinfo/right/America/Kentucky/Monticello +rm -f ./zoneinfo/right/America/Kentucky/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Kentucky/Louisville ./zoneinfo/right/America/Kentucky/Louisville +rm -f ./zoneinfo/right/America/Knox_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Knox_IN ./zoneinfo/right/America/Knox_IN +rm -f ./zoneinfo/right/America/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cordoba ./zoneinfo/right/America/Cordoba +rm -f ./zoneinfo/right/America/Indiana/Vevay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Vevay ./zoneinfo/right/America/Indiana/Vevay +rm -f ./zoneinfo/right/America/Indiana/Marengo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Marengo ./zoneinfo/right/America/Indiana/Marengo +rm -f ./zoneinfo/right/America/Indiana/Knox +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Knox ./zoneinfo/right/America/Indiana/Knox +rm -f ./zoneinfo/right/America/Indiana/Petersburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Petersburg ./zoneinfo/right/America/Indiana/Petersburg +rm -f ./zoneinfo/right/America/Indiana/Vincennes +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Vincennes ./zoneinfo/right/America/Indiana/Vincennes +rm -f ./zoneinfo/right/America/Indiana/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Indianapolis ./zoneinfo/right/America/Indiana/Indianapolis +rm -f ./zoneinfo/right/America/Indiana/Winamac +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Winamac ./zoneinfo/right/America/Indiana/Winamac +rm -f ./zoneinfo/right/America/Indiana/Tell_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Tell_City ./zoneinfo/right/America/Indiana/Tell_City +rm -f ./zoneinfo/right/America/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Catamarca ./zoneinfo/right/America/Catamarca +rm -f ./zoneinfo/right/America/Vancouver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Vancouver ./zoneinfo/right/America/Vancouver +rm -f ./zoneinfo/right/America/Chihuahua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Chihuahua ./zoneinfo/right/America/Chihuahua +rm -f ./zoneinfo/right/America/Cayman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cayman ./zoneinfo/right/America/Cayman +rm -f ./zoneinfo/right/America/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Buenos_Aires ./zoneinfo/right/America/Buenos_Aires +rm -f ./zoneinfo/right/America/Asuncion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Asuncion ./zoneinfo/right/America/Asuncion +rm -f ./zoneinfo/right/America/Mexico_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Mexico_City ./zoneinfo/right/America/Mexico_City +rm -f ./zoneinfo/right/America/Paramaribo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Paramaribo ./zoneinfo/right/America/Paramaribo +rm -f ./zoneinfo/right/America/Curacao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Curacao ./zoneinfo/right/America/Curacao +rm -f ./zoneinfo/right/America/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Jujuy ./zoneinfo/right/America/Jujuy +rm -f ./zoneinfo/right/America/Montserrat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Montserrat ./zoneinfo/right/America/Montserrat +rm -f ./zoneinfo/right/America/Anguilla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Anguilla ./zoneinfo/right/America/Anguilla +rm -f ./zoneinfo/right/America/Rio_Branco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Rio_Branco ./zoneinfo/right/America/Rio_Branco +rm -f ./zoneinfo/right/America/Cayenne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cayenne ./zoneinfo/right/America/Cayenne +rm -f ./zoneinfo/right/America/Guatemala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Guatemala ./zoneinfo/right/America/Guatemala +rm -f ./zoneinfo/right/America/Dominica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Dominica ./zoneinfo/right/America/Dominica +rm -f ./zoneinfo/right/America/Detroit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Detroit ./zoneinfo/right/America/Detroit +rm -f ./zoneinfo/right/America/Bogota +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Bogota ./zoneinfo/right/America/Bogota +rm -f ./zoneinfo/right/America/Thunder_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Thunder_Bay ./zoneinfo/right/America/Thunder_Bay +rm -f ./zoneinfo/right/America/Lima +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Lima ./zoneinfo/right/America/Lima +rm -f ./zoneinfo/right/America/Coral_Harbour +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Coral_Harbour ./zoneinfo/right/America/Coral_Harbour +rm -f ./zoneinfo/right/America/Godthab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Godthab ./zoneinfo/right/America/Godthab +rm -f ./zoneinfo/right/America/Guadeloupe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Guadeloupe ./zoneinfo/right/America/Guadeloupe +rm -f ./zoneinfo/right/America/Winnipeg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Winnipeg ./zoneinfo/right/America/Winnipeg +rm -f ./zoneinfo/right/America/Porto_Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Porto_Acre ./zoneinfo/right/America/Porto_Acre +rm -f ./zoneinfo/right/America/Monterrey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Monterrey ./zoneinfo/right/America/Monterrey +rm -f ./zoneinfo/right/America/Tijuana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Tijuana ./zoneinfo/right/America/Tijuana +rm -f ./zoneinfo/right/America/Pangnirtung +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Pangnirtung ./zoneinfo/right/America/Pangnirtung +rm -f ./zoneinfo/right/America/Merida +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Merida ./zoneinfo/right/America/Merida +rm -f ./zoneinfo/right/America/Grenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Grenada ./zoneinfo/right/America/Grenada +rm -f ./zoneinfo/right/America/Rosario +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Rosario ./zoneinfo/right/America/Rosario +rm -f ./zoneinfo/right/America/Atikokan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Atikokan ./zoneinfo/right/America/Atikokan +rm -f ./zoneinfo/right/America/Danmarkshavn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Danmarkshavn ./zoneinfo/right/America/Danmarkshavn +rm -f ./zoneinfo/right/America/Mazatlan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Mazatlan ./zoneinfo/right/America/Mazatlan +rm -f ./zoneinfo/right/America/Caracas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Caracas ./zoneinfo/right/America/Caracas +rm -f ./zoneinfo/right/America/Panama +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Panama ./zoneinfo/right/America/Panama +rm -f ./zoneinfo/right/America/Tegucigalpa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Tegucigalpa ./zoneinfo/right/America/Tegucigalpa +rm -f ./zoneinfo/right/America/St_Kitts +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Kitts ./zoneinfo/right/America/St_Kitts +rm -f ./zoneinfo/right/America/Swift_Current +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Swift_Current ./zoneinfo/right/America/Swift_Current +rm -f ./zoneinfo/right/America/Barbados +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Barbados ./zoneinfo/right/America/Barbados +rm -f ./zoneinfo/right/America/Argentina/San_Luis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/San_Luis ./zoneinfo/right/America/Argentina/San_Luis +rm -f ./zoneinfo/right/America/Argentina/ComodRivadavia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/ComodRivadavia ./zoneinfo/right/America/Argentina/ComodRivadavia +rm -f ./zoneinfo/right/America/Argentina/Rio_Gallegos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Rio_Gallegos ./zoneinfo/right/America/Argentina/Rio_Gallegos +rm -f ./zoneinfo/right/America/Argentina/Ushuaia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Ushuaia ./zoneinfo/right/America/Argentina/Ushuaia +rm -f ./zoneinfo/right/America/Argentina/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Cordoba ./zoneinfo/right/America/Argentina/Cordoba +rm -f ./zoneinfo/right/America/Argentina/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Catamarca ./zoneinfo/right/America/Argentina/Catamarca +rm -f ./zoneinfo/right/America/Argentina/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Buenos_Aires ./zoneinfo/right/America/Argentina/Buenos_Aires +rm -f ./zoneinfo/right/America/Argentina/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Jujuy ./zoneinfo/right/America/Argentina/Jujuy +rm -f ./zoneinfo/right/America/Argentina/Tucuman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Tucuman ./zoneinfo/right/America/Argentina/Tucuman +rm -f ./zoneinfo/right/America/Argentina/La_Rioja +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/La_Rioja ./zoneinfo/right/America/Argentina/La_Rioja +rm -f ./zoneinfo/right/America/Argentina/San_Juan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/San_Juan ./zoneinfo/right/America/Argentina/San_Juan +rm -f ./zoneinfo/right/America/Argentina/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Mendoza ./zoneinfo/right/America/Argentina/Mendoza +rm -f ./zoneinfo/right/America/Costa_Rica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Costa_Rica ./zoneinfo/right/America/Costa_Rica +rm -f ./zoneinfo/right/America/Montreal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Montreal ./zoneinfo/right/America/Montreal +rm -f ./zoneinfo/right/America/Resolute +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Resolute ./zoneinfo/right/America/Resolute +rm -f ./zoneinfo/right/America/Anchorage +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Anchorage ./zoneinfo/right/America/Anchorage +rm -f ./zoneinfo/right/America/Dawson_Creek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Dawson_Creek ./zoneinfo/right/America/Dawson_Creek +rm -f ./zoneinfo/right/America/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indianapolis ./zoneinfo/right/America/Indianapolis +rm -f ./zoneinfo/right/America/Los_Angeles +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Los_Angeles ./zoneinfo/right/America/Los_Angeles +rm -f ./zoneinfo/right/America/Manaus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Manaus ./zoneinfo/right/America/Manaus +rm -f ./zoneinfo/right/America/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Mendoza ./zoneinfo/right/America/Mendoza +rm -f ./zoneinfo/right/America/St_Vincent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Vincent ./zoneinfo/right/America/St_Vincent +rm -f ./zoneinfo/right/America/Puerto_Rico +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Puerto_Rico ./zoneinfo/right/America/Puerto_Rico +rm -f ./zoneinfo/right/America/Phoenix +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Phoenix ./zoneinfo/right/America/Phoenix +rm -f ./zoneinfo/right/America/Porto_Velho +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Porto_Velho ./zoneinfo/right/America/Porto_Velho +rm -f ./zoneinfo/right/America/St_Thomas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Thomas ./zoneinfo/right/America/St_Thomas +rm -f ./zoneinfo/right/America/Boa_Vista +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Boa_Vista ./zoneinfo/right/America/Boa_Vista +rm -f ./zoneinfo/right/America/Virgin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Virgin ./zoneinfo/right/America/Virgin +rm -f ./zoneinfo/right/America/Havana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Havana ./zoneinfo/right/America/Havana +rm -f ./zoneinfo/right/America/Santo_Domingo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Santo_Domingo ./zoneinfo/right/America/Santo_Domingo +rm -f ./zoneinfo/right/America/Juneau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Juneau ./zoneinfo/right/America/Juneau +rm -f ./zoneinfo/right/America/St_Lucia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Lucia ./zoneinfo/right/America/St_Lucia +rm -f ./zoneinfo/right/Portugal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Portugal ./zoneinfo/right/Portugal +rm -f ./zoneinfo/right/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/UTC ./zoneinfo/right/UTC +rm -f ./zoneinfo/right/HST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/HST ./zoneinfo/right/HST +rm -f ./zoneinfo/right/W-SU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/W-SU ./zoneinfo/right/W-SU +rm -f ./zoneinfo/right/Israel +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Israel ./zoneinfo/right/Israel +rm -f ./zoneinfo/right/Mexico/BajaNorte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mexico/BajaNorte ./zoneinfo/right/Mexico/BajaNorte +rm -f ./zoneinfo/right/Mexico/General +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mexico/General ./zoneinfo/right/Mexico/General +rm -f ./zoneinfo/right/Mexico/BajaSur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mexico/BajaSur ./zoneinfo/right/Mexico/BajaSur +rm -f ./zoneinfo/right/EST5EDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/EST5EDT ./zoneinfo/right/EST5EDT +rm -f ./zoneinfo/right/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Kwajalein ./zoneinfo/right/Kwajalein +rm -f ./zoneinfo/right/NZ-CHAT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/NZ-CHAT ./zoneinfo/right/NZ-CHAT +rm -f ./zoneinfo/right/Antarctica/Palmer +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Palmer ./zoneinfo/right/Antarctica/Palmer +rm -f ./zoneinfo/right/Antarctica/Rothera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Rothera ./zoneinfo/right/Antarctica/Rothera +rm -f ./zoneinfo/right/Antarctica/McMurdo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/McMurdo ./zoneinfo/right/Antarctica/McMurdo +rm -f ./zoneinfo/right/Antarctica/South_Pole +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/South_Pole ./zoneinfo/right/Antarctica/South_Pole +rm -f ./zoneinfo/right/Antarctica/Mawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Mawson ./zoneinfo/right/Antarctica/Mawson +rm -f ./zoneinfo/right/Antarctica/Vostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Vostok ./zoneinfo/right/Antarctica/Vostok +rm -f ./zoneinfo/right/Antarctica/DumontDUrville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/DumontDUrville ./zoneinfo/right/Antarctica/DumontDUrville +rm -f ./zoneinfo/right/Antarctica/Davis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Davis ./zoneinfo/right/Antarctica/Davis +rm -f ./zoneinfo/right/Antarctica/Syowa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Syowa ./zoneinfo/right/Antarctica/Syowa +rm -f ./zoneinfo/right/Antarctica/Casey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Casey ./zoneinfo/right/Antarctica/Casey +rm -f ./zoneinfo/right/PRC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/PRC ./zoneinfo/right/PRC +rm -f ./zoneinfo/right/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GMT+0 ./zoneinfo/right/GMT+0 +rm -f ./zoneinfo/right/MST7MDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/MST7MDT ./zoneinfo/right/MST7MDT +rm -f ./zoneinfo/right/WET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/WET ./zoneinfo/right/WET +rm -f ./zoneinfo/right/Hongkong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Hongkong ./zoneinfo/right/Hongkong +rm -f ./zoneinfo/right/Arctic/Longyearbyen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Arctic/Longyearbyen ./zoneinfo/right/Arctic/Longyearbyen +rm -f ./zoneinfo/right/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GMT-0 ./zoneinfo/right/GMT-0 +rm -f ./zoneinfo/right/ROK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/ROK ./zoneinfo/right/ROK +rm -f ./zoneinfo/right/Australia/Sydney +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Sydney ./zoneinfo/right/Australia/Sydney +rm -f ./zoneinfo/right/Australia/Darwin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Darwin ./zoneinfo/right/Australia/Darwin +rm -f ./zoneinfo/right/Australia/Yancowinna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Yancowinna ./zoneinfo/right/Australia/Yancowinna +rm -f ./zoneinfo/right/Australia/Currie +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Currie ./zoneinfo/right/Australia/Currie +rm -f ./zoneinfo/right/Australia/Broken_Hill +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Broken_Hill ./zoneinfo/right/Australia/Broken_Hill +rm -f ./zoneinfo/right/Australia/NSW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/NSW ./zoneinfo/right/Australia/NSW +rm -f ./zoneinfo/right/Australia/Canberra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Canberra ./zoneinfo/right/Australia/Canberra +rm -f ./zoneinfo/right/Australia/Eucla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Eucla ./zoneinfo/right/Australia/Eucla +rm -f ./zoneinfo/right/Australia/Tasmania +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Tasmania ./zoneinfo/right/Australia/Tasmania +rm -f ./zoneinfo/right/Australia/Adelaide +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Adelaide ./zoneinfo/right/Australia/Adelaide +rm -f ./zoneinfo/right/Australia/Hobart +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Hobart ./zoneinfo/right/Australia/Hobart +rm -f ./zoneinfo/right/Australia/South +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/South ./zoneinfo/right/Australia/South +rm -f ./zoneinfo/right/Australia/Queensland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Queensland ./zoneinfo/right/Australia/Queensland +rm -f ./zoneinfo/right/Australia/Brisbane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Brisbane ./zoneinfo/right/Australia/Brisbane +rm -f ./zoneinfo/right/Australia/Victoria +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Victoria ./zoneinfo/right/Australia/Victoria +rm -f ./zoneinfo/right/Australia/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/West ./zoneinfo/right/Australia/West +rm -f ./zoneinfo/right/Australia/ACT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/ACT ./zoneinfo/right/Australia/ACT +rm -f ./zoneinfo/right/Australia/Lord_Howe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Lord_Howe ./zoneinfo/right/Australia/Lord_Howe +rm -f ./zoneinfo/right/Australia/Melbourne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Melbourne ./zoneinfo/right/Australia/Melbourne +rm -f ./zoneinfo/right/Australia/Lindeman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Lindeman ./zoneinfo/right/Australia/Lindeman +rm -f ./zoneinfo/right/Australia/North +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/North ./zoneinfo/right/Australia/North +rm -f ./zoneinfo/right/Australia/Perth +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Perth ./zoneinfo/right/Australia/Perth +rm -f ./zoneinfo/right/Australia/LHI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/LHI ./zoneinfo/right/Australia/LHI +rm -f ./zoneinfo/right/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/UCT ./zoneinfo/right/UCT +rm -f ./zoneinfo/right/Brazil/East +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Brazil/East ./zoneinfo/right/Brazil/East +rm -f ./zoneinfo/right/Brazil/Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Brazil/Acre ./zoneinfo/right/Brazil/Acre +rm -f ./zoneinfo/right/Brazil/DeNoronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Brazil/DeNoronha ./zoneinfo/right/Brazil/DeNoronha +rm -f ./zoneinfo/right/Brazil/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Brazil/West ./zoneinfo/right/Brazil/West +rm -f ./zoneinfo/right/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GMT ./zoneinfo/right/GMT +rm -f ./zoneinfo/right/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Singapore ./zoneinfo/right/Singapore +rm -f ./zoneinfo/right/MST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/MST ./zoneinfo/right/MST +rm -f ./zoneinfo/right/EST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/EST ./zoneinfo/right/EST +rm -f ./zoneinfo/right/ROC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/ROC ./zoneinfo/right/ROC +rm -f ./zoneinfo/right/Japan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Japan ./zoneinfo/right/Japan +rm -f ./zoneinfo/right/Egypt +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Egypt ./zoneinfo/right/Egypt +rm -f ./zoneinfo/right/EET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/EET ./zoneinfo/right/EET +rm -f ./zoneinfo/America/North_Dakota/Center +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/North_Dakota/Center ./zoneinfo/America/North_Dakota/Center +rm -f ./zoneinfo/America/North_Dakota/New_Salem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/North_Dakota/New_Salem ./zoneinfo/America/North_Dakota/New_Salem +rm -f ./zoneinfo/America/Belem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Belem ./zoneinfo/America/Belem +rm -f ./zoneinfo/America/Belize +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Belize ./zoneinfo/America/Belize +rm -f ./zoneinfo/America/Boise +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Boise ./zoneinfo/America/Boise +rm -f ./zoneinfo/America/Adak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Adak ./zoneinfo/America/Adak +rm -f ./zoneinfo/America/Rainy_River +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Rainy_River ./zoneinfo/America/Rainy_River +rm -f ./zoneinfo/America/El_Salvador +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/El_Salvador ./zoneinfo/America/El_Salvador +rm -f ./zoneinfo/America/Toronto +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Toronto ./zoneinfo/America/Toronto +rm -f ./zoneinfo/America/Nipigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Nipigon ./zoneinfo/America/Nipigon +rm -f ./zoneinfo/America/Chicago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Chicago ./zoneinfo/America/Chicago +rm -f ./zoneinfo/America/Halifax +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Halifax ./zoneinfo/America/Halifax +rm -f ./zoneinfo/America/Eirunepe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Eirunepe ./zoneinfo/America/Eirunepe +rm -f ./zoneinfo/America/Yakutat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Yakutat ./zoneinfo/America/Yakutat +rm -f ./zoneinfo/America/Port_of_Spain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Port_of_Spain ./zoneinfo/America/Port_of_Spain +rm -f ./zoneinfo/America/Blanc-Sablon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Blanc-Sablon ./zoneinfo/America/Blanc-Sablon +rm -f ./zoneinfo/America/Nome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Nome ./zoneinfo/America/Nome +rm -f ./zoneinfo/America/Montevideo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Montevideo ./zoneinfo/America/Montevideo +rm -f ./zoneinfo/America/Cambridge_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cambridge_Bay ./zoneinfo/America/Cambridge_Bay +rm -f ./zoneinfo/America/Goose_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Goose_Bay ./zoneinfo/America/Goose_Bay +rm -f ./zoneinfo/America/La_Paz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/La_Paz ./zoneinfo/America/La_Paz +rm -f ./zoneinfo/America/Scoresbysund +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Scoresbysund ./zoneinfo/America/Scoresbysund +rm -f ./zoneinfo/America/Edmonton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Edmonton ./zoneinfo/America/Edmonton +rm -f ./zoneinfo/America/Inuvik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Inuvik ./zoneinfo/America/Inuvik +rm -f ./zoneinfo/America/Fortaleza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Fortaleza ./zoneinfo/America/Fortaleza +rm -f ./zoneinfo/America/Miquelon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Miquelon ./zoneinfo/America/Miquelon +rm -f ./zoneinfo/America/St_Johns +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Johns ./zoneinfo/America/St_Johns +rm -f ./zoneinfo/America/Port-au-Prince +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Port-au-Prince ./zoneinfo/America/Port-au-Prince +rm -f ./zoneinfo/America/St_Barthelemy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Barthelemy ./zoneinfo/America/St_Barthelemy +rm -f ./zoneinfo/America/Glace_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Glace_Bay ./zoneinfo/America/Glace_Bay +rm -f ./zoneinfo/America/Bahia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Bahia ./zoneinfo/America/Bahia +rm -f ./zoneinfo/America/Cuiaba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cuiaba ./zoneinfo/America/Cuiaba +rm -f ./zoneinfo/America/Recife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Recife ./zoneinfo/America/Recife +rm -f ./zoneinfo/America/Denver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Denver ./zoneinfo/America/Denver +rm -f ./zoneinfo/America/Grand_Turk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Grand_Turk ./zoneinfo/America/Grand_Turk +rm -f ./zoneinfo/America/Guayaquil +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Guayaquil ./zoneinfo/America/Guayaquil +rm -f ./zoneinfo/America/Yellowknife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Yellowknife ./zoneinfo/America/Yellowknife +rm -f ./zoneinfo/America/Nassau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Nassau ./zoneinfo/America/Nassau +rm -f ./zoneinfo/America/Antigua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Antigua ./zoneinfo/America/Antigua +rm -f ./zoneinfo/America/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Jamaica ./zoneinfo/America/Jamaica +rm -f ./zoneinfo/America/Regina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Regina ./zoneinfo/America/Regina +rm -f ./zoneinfo/America/Dawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Dawson ./zoneinfo/America/Dawson +rm -f ./zoneinfo/America/Cancun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cancun ./zoneinfo/America/Cancun +rm -f ./zoneinfo/America/Campo_Grande +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Campo_Grande ./zoneinfo/America/Campo_Grande +rm -f ./zoneinfo/America/Araguaina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Araguaina ./zoneinfo/America/Araguaina +rm -f ./zoneinfo/America/Rankin_Inlet +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Rankin_Inlet ./zoneinfo/America/Rankin_Inlet +rm -f ./zoneinfo/America/Atka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Atka ./zoneinfo/America/Atka +rm -f ./zoneinfo/America/Managua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Managua ./zoneinfo/America/Managua +rm -f ./zoneinfo/America/Aruba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Aruba ./zoneinfo/America/Aruba +rm -f ./zoneinfo/America/Moncton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Moncton ./zoneinfo/America/Moncton +rm -f ./zoneinfo/America/Fort_Wayne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Fort_Wayne ./zoneinfo/America/Fort_Wayne +rm -f ./zoneinfo/America/Whitehorse +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Whitehorse ./zoneinfo/America/Whitehorse +rm -f ./zoneinfo/America/Guyana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Guyana ./zoneinfo/America/Guyana +rm -f ./zoneinfo/America/Shiprock +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Shiprock ./zoneinfo/America/Shiprock +rm -f ./zoneinfo/America/Menominee +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Menominee ./zoneinfo/America/Menominee +rm -f ./zoneinfo/America/Sao_Paulo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Sao_Paulo ./zoneinfo/America/Sao_Paulo +rm -f ./zoneinfo/America/Hermosillo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Hermosillo ./zoneinfo/America/Hermosillo +rm -f ./zoneinfo/America/Marigot +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Marigot ./zoneinfo/America/Marigot +rm -f ./zoneinfo/America/Ensenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Ensenada ./zoneinfo/America/Ensenada +rm -f ./zoneinfo/America/Martinique +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Martinique ./zoneinfo/America/Martinique +rm -f ./zoneinfo/America/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Louisville ./zoneinfo/America/Louisville +rm -f ./zoneinfo/America/Tortola +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Tortola ./zoneinfo/America/Tortola +rm -f ./zoneinfo/America/Iqaluit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Iqaluit ./zoneinfo/America/Iqaluit +rm -f ./zoneinfo/America/Thule +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Thule ./zoneinfo/America/Thule +rm -f ./zoneinfo/America/Santiago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Santiago ./zoneinfo/America/Santiago +rm -f ./zoneinfo/America/New_York +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/New_York ./zoneinfo/America/New_York +rm -f ./zoneinfo/America/Noronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Noronha ./zoneinfo/America/Noronha +rm -f ./zoneinfo/America/Maceio +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Maceio ./zoneinfo/America/Maceio +rm -f ./zoneinfo/America/Kentucky/Monticello +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Kentucky/Monticello ./zoneinfo/America/Kentucky/Monticello +rm -f ./zoneinfo/America/Kentucky/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Kentucky/Louisville ./zoneinfo/America/Kentucky/Louisville +rm -f ./zoneinfo/America/Knox_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Knox_IN ./zoneinfo/America/Knox_IN +rm -f ./zoneinfo/America/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cordoba ./zoneinfo/America/Cordoba +rm -f ./zoneinfo/America/Indiana/Vevay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Vevay ./zoneinfo/America/Indiana/Vevay +rm -f ./zoneinfo/America/Indiana/Marengo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Marengo ./zoneinfo/America/Indiana/Marengo +rm -f ./zoneinfo/America/Indiana/Knox +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Knox ./zoneinfo/America/Indiana/Knox +rm -f ./zoneinfo/America/Indiana/Petersburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Petersburg ./zoneinfo/America/Indiana/Petersburg +rm -f ./zoneinfo/America/Indiana/Vincennes +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Vincennes ./zoneinfo/America/Indiana/Vincennes +rm -f ./zoneinfo/America/Indiana/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Indianapolis ./zoneinfo/America/Indiana/Indianapolis +rm -f ./zoneinfo/America/Indiana/Winamac +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Winamac ./zoneinfo/America/Indiana/Winamac +rm -f ./zoneinfo/America/Indiana/Tell_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Tell_City ./zoneinfo/America/Indiana/Tell_City +rm -f ./zoneinfo/America/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Catamarca ./zoneinfo/America/Catamarca +rm -f ./zoneinfo/America/Vancouver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Vancouver ./zoneinfo/America/Vancouver +rm -f ./zoneinfo/America/Chihuahua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Chihuahua ./zoneinfo/America/Chihuahua +rm -f ./zoneinfo/America/Cayman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cayman ./zoneinfo/America/Cayman +rm -f ./zoneinfo/America/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Buenos_Aires ./zoneinfo/America/Buenos_Aires +rm -f ./zoneinfo/America/Asuncion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Asuncion ./zoneinfo/America/Asuncion +rm -f ./zoneinfo/America/Mexico_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Mexico_City ./zoneinfo/America/Mexico_City +rm -f ./zoneinfo/America/Paramaribo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Paramaribo ./zoneinfo/America/Paramaribo +rm -f ./zoneinfo/America/Curacao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Curacao ./zoneinfo/America/Curacao +rm -f ./zoneinfo/America/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Jujuy ./zoneinfo/America/Jujuy +rm -f ./zoneinfo/America/Montserrat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Montserrat ./zoneinfo/America/Montserrat +rm -f ./zoneinfo/America/Anguilla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Anguilla ./zoneinfo/America/Anguilla +rm -f ./zoneinfo/America/Rio_Branco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Rio_Branco ./zoneinfo/America/Rio_Branco +rm -f ./zoneinfo/America/Cayenne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cayenne ./zoneinfo/America/Cayenne +rm -f ./zoneinfo/America/Guatemala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Guatemala ./zoneinfo/America/Guatemala +rm -f ./zoneinfo/America/Dominica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Dominica ./zoneinfo/America/Dominica +rm -f ./zoneinfo/America/Detroit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Detroit ./zoneinfo/America/Detroit +rm -f ./zoneinfo/America/Bogota +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Bogota ./zoneinfo/America/Bogota +rm -f ./zoneinfo/America/Thunder_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Thunder_Bay ./zoneinfo/America/Thunder_Bay +rm -f ./zoneinfo/America/Lima +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Lima ./zoneinfo/America/Lima +rm -f ./zoneinfo/America/Coral_Harbour +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Coral_Harbour ./zoneinfo/America/Coral_Harbour +rm -f ./zoneinfo/America/Godthab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Godthab ./zoneinfo/America/Godthab +rm -f ./zoneinfo/America/Guadeloupe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Guadeloupe ./zoneinfo/America/Guadeloupe +rm -f ./zoneinfo/America/Winnipeg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Winnipeg ./zoneinfo/America/Winnipeg +rm -f ./zoneinfo/America/Porto_Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Porto_Acre ./zoneinfo/America/Porto_Acre +rm -f ./zoneinfo/America/Monterrey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Monterrey ./zoneinfo/America/Monterrey +rm -f ./zoneinfo/America/Tijuana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Tijuana ./zoneinfo/America/Tijuana +rm -f ./zoneinfo/America/Pangnirtung +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Pangnirtung ./zoneinfo/America/Pangnirtung +rm -f ./zoneinfo/America/Merida +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Merida ./zoneinfo/America/Merida +rm -f ./zoneinfo/America/Grenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Grenada ./zoneinfo/America/Grenada +rm -f ./zoneinfo/America/Rosario +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Rosario ./zoneinfo/America/Rosario +rm -f ./zoneinfo/America/Atikokan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Atikokan ./zoneinfo/America/Atikokan +rm -f ./zoneinfo/America/Danmarkshavn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Danmarkshavn ./zoneinfo/America/Danmarkshavn +rm -f ./zoneinfo/America/Mazatlan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Mazatlan ./zoneinfo/America/Mazatlan +rm -f ./zoneinfo/America/Caracas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Caracas ./zoneinfo/America/Caracas +rm -f ./zoneinfo/America/Panama +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Panama ./zoneinfo/America/Panama +rm -f ./zoneinfo/America/Tegucigalpa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Tegucigalpa ./zoneinfo/America/Tegucigalpa +rm -f ./zoneinfo/America/St_Kitts +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Kitts ./zoneinfo/America/St_Kitts +rm -f ./zoneinfo/America/Swift_Current +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Swift_Current ./zoneinfo/America/Swift_Current +rm -f ./zoneinfo/America/Barbados +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Barbados ./zoneinfo/America/Barbados +rm -f ./zoneinfo/America/Argentina/San_Luis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/San_Luis ./zoneinfo/America/Argentina/San_Luis +rm -f ./zoneinfo/America/Argentina/ComodRivadavia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/ComodRivadavia ./zoneinfo/America/Argentina/ComodRivadavia +rm -f ./zoneinfo/America/Argentina/Rio_Gallegos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Rio_Gallegos ./zoneinfo/America/Argentina/Rio_Gallegos +rm -f ./zoneinfo/America/Argentina/Ushuaia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Ushuaia ./zoneinfo/America/Argentina/Ushuaia +rm -f ./zoneinfo/America/Argentina/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Cordoba ./zoneinfo/America/Argentina/Cordoba +rm -f ./zoneinfo/America/Argentina/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Catamarca ./zoneinfo/America/Argentina/Catamarca +rm -f ./zoneinfo/America/Argentina/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Buenos_Aires ./zoneinfo/America/Argentina/Buenos_Aires +rm -f ./zoneinfo/America/Argentina/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Jujuy ./zoneinfo/America/Argentina/Jujuy +rm -f ./zoneinfo/America/Argentina/Tucuman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Tucuman ./zoneinfo/America/Argentina/Tucuman +rm -f ./zoneinfo/America/Argentina/La_Rioja +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/La_Rioja ./zoneinfo/America/Argentina/La_Rioja +rm -f ./zoneinfo/America/Argentina/San_Juan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/San_Juan ./zoneinfo/America/Argentina/San_Juan +rm -f ./zoneinfo/America/Argentina/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Mendoza ./zoneinfo/America/Argentina/Mendoza +rm -f ./zoneinfo/America/Costa_Rica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Costa_Rica ./zoneinfo/America/Costa_Rica +rm -f ./zoneinfo/America/Montreal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Montreal ./zoneinfo/America/Montreal +rm -f ./zoneinfo/America/Resolute +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Resolute ./zoneinfo/America/Resolute +rm -f ./zoneinfo/America/Anchorage +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Anchorage ./zoneinfo/America/Anchorage +rm -f ./zoneinfo/America/Dawson_Creek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Dawson_Creek ./zoneinfo/America/Dawson_Creek +rm -f ./zoneinfo/America/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indianapolis ./zoneinfo/America/Indianapolis +rm -f ./zoneinfo/America/Los_Angeles +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Los_Angeles ./zoneinfo/America/Los_Angeles +rm -f ./zoneinfo/America/Manaus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Manaus ./zoneinfo/America/Manaus +rm -f ./zoneinfo/America/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Mendoza ./zoneinfo/America/Mendoza +rm -f ./zoneinfo/America/St_Vincent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Vincent ./zoneinfo/America/St_Vincent +rm -f ./zoneinfo/America/Puerto_Rico +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Puerto_Rico ./zoneinfo/America/Puerto_Rico +rm -f ./zoneinfo/America/Phoenix +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Phoenix ./zoneinfo/America/Phoenix +rm -f ./zoneinfo/America/Porto_Velho +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Porto_Velho ./zoneinfo/America/Porto_Velho +rm -f ./zoneinfo/America/St_Thomas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Thomas ./zoneinfo/America/St_Thomas +rm -f ./zoneinfo/America/Boa_Vista +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Boa_Vista ./zoneinfo/America/Boa_Vista +rm -f ./zoneinfo/America/Virgin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Virgin ./zoneinfo/America/Virgin +rm -f ./zoneinfo/America/Havana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Havana ./zoneinfo/America/Havana +rm -f ./zoneinfo/America/Santo_Domingo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Santo_Domingo ./zoneinfo/America/Santo_Domingo +rm -f ./zoneinfo/America/Juneau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Juneau ./zoneinfo/America/Juneau +rm -f ./zoneinfo/America/St_Lucia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Lucia ./zoneinfo/America/St_Lucia +rm -f ./zoneinfo/Portugal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Portugal ./zoneinfo/Portugal +rm -f ./zoneinfo/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/UTC ./zoneinfo/UTC +rm -f ./zoneinfo/HST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/HST ./zoneinfo/HST +rm -f ./zoneinfo/W-SU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/W-SU ./zoneinfo/W-SU +rm -f ./zoneinfo/Israel +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Israel ./zoneinfo/Israel +rm -f ./zoneinfo/Mexico/BajaNorte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mexico/BajaNorte ./zoneinfo/Mexico/BajaNorte +rm -f ./zoneinfo/Mexico/General +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mexico/General ./zoneinfo/Mexico/General +rm -f ./zoneinfo/Mexico/BajaSur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mexico/BajaSur ./zoneinfo/Mexico/BajaSur +rm -f ./zoneinfo/EST5EDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/EST5EDT ./zoneinfo/EST5EDT +rm -f ./zoneinfo/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Kwajalein ./zoneinfo/Kwajalein +rm -f ./zoneinfo/NZ-CHAT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/NZ-CHAT ./zoneinfo/NZ-CHAT +rm -f ./zoneinfo/Antarctica/Palmer +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Palmer ./zoneinfo/Antarctica/Palmer +rm -f ./zoneinfo/Antarctica/Rothera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Rothera ./zoneinfo/Antarctica/Rothera +rm -f ./zoneinfo/Antarctica/McMurdo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/McMurdo ./zoneinfo/Antarctica/McMurdo +rm -f ./zoneinfo/Antarctica/South_Pole +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/South_Pole ./zoneinfo/Antarctica/South_Pole +rm -f ./zoneinfo/Antarctica/Mawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Mawson ./zoneinfo/Antarctica/Mawson +rm -f ./zoneinfo/Antarctica/Vostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Vostok ./zoneinfo/Antarctica/Vostok +rm -f ./zoneinfo/Antarctica/DumontDUrville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/DumontDUrville ./zoneinfo/Antarctica/DumontDUrville +rm -f ./zoneinfo/Antarctica/Davis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Davis ./zoneinfo/Antarctica/Davis +rm -f ./zoneinfo/Antarctica/Syowa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Syowa ./zoneinfo/Antarctica/Syowa +rm -f ./zoneinfo/Antarctica/Casey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Casey ./zoneinfo/Antarctica/Casey +rm -f ./zoneinfo/PRC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/PRC ./zoneinfo/PRC +rm -f ./zoneinfo/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GMT+0 ./zoneinfo/GMT+0 +rm -f ./zoneinfo/MST7MDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/MST7MDT ./zoneinfo/MST7MDT +rm -f ./zoneinfo/WET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/WET ./zoneinfo/WET +rm -f ./zoneinfo/Hongkong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Hongkong ./zoneinfo/Hongkong +rm -f ./zoneinfo/posixrules +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posixrules ./zoneinfo/posixrules +rm -f ./zoneinfo/Arctic/Longyearbyen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Arctic/Longyearbyen ./zoneinfo/Arctic/Longyearbyen +rm -f ./zoneinfo/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GMT-0 ./zoneinfo/GMT-0 +rm -f ./zoneinfo/ROK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/ROK ./zoneinfo/ROK +rm -f ./zoneinfo/zone.tab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/zone.tab ./zoneinfo/zone.tab +rm -f ./zoneinfo/Australia/Sydney +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Sydney ./zoneinfo/Australia/Sydney +rm -f ./zoneinfo/Australia/Darwin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Darwin ./zoneinfo/Australia/Darwin +rm -f ./zoneinfo/Australia/Yancowinna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Yancowinna ./zoneinfo/Australia/Yancowinna +rm -f ./zoneinfo/Australia/Currie +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Currie ./zoneinfo/Australia/Currie +rm -f ./zoneinfo/Australia/Broken_Hill +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Broken_Hill ./zoneinfo/Australia/Broken_Hill +rm -f ./zoneinfo/Australia/NSW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/NSW ./zoneinfo/Australia/NSW +rm -f ./zoneinfo/Australia/Canberra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Canberra ./zoneinfo/Australia/Canberra +rm -f ./zoneinfo/Australia/Eucla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Eucla ./zoneinfo/Australia/Eucla +rm -f ./zoneinfo/Australia/Tasmania +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Tasmania ./zoneinfo/Australia/Tasmania +rm -f ./zoneinfo/Australia/Adelaide +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Adelaide ./zoneinfo/Australia/Adelaide +rm -f ./zoneinfo/Australia/Hobart +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Hobart ./zoneinfo/Australia/Hobart +rm -f ./zoneinfo/Australia/South +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/South ./zoneinfo/Australia/South +rm -f ./zoneinfo/Australia/Queensland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Queensland ./zoneinfo/Australia/Queensland +rm -f ./zoneinfo/Australia/Brisbane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Brisbane ./zoneinfo/Australia/Brisbane +rm -f ./zoneinfo/Australia/Victoria +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Victoria ./zoneinfo/Australia/Victoria +rm -f ./zoneinfo/Australia/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/West ./zoneinfo/Australia/West +rm -f ./zoneinfo/Australia/ACT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/ACT ./zoneinfo/Australia/ACT +rm -f ./zoneinfo/Australia/Lord_Howe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Lord_Howe ./zoneinfo/Australia/Lord_Howe +rm -f ./zoneinfo/Australia/Melbourne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Melbourne ./zoneinfo/Australia/Melbourne +rm -f ./zoneinfo/Australia/Lindeman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Lindeman ./zoneinfo/Australia/Lindeman +rm -f ./zoneinfo/Australia/North +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/North ./zoneinfo/Australia/North +rm -f ./zoneinfo/Australia/Perth +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Perth ./zoneinfo/Australia/Perth +rm -f ./zoneinfo/Australia/LHI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/LHI ./zoneinfo/Australia/LHI +rm -f ./zoneinfo/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/UCT ./zoneinfo/UCT +rm -f ./zoneinfo/Brazil/East +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Brazil/East ./zoneinfo/Brazil/East +rm -f ./zoneinfo/Brazil/Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Brazil/Acre ./zoneinfo/Brazil/Acre +rm -f ./zoneinfo/Brazil/DeNoronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Brazil/DeNoronha ./zoneinfo/Brazil/DeNoronha +rm -f ./zoneinfo/Brazil/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Brazil/West ./zoneinfo/Brazil/West +rm -f ./zoneinfo/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GMT ./zoneinfo/GMT +rm -f ./zoneinfo/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Singapore ./zoneinfo/Singapore +rm -f ./zoneinfo/MST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/MST ./zoneinfo/MST +rm -f ./zoneinfo/posix/Pacific/Truk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Truk ./zoneinfo/posix/Pacific/Truk +rm -f ./zoneinfo/posix/Pacific/Niue +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Niue ./zoneinfo/posix/Pacific/Niue +rm -f ./zoneinfo/posix/Pacific/Marquesas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Marquesas ./zoneinfo/posix/Pacific/Marquesas +rm -f ./zoneinfo/posix/Pacific/Fakaofo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Fakaofo ./zoneinfo/posix/Pacific/Fakaofo +rm -f ./zoneinfo/posix/Pacific/Tongatapu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Tongatapu ./zoneinfo/posix/Pacific/Tongatapu +rm -f ./zoneinfo/posix/Pacific/Fiji +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Fiji ./zoneinfo/posix/Pacific/Fiji +rm -f ./zoneinfo/posix/Pacific/Galapagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Galapagos ./zoneinfo/posix/Pacific/Galapagos +rm -f ./zoneinfo/posix/Pacific/Enderbury +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Enderbury ./zoneinfo/posix/Pacific/Enderbury +rm -f ./zoneinfo/posix/Pacific/Kosrae +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Kosrae ./zoneinfo/posix/Pacific/Kosrae +rm -f ./zoneinfo/posix/Pacific/Johnston +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Johnston ./zoneinfo/posix/Pacific/Johnston +rm -f ./zoneinfo/posix/Pacific/Saipan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Saipan ./zoneinfo/posix/Pacific/Saipan +rm -f ./zoneinfo/posix/Pacific/Pago_Pago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Pago_Pago ./zoneinfo/posix/Pacific/Pago_Pago +rm -f ./zoneinfo/posix/Pacific/Funafuti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Funafuti ./zoneinfo/posix/Pacific/Funafuti +rm -f ./zoneinfo/posix/Pacific/Apia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Apia ./zoneinfo/posix/Pacific/Apia +rm -f ./zoneinfo/posix/Pacific/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Samoa ./zoneinfo/posix/Pacific/Samoa +rm -f ./zoneinfo/posix/Pacific/Guadalcanal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Guadalcanal ./zoneinfo/posix/Pacific/Guadalcanal +rm -f ./zoneinfo/posix/Pacific/Yap +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Yap ./zoneinfo/posix/Pacific/Yap +rm -f ./zoneinfo/posix/Pacific/Midway +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Midway ./zoneinfo/posix/Pacific/Midway +rm -f ./zoneinfo/posix/Pacific/Efate +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Efate ./zoneinfo/posix/Pacific/Efate +rm -f ./zoneinfo/posix/Pacific/Easter +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Easter ./zoneinfo/posix/Pacific/Easter +rm -f ./zoneinfo/posix/Pacific/Pitcairn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Pitcairn ./zoneinfo/posix/Pacific/Pitcairn +rm -f ./zoneinfo/posix/Pacific/Auckland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Auckland ./zoneinfo/posix/Pacific/Auckland +rm -f ./zoneinfo/posix/Pacific/Gambier +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Gambier ./zoneinfo/posix/Pacific/Gambier +rm -f ./zoneinfo/posix/Pacific/Palau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Palau ./zoneinfo/posix/Pacific/Palau +rm -f ./zoneinfo/posix/Pacific/Guam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Guam ./zoneinfo/posix/Pacific/Guam +rm -f ./zoneinfo/posix/Pacific/Rarotonga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Rarotonga ./zoneinfo/posix/Pacific/Rarotonga +rm -f ./zoneinfo/posix/Pacific/Tarawa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Tarawa ./zoneinfo/posix/Pacific/Tarawa +rm -f ./zoneinfo/posix/Pacific/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Kwajalein ./zoneinfo/posix/Pacific/Kwajalein +rm -f ./zoneinfo/posix/Pacific/Tahiti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Tahiti ./zoneinfo/posix/Pacific/Tahiti +rm -f ./zoneinfo/posix/Pacific/Norfolk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Norfolk ./zoneinfo/posix/Pacific/Norfolk +rm -f ./zoneinfo/posix/Pacific/Ponape +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Ponape ./zoneinfo/posix/Pacific/Ponape +rm -f ./zoneinfo/posix/Pacific/Kiritimati +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Kiritimati ./zoneinfo/posix/Pacific/Kiritimati +rm -f ./zoneinfo/posix/Pacific/Wake +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Wake ./zoneinfo/posix/Pacific/Wake +rm -f ./zoneinfo/posix/Pacific/Nauru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Nauru ./zoneinfo/posix/Pacific/Nauru +rm -f ./zoneinfo/posix/Pacific/Port_Moresby +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Port_Moresby ./zoneinfo/posix/Pacific/Port_Moresby +rm -f ./zoneinfo/posix/Pacific/Noumea +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Noumea ./zoneinfo/posix/Pacific/Noumea +rm -f ./zoneinfo/posix/Pacific/Chatham +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Chatham ./zoneinfo/posix/Pacific/Chatham +rm -f ./zoneinfo/posix/Pacific/Majuro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Majuro ./zoneinfo/posix/Pacific/Majuro +rm -f ./zoneinfo/posix/Pacific/Wallis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Wallis ./zoneinfo/posix/Pacific/Wallis +rm -f ./zoneinfo/posix/Pacific/Honolulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Honolulu ./zoneinfo/posix/Pacific/Honolulu +rm -f ./zoneinfo/posix/Iran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Iran ./zoneinfo/posix/Iran +rm -f ./zoneinfo/posix/Factory +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Factory ./zoneinfo/posix/Factory +rm -f ./zoneinfo/posix/PST8PDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/PST8PDT ./zoneinfo/posix/PST8PDT +rm -f ./zoneinfo/posix/Chile/EasterIsland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Chile/EasterIsland ./zoneinfo/posix/Chile/EasterIsland +rm -f ./zoneinfo/posix/Chile/Continental +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Chile/Continental ./zoneinfo/posix/Chile/Continental +rm -f ./zoneinfo/posix/Libya +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Libya ./zoneinfo/posix/Libya +rm -f ./zoneinfo/posix/Africa/Khartoum +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Khartoum ./zoneinfo/posix/Africa/Khartoum +rm -f ./zoneinfo/posix/Africa/Freetown +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Freetown ./zoneinfo/posix/Africa/Freetown +rm -f ./zoneinfo/posix/Africa/Lagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Lagos ./zoneinfo/posix/Africa/Lagos +rm -f ./zoneinfo/posix/Africa/Maseru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Maseru ./zoneinfo/posix/Africa/Maseru +rm -f ./zoneinfo/posix/Africa/Lome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Lome ./zoneinfo/posix/Africa/Lome +rm -f ./zoneinfo/posix/Africa/Malabo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Malabo ./zoneinfo/posix/Africa/Malabo +rm -f ./zoneinfo/posix/Africa/Timbuktu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Timbuktu ./zoneinfo/posix/Africa/Timbuktu +rm -f ./zoneinfo/posix/Africa/Dakar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Dakar ./zoneinfo/posix/Africa/Dakar +rm -f ./zoneinfo/posix/Africa/Nairobi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Nairobi ./zoneinfo/posix/Africa/Nairobi +rm -f ./zoneinfo/posix/Africa/Mogadishu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Mogadishu ./zoneinfo/posix/Africa/Mogadishu +rm -f ./zoneinfo/posix/Africa/Banjul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Banjul ./zoneinfo/posix/Africa/Banjul +rm -f ./zoneinfo/posix/Africa/Dar_es_Salaam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Dar_es_Salaam ./zoneinfo/posix/Africa/Dar_es_Salaam +rm -f ./zoneinfo/posix/Africa/Mbabane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Mbabane ./zoneinfo/posix/Africa/Mbabane +rm -f ./zoneinfo/posix/Africa/Bamako +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Bamako ./zoneinfo/posix/Africa/Bamako +rm -f ./zoneinfo/posix/Africa/Ouagadougou +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Ouagadougou ./zoneinfo/posix/Africa/Ouagadougou +rm -f ./zoneinfo/posix/Africa/Djibouti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Djibouti ./zoneinfo/posix/Africa/Djibouti +rm -f ./zoneinfo/posix/Africa/Bissau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Bissau ./zoneinfo/posix/Africa/Bissau +rm -f ./zoneinfo/posix/Africa/Tunis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Tunis ./zoneinfo/posix/Africa/Tunis +rm -f ./zoneinfo/posix/Africa/Ndjamena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Ndjamena ./zoneinfo/posix/Africa/Ndjamena +rm -f ./zoneinfo/posix/Africa/Asmara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Asmara ./zoneinfo/posix/Africa/Asmara +rm -f ./zoneinfo/posix/Africa/Brazzaville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Brazzaville ./zoneinfo/posix/Africa/Brazzaville +rm -f ./zoneinfo/posix/Africa/Ceuta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Ceuta ./zoneinfo/posix/Africa/Ceuta +rm -f ./zoneinfo/posix/Africa/El_Aaiun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/El_Aaiun ./zoneinfo/posix/Africa/El_Aaiun +rm -f ./zoneinfo/posix/Africa/Monrovia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Monrovia ./zoneinfo/posix/Africa/Monrovia +rm -f ./zoneinfo/posix/Africa/Libreville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Libreville ./zoneinfo/posix/Africa/Libreville +rm -f ./zoneinfo/posix/Africa/Maputo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Maputo ./zoneinfo/posix/Africa/Maputo +rm -f ./zoneinfo/posix/Africa/Bangui +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Bangui ./zoneinfo/posix/Africa/Bangui +rm -f ./zoneinfo/posix/Africa/Windhoek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Windhoek ./zoneinfo/posix/Africa/Windhoek +rm -f ./zoneinfo/posix/Africa/Addis_Ababa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Addis_Ababa ./zoneinfo/posix/Africa/Addis_Ababa +rm -f ./zoneinfo/posix/Africa/Douala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Douala ./zoneinfo/posix/Africa/Douala +rm -f ./zoneinfo/posix/Africa/Sao_Tome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Sao_Tome ./zoneinfo/posix/Africa/Sao_Tome +rm -f ./zoneinfo/posix/Africa/Conakry +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Conakry ./zoneinfo/posix/Africa/Conakry +rm -f ./zoneinfo/posix/Africa/Harare +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Harare ./zoneinfo/posix/Africa/Harare +rm -f ./zoneinfo/posix/Africa/Blantyre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Blantyre ./zoneinfo/posix/Africa/Blantyre +rm -f ./zoneinfo/posix/Africa/Asmera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Asmera ./zoneinfo/posix/Africa/Asmera +rm -f ./zoneinfo/posix/Africa/Algiers +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Algiers ./zoneinfo/posix/Africa/Algiers +rm -f ./zoneinfo/posix/Africa/Johannesburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Johannesburg ./zoneinfo/posix/Africa/Johannesburg +rm -f ./zoneinfo/posix/Africa/Kigali +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Kigali ./zoneinfo/posix/Africa/Kigali +rm -f ./zoneinfo/posix/Africa/Cairo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Cairo ./zoneinfo/posix/Africa/Cairo +rm -f ./zoneinfo/posix/Africa/Casablanca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Casablanca ./zoneinfo/posix/Africa/Casablanca +rm -f ./zoneinfo/posix/Africa/Kampala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Kampala ./zoneinfo/posix/Africa/Kampala +rm -f ./zoneinfo/posix/Africa/Luanda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Luanda ./zoneinfo/posix/Africa/Luanda +rm -f ./zoneinfo/posix/Africa/Bujumbura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Bujumbura ./zoneinfo/posix/Africa/Bujumbura +rm -f ./zoneinfo/posix/Africa/Lubumbashi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Lubumbashi ./zoneinfo/posix/Africa/Lubumbashi +rm -f ./zoneinfo/posix/Africa/Accra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Accra ./zoneinfo/posix/Africa/Accra +rm -f ./zoneinfo/posix/Africa/Gaborone +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Gaborone ./zoneinfo/posix/Africa/Gaborone +rm -f ./zoneinfo/posix/Africa/Kinshasa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Kinshasa ./zoneinfo/posix/Africa/Kinshasa +rm -f ./zoneinfo/posix/Africa/Abidjan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Abidjan ./zoneinfo/posix/Africa/Abidjan +rm -f ./zoneinfo/posix/Africa/Niamey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Niamey ./zoneinfo/posix/Africa/Niamey +rm -f ./zoneinfo/posix/Africa/Nouakchott +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Nouakchott ./zoneinfo/posix/Africa/Nouakchott +rm -f ./zoneinfo/posix/Africa/Lusaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Lusaka ./zoneinfo/posix/Africa/Lusaka +rm -f ./zoneinfo/posix/Africa/Porto-Novo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Porto-Novo ./zoneinfo/posix/Africa/Porto-Novo +rm -f ./zoneinfo/posix/Africa/Tripoli +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Tripoli ./zoneinfo/posix/Africa/Tripoli +rm -f ./zoneinfo/posix/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GMT0 ./zoneinfo/posix/GMT0 +rm -f ./zoneinfo/posix/GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GB ./zoneinfo/posix/GB +rm -f ./zoneinfo/posix/CST6CDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/CST6CDT ./zoneinfo/posix/CST6CDT +rm -f ./zoneinfo/posix/MET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/MET ./zoneinfo/posix/MET +rm -f ./zoneinfo/posix/Etc/GMT-8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-8 ./zoneinfo/posix/Etc/GMT-8 +rm -f ./zoneinfo/posix/Etc/GMT-14 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-14 ./zoneinfo/posix/Etc/GMT-14 +rm -f ./zoneinfo/posix/Etc/GMT+12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+12 ./zoneinfo/posix/Etc/GMT+12 +rm -f ./zoneinfo/posix/Etc/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT0 ./zoneinfo/posix/Etc/GMT0 +rm -f ./zoneinfo/posix/Etc/GMT+1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+1 ./zoneinfo/posix/Etc/GMT+1 +rm -f ./zoneinfo/posix/Etc/GMT-11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-11 ./zoneinfo/posix/Etc/GMT-11 +rm -f ./zoneinfo/posix/Etc/GMT+5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+5 ./zoneinfo/posix/Etc/GMT+5 +rm -f ./zoneinfo/posix/Etc/GMT-12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-12 ./zoneinfo/posix/Etc/GMT-12 +rm -f ./zoneinfo/posix/Etc/GMT+7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+7 ./zoneinfo/posix/Etc/GMT+7 +rm -f ./zoneinfo/posix/Etc/GMT-9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-9 ./zoneinfo/posix/Etc/GMT-9 +rm -f ./zoneinfo/posix/Etc/GMT-1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-1 ./zoneinfo/posix/Etc/GMT-1 +rm -f ./zoneinfo/posix/Etc/GMT-10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-10 ./zoneinfo/posix/Etc/GMT-10 +rm -f ./zoneinfo/posix/Etc/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/Universal ./zoneinfo/posix/Etc/Universal +rm -f ./zoneinfo/posix/Etc/GMT+10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+10 ./zoneinfo/posix/Etc/GMT+10 +rm -f ./zoneinfo/posix/Etc/GMT-5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-5 ./zoneinfo/posix/Etc/GMT-5 +rm -f ./zoneinfo/posix/Etc/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/Greenwich ./zoneinfo/posix/Etc/Greenwich +rm -f ./zoneinfo/posix/Etc/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/Zulu ./zoneinfo/posix/Etc/Zulu +rm -f ./zoneinfo/posix/Etc/GMT-3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-3 ./zoneinfo/posix/Etc/GMT-3 +rm -f ./zoneinfo/posix/Etc/GMT+4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+4 ./zoneinfo/posix/Etc/GMT+4 +rm -f ./zoneinfo/posix/Etc/GMT+8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+8 ./zoneinfo/posix/Etc/GMT+8 +rm -f ./zoneinfo/posix/Etc/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/UTC ./zoneinfo/posix/Etc/UTC +rm -f ./zoneinfo/posix/Etc/GMT-13 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-13 ./zoneinfo/posix/Etc/GMT-13 +rm -f ./zoneinfo/posix/Etc/GMT-7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-7 ./zoneinfo/posix/Etc/GMT-7 +rm -f ./zoneinfo/posix/Etc/GMT-6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-6 ./zoneinfo/posix/Etc/GMT-6 +rm -f ./zoneinfo/posix/Etc/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+0 ./zoneinfo/posix/Etc/GMT+0 +rm -f ./zoneinfo/posix/Etc/GMT+11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+11 ./zoneinfo/posix/Etc/GMT+11 +rm -f ./zoneinfo/posix/Etc/GMT+3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+3 ./zoneinfo/posix/Etc/GMT+3 +rm -f ./zoneinfo/posix/Etc/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-0 ./zoneinfo/posix/Etc/GMT-0 +rm -f ./zoneinfo/posix/Etc/GMT-2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-2 ./zoneinfo/posix/Etc/GMT-2 +rm -f ./zoneinfo/posix/Etc/GMT-4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-4 ./zoneinfo/posix/Etc/GMT-4 +rm -f ./zoneinfo/posix/Etc/GMT+2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+2 ./zoneinfo/posix/Etc/GMT+2 +rm -f ./zoneinfo/posix/Etc/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/UCT ./zoneinfo/posix/Etc/UCT +rm -f ./zoneinfo/posix/Etc/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT ./zoneinfo/posix/Etc/GMT +rm -f ./zoneinfo/posix/Etc/GMT+9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+9 ./zoneinfo/posix/Etc/GMT+9 +rm -f ./zoneinfo/posix/Etc/GMT+6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+6 ./zoneinfo/posix/Etc/GMT+6 +rm -f ./zoneinfo/posix/Mideast/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mideast/Riyadh89 ./zoneinfo/posix/Mideast/Riyadh89 +rm -f ./zoneinfo/posix/Mideast/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mideast/Riyadh87 ./zoneinfo/posix/Mideast/Riyadh87 +rm -f ./zoneinfo/posix/Mideast/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mideast/Riyadh88 ./zoneinfo/posix/Mideast/Riyadh88 +rm -f ./zoneinfo/posix/Indian/Maldives +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Maldives ./zoneinfo/posix/Indian/Maldives +rm -f ./zoneinfo/posix/Indian/Christmas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Christmas ./zoneinfo/posix/Indian/Christmas +rm -f ./zoneinfo/posix/Indian/Mauritius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Mauritius ./zoneinfo/posix/Indian/Mauritius +rm -f ./zoneinfo/posix/Indian/Kerguelen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Kerguelen ./zoneinfo/posix/Indian/Kerguelen +rm -f ./zoneinfo/posix/Indian/Cocos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Cocos ./zoneinfo/posix/Indian/Cocos +rm -f ./zoneinfo/posix/Indian/Mahe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Mahe ./zoneinfo/posix/Indian/Mahe +rm -f ./zoneinfo/posix/Indian/Antananarivo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Antananarivo ./zoneinfo/posix/Indian/Antananarivo +rm -f ./zoneinfo/posix/Indian/Mayotte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Mayotte ./zoneinfo/posix/Indian/Mayotte +rm -f ./zoneinfo/posix/Indian/Reunion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Reunion ./zoneinfo/posix/Indian/Reunion +rm -f ./zoneinfo/posix/Indian/Comoro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Comoro ./zoneinfo/posix/Indian/Comoro +rm -f ./zoneinfo/posix/Indian/Chagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Chagos ./zoneinfo/posix/Indian/Chagos +rm -f ./zoneinfo/posix/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Universal ./zoneinfo/posix/Universal +rm -f ./zoneinfo/posix/Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Eire ./zoneinfo/posix/Eire +rm -f ./zoneinfo/posix/Cuba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Cuba ./zoneinfo/posix/Cuba +rm -f ./zoneinfo/posix/Iceland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Iceland ./zoneinfo/posix/Iceland +rm -f ./zoneinfo/posix/GB-Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GB-Eire ./zoneinfo/posix/GB-Eire +rm -f ./zoneinfo/posix/Asia/Aqtobe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Aqtobe ./zoneinfo/posix/Asia/Aqtobe +rm -f ./zoneinfo/posix/Asia/Muscat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Muscat ./zoneinfo/posix/Asia/Muscat +rm -f ./zoneinfo/posix/Asia/Macau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Macau ./zoneinfo/posix/Asia/Macau +rm -f ./zoneinfo/posix/Asia/Tokyo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tokyo ./zoneinfo/posix/Asia/Tokyo +rm -f ./zoneinfo/posix/Asia/Karachi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Karachi ./zoneinfo/posix/Asia/Karachi +rm -f ./zoneinfo/posix/Asia/Sakhalin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Sakhalin ./zoneinfo/posix/Asia/Sakhalin +rm -f ./zoneinfo/posix/Asia/Brunei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Brunei ./zoneinfo/posix/Asia/Brunei +rm -f ./zoneinfo/posix/Asia/Saigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Saigon ./zoneinfo/posix/Asia/Saigon +rm -f ./zoneinfo/posix/Asia/Baku +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Baku ./zoneinfo/posix/Asia/Baku +rm -f ./zoneinfo/posix/Asia/Phnom_Penh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Phnom_Penh ./zoneinfo/posix/Asia/Phnom_Penh +rm -f ./zoneinfo/posix/Asia/Chungking +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Chungking ./zoneinfo/posix/Asia/Chungking +rm -f ./zoneinfo/posix/Asia/Amman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Amman ./zoneinfo/posix/Asia/Amman +rm -f ./zoneinfo/posix/Asia/Ashkhabad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ashkhabad ./zoneinfo/posix/Asia/Ashkhabad +rm -f ./zoneinfo/posix/Asia/Chongqing +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Chongqing ./zoneinfo/posix/Asia/Chongqing +rm -f ./zoneinfo/posix/Asia/Pontianak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Pontianak ./zoneinfo/posix/Asia/Pontianak +rm -f ./zoneinfo/posix/Asia/Thimbu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Thimbu ./zoneinfo/posix/Asia/Thimbu +rm -f ./zoneinfo/posix/Asia/Samarkand +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Samarkand ./zoneinfo/posix/Asia/Samarkand +rm -f ./zoneinfo/posix/Asia/Yekaterinburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Yekaterinburg ./zoneinfo/posix/Asia/Yekaterinburg +rm -f ./zoneinfo/posix/Asia/Macao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Macao ./zoneinfo/posix/Asia/Macao +rm -f ./zoneinfo/posix/Asia/Dili +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dili ./zoneinfo/posix/Asia/Dili +rm -f ./zoneinfo/posix/Asia/Bishkek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Bishkek ./zoneinfo/posix/Asia/Bishkek +rm -f ./zoneinfo/posix/Asia/Krasnoyarsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Krasnoyarsk ./zoneinfo/posix/Asia/Krasnoyarsk +rm -f ./zoneinfo/posix/Asia/Bahrain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Bahrain ./zoneinfo/posix/Asia/Bahrain +rm -f ./zoneinfo/posix/Asia/Gaza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Gaza ./zoneinfo/posix/Asia/Gaza +rm -f ./zoneinfo/posix/Asia/Ho_Chi_Minh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ho_Chi_Minh ./zoneinfo/posix/Asia/Ho_Chi_Minh +rm -f ./zoneinfo/posix/Asia/Calcutta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Calcutta ./zoneinfo/posix/Asia/Calcutta +rm -f ./zoneinfo/posix/Asia/Vientiane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Vientiane ./zoneinfo/posix/Asia/Vientiane +rm -f ./zoneinfo/posix/Asia/Qatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Qatar ./zoneinfo/posix/Asia/Qatar +rm -f ./zoneinfo/posix/Asia/Kolkata +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kolkata ./zoneinfo/posix/Asia/Kolkata +rm -f ./zoneinfo/posix/Asia/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Nicosia ./zoneinfo/posix/Asia/Nicosia +rm -f ./zoneinfo/posix/Asia/Ujung_Pandang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ujung_Pandang ./zoneinfo/posix/Asia/Ujung_Pandang +rm -f ./zoneinfo/posix/Asia/Novosibirsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Novosibirsk ./zoneinfo/posix/Asia/Novosibirsk +rm -f ./zoneinfo/posix/Asia/Vladivostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Vladivostok ./zoneinfo/posix/Asia/Vladivostok +rm -f ./zoneinfo/posix/Asia/Colombo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Colombo ./zoneinfo/posix/Asia/Colombo +rm -f ./zoneinfo/posix/Asia/Magadan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Magadan ./zoneinfo/posix/Asia/Magadan +rm -f ./zoneinfo/posix/Asia/Riyadh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Riyadh ./zoneinfo/posix/Asia/Riyadh +rm -f ./zoneinfo/posix/Asia/Yakutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Yakutsk ./zoneinfo/posix/Asia/Yakutsk +rm -f ./zoneinfo/posix/Asia/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Riyadh89 ./zoneinfo/posix/Asia/Riyadh89 +rm -f ./zoneinfo/posix/Asia/Tbilisi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tbilisi ./zoneinfo/posix/Asia/Tbilisi +rm -f ./zoneinfo/posix/Asia/Kashgar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kashgar ./zoneinfo/posix/Asia/Kashgar +rm -f ./zoneinfo/posix/Asia/Ashgabat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ashgabat ./zoneinfo/posix/Asia/Ashgabat +rm -f ./zoneinfo/posix/Asia/Yerevan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Yerevan ./zoneinfo/posix/Asia/Yerevan +rm -f ./zoneinfo/posix/Asia/Baghdad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Baghdad ./zoneinfo/posix/Asia/Baghdad +rm -f ./zoneinfo/posix/Asia/Oral +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Oral ./zoneinfo/posix/Asia/Oral +rm -f ./zoneinfo/posix/Asia/Kuwait +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kuwait ./zoneinfo/posix/Asia/Kuwait +rm -f ./zoneinfo/posix/Asia/Rangoon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Rangoon ./zoneinfo/posix/Asia/Rangoon +rm -f ./zoneinfo/posix/Asia/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Riyadh87 ./zoneinfo/posix/Asia/Riyadh87 +rm -f ./zoneinfo/posix/Asia/Katmandu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Katmandu ./zoneinfo/posix/Asia/Katmandu +rm -f ./zoneinfo/posix/Asia/Tashkent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tashkent ./zoneinfo/posix/Asia/Tashkent +rm -f ./zoneinfo/posix/Asia/Choibalsan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Choibalsan ./zoneinfo/posix/Asia/Choibalsan +rm -f ./zoneinfo/posix/Asia/Dubai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dubai ./zoneinfo/posix/Asia/Dubai +rm -f ./zoneinfo/posix/Asia/Manila +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Manila ./zoneinfo/posix/Asia/Manila +rm -f ./zoneinfo/posix/Asia/Tehran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tehran ./zoneinfo/posix/Asia/Tehran +rm -f ./zoneinfo/posix/Asia/Anadyr +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Anadyr ./zoneinfo/posix/Asia/Anadyr +rm -f ./zoneinfo/posix/Asia/Dhaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dhaka ./zoneinfo/posix/Asia/Dhaka +rm -f ./zoneinfo/posix/Asia/Aden +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Aden ./zoneinfo/posix/Asia/Aden +rm -f ./zoneinfo/posix/Asia/Thimphu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Thimphu ./zoneinfo/posix/Asia/Thimphu +rm -f ./zoneinfo/posix/Asia/Jerusalem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Jerusalem ./zoneinfo/posix/Asia/Jerusalem +rm -f ./zoneinfo/posix/Asia/Pyongyang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Pyongyang ./zoneinfo/posix/Asia/Pyongyang +rm -f ./zoneinfo/posix/Asia/Kuala_Lumpur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kuala_Lumpur ./zoneinfo/posix/Asia/Kuala_Lumpur +rm -f ./zoneinfo/posix/Asia/Bangkok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Bangkok ./zoneinfo/posix/Asia/Bangkok +rm -f ./zoneinfo/posix/Asia/Ulan_Bator +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ulan_Bator ./zoneinfo/posix/Asia/Ulan_Bator +rm -f ./zoneinfo/posix/Asia/Kamchatka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kamchatka ./zoneinfo/posix/Asia/Kamchatka +rm -f ./zoneinfo/posix/Asia/Irkutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Irkutsk ./zoneinfo/posix/Asia/Irkutsk +rm -f ./zoneinfo/posix/Asia/Almaty +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Almaty ./zoneinfo/posix/Asia/Almaty +rm -f ./zoneinfo/posix/Asia/Dacca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dacca ./zoneinfo/posix/Asia/Dacca +rm -f ./zoneinfo/posix/Asia/Aqtau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Aqtau ./zoneinfo/posix/Asia/Aqtau +rm -f ./zoneinfo/posix/Asia/Shanghai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Shanghai ./zoneinfo/posix/Asia/Shanghai +rm -f ./zoneinfo/posix/Asia/Kabul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kabul ./zoneinfo/posix/Asia/Kabul +rm -f ./zoneinfo/posix/Asia/Dushanbe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dushanbe ./zoneinfo/posix/Asia/Dushanbe +rm -f ./zoneinfo/posix/Asia/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Istanbul ./zoneinfo/posix/Asia/Istanbul +rm -f ./zoneinfo/posix/Asia/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Riyadh88 ./zoneinfo/posix/Asia/Riyadh88 +rm -f ./zoneinfo/posix/Asia/Ulaanbaatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ulaanbaatar ./zoneinfo/posix/Asia/Ulaanbaatar +rm -f ./zoneinfo/posix/Asia/Jayapura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Jayapura ./zoneinfo/posix/Asia/Jayapura +rm -f ./zoneinfo/posix/Asia/Tel_Aviv +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tel_Aviv ./zoneinfo/posix/Asia/Tel_Aviv +rm -f ./zoneinfo/posix/Asia/Jakarta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Jakarta ./zoneinfo/posix/Asia/Jakarta +rm -f ./zoneinfo/posix/Asia/Seoul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Seoul ./zoneinfo/posix/Asia/Seoul +rm -f ./zoneinfo/posix/Asia/Hovd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Hovd ./zoneinfo/posix/Asia/Hovd +rm -f ./zoneinfo/posix/Asia/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Singapore ./zoneinfo/posix/Asia/Singapore +rm -f ./zoneinfo/posix/Asia/Omsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Omsk ./zoneinfo/posix/Asia/Omsk +rm -f ./zoneinfo/posix/Asia/Beirut +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Beirut ./zoneinfo/posix/Asia/Beirut +rm -f ./zoneinfo/posix/Asia/Qyzylorda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Qyzylorda ./zoneinfo/posix/Asia/Qyzylorda +rm -f ./zoneinfo/posix/Asia/Urumqi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Urumqi ./zoneinfo/posix/Asia/Urumqi +rm -f ./zoneinfo/posix/Asia/Taipei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Taipei ./zoneinfo/posix/Asia/Taipei +rm -f ./zoneinfo/posix/Asia/Makassar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Makassar ./zoneinfo/posix/Asia/Makassar +rm -f ./zoneinfo/posix/Asia/Hong_Kong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Hong_Kong ./zoneinfo/posix/Asia/Hong_Kong +rm -f ./zoneinfo/posix/Asia/Kuching +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kuching ./zoneinfo/posix/Asia/Kuching +rm -f ./zoneinfo/posix/Asia/Harbin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Harbin ./zoneinfo/posix/Asia/Harbin +rm -f ./zoneinfo/posix/Asia/Damascus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Damascus ./zoneinfo/posix/Asia/Damascus +rm -f ./zoneinfo/posix/Canada/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Pacific ./zoneinfo/posix/Canada/Pacific +rm -f ./zoneinfo/posix/Canada/Yukon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Yukon ./zoneinfo/posix/Canada/Yukon +rm -f ./zoneinfo/posix/Canada/Atlantic +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Atlantic ./zoneinfo/posix/Canada/Atlantic +rm -f ./zoneinfo/posix/Canada/East-Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/East-Saskatchewan ./zoneinfo/posix/Canada/East-Saskatchewan +rm -f ./zoneinfo/posix/Canada/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Eastern ./zoneinfo/posix/Canada/Eastern +rm -f ./zoneinfo/posix/Canada/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Mountain ./zoneinfo/posix/Canada/Mountain +rm -f ./zoneinfo/posix/Canada/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Central ./zoneinfo/posix/Canada/Central +rm -f ./zoneinfo/posix/Canada/Newfoundland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Newfoundland ./zoneinfo/posix/Canada/Newfoundland +rm -f ./zoneinfo/posix/Canada/Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Saskatchewan ./zoneinfo/posix/Canada/Saskatchewan +rm -f ./zoneinfo/posix/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Jamaica ./zoneinfo/posix/Jamaica +rm -f ./zoneinfo/posix/US/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Pacific ./zoneinfo/posix/US/Pacific +rm -f ./zoneinfo/posix/US/Alaska +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Alaska ./zoneinfo/posix/US/Alaska +rm -f ./zoneinfo/posix/US/Arizona +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Arizona ./zoneinfo/posix/US/Arizona +rm -f ./zoneinfo/posix/US/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Samoa ./zoneinfo/posix/US/Samoa +rm -f ./zoneinfo/posix/US/East-Indiana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/East-Indiana ./zoneinfo/posix/US/East-Indiana +rm -f ./zoneinfo/posix/US/Michigan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Michigan ./zoneinfo/posix/US/Michigan +rm -f ./zoneinfo/posix/US/Aleutian +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Aleutian ./zoneinfo/posix/US/Aleutian +rm -f ./zoneinfo/posix/US/Hawaii +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Hawaii ./zoneinfo/posix/US/Hawaii +rm -f ./zoneinfo/posix/US/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Eastern ./zoneinfo/posix/US/Eastern +rm -f ./zoneinfo/posix/US/Indiana-Starke +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Indiana-Starke ./zoneinfo/posix/US/Indiana-Starke +rm -f ./zoneinfo/posix/US/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Mountain ./zoneinfo/posix/US/Mountain +rm -f ./zoneinfo/posix/US/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Central ./zoneinfo/posix/US/Central +rm -f ./zoneinfo/posix/Atlantic/Bermuda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Bermuda ./zoneinfo/posix/Atlantic/Bermuda +rm -f ./zoneinfo/posix/Atlantic/St_Helena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/St_Helena ./zoneinfo/posix/Atlantic/St_Helena +rm -f ./zoneinfo/posix/Atlantic/Madeira +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Madeira ./zoneinfo/posix/Atlantic/Madeira +rm -f ./zoneinfo/posix/Atlantic/Stanley +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Stanley ./zoneinfo/posix/Atlantic/Stanley +rm -f ./zoneinfo/posix/Atlantic/Faroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Faroe ./zoneinfo/posix/Atlantic/Faroe +rm -f ./zoneinfo/posix/Atlantic/South_Georgia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/South_Georgia ./zoneinfo/posix/Atlantic/South_Georgia +rm -f ./zoneinfo/posix/Atlantic/Cape_Verde +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Cape_Verde ./zoneinfo/posix/Atlantic/Cape_Verde +rm -f ./zoneinfo/posix/Atlantic/Jan_Mayen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Jan_Mayen ./zoneinfo/posix/Atlantic/Jan_Mayen +rm -f ./zoneinfo/posix/Atlantic/Canary +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Canary ./zoneinfo/posix/Atlantic/Canary +rm -f ./zoneinfo/posix/Atlantic/Reykjavik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Reykjavik ./zoneinfo/posix/Atlantic/Reykjavik +rm -f ./zoneinfo/posix/Atlantic/Azores +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Azores ./zoneinfo/posix/Atlantic/Azores +rm -f ./zoneinfo/posix/Atlantic/Faeroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Faeroe ./zoneinfo/posix/Atlantic/Faeroe +rm -f ./zoneinfo/posix/Navajo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Navajo ./zoneinfo/posix/Navajo +rm -f ./zoneinfo/posix/Poland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Poland ./zoneinfo/posix/Poland +rm -f ./zoneinfo/posix/CET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/CET ./zoneinfo/posix/CET +rm -f ./zoneinfo/posix/Europe/Zagreb +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Zagreb ./zoneinfo/posix/Europe/Zagreb +rm -f ./zoneinfo/posix/Europe/Helsinki +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Helsinki ./zoneinfo/posix/Europe/Helsinki +rm -f ./zoneinfo/posix/Europe/Zurich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Zurich ./zoneinfo/posix/Europe/Zurich +rm -f ./zoneinfo/posix/Europe/Volgograd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Volgograd ./zoneinfo/posix/Europe/Volgograd +rm -f ./zoneinfo/posix/Europe/Vaduz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Vaduz ./zoneinfo/posix/Europe/Vaduz +rm -f ./zoneinfo/posix/Europe/Paris +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Paris ./zoneinfo/posix/Europe/Paris +rm -f ./zoneinfo/posix/Europe/Isle_of_Man +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Isle_of_Man ./zoneinfo/posix/Europe/Isle_of_Man +rm -f ./zoneinfo/posix/Europe/Mariehamn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Mariehamn ./zoneinfo/posix/Europe/Mariehamn +rm -f ./zoneinfo/posix/Europe/Warsaw +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Warsaw ./zoneinfo/posix/Europe/Warsaw +rm -f ./zoneinfo/posix/Europe/London +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/London ./zoneinfo/posix/Europe/London +rm -f ./zoneinfo/posix/Europe/Guernsey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Guernsey ./zoneinfo/posix/Europe/Guernsey +rm -f ./zoneinfo/posix/Europe/Jersey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Jersey ./zoneinfo/posix/Europe/Jersey +rm -f ./zoneinfo/posix/Europe/Budapest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Budapest ./zoneinfo/posix/Europe/Budapest +rm -f ./zoneinfo/posix/Europe/Andorra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Andorra ./zoneinfo/posix/Europe/Andorra +rm -f ./zoneinfo/posix/Europe/Uzhgorod +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Uzhgorod ./zoneinfo/posix/Europe/Uzhgorod +rm -f ./zoneinfo/posix/Europe/Kiev +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Kiev ./zoneinfo/posix/Europe/Kiev +rm -f ./zoneinfo/posix/Europe/Ljubljana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Ljubljana ./zoneinfo/posix/Europe/Ljubljana +rm -f ./zoneinfo/posix/Europe/Stockholm +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Stockholm ./zoneinfo/posix/Europe/Stockholm +rm -f ./zoneinfo/posix/Europe/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Nicosia ./zoneinfo/posix/Europe/Nicosia +rm -f ./zoneinfo/posix/Europe/Malta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Malta ./zoneinfo/posix/Europe/Malta +rm -f ./zoneinfo/posix/Europe/Vilnius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Vilnius ./zoneinfo/posix/Europe/Vilnius +rm -f ./zoneinfo/posix/Europe/Dublin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Dublin ./zoneinfo/posix/Europe/Dublin +rm -f ./zoneinfo/posix/Europe/Berlin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Berlin ./zoneinfo/posix/Europe/Berlin +rm -f ./zoneinfo/posix/Europe/Belgrade +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Belgrade ./zoneinfo/posix/Europe/Belgrade +rm -f ./zoneinfo/posix/Europe/Madrid +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Madrid ./zoneinfo/posix/Europe/Madrid +rm -f ./zoneinfo/posix/Europe/Sofia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Sofia ./zoneinfo/posix/Europe/Sofia +rm -f ./zoneinfo/posix/Europe/Gibraltar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Gibraltar ./zoneinfo/posix/Europe/Gibraltar +rm -f ./zoneinfo/posix/Europe/Kaliningrad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Kaliningrad ./zoneinfo/posix/Europe/Kaliningrad +rm -f ./zoneinfo/posix/Europe/Moscow +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Moscow ./zoneinfo/posix/Europe/Moscow +rm -f ./zoneinfo/posix/Europe/Podgorica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Podgorica ./zoneinfo/posix/Europe/Podgorica +rm -f ./zoneinfo/posix/Europe/Monaco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Monaco ./zoneinfo/posix/Europe/Monaco +rm -f ./zoneinfo/posix/Europe/Amsterdam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Amsterdam ./zoneinfo/posix/Europe/Amsterdam +rm -f ./zoneinfo/posix/Europe/Athens +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Athens ./zoneinfo/posix/Europe/Athens +rm -f ./zoneinfo/posix/Europe/Tiraspol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Tiraspol ./zoneinfo/posix/Europe/Tiraspol +rm -f ./zoneinfo/posix/Europe/Rome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Rome ./zoneinfo/posix/Europe/Rome +rm -f ./zoneinfo/posix/Europe/Minsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Minsk ./zoneinfo/posix/Europe/Minsk +rm -f ./zoneinfo/posix/Europe/San_Marino +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/San_Marino ./zoneinfo/posix/Europe/San_Marino +rm -f ./zoneinfo/posix/Europe/Oslo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Oslo ./zoneinfo/posix/Europe/Oslo +rm -f ./zoneinfo/posix/Europe/Zaporozhye +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Zaporozhye ./zoneinfo/posix/Europe/Zaporozhye +rm -f ./zoneinfo/posix/Europe/Bratislava +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Bratislava ./zoneinfo/posix/Europe/Bratislava +rm -f ./zoneinfo/posix/Europe/Sarajevo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Sarajevo ./zoneinfo/posix/Europe/Sarajevo +rm -f ./zoneinfo/posix/Europe/Skopje +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Skopje ./zoneinfo/posix/Europe/Skopje +rm -f ./zoneinfo/posix/Europe/Copenhagen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Copenhagen ./zoneinfo/posix/Europe/Copenhagen +rm -f ./zoneinfo/posix/Europe/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Istanbul ./zoneinfo/posix/Europe/Istanbul +rm -f ./zoneinfo/posix/Europe/Tirane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Tirane ./zoneinfo/posix/Europe/Tirane +rm -f ./zoneinfo/posix/Europe/Vienna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Vienna ./zoneinfo/posix/Europe/Vienna +rm -f ./zoneinfo/posix/Europe/Chisinau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Chisinau ./zoneinfo/posix/Europe/Chisinau +rm -f ./zoneinfo/posix/Europe/Lisbon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Lisbon ./zoneinfo/posix/Europe/Lisbon +rm -f ./zoneinfo/posix/Europe/Samara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Samara ./zoneinfo/posix/Europe/Samara +rm -f ./zoneinfo/posix/Europe/Luxembourg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Luxembourg ./zoneinfo/posix/Europe/Luxembourg +rm -f ./zoneinfo/posix/Europe/Prague +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Prague ./zoneinfo/posix/Europe/Prague +rm -f ./zoneinfo/posix/Europe/Vatican +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Vatican ./zoneinfo/posix/Europe/Vatican +rm -f ./zoneinfo/posix/Europe/Riga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Riga ./zoneinfo/posix/Europe/Riga +rm -f ./zoneinfo/posix/Europe/Bucharest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Bucharest ./zoneinfo/posix/Europe/Bucharest +rm -f ./zoneinfo/posix/Europe/Tallinn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Tallinn ./zoneinfo/posix/Europe/Tallinn +rm -f ./zoneinfo/posix/Europe/Brussels +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Brussels ./zoneinfo/posix/Europe/Brussels +rm -f ./zoneinfo/posix/Europe/Belfast +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Belfast ./zoneinfo/posix/Europe/Belfast +rm -f ./zoneinfo/posix/Europe/Simferopol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Simferopol ./zoneinfo/posix/Europe/Simferopol +rm -f ./zoneinfo/posix/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Greenwich ./zoneinfo/posix/Greenwich +rm -f ./zoneinfo/posix/Turkey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Turkey ./zoneinfo/posix/Turkey +rm -f ./zoneinfo/posix/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Zulu ./zoneinfo/posix/Zulu +rm -f ./zoneinfo/posix/NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/NZ ./zoneinfo/posix/NZ +rm -f ./zoneinfo/posix/America/North_Dakota/Center +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/North_Dakota/Center ./zoneinfo/posix/America/North_Dakota/Center +rm -f ./zoneinfo/posix/America/North_Dakota/New_Salem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/North_Dakota/New_Salem ./zoneinfo/posix/America/North_Dakota/New_Salem +rm -f ./zoneinfo/posix/America/Belem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Belem ./zoneinfo/posix/America/Belem +rm -f ./zoneinfo/posix/America/Belize +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Belize ./zoneinfo/posix/America/Belize +rm -f ./zoneinfo/posix/America/Boise +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Boise ./zoneinfo/posix/America/Boise +rm -f ./zoneinfo/posix/America/Adak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Adak ./zoneinfo/posix/America/Adak +rm -f ./zoneinfo/posix/America/Rainy_River +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Rainy_River ./zoneinfo/posix/America/Rainy_River +rm -f ./zoneinfo/posix/America/El_Salvador +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/El_Salvador ./zoneinfo/posix/America/El_Salvador +rm -f ./zoneinfo/posix/America/Toronto +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Toronto ./zoneinfo/posix/America/Toronto +rm -f ./zoneinfo/posix/America/Nipigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Nipigon ./zoneinfo/posix/America/Nipigon +rm -f ./zoneinfo/posix/America/Chicago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Chicago ./zoneinfo/posix/America/Chicago +rm -f ./zoneinfo/posix/America/Halifax +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Halifax ./zoneinfo/posix/America/Halifax +rm -f ./zoneinfo/posix/America/Eirunepe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Eirunepe ./zoneinfo/posix/America/Eirunepe +rm -f ./zoneinfo/posix/America/Yakutat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Yakutat ./zoneinfo/posix/America/Yakutat +rm -f ./zoneinfo/posix/America/Port_of_Spain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Port_of_Spain ./zoneinfo/posix/America/Port_of_Spain +rm -f ./zoneinfo/posix/America/Blanc-Sablon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Blanc-Sablon ./zoneinfo/posix/America/Blanc-Sablon +rm -f ./zoneinfo/posix/America/Nome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Nome ./zoneinfo/posix/America/Nome +rm -f ./zoneinfo/posix/America/Montevideo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Montevideo ./zoneinfo/posix/America/Montevideo +rm -f ./zoneinfo/posix/America/Cambridge_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cambridge_Bay ./zoneinfo/posix/America/Cambridge_Bay +rm -f ./zoneinfo/posix/America/Goose_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Goose_Bay ./zoneinfo/posix/America/Goose_Bay +rm -f ./zoneinfo/posix/America/La_Paz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/La_Paz ./zoneinfo/posix/America/La_Paz +rm -f ./zoneinfo/posix/America/Scoresbysund +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Scoresbysund ./zoneinfo/posix/America/Scoresbysund +rm -f ./zoneinfo/posix/America/Edmonton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Edmonton ./zoneinfo/posix/America/Edmonton +rm -f ./zoneinfo/posix/America/Inuvik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Inuvik ./zoneinfo/posix/America/Inuvik +rm -f ./zoneinfo/posix/America/Fortaleza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Fortaleza ./zoneinfo/posix/America/Fortaleza +rm -f ./zoneinfo/posix/America/Miquelon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Miquelon ./zoneinfo/posix/America/Miquelon +rm -f ./zoneinfo/posix/America/St_Johns +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Johns ./zoneinfo/posix/America/St_Johns +rm -f ./zoneinfo/posix/America/Port-au-Prince +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Port-au-Prince ./zoneinfo/posix/America/Port-au-Prince +rm -f ./zoneinfo/posix/America/St_Barthelemy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Barthelemy ./zoneinfo/posix/America/St_Barthelemy +rm -f ./zoneinfo/posix/America/Glace_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Glace_Bay ./zoneinfo/posix/America/Glace_Bay +rm -f ./zoneinfo/posix/America/Bahia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Bahia ./zoneinfo/posix/America/Bahia +rm -f ./zoneinfo/posix/America/Cuiaba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cuiaba ./zoneinfo/posix/America/Cuiaba +rm -f ./zoneinfo/posix/America/Recife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Recife ./zoneinfo/posix/America/Recife +rm -f ./zoneinfo/posix/America/Denver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Denver ./zoneinfo/posix/America/Denver +rm -f ./zoneinfo/posix/America/Grand_Turk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Grand_Turk ./zoneinfo/posix/America/Grand_Turk +rm -f ./zoneinfo/posix/America/Guayaquil +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Guayaquil ./zoneinfo/posix/America/Guayaquil +rm -f ./zoneinfo/posix/America/Yellowknife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Yellowknife ./zoneinfo/posix/America/Yellowknife +rm -f ./zoneinfo/posix/America/Nassau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Nassau ./zoneinfo/posix/America/Nassau +rm -f ./zoneinfo/posix/America/Antigua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Antigua ./zoneinfo/posix/America/Antigua +rm -f ./zoneinfo/posix/America/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Jamaica ./zoneinfo/posix/America/Jamaica +rm -f ./zoneinfo/posix/America/Regina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Regina ./zoneinfo/posix/America/Regina +rm -f ./zoneinfo/posix/America/Dawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Dawson ./zoneinfo/posix/America/Dawson +rm -f ./zoneinfo/posix/America/Cancun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cancun ./zoneinfo/posix/America/Cancun +rm -f ./zoneinfo/posix/America/Campo_Grande +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Campo_Grande ./zoneinfo/posix/America/Campo_Grande +rm -f ./zoneinfo/posix/America/Araguaina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Araguaina ./zoneinfo/posix/America/Araguaina +rm -f ./zoneinfo/posix/America/Rankin_Inlet +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Rankin_Inlet ./zoneinfo/posix/America/Rankin_Inlet +rm -f ./zoneinfo/posix/America/Atka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Atka ./zoneinfo/posix/America/Atka +rm -f ./zoneinfo/posix/America/Managua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Managua ./zoneinfo/posix/America/Managua +rm -f ./zoneinfo/posix/America/Aruba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Aruba ./zoneinfo/posix/America/Aruba +rm -f ./zoneinfo/posix/America/Moncton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Moncton ./zoneinfo/posix/America/Moncton +rm -f ./zoneinfo/posix/America/Fort_Wayne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Fort_Wayne ./zoneinfo/posix/America/Fort_Wayne +rm -f ./zoneinfo/posix/America/Whitehorse +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Whitehorse ./zoneinfo/posix/America/Whitehorse +rm -f ./zoneinfo/posix/America/Guyana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Guyana ./zoneinfo/posix/America/Guyana +rm -f ./zoneinfo/posix/America/Shiprock +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Shiprock ./zoneinfo/posix/America/Shiprock +rm -f ./zoneinfo/posix/America/Menominee +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Menominee ./zoneinfo/posix/America/Menominee +rm -f ./zoneinfo/posix/America/Sao_Paulo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Sao_Paulo ./zoneinfo/posix/America/Sao_Paulo +rm -f ./zoneinfo/posix/America/Hermosillo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Hermosillo ./zoneinfo/posix/America/Hermosillo +rm -f ./zoneinfo/posix/America/Marigot +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Marigot ./zoneinfo/posix/America/Marigot +rm -f ./zoneinfo/posix/America/Ensenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Ensenada ./zoneinfo/posix/America/Ensenada +rm -f ./zoneinfo/posix/America/Martinique +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Martinique ./zoneinfo/posix/America/Martinique +rm -f ./zoneinfo/posix/America/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Louisville ./zoneinfo/posix/America/Louisville +rm -f ./zoneinfo/posix/America/Tortola +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Tortola ./zoneinfo/posix/America/Tortola +rm -f ./zoneinfo/posix/America/Iqaluit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Iqaluit ./zoneinfo/posix/America/Iqaluit +rm -f ./zoneinfo/posix/America/Thule +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Thule ./zoneinfo/posix/America/Thule +rm -f ./zoneinfo/posix/America/Santiago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Santiago ./zoneinfo/posix/America/Santiago +rm -f ./zoneinfo/posix/America/New_York +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/New_York ./zoneinfo/posix/America/New_York +rm -f ./zoneinfo/posix/America/Noronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Noronha ./zoneinfo/posix/America/Noronha +rm -f ./zoneinfo/posix/America/Maceio +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Maceio ./zoneinfo/posix/America/Maceio +rm -f ./zoneinfo/posix/America/Kentucky/Monticello +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Kentucky/Monticello ./zoneinfo/posix/America/Kentucky/Monticello +rm -f ./zoneinfo/posix/America/Kentucky/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Kentucky/Louisville ./zoneinfo/posix/America/Kentucky/Louisville +rm -f ./zoneinfo/posix/America/Knox_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Knox_IN ./zoneinfo/posix/America/Knox_IN +rm -f ./zoneinfo/posix/America/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cordoba ./zoneinfo/posix/America/Cordoba +rm -f ./zoneinfo/posix/America/Indiana/Vevay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Vevay ./zoneinfo/posix/America/Indiana/Vevay +rm -f ./zoneinfo/posix/America/Indiana/Marengo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Marengo ./zoneinfo/posix/America/Indiana/Marengo +rm -f ./zoneinfo/posix/America/Indiana/Knox +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Knox ./zoneinfo/posix/America/Indiana/Knox +rm -f ./zoneinfo/posix/America/Indiana/Petersburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Petersburg ./zoneinfo/posix/America/Indiana/Petersburg +rm -f ./zoneinfo/posix/America/Indiana/Vincennes +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Vincennes ./zoneinfo/posix/America/Indiana/Vincennes +rm -f ./zoneinfo/posix/America/Indiana/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Indianapolis ./zoneinfo/posix/America/Indiana/Indianapolis +rm -f ./zoneinfo/posix/America/Indiana/Winamac +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Winamac ./zoneinfo/posix/America/Indiana/Winamac +rm -f ./zoneinfo/posix/America/Indiana/Tell_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Tell_City ./zoneinfo/posix/America/Indiana/Tell_City +rm -f ./zoneinfo/posix/America/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Catamarca ./zoneinfo/posix/America/Catamarca +rm -f ./zoneinfo/posix/America/Vancouver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Vancouver ./zoneinfo/posix/America/Vancouver +rm -f ./zoneinfo/posix/America/Chihuahua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Chihuahua ./zoneinfo/posix/America/Chihuahua +rm -f ./zoneinfo/posix/America/Cayman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cayman ./zoneinfo/posix/America/Cayman +rm -f ./zoneinfo/posix/America/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Buenos_Aires ./zoneinfo/posix/America/Buenos_Aires +rm -f ./zoneinfo/posix/America/Asuncion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Asuncion ./zoneinfo/posix/America/Asuncion +rm -f ./zoneinfo/posix/America/Mexico_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Mexico_City ./zoneinfo/posix/America/Mexico_City +rm -f ./zoneinfo/posix/America/Paramaribo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Paramaribo ./zoneinfo/posix/America/Paramaribo +rm -f ./zoneinfo/posix/America/Curacao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Curacao ./zoneinfo/posix/America/Curacao +rm -f ./zoneinfo/posix/America/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Jujuy ./zoneinfo/posix/America/Jujuy +rm -f ./zoneinfo/posix/America/Montserrat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Montserrat ./zoneinfo/posix/America/Montserrat +rm -f ./zoneinfo/posix/America/Anguilla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Anguilla ./zoneinfo/posix/America/Anguilla +rm -f ./zoneinfo/posix/America/Rio_Branco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Rio_Branco ./zoneinfo/posix/America/Rio_Branco +rm -f ./zoneinfo/posix/America/Cayenne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cayenne ./zoneinfo/posix/America/Cayenne +rm -f ./zoneinfo/posix/America/Guatemala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Guatemala ./zoneinfo/posix/America/Guatemala +rm -f ./zoneinfo/posix/America/Dominica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Dominica ./zoneinfo/posix/America/Dominica +rm -f ./zoneinfo/posix/America/Detroit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Detroit ./zoneinfo/posix/America/Detroit +rm -f ./zoneinfo/posix/America/Bogota +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Bogota ./zoneinfo/posix/America/Bogota +rm -f ./zoneinfo/posix/America/Thunder_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Thunder_Bay ./zoneinfo/posix/America/Thunder_Bay +rm -f ./zoneinfo/posix/America/Lima +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Lima ./zoneinfo/posix/America/Lima +rm -f ./zoneinfo/posix/America/Coral_Harbour +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Coral_Harbour ./zoneinfo/posix/America/Coral_Harbour +rm -f ./zoneinfo/posix/America/Godthab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Godthab ./zoneinfo/posix/America/Godthab +rm -f ./zoneinfo/posix/America/Guadeloupe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Guadeloupe ./zoneinfo/posix/America/Guadeloupe +rm -f ./zoneinfo/posix/America/Winnipeg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Winnipeg ./zoneinfo/posix/America/Winnipeg +rm -f ./zoneinfo/posix/America/Porto_Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Porto_Acre ./zoneinfo/posix/America/Porto_Acre +rm -f ./zoneinfo/posix/America/Monterrey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Monterrey ./zoneinfo/posix/America/Monterrey +rm -f ./zoneinfo/posix/America/Tijuana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Tijuana ./zoneinfo/posix/America/Tijuana +rm -f ./zoneinfo/posix/America/Pangnirtung +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Pangnirtung ./zoneinfo/posix/America/Pangnirtung +rm -f ./zoneinfo/posix/America/Merida +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Merida ./zoneinfo/posix/America/Merida +rm -f ./zoneinfo/posix/America/Grenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Grenada ./zoneinfo/posix/America/Grenada +rm -f ./zoneinfo/posix/America/Rosario +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Rosario ./zoneinfo/posix/America/Rosario +rm -f ./zoneinfo/posix/America/Atikokan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Atikokan ./zoneinfo/posix/America/Atikokan +rm -f ./zoneinfo/posix/America/Danmarkshavn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Danmarkshavn ./zoneinfo/posix/America/Danmarkshavn +rm -f ./zoneinfo/posix/America/Mazatlan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Mazatlan ./zoneinfo/posix/America/Mazatlan +rm -f ./zoneinfo/posix/America/Caracas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Caracas ./zoneinfo/posix/America/Caracas +rm -f ./zoneinfo/posix/America/Panama +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Panama ./zoneinfo/posix/America/Panama +rm -f ./zoneinfo/posix/America/Tegucigalpa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Tegucigalpa ./zoneinfo/posix/America/Tegucigalpa +rm -f ./zoneinfo/posix/America/St_Kitts +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Kitts ./zoneinfo/posix/America/St_Kitts +rm -f ./zoneinfo/posix/America/Swift_Current +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Swift_Current ./zoneinfo/posix/America/Swift_Current +rm -f ./zoneinfo/posix/America/Barbados +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Barbados ./zoneinfo/posix/America/Barbados +rm -f ./zoneinfo/posix/America/Argentina/San_Luis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/San_Luis ./zoneinfo/posix/America/Argentina/San_Luis +rm -f ./zoneinfo/posix/America/Argentina/ComodRivadavia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/ComodRivadavia ./zoneinfo/posix/America/Argentina/ComodRivadavia +rm -f ./zoneinfo/posix/America/Argentina/Rio_Gallegos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Rio_Gallegos ./zoneinfo/posix/America/Argentina/Rio_Gallegos +rm -f ./zoneinfo/posix/America/Argentina/Ushuaia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Ushuaia ./zoneinfo/posix/America/Argentina/Ushuaia +rm -f ./zoneinfo/posix/America/Argentina/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Cordoba ./zoneinfo/posix/America/Argentina/Cordoba +rm -f ./zoneinfo/posix/America/Argentina/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Catamarca ./zoneinfo/posix/America/Argentina/Catamarca +rm -f ./zoneinfo/posix/America/Argentina/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Buenos_Aires ./zoneinfo/posix/America/Argentina/Buenos_Aires +rm -f ./zoneinfo/posix/America/Argentina/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Jujuy ./zoneinfo/posix/America/Argentina/Jujuy +rm -f ./zoneinfo/posix/America/Argentina/Tucuman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Tucuman ./zoneinfo/posix/America/Argentina/Tucuman +rm -f ./zoneinfo/posix/America/Argentina/La_Rioja +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/La_Rioja ./zoneinfo/posix/America/Argentina/La_Rioja +rm -f ./zoneinfo/posix/America/Argentina/San_Juan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/San_Juan ./zoneinfo/posix/America/Argentina/San_Juan +rm -f ./zoneinfo/posix/America/Argentina/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Mendoza ./zoneinfo/posix/America/Argentina/Mendoza +rm -f ./zoneinfo/posix/America/Costa_Rica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Costa_Rica ./zoneinfo/posix/America/Costa_Rica +rm -f ./zoneinfo/posix/America/Montreal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Montreal ./zoneinfo/posix/America/Montreal +rm -f ./zoneinfo/posix/America/Resolute +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Resolute ./zoneinfo/posix/America/Resolute +rm -f ./zoneinfo/posix/America/Anchorage +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Anchorage ./zoneinfo/posix/America/Anchorage +rm -f ./zoneinfo/posix/America/Dawson_Creek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Dawson_Creek ./zoneinfo/posix/America/Dawson_Creek +rm -f ./zoneinfo/posix/America/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indianapolis ./zoneinfo/posix/America/Indianapolis +rm -f ./zoneinfo/posix/America/Los_Angeles +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Los_Angeles ./zoneinfo/posix/America/Los_Angeles +rm -f ./zoneinfo/posix/America/Manaus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Manaus ./zoneinfo/posix/America/Manaus +rm -f ./zoneinfo/posix/America/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Mendoza ./zoneinfo/posix/America/Mendoza +rm -f ./zoneinfo/posix/America/St_Vincent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Vincent ./zoneinfo/posix/America/St_Vincent +rm -f ./zoneinfo/posix/America/Puerto_Rico +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Puerto_Rico ./zoneinfo/posix/America/Puerto_Rico +rm -f ./zoneinfo/posix/America/Phoenix +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Phoenix ./zoneinfo/posix/America/Phoenix +rm -f ./zoneinfo/posix/America/Porto_Velho +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Porto_Velho ./zoneinfo/posix/America/Porto_Velho +rm -f ./zoneinfo/posix/America/St_Thomas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Thomas ./zoneinfo/posix/America/St_Thomas +rm -f ./zoneinfo/posix/America/Boa_Vista +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Boa_Vista ./zoneinfo/posix/America/Boa_Vista +rm -f ./zoneinfo/posix/America/Virgin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Virgin ./zoneinfo/posix/America/Virgin +rm -f ./zoneinfo/posix/America/Havana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Havana ./zoneinfo/posix/America/Havana +rm -f ./zoneinfo/posix/America/Santo_Domingo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Santo_Domingo ./zoneinfo/posix/America/Santo_Domingo +rm -f ./zoneinfo/posix/America/Juneau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Juneau ./zoneinfo/posix/America/Juneau +rm -f ./zoneinfo/posix/America/St_Lucia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Lucia ./zoneinfo/posix/America/St_Lucia +rm -f ./zoneinfo/posix/Portugal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Portugal ./zoneinfo/posix/Portugal +rm -f ./zoneinfo/posix/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/UTC ./zoneinfo/posix/UTC +rm -f ./zoneinfo/posix/HST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/HST ./zoneinfo/posix/HST +rm -f ./zoneinfo/posix/W-SU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/W-SU ./zoneinfo/posix/W-SU +rm -f ./zoneinfo/posix/Israel +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Israel ./zoneinfo/posix/Israel +rm -f ./zoneinfo/posix/Mexico/BajaNorte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mexico/BajaNorte ./zoneinfo/posix/Mexico/BajaNorte +rm -f ./zoneinfo/posix/Mexico/General +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mexico/General ./zoneinfo/posix/Mexico/General +rm -f ./zoneinfo/posix/Mexico/BajaSur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mexico/BajaSur ./zoneinfo/posix/Mexico/BajaSur +rm -f ./zoneinfo/posix/EST5EDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/EST5EDT ./zoneinfo/posix/EST5EDT +rm -f ./zoneinfo/posix/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Kwajalein ./zoneinfo/posix/Kwajalein +rm -f ./zoneinfo/posix/NZ-CHAT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/NZ-CHAT ./zoneinfo/posix/NZ-CHAT +rm -f ./zoneinfo/posix/Antarctica/Palmer +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Palmer ./zoneinfo/posix/Antarctica/Palmer +rm -f ./zoneinfo/posix/Antarctica/Rothera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Rothera ./zoneinfo/posix/Antarctica/Rothera +rm -f ./zoneinfo/posix/Antarctica/McMurdo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/McMurdo ./zoneinfo/posix/Antarctica/McMurdo +rm -f ./zoneinfo/posix/Antarctica/South_Pole +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/South_Pole ./zoneinfo/posix/Antarctica/South_Pole +rm -f ./zoneinfo/posix/Antarctica/Mawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Mawson ./zoneinfo/posix/Antarctica/Mawson +rm -f ./zoneinfo/posix/Antarctica/Vostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Vostok ./zoneinfo/posix/Antarctica/Vostok +rm -f ./zoneinfo/posix/Antarctica/DumontDUrville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/DumontDUrville ./zoneinfo/posix/Antarctica/DumontDUrville +rm -f ./zoneinfo/posix/Antarctica/Davis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Davis ./zoneinfo/posix/Antarctica/Davis +rm -f ./zoneinfo/posix/Antarctica/Syowa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Syowa ./zoneinfo/posix/Antarctica/Syowa +rm -f ./zoneinfo/posix/Antarctica/Casey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Casey ./zoneinfo/posix/Antarctica/Casey +rm -f ./zoneinfo/posix/PRC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/PRC ./zoneinfo/posix/PRC +rm -f ./zoneinfo/posix/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GMT+0 ./zoneinfo/posix/GMT+0 +rm -f ./zoneinfo/posix/MST7MDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/MST7MDT ./zoneinfo/posix/MST7MDT +rm -f ./zoneinfo/posix/WET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/WET ./zoneinfo/posix/WET +rm -f ./zoneinfo/posix/Hongkong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Hongkong ./zoneinfo/posix/Hongkong +rm -f ./zoneinfo/posix/Arctic/Longyearbyen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Arctic/Longyearbyen ./zoneinfo/posix/Arctic/Longyearbyen +rm -f ./zoneinfo/posix/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GMT-0 ./zoneinfo/posix/GMT-0 +rm -f ./zoneinfo/posix/ROK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/ROK ./zoneinfo/posix/ROK +rm -f ./zoneinfo/posix/Australia/Sydney +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Sydney ./zoneinfo/posix/Australia/Sydney +rm -f ./zoneinfo/posix/Australia/Darwin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Darwin ./zoneinfo/posix/Australia/Darwin +rm -f ./zoneinfo/posix/Australia/Yancowinna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Yancowinna ./zoneinfo/posix/Australia/Yancowinna +rm -f ./zoneinfo/posix/Australia/Currie +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Currie ./zoneinfo/posix/Australia/Currie +rm -f ./zoneinfo/posix/Australia/Broken_Hill +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Broken_Hill ./zoneinfo/posix/Australia/Broken_Hill +rm -f ./zoneinfo/posix/Australia/NSW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/NSW ./zoneinfo/posix/Australia/NSW +rm -f ./zoneinfo/posix/Australia/Canberra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Canberra ./zoneinfo/posix/Australia/Canberra +rm -f ./zoneinfo/posix/Australia/Eucla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Eucla ./zoneinfo/posix/Australia/Eucla +rm -f ./zoneinfo/posix/Australia/Tasmania +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Tasmania ./zoneinfo/posix/Australia/Tasmania +rm -f ./zoneinfo/posix/Australia/Adelaide +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Adelaide ./zoneinfo/posix/Australia/Adelaide +rm -f ./zoneinfo/posix/Australia/Hobart +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Hobart ./zoneinfo/posix/Australia/Hobart +rm -f ./zoneinfo/posix/Australia/South +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/South ./zoneinfo/posix/Australia/South +rm -f ./zoneinfo/posix/Australia/Queensland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Queensland ./zoneinfo/posix/Australia/Queensland +rm -f ./zoneinfo/posix/Australia/Brisbane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Brisbane ./zoneinfo/posix/Australia/Brisbane +rm -f ./zoneinfo/posix/Australia/Victoria +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Victoria ./zoneinfo/posix/Australia/Victoria +rm -f ./zoneinfo/posix/Australia/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/West ./zoneinfo/posix/Australia/West +rm -f ./zoneinfo/posix/Australia/ACT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/ACT ./zoneinfo/posix/Australia/ACT +rm -f ./zoneinfo/posix/Australia/Lord_Howe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Lord_Howe ./zoneinfo/posix/Australia/Lord_Howe +rm -f ./zoneinfo/posix/Australia/Melbourne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Melbourne ./zoneinfo/posix/Australia/Melbourne +rm -f ./zoneinfo/posix/Australia/Lindeman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Lindeman ./zoneinfo/posix/Australia/Lindeman +rm -f ./zoneinfo/posix/Australia/North +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/North ./zoneinfo/posix/Australia/North +rm -f ./zoneinfo/posix/Australia/Perth +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Perth ./zoneinfo/posix/Australia/Perth +rm -f ./zoneinfo/posix/Australia/LHI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/LHI ./zoneinfo/posix/Australia/LHI +rm -f ./zoneinfo/posix/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/UCT ./zoneinfo/posix/UCT +rm -f ./zoneinfo/posix/Brazil/East +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Brazil/East ./zoneinfo/posix/Brazil/East +rm -f ./zoneinfo/posix/Brazil/Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Brazil/Acre ./zoneinfo/posix/Brazil/Acre +rm -f ./zoneinfo/posix/Brazil/DeNoronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Brazil/DeNoronha ./zoneinfo/posix/Brazil/DeNoronha +rm -f ./zoneinfo/posix/Brazil/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Brazil/West ./zoneinfo/posix/Brazil/West +rm -f ./zoneinfo/posix/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GMT ./zoneinfo/posix/GMT +rm -f ./zoneinfo/posix/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Singapore ./zoneinfo/posix/Singapore +rm -f ./zoneinfo/posix/MST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/MST ./zoneinfo/posix/MST +rm -f ./zoneinfo/posix/EST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/EST ./zoneinfo/posix/EST +rm -f ./zoneinfo/posix/ROC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/ROC ./zoneinfo/posix/ROC +rm -f ./zoneinfo/posix/Japan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Japan ./zoneinfo/posix/Japan +rm -f ./zoneinfo/posix/Egypt +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Egypt ./zoneinfo/posix/Egypt +rm -f ./zoneinfo/posix/EET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/EET ./zoneinfo/posix/EET +rm -f ./zoneinfo/EST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/EST ./zoneinfo/EST +rm -f ./zoneinfo/ROC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/ROC ./zoneinfo/ROC +rm -f ./zoneinfo/Japan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Japan ./zoneinfo/Japan +rm -f ./zoneinfo/Egypt +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Egypt ./zoneinfo/Egypt +rm -f ./zoneinfo/EET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/EET ./zoneinfo/EET +rm -f ./i18n/charmaps/NATS-DANO.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NATS-DANO.gz ./i18n/charmaps/NATS-DANO.gz +rm -f ./i18n/charmaps/IBM918.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM918.gz ./i18n/charmaps/IBM918.gz +rm -f ./i18n/charmaps/MAC-SAMI.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-SAMI.gz ./i18n/charmaps/MAC-SAMI.gz +rm -f ./i18n/charmaps/IBM891.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM891.gz ./i18n/charmaps/IBM891.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-B-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-B-ADD.gz ./i18n/charmaps/JIS_C6229-1984-B-ADD.gz +rm -f ./i18n/charmaps/MAC-CENTRALEUROPE.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-CENTRALEUROPE.gz ./i18n/charmaps/MAC-CENTRALEUROPE.gz +rm -f ./i18n/charmaps/ISO_8859-1,GL.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_8859-1,GL.gz ./i18n/charmaps/ISO_8859-1,GL.gz +rm -f ./i18n/charmaps/NF_Z_62-010_1973.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NF_Z_62-010_1973.gz ./i18n/charmaps/NF_Z_62-010_1973.gz +rm -f ./i18n/charmaps/EBCDIC-US.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-US.gz ./i18n/charmaps/EBCDIC-US.gz +rm -f ./i18n/charmaps/IBM1161.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1161.gz ./i18n/charmaps/IBM1161.gz +rm -f ./i18n/charmaps/ISO-8859-13.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-13.gz ./i18n/charmaps/ISO-8859-13.gz +rm -f ./i18n/charmaps/IBM424.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM424.gz ./i18n/charmaps/IBM424.gz +rm -f ./i18n/charmaps/ISO-8859-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-1.gz ./i18n/charmaps/ISO-8859-1.gz +rm -f ./i18n/charmaps/KSC5636.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KSC5636.gz ./i18n/charmaps/KSC5636.gz +rm -f ./i18n/charmaps/NATS-SEFI.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NATS-SEFI.gz ./i18n/charmaps/NATS-SEFI.gz +rm -f ./i18n/charmaps/NATS-DANO-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NATS-DANO-ADD.gz ./i18n/charmaps/NATS-DANO-ADD.gz +rm -f ./i18n/charmaps/ISO-8859-14.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-14.gz ./i18n/charmaps/ISO-8859-14.gz +rm -f ./i18n/charmaps/CP1250.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1250.gz ./i18n/charmaps/CP1250.gz +rm -f ./i18n/charmaps/ISO_5427.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_5427.gz ./i18n/charmaps/ISO_5427.gz +rm -f ./i18n/charmaps/BS_VIEWDATA.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BS_VIEWDATA.gz ./i18n/charmaps/BS_VIEWDATA.gz +rm -f ./i18n/charmaps/HP-THAI8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-THAI8.gz ./i18n/charmaps/HP-THAI8.gz +rm -f ./i18n/charmaps/EBCDIC-IT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-IT.gz ./i18n/charmaps/EBCDIC-IT.gz +rm -f ./i18n/charmaps/CP1252.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1252.gz ./i18n/charmaps/CP1252.gz +rm -f ./i18n/charmaps/IBM278.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM278.gz ./i18n/charmaps/IBM278.gz +rm -f ./i18n/charmaps/ISIRI-3342.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISIRI-3342.gz ./i18n/charmaps/ISIRI-3342.gz +rm -f ./i18n/charmaps/IBM290.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM290.gz ./i18n/charmaps/IBM290.gz +rm -f ./i18n/charmaps/EBCDIC-FI-SE-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-FI-SE-A.gz ./i18n/charmaps/EBCDIC-FI-SE-A.gz +rm -f ./i18n/charmaps/BIG5-HKSCS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BIG5-HKSCS.gz ./i18n/charmaps/BIG5-HKSCS.gz +rm -f ./i18n/charmaps/KOI8-RU.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI8-RU.gz ./i18n/charmaps/KOI8-RU.gz +rm -f ./i18n/charmaps/HP-GREEK8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-GREEK8.gz ./i18n/charmaps/HP-GREEK8.gz +rm -f ./i18n/charmaps/IBM869.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM869.gz ./i18n/charmaps/IBM869.gz +rm -f ./i18n/charmaps/ISO_646.IRV.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_646.IRV.gz ./i18n/charmaps/ISO_646.IRV.gz +rm -f ./i18n/charmaps/MAC-CYRILLIC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-CYRILLIC.gz ./i18n/charmaps/MAC-CYRILLIC.gz +rm -f ./i18n/charmaps/EBCDIC-UK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-UK.gz ./i18n/charmaps/EBCDIC-UK.gz +rm -f ./i18n/charmaps/IBM1129.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1129.gz ./i18n/charmaps/IBM1129.gz +rm -f ./i18n/charmaps/DS_2089.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/DS_2089.gz ./i18n/charmaps/DS_2089.gz +rm -f ./i18n/charmaps/RK1048.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/RK1048.gz ./i18n/charmaps/RK1048.gz +rm -f ./i18n/charmaps/EBCDIC-IS-FRISS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-IS-FRISS.gz ./i18n/charmaps/EBCDIC-IS-FRISS.gz +rm -f ./i18n/charmaps/EUC-JP.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-JP.gz ./i18n/charmaps/EUC-JP.gz +rm -f ./i18n/charmaps/CP1251.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1251.gz ./i18n/charmaps/CP1251.gz +rm -f ./i18n/charmaps/INVARIANT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/INVARIANT.gz ./i18n/charmaps/INVARIANT.gz +rm -f ./i18n/charmaps/JUS_I.B1.002.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JUS_I.B1.002.gz ./i18n/charmaps/JUS_I.B1.002.gz +rm -f ./i18n/charmaps/SEN_850200_C.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SEN_850200_C.gz ./i18n/charmaps/SEN_850200_C.gz +rm -f ./i18n/charmaps/IBM1160.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1160.gz ./i18n/charmaps/IBM1160.gz +rm -f ./i18n/charmaps/CP1256.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1256.gz ./i18n/charmaps/CP1256.gz +rm -f ./i18n/charmaps/IBM865.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM865.gz ./i18n/charmaps/IBM865.gz +rm -f ./i18n/charmaps/ISO-8859-15.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-15.gz ./i18n/charmaps/ISO-8859-15.gz +rm -f ./i18n/charmaps/TSCII.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/TSCII.gz ./i18n/charmaps/TSCII.gz +rm -f ./i18n/charmaps/GREEK7-OLD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GREEK7-OLD.gz ./i18n/charmaps/GREEK7-OLD.gz +rm -f ./i18n/charmaps/IBM857.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM857.gz ./i18n/charmaps/IBM857.gz +rm -f ./i18n/charmaps/ISO_11548-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_11548-1.gz ./i18n/charmaps/ISO_11548-1.gz +rm -f ./i18n/charmaps/IBM285.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM285.gz ./i18n/charmaps/IBM285.gz +rm -f ./i18n/charmaps/LATIN-GREEK-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/LATIN-GREEK-1.gz ./i18n/charmaps/LATIN-GREEK-1.gz +rm -f ./i18n/charmaps/IBM1124.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1124.gz ./i18n/charmaps/IBM1124.gz +rm -f ./i18n/charmaps/IBM500.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM500.gz ./i18n/charmaps/IBM500.gz +rm -f ./i18n/charmaps/PT2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/PT2.gz ./i18n/charmaps/PT2.gz +rm -f ./i18n/charmaps/IT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IT.gz ./i18n/charmaps/IT.gz +rm -f ./i18n/charmaps/BRF.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BRF.gz ./i18n/charmaps/BRF.gz +rm -f ./i18n/charmaps/EBCDIC-PT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-PT.gz ./i18n/charmaps/EBCDIC-PT.gz +rm -f ./i18n/charmaps/IBM1164.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1164.gz ./i18n/charmaps/IBM1164.gz +rm -f ./i18n/charmaps/NC_NC00-10.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NC_NC00-10.gz ./i18n/charmaps/NC_NC00-10.gz +rm -f ./i18n/charmaps/SAMI-WS2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SAMI-WS2.gz ./i18n/charmaps/SAMI-WS2.gz +rm -f ./i18n/charmaps/JIS_C6220-1969-JP.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6220-1969-JP.gz ./i18n/charmaps/JIS_C6220-1969-JP.gz +rm -f ./i18n/charmaps/EBCDIC-CA-FR.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-CA-FR.gz ./i18n/charmaps/EBCDIC-CA-FR.gz +rm -f ./i18n/charmaps/EBCDIC-AT-DE-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-AT-DE-A.gz ./i18n/charmaps/EBCDIC-AT-DE-A.gz +rm -f ./i18n/charmaps/IBM420.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM420.gz ./i18n/charmaps/IBM420.gz +rm -f ./i18n/charmaps/IBM1047.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1047.gz ./i18n/charmaps/IBM1047.gz +rm -f ./i18n/charmaps/ISO-IR-209.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-IR-209.gz ./i18n/charmaps/ISO-IR-209.gz +rm -f ./i18n/charmaps/EUC-KR.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-KR.gz ./i18n/charmaps/EUC-KR.gz +rm -f ./i18n/charmaps/TIS-620.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/TIS-620.gz ./i18n/charmaps/TIS-620.gz +rm -f ./i18n/charmaps/CP1255.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1255.gz ./i18n/charmaps/CP1255.gz +rm -f ./i18n/charmaps/ISO-8859-16.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-16.gz ./i18n/charmaps/ISO-8859-16.gz +rm -f ./i18n/charmaps/GB_1988-80.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GB_1988-80.gz ./i18n/charmaps/GB_1988-80.gz +rm -f ./i18n/charmaps/ISO_2033-1983.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_2033-1983.gz ./i18n/charmaps/ISO_2033-1983.gz +rm -f ./i18n/charmaps/ISO_6937.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_6937.gz ./i18n/charmaps/ISO_6937.gz +rm -f ./i18n/charmaps/IBM1132.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1132.gz ./i18n/charmaps/IBM1132.gz +rm -f ./i18n/charmaps/CP1253.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1253.gz ./i18n/charmaps/CP1253.gz +rm -f ./i18n/charmaps/ISO-8859-7.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-7.gz ./i18n/charmaps/ISO-8859-7.gz +rm -f ./i18n/charmaps/TCVN5712-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/TCVN5712-1.gz ./i18n/charmaps/TCVN5712-1.gz +rm -f ./i18n/charmaps/IBM863.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM863.gz ./i18n/charmaps/IBM863.gz +rm -f ./i18n/charmaps/IBM904.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM904.gz ./i18n/charmaps/IBM904.gz +rm -f ./i18n/charmaps/ISO-8859-6.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-6.gz ./i18n/charmaps/ISO-8859-6.gz +rm -f ./i18n/charmaps/EBCDIC-ES-S.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-ES-S.gz ./i18n/charmaps/EBCDIC-ES-S.gz +rm -f ./i18n/charmaps/EBCDIC-AT-DE.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-AT-DE.gz ./i18n/charmaps/EBCDIC-AT-DE.gz +rm -f ./i18n/charmaps/CP949.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP949.gz ./i18n/charmaps/CP949.gz +rm -f ./i18n/charmaps/IBM284.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM284.gz ./i18n/charmaps/IBM284.gz +rm -f ./i18n/charmaps/IBM256.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM256.gz ./i18n/charmaps/IBM256.gz +rm -f ./i18n/charmaps/ISO-IR-90.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-IR-90.gz ./i18n/charmaps/ISO-IR-90.gz +rm -f ./i18n/charmaps/ISO_8859-SUPP.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_8859-SUPP.gz ./i18n/charmaps/ISO_8859-SUPP.gz +rm -f ./i18n/charmaps/SHIFT_JIS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SHIFT_JIS.gz ./i18n/charmaps/SHIFT_JIS.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz ./i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz +rm -f ./i18n/charmaps/JUS_I.B1.003-MAC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JUS_I.B1.003-MAC.gz ./i18n/charmaps/JUS_I.B1.003-MAC.gz +rm -f ./i18n/charmaps/EBCDIC-FI-SE.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-FI-SE.gz ./i18n/charmaps/EBCDIC-FI-SE.gz +rm -f ./i18n/charmaps/IBM275.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM275.gz ./i18n/charmaps/IBM275.gz +rm -f ./i18n/charmaps/GREEK7.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GREEK7.gz ./i18n/charmaps/GREEK7.gz +rm -f ./i18n/charmaps/GEORGIAN-ACADEMY.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GEORGIAN-ACADEMY.gz ./i18n/charmaps/GEORGIAN-ACADEMY.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-B.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-B.gz ./i18n/charmaps/JIS_C6229-1984-B.gz +rm -f ./i18n/charmaps/INIS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/INIS.gz ./i18n/charmaps/INIS.gz +rm -f ./i18n/charmaps/ISO_5428.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_5428.gz ./i18n/charmaps/ISO_5428.gz +rm -f ./i18n/charmaps/MAC-IS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-IS.gz ./i18n/charmaps/MAC-IS.gz +rm -f ./i18n/charmaps/BIG5.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BIG5.gz ./i18n/charmaps/BIG5.gz +rm -f ./i18n/charmaps/IBM423.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM423.gz ./i18n/charmaps/IBM423.gz +rm -f ./i18n/charmaps/IBM1162.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1162.gz ./i18n/charmaps/IBM1162.gz +rm -f ./i18n/charmaps/INIS-CYRILLIC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/INIS-CYRILLIC.gz ./i18n/charmaps/INIS-CYRILLIC.gz +rm -f ./i18n/charmaps/GB18030.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GB18030.gz ./i18n/charmaps/GB18030.gz +rm -f ./i18n/charmaps/ISO-8859-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-8.gz ./i18n/charmaps/ISO-8859-8.gz +rm -f ./i18n/charmaps/CSA_Z243.4-1985-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CSA_Z243.4-1985-1.gz ./i18n/charmaps/CSA_Z243.4-1985-1.gz +rm -f ./i18n/charmaps/NS_4551-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NS_4551-1.gz ./i18n/charmaps/NS_4551-1.gz +rm -f ./i18n/charmaps/CP10007.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP10007.gz ./i18n/charmaps/CP10007.gz +rm -f ./i18n/charmaps/INIS-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/INIS-8.gz ./i18n/charmaps/INIS-8.gz +rm -f ./i18n/charmaps/IBM281.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM281.gz ./i18n/charmaps/IBM281.gz +rm -f ./i18n/charmaps/ISO-8859-2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-2.gz ./i18n/charmaps/ISO-8859-2.gz +rm -f ./i18n/charmaps/IBM1133.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1133.gz ./i18n/charmaps/IBM1133.gz +rm -f ./i18n/charmaps/DEC-MCS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/DEC-MCS.gz ./i18n/charmaps/DEC-MCS.gz +rm -f ./i18n/charmaps/IBM1163.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1163.gz ./i18n/charmaps/IBM1163.gz +rm -f ./i18n/charmaps/IBM852.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM852.gz ./i18n/charmaps/IBM852.gz +rm -f ./i18n/charmaps/ISO-8859-11.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-11.gz ./i18n/charmaps/ISO-8859-11.gz +rm -f ./i18n/charmaps/EBCDIC-ES.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-ES.gz ./i18n/charmaps/EBCDIC-ES.gz +rm -f ./i18n/charmaps/IEC_P27-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IEC_P27-1.gz ./i18n/charmaps/IEC_P27-1.gz +rm -f ./i18n/charmaps/JIS_X0201.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_X0201.gz ./i18n/charmaps/JIS_X0201.gz +rm -f ./i18n/charmaps/IBM866.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM866.gz ./i18n/charmaps/IBM866.gz +rm -f ./i18n/charmaps/WINDOWS-31J.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/WINDOWS-31J.gz ./i18n/charmaps/WINDOWS-31J.gz +rm -f ./i18n/charmaps/EUC-TW.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-TW.gz ./i18n/charmaps/EUC-TW.gz +rm -f ./i18n/charmaps/EBCDIC-DK-NO.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-DK-NO.gz ./i18n/charmaps/EBCDIC-DK-NO.gz +rm -f ./i18n/charmaps/ISO_10367-BOX.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_10367-BOX.gz ./i18n/charmaps/ISO_10367-BOX.gz +rm -f ./i18n/charmaps/IBM862.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM862.gz ./i18n/charmaps/IBM862.gz +rm -f ./i18n/charmaps/EUC-JISX0213.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-JISX0213.gz ./i18n/charmaps/EUC-JISX0213.gz +rm -f ./i18n/charmaps/UTF-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/UTF-8.gz ./i18n/charmaps/UTF-8.gz +rm -f ./i18n/charmaps/GREEK-CCITT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GREEK-CCITT.gz ./i18n/charmaps/GREEK-CCITT.gz +rm -f ./i18n/charmaps/GB2312.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GB2312.gz ./i18n/charmaps/GB2312.gz +rm -f ./i18n/charmaps/KOI8-U.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI8-U.gz ./i18n/charmaps/KOI8-U.gz +rm -f ./i18n/charmaps/CWI.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CWI.gz ./i18n/charmaps/CWI.gz +rm -f ./i18n/charmaps/NATS-SEFI-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NATS-SEFI-ADD.gz ./i18n/charmaps/NATS-SEFI-ADD.gz +rm -f ./i18n/charmaps/IBM864.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM864.gz ./i18n/charmaps/IBM864.gz +rm -f ./i18n/charmaps/IBM903.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM903.gz ./i18n/charmaps/IBM903.gz +rm -f ./i18n/charmaps/IBM437.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM437.gz ./i18n/charmaps/IBM437.gz +rm -f ./i18n/charmaps/VISCII.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/VISCII.gz ./i18n/charmaps/VISCII.gz +rm -f ./i18n/charmaps/EBCDIC-ES-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-ES-A.gz ./i18n/charmaps/EBCDIC-ES-A.gz +rm -f ./i18n/charmaps/DIN_66003.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/DIN_66003.gz ./i18n/charmaps/DIN_66003.gz +rm -f ./i18n/charmaps/IBM861.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM861.gz ./i18n/charmaps/IBM861.gz +rm -f ./i18n/charmaps/JOHAB.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JOHAB.gz ./i18n/charmaps/JOHAB.gz +rm -f ./i18n/charmaps/ISO_6937-2-25.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_6937-2-25.gz ./i18n/charmaps/ISO_6937-2-25.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-HAND.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-HAND.gz ./i18n/charmaps/JIS_C6229-1984-HAND.gz +rm -f ./i18n/charmaps/IBM037.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM037.gz ./i18n/charmaps/IBM037.gz +rm -f ./i18n/charmaps/CP1258.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1258.gz ./i18n/charmaps/CP1258.gz +rm -f ./i18n/charmaps/EBCDIC-FR.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-FR.gz ./i18n/charmaps/EBCDIC-FR.gz +rm -f ./i18n/charmaps/IBM875.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM875.gz ./i18n/charmaps/IBM875.gz +rm -f ./i18n/charmaps/T.61-7BIT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/T.61-7BIT.gz ./i18n/charmaps/T.61-7BIT.gz +rm -f ./i18n/charmaps/KOI8-R.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI8-R.gz ./i18n/charmaps/KOI8-R.gz +rm -f ./i18n/charmaps/IBM868.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM868.gz ./i18n/charmaps/IBM868.gz +rm -f ./i18n/charmaps/KOI8-T.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI8-T.gz ./i18n/charmaps/KOI8-T.gz +rm -f ./i18n/charmaps/GOST_19768-74.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GOST_19768-74.gz ./i18n/charmaps/GOST_19768-74.gz +rm -f ./i18n/charmaps/BS_4730.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BS_4730.gz ./i18n/charmaps/BS_4730.gz +rm -f ./i18n/charmaps/NEXTSTEP.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NEXTSTEP.gz ./i18n/charmaps/NEXTSTEP.gz +rm -f ./i18n/charmaps/HP-ROMAN9.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-ROMAN9.gz ./i18n/charmaps/HP-ROMAN9.gz +rm -f ./i18n/charmaps/IBM856.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM856.gz ./i18n/charmaps/IBM856.gz +rm -f ./i18n/charmaps/ECMA-CYRILLIC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ECMA-CYRILLIC.gz ./i18n/charmaps/ECMA-CYRILLIC.gz +rm -f ./i18n/charmaps/ISO_646.BASIC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_646.BASIC.gz ./i18n/charmaps/ISO_646.BASIC.gz +rm -f ./i18n/charmaps/ES.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ES.gz ./i18n/charmaps/ES.gz +rm -f ./i18n/charmaps/ISO-8859-9E.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-9E.gz ./i18n/charmaps/ISO-8859-9E.gz +rm -f ./i18n/charmaps/JUS_I.B1.003-SERB.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JUS_I.B1.003-SERB.gz ./i18n/charmaps/JUS_I.B1.003-SERB.gz +rm -f ./i18n/charmaps/IBM038.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM038.gz ./i18n/charmaps/IBM038.gz +rm -f ./i18n/charmaps/NF_Z_62-010.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NF_Z_62-010.gz ./i18n/charmaps/NF_Z_62-010.gz +rm -f ./i18n/charmaps/ISO-8859-5.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-5.gz ./i18n/charmaps/ISO-8859-5.gz +rm -f ./i18n/charmaps/CSA_Z243.4-1985-GR.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CSA_Z243.4-1985-GR.gz ./i18n/charmaps/CSA_Z243.4-1985-GR.gz +rm -f ./i18n/charmaps/ISO_6937-2-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_6937-2-ADD.gz ./i18n/charmaps/ISO_6937-2-ADD.gz +rm -f ./i18n/charmaps/GEORGIAN-PS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GEORGIAN-PS.gz ./i18n/charmaps/GEORGIAN-PS.gz +rm -f ./i18n/charmaps/MACINTOSH.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MACINTOSH.gz ./i18n/charmaps/MACINTOSH.gz +rm -f ./i18n/charmaps/IBM922.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM922.gz ./i18n/charmaps/IBM922.gz +rm -f ./i18n/charmaps/CSN_369103.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CSN_369103.gz ./i18n/charmaps/CSN_369103.gz +rm -f ./i18n/charmaps/IBM850.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM850.gz ./i18n/charmaps/IBM850.gz +rm -f ./i18n/charmaps/ANSI_X3.4-1968.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ANSI_X3.4-1968.gz ./i18n/charmaps/ANSI_X3.4-1968.gz +rm -f ./i18n/charmaps/PT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/PT.gz ./i18n/charmaps/PT.gz +rm -f ./i18n/charmaps/T.101-G2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/T.101-G2.gz ./i18n/charmaps/T.101-G2.gz +rm -f ./i18n/charmaps/EBCDIC-DK-NO-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-DK-NO-A.gz ./i18n/charmaps/EBCDIC-DK-NO-A.gz +rm -f ./i18n/charmaps/IBM874.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM874.gz ./i18n/charmaps/IBM874.gz +rm -f ./i18n/charmaps/GBK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GBK.gz ./i18n/charmaps/GBK.gz +rm -f ./i18n/charmaps/IBM855.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM855.gz ./i18n/charmaps/IBM855.gz +rm -f ./i18n/charmaps/IBM860.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM860.gz ./i18n/charmaps/IBM860.gz +rm -f ./i18n/charmaps/LATIN-GREEK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/LATIN-GREEK.gz ./i18n/charmaps/LATIN-GREEK.gz +rm -f ./i18n/charmaps/SEN_850200_B.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SEN_850200_B.gz ./i18n/charmaps/SEN_850200_B.gz +rm -f ./i18n/charmaps/IBM273.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM273.gz ./i18n/charmaps/IBM273.gz +rm -f ./i18n/charmaps/PT154.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/PT154.gz ./i18n/charmaps/PT154.gz +rm -f ./i18n/charmaps/CP1254.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1254.gz ./i18n/charmaps/CP1254.gz +rm -f ./i18n/charmaps/ISO-8859-3.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-3.gz ./i18n/charmaps/ISO-8859-3.gz +rm -f ./i18n/charmaps/ISO-8859-9.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-9.gz ./i18n/charmaps/ISO-8859-9.gz +rm -f ./i18n/charmaps/HP-ROMAN8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-ROMAN8.gz ./i18n/charmaps/HP-ROMAN8.gz +rm -f ./i18n/charmaps/IBM866NAV.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM866NAV.gz ./i18n/charmaps/IBM866NAV.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-KANA.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-KANA.gz ./i18n/charmaps/JIS_C6229-1984-KANA.gz +rm -f ./i18n/charmaps/ISO_5427-EXT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_5427-EXT.gz ./i18n/charmaps/ISO_5427-EXT.gz +rm -f ./i18n/charmaps/ISO-8859-4.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-4.gz ./i18n/charmaps/ISO-8859-4.gz +rm -f ./i18n/charmaps/ES2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ES2.gz ./i18n/charmaps/ES2.gz +rm -f ./i18n/charmaps/IBM274.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM274.gz ./i18n/charmaps/IBM274.gz +rm -f ./i18n/charmaps/IBM277.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM277.gz ./i18n/charmaps/IBM277.gz +rm -f ./i18n/charmaps/ASMO_449.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ASMO_449.gz ./i18n/charmaps/ASMO_449.gz +rm -f ./i18n/charmaps/IBM851.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM851.gz ./i18n/charmaps/IBM851.gz +rm -f ./i18n/charmaps/HP-TURKISH8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-TURKISH8.gz ./i18n/charmaps/HP-TURKISH8.gz +rm -f ./i18n/charmaps/T.61-8BIT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/T.61-8BIT.gz ./i18n/charmaps/T.61-8BIT.gz +rm -f ./i18n/charmaps/ARMSCII-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ARMSCII-8.gz ./i18n/charmaps/ARMSCII-8.gz +rm -f ./i18n/charmaps/KOI-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI-8.gz ./i18n/charmaps/KOI-8.gz +rm -f ./i18n/charmaps/ISO_10646.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_10646.gz ./i18n/charmaps/ISO_10646.gz +rm -f ./i18n/charmaps/CP737.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP737.gz ./i18n/charmaps/CP737.gz +rm -f ./i18n/charmaps/CSA_Z243.4-1985-2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CSA_Z243.4-1985-2.gz ./i18n/charmaps/CSA_Z243.4-1985-2.gz +rm -f ./i18n/charmaps/IBM870.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM870.gz ./i18n/charmaps/IBM870.gz +rm -f ./i18n/charmaps/NS_4551-2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NS_4551-2.gz ./i18n/charmaps/NS_4551-2.gz +rm -f ./i18n/charmaps/MIK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MIK.gz ./i18n/charmaps/MIK.gz +rm -f ./i18n/charmaps/JIS_C6220-1969-RO.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6220-1969-RO.gz ./i18n/charmaps/JIS_C6220-1969-RO.gz +rm -f ./i18n/charmaps/CP1257.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1257.gz ./i18n/charmaps/CP1257.gz +rm -f ./i18n/charmaps/IBM1026.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1026.gz ./i18n/charmaps/IBM1026.gz +rm -f ./i18n/charmaps/ANSI_X3.110-1983.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ANSI_X3.110-1983.gz ./i18n/charmaps/ANSI_X3.110-1983.gz +rm -f ./i18n/charmaps/IBM880.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM880.gz ./i18n/charmaps/IBM880.gz +rm -f ./i18n/charmaps/IBM1004.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1004.gz ./i18n/charmaps/IBM1004.gz +rm -f ./i18n/charmaps/SHIFT_JISX0213.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SHIFT_JISX0213.gz ./i18n/charmaps/SHIFT_JISX0213.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-A.gz ./i18n/charmaps/JIS_C6229-1984-A.gz +rm -f ./i18n/charmaps/CP1125.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1125.gz ./i18n/charmaps/CP1125.gz +rm -f ./i18n/charmaps/ISO-8859-10.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-10.gz ./i18n/charmaps/ISO-8859-10.gz +rm -f ./i18n/charmaps/CP775.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP775.gz ./i18n/charmaps/CP775.gz +rm -f ./i18n/charmaps/IBM871.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM871.gz ./i18n/charmaps/IBM871.gz +rm -f ./i18n/charmaps/MAC-UK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-UK.gz ./i18n/charmaps/MAC-UK.gz +rm -f ./i18n/charmaps/IBM280.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM280.gz ./i18n/charmaps/IBM280.gz +rm -f ./i18n/charmaps/IBM297.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM297.gz ./i18n/charmaps/IBM297.gz +rm -f ./i18n/charmaps/IBM905.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM905.gz ./i18n/charmaps/IBM905.gz +rm -f ./i18n/charmaps/VIDEOTEX-SUPPL.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/VIDEOTEX-SUPPL.gz ./i18n/charmaps/VIDEOTEX-SUPPL.gz +rm -f ./i18n/charmaps/ISO-IR-197.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-IR-197.gz ./i18n/charmaps/ISO-IR-197.gz +rm -f ./i18n/charmaps/EUC-JP-MS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-JP-MS.gz ./i18n/charmaps/EUC-JP-MS.gz +rm -f ./i18n/charmaps/SAMI.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SAMI.gz ./i18n/charmaps/SAMI.gz +rm -f ./i18n/charmaps/MSZ_7795.3.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MSZ_7795.3.gz ./i18n/charmaps/MSZ_7795.3.gz +rm -f ./i18n/locales/br_FR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/br_FR ./i18n/locales/br_FR +rm -f ./i18n/locales/is_IS +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/is_IS ./i18n/locales/is_IS +rm -f ./i18n/locales/sv_SE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sv_SE ./i18n/locales/sv_SE +rm -f ./i18n/locales/tt_RU@iqtelif +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tt_RU@iqtelif ./i18n/locales/tt_RU@iqtelif +rm -f ./i18n/locales/ru_UA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ru_UA ./i18n/locales/ru_UA +rm -f ./i18n/locales/nds_DE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nds_DE ./i18n/locales/nds_DE +rm -f ./i18n/locales/sq_AL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sq_AL ./i18n/locales/sq_AL +rm -f ./i18n/locales/et_EE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/et_EE ./i18n/locales/et_EE +rm -f ./i18n/locales/te_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/te_IN ./i18n/locales/te_IN +rm -f ./i18n/locales/cy_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/cy_GB ./i18n/locales/cy_GB +rm -f ./i18n/locales/hsb_DE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hsb_DE ./i18n/locales/hsb_DE +rm -f ./i18n/locales/ur_PK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ur_PK ./i18n/locales/ur_PK +rm -f ./i18n/locales/hu_HU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hu_HU ./i18n/locales/hu_HU +rm -f ./i18n/locales/gl_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gl_ES ./i18n/locales/gl_ES +rm -f ./i18n/locales/nn_NO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nn_NO ./i18n/locales/nn_NO +rm -f ./i18n/locales/ar_SA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_SA ./i18n/locales/ar_SA +rm -f ./i18n/locales/en_HK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_HK ./i18n/locales/en_HK +rm -f ./i18n/locales/fi_FI@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fi_FI@euro ./i18n/locales/fi_FI@euro +rm -f ./i18n/locales/byn_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/byn_ER ./i18n/locales/byn_ER +rm -f ./i18n/locales/mt_MT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mt_MT ./i18n/locales/mt_MT +rm -f ./i18n/locales/hy_AM +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hy_AM ./i18n/locales/hy_AM +rm -f ./i18n/locales/zh_HK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zh_HK ./i18n/locales/zh_HK +rm -f ./i18n/locales/he_IL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/he_IL ./i18n/locales/he_IL +rm -f ./i18n/locales/se_NO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/se_NO ./i18n/locales/se_NO +rm -f ./i18n/locales/li_NL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/li_NL ./i18n/locales/li_NL +rm -f ./i18n/locales/ber_MA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ber_MA ./i18n/locales/ber_MA +rm -f ./i18n/locales/fy_NL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fy_NL ./i18n/locales/fy_NL +rm -f ./i18n/locales/bo_CN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bo_CN ./i18n/locales/bo_CN +rm -f ./i18n/locales/es_VE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_VE ./i18n/locales/es_VE +rm -f ./i18n/locales/so_SO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/so_SO ./i18n/locales/so_SO +rm -f ./i18n/locales/fr_BE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_BE@euro ./i18n/locales/fr_BE@euro +rm -f ./i18n/locales/zu_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zu_ZA ./i18n/locales/zu_ZA +rm -f ./i18n/locales/iso14651_t1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iso14651_t1 ./i18n/locales/iso14651_t1 +rm -f ./i18n/locales/ca_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_ES ./i18n/locales/ca_ES +rm -f ./i18n/locales/mai_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mai_IN ./i18n/locales/mai_IN +rm -f ./i18n/locales/fr_LU@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_LU@euro ./i18n/locales/fr_LU@euro +rm -f ./i18n/locales/es_EC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_EC ./i18n/locales/es_EC +rm -f ./i18n/locales/ka_GE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ka_GE ./i18n/locales/ka_GE +rm -f ./i18n/locales/en_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_ZA ./i18n/locales/en_ZA +rm -f ./i18n/locales/es_MX +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_MX ./i18n/locales/es_MX +rm -f ./i18n/locales/en_PH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_PH ./i18n/locales/en_PH +rm -f ./i18n/locales/ar_BH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_BH ./i18n/locales/ar_BH +rm -f ./i18n/locales/ar_OM +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_OM ./i18n/locales/ar_OM +rm -f ./i18n/locales/hi_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hi_IN ./i18n/locales/hi_IN +rm -f ./i18n/locales/zh_SG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zh_SG ./i18n/locales/zh_SG +rm -f ./i18n/locales/tt_RU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tt_RU ./i18n/locales/tt_RU +rm -f ./i18n/locales/si_LK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/si_LK ./i18n/locales/si_LK +rm -f ./i18n/locales/eu_ES@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/eu_ES@euro ./i18n/locales/eu_ES@euro +rm -f ./i18n/locales/kl_GL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/kl_GL ./i18n/locales/kl_GL +rm -f ./i18n/locales/translit_cjk_variants +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_cjk_variants ./i18n/locales/translit_cjk_variants +rm -f ./i18n/locales/nl_NL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nl_NL ./i18n/locales/nl_NL +rm -f ./i18n/locales/translit_compat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_compat ./i18n/locales/translit_compat +rm -f ./i18n/locales/es_PR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_PR ./i18n/locales/es_PR +rm -f ./i18n/locales/translit_neutral +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_neutral ./i18n/locales/translit_neutral +rm -f ./i18n/locales/nl_NL@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nl_NL@euro ./i18n/locales/nl_NL@euro +rm -f ./i18n/locales/en_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_CA ./i18n/locales/en_CA +rm -f ./i18n/locales/sv_FI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sv_FI ./i18n/locales/sv_FI +rm -f ./i18n/locales/en_ZW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_ZW ./i18n/locales/en_ZW +rm -f ./i18n/locales/i18n +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/i18n ./i18n/locales/i18n +rm -f ./i18n/locales/ar_MA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_MA ./i18n/locales/ar_MA +rm -f ./i18n/locales/en_DK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_DK ./i18n/locales/en_DK +rm -f ./i18n/locales/li_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/li_BE ./i18n/locales/li_BE +rm -f ./i18n/locales/de_BE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_BE@euro ./i18n/locales/de_BE@euro +rm -f ./i18n/locales/fy_DE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fy_DE ./i18n/locales/fy_DE +rm -f ./i18n/locales/ar_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_IN ./i18n/locales/ar_IN +rm -f ./i18n/locales/tn_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tn_ZA ./i18n/locales/tn_ZA +rm -f ./i18n/locales/ja_JP +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ja_JP ./i18n/locales/ja_JP +rm -f ./i18n/locales/vi_VN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/vi_VN ./i18n/locales/vi_VN +rm -f ./i18n/locales/translit_fraction +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_fraction ./i18n/locales/translit_fraction +rm -f ./i18n/locales/en_US +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_US ./i18n/locales/en_US +rm -f ./i18n/locales/st_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/st_ZA ./i18n/locales/st_ZA +rm -f ./i18n/locales/sr_RS +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sr_RS ./i18n/locales/sr_RS +rm -f ./i18n/locales/eu_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/eu_ES ./i18n/locales/eu_ES +rm -f ./i18n/locales/es_GT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_GT ./i18n/locales/es_GT +rm -f ./i18n/locales/kn_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/kn_IN ./i18n/locales/kn_IN +rm -f ./i18n/locales/es_CR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_CR ./i18n/locales/es_CR +rm -f ./i18n/locales/ar_IQ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_IQ ./i18n/locales/ar_IQ +rm -f ./i18n/locales/ug_CN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ug_CN ./i18n/locales/ug_CN +rm -f ./i18n/locales/pa_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pa_IN ./i18n/locales/pa_IN +rm -f ./i18n/locales/en_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_GB ./i18n/locales/en_GB +rm -f ./i18n/locales/tr_TR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tr_TR ./i18n/locales/tr_TR +rm -f ./i18n/locales/nb_NO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nb_NO ./i18n/locales/nb_NO +rm -f ./i18n/locales/es_CO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_CO ./i18n/locales/es_CO +rm -f ./i18n/locales/csb_PL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/csb_PL ./i18n/locales/csb_PL +rm -f ./i18n/locales/az_AZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/az_AZ ./i18n/locales/az_AZ +rm -f ./i18n/locales/gez_ET@abegede +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gez_ET@abegede ./i18n/locales/gez_ET@abegede +rm -f ./i18n/locales/sa_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sa_IN ./i18n/locales/sa_IN +rm -f ./i18n/locales/es_NI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_NI ./i18n/locales/es_NI +rm -f ./i18n/locales/ne_NP +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ne_NP ./i18n/locales/ne_NP +rm -f ./i18n/locales/gd_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gd_GB ./i18n/locales/gd_GB +rm -f ./i18n/locales/es_PE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_PE ./i18n/locales/es_PE +rm -f ./i18n/locales/es_US +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_US ./i18n/locales/es_US +rm -f ./i18n/locales/so_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/so_ET ./i18n/locales/so_ET +rm -f ./i18n/locales/ar_JO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_JO ./i18n/locales/ar_JO +rm -f ./i18n/locales/el_GR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/el_GR ./i18n/locales/el_GR +rm -f ./i18n/locales/ky_KG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ky_KG ./i18n/locales/ky_KG +rm -f ./i18n/locales/bo_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bo_IN ./i18n/locales/bo_IN +rm -f ./i18n/locales/ar_AE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_AE ./i18n/locales/ar_AE +rm -f ./i18n/locales/ber_DZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ber_DZ ./i18n/locales/ber_DZ +rm -f ./i18n/locales/el_GR@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/el_GR@euro ./i18n/locales/el_GR@euro +rm -f ./i18n/locales/zh_TW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zh_TW ./i18n/locales/zh_TW +rm -f ./i18n/locales/cs_CZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/cs_CZ ./i18n/locales/cs_CZ +rm -f ./i18n/locales/ca_IT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_IT ./i18n/locales/ca_IT +rm -f ./i18n/locales/sk_SK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sk_SK ./i18n/locales/sk_SK +rm -f ./i18n/locales/en_SG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_SG ./i18n/locales/en_SG +rm -f ./i18n/locales/sr_RS@latin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sr_RS@latin ./i18n/locales/sr_RS@latin +rm -f ./i18n/locales/ts_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ts_ZA ./i18n/locales/ts_ZA +rm -f ./i18n/locales/xh_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/xh_ZA ./i18n/locales/xh_ZA +rm -f ./i18n/locales/translit_wide +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_wide ./i18n/locales/translit_wide +rm -f ./i18n/locales/wa_BE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/wa_BE@euro ./i18n/locales/wa_BE@euro +rm -f ./i18n/locales/or_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/or_IN ./i18n/locales/or_IN +rm -f ./i18n/locales/en_NG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_NG ./i18n/locales/en_NG +rm -f ./i18n/locales/ta_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ta_IN ./i18n/locales/ta_IN +rm -f ./i18n/locales/ar_SD +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_SD ./i18n/locales/ar_SD +rm -f ./i18n/locales/pt_BR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pt_BR ./i18n/locales/pt_BR +rm -f ./i18n/locales/ca_ES@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_ES@euro ./i18n/locales/ca_ES@euro +rm -f ./i18n/locales/om_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/om_ET ./i18n/locales/om_ET +rm -f ./i18n/locales/ar_YE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_YE ./i18n/locales/ar_YE +rm -f ./i18n/locales/iu_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iu_CA ./i18n/locales/iu_CA +rm -f ./i18n/locales/fr_FR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_FR ./i18n/locales/fr_FR +rm -f ./i18n/locales/bs_BA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bs_BA ./i18n/locales/bs_BA +rm -f ./i18n/locales/de_LU@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_LU@euro ./i18n/locales/de_LU@euro +rm -f ./i18n/locales/uz_UZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/uz_UZ ./i18n/locales/uz_UZ +rm -f ./i18n/locales/sc_IT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sc_IT ./i18n/locales/sc_IT +rm -f ./i18n/locales/af_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/af_ZA ./i18n/locales/af_ZA +rm -f ./i18n/locales/es_CL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_CL ./i18n/locales/es_CL +rm -f ./i18n/locales/nds_NL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nds_NL ./i18n/locales/nds_NL +rm -f ./i18n/locales/br_FR@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/br_FR@euro ./i18n/locales/br_FR@euro +rm -f ./i18n/locales/bg_BG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bg_BG ./i18n/locales/bg_BG +rm -f ./i18n/locales/nl_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nl_BE ./i18n/locales/nl_BE +rm -f ./i18n/locales/yi_US +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/yi_US ./i18n/locales/yi_US +rm -f ./i18n/locales/fr_CH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_CH ./i18n/locales/fr_CH +rm -f ./i18n/locales/fr_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_CA ./i18n/locales/fr_CA +rm -f ./i18n/locales/wal_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/wal_ET ./i18n/locales/wal_ET +rm -f ./i18n/locales/ve_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ve_ZA ./i18n/locales/ve_ZA +rm -f ./i18n/locales/pt_PT@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pt_PT@euro ./i18n/locales/pt_PT@euro +rm -f ./i18n/locales/ig_NG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ig_NG ./i18n/locales/ig_NG +rm -f ./i18n/locales/ml_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ml_IN ./i18n/locales/ml_IN +rm -f ./i18n/locales/pap_AN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pap_AN ./i18n/locales/pap_AN +rm -f ./i18n/locales/be_BY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/be_BY ./i18n/locales/be_BY +rm -f ./i18n/locales/mk_MK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mk_MK ./i18n/locales/mk_MK +rm -f ./i18n/locales/aa_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/aa_ET ./i18n/locales/aa_ET +rm -f ./i18n/locales/es_UY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_UY ./i18n/locales/es_UY +rm -f ./i18n/locales/da_DK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/da_DK ./i18n/locales/da_DK +rm -f ./i18n/locales/es_HN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_HN ./i18n/locales/es_HN +rm -f ./i18n/locales/nr_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nr_ZA ./i18n/locales/nr_ZA +rm -f ./i18n/locales/zh_CN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zh_CN ./i18n/locales/zh_CN +rm -f ./i18n/locales/ti_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ti_ET ./i18n/locales/ti_ET +rm -f ./i18n/locales/en_IE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_IE@euro ./i18n/locales/en_IE@euro +rm -f ./i18n/locales/translit_font +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_font ./i18n/locales/translit_font +rm -f ./i18n/locales/gl_ES@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gl_ES@euro ./i18n/locales/gl_ES@euro +rm -f ./i18n/locales/de_CH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_CH ./i18n/locales/de_CH +rm -f ./i18n/locales/lo_LA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/lo_LA ./i18n/locales/lo_LA +rm -f ./i18n/locales/ko_KR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ko_KR ./i18n/locales/ko_KR +rm -f ./i18n/locales/ga_IE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ga_IE ./i18n/locales/ga_IE +rm -f ./i18n/locales/kw_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/kw_GB ./i18n/locales/kw_GB +rm -f ./i18n/locales/ca_AD +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_AD ./i18n/locales/ca_AD +rm -f ./i18n/locales/es_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_ES ./i18n/locales/es_ES +rm -f ./i18n/locales/ru_RU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ru_RU ./i18n/locales/ru_RU +rm -f ./i18n/locales/de_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_BE ./i18n/locales/de_BE +rm -f ./i18n/locales/mg_MG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mg_MG ./i18n/locales/mg_MG +rm -f ./i18n/locales/es_PA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_PA ./i18n/locales/es_PA +rm -f ./i18n/locales/en_BW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_BW ./i18n/locales/en_BW +rm -f ./i18n/locales/ti_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ti_ER ./i18n/locales/ti_ER +rm -f ./i18n/locales/oc_FR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/oc_FR ./i18n/locales/oc_FR +rm -f ./i18n/locales/tk_TM +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tk_TM ./i18n/locales/tk_TM +rm -f ./i18n/locales/uk_UA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/uk_UA ./i18n/locales/uk_UA +rm -f ./i18n/locales/sl_SI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sl_SI ./i18n/locales/sl_SI +rm -f ./i18n/locales/km_KH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/km_KH ./i18n/locales/km_KH +rm -f ./i18n/locales/de_AT@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_AT@euro ./i18n/locales/de_AT@euro +rm -f ./i18n/locales/be_BY@latin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/be_BY@latin ./i18n/locales/be_BY@latin +rm -f ./i18n/locales/gu_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gu_IN ./i18n/locales/gu_IN +rm -f ./i18n/locales/ar_QA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_QA ./i18n/locales/ar_QA +rm -f ./i18n/locales/es_ES@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_ES@euro ./i18n/locales/es_ES@euro +rm -f ./i18n/locales/sr_ME +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sr_ME ./i18n/locales/sr_ME +rm -f ./i18n/locales/crh_UA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/crh_UA ./i18n/locales/crh_UA +rm -f ./i18n/locales/gez_ER@abegede +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gez_ER@abegede ./i18n/locales/gez_ER@abegede +rm -f ./i18n/locales/shs_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/shs_CA ./i18n/locales/shs_CA +rm -f ./i18n/locales/el_CY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/el_CY ./i18n/locales/el_CY +rm -f ./i18n/locales/rw_RW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/rw_RW ./i18n/locales/rw_RW +rm -f ./i18n/locales/POSIX +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/POSIX ./i18n/locales/POSIX +rm -f ./i18n/locales/ku_TR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ku_TR ./i18n/locales/ku_TR +rm -f ./i18n/locales/ms_MY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ms_MY ./i18n/locales/ms_MY +rm -f ./i18n/locales/ast_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ast_ES ./i18n/locales/ast_ES +rm -f ./i18n/locales/ar_LB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_LB ./i18n/locales/ar_LB +rm -f ./i18n/locales/en_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_IN ./i18n/locales/en_IN +rm -f ./i18n/locales/lt_LT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/lt_LT ./i18n/locales/lt_LT +rm -f ./i18n/locales/en_NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_NZ ./i18n/locales/en_NZ +rm -f ./i18n/locales/es_DO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_DO ./i18n/locales/es_DO +rm -f ./i18n/locales/translit_circle +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_circle ./i18n/locales/translit_circle +rm -f ./i18n/locales/wo_SN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/wo_SN ./i18n/locales/wo_SN +rm -f ./i18n/locales/es_SV +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_SV ./i18n/locales/es_SV +rm -f ./i18n/locales/translit_combining +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_combining ./i18n/locales/translit_combining +rm -f ./i18n/locales/ha_NG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ha_NG ./i18n/locales/ha_NG +rm -f ./i18n/locales/bn_BD +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bn_BD ./i18n/locales/bn_BD +rm -f ./i18n/locales/tl_PH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tl_PH ./i18n/locales/tl_PH +rm -f ./i18n/locales/es_PY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_PY ./i18n/locales/es_PY +rm -f ./i18n/locales/om_KE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/om_KE ./i18n/locales/om_KE +rm -f ./i18n/locales/lv_LV +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/lv_LV ./i18n/locales/lv_LV +rm -f ./i18n/locales/fr_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_BE ./i18n/locales/fr_BE +rm -f ./i18n/locales/sid_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sid_ET ./i18n/locales/sid_ET +rm -f ./i18n/locales/translit_narrow +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_narrow ./i18n/locales/translit_narrow +rm -f ./i18n/locales/pl_PL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pl_PL ./i18n/locales/pl_PL +rm -f ./i18n/locales/fa_IR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fa_IR ./i18n/locales/fa_IR +rm -f ./i18n/locales/de_DE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_DE@euro ./i18n/locales/de_DE@euro +rm -f ./i18n/locales/as_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/as_IN ./i18n/locales/as_IN +rm -f ./i18n/locales/en_IE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_IE ./i18n/locales/en_IE +rm -f ./i18n/locales/am_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/am_ET ./i18n/locales/am_ET +rm -f ./i18n/locales/aa_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/aa_ER ./i18n/locales/aa_ER +rm -f ./i18n/locales/ar_EG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_EG ./i18n/locales/ar_EG +rm -f ./i18n/locales/tig_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tig_ER ./i18n/locales/tig_ER +rm -f ./i18n/locales/de_AT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_AT ./i18n/locales/de_AT +rm -f ./i18n/locales/fr_FR@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_FR@euro ./i18n/locales/fr_FR@euro +rm -f ./i18n/locales/ga_IE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ga_IE@euro ./i18n/locales/ga_IE@euro +rm -f ./i18n/locales/fo_FO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fo_FO ./i18n/locales/fo_FO +rm -f ./i18n/locales/mi_NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mi_NZ ./i18n/locales/mi_NZ +rm -f ./i18n/locales/bn_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bn_IN ./i18n/locales/bn_IN +rm -f ./i18n/locales/ar_LY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_LY ./i18n/locales/ar_LY +rm -f ./i18n/locales/yo_NG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/yo_NG ./i18n/locales/yo_NG +rm -f ./i18n/locales/fil_PH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fil_PH ./i18n/locales/fil_PH +rm -f ./i18n/locales/id_ID +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/id_ID ./i18n/locales/id_ID +rm -f ./i18n/locales/pt_PT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pt_PT ./i18n/locales/pt_PT +rm -f ./i18n/locales/dz_BT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/dz_BT ./i18n/locales/dz_BT +rm -f ./i18n/locales/gez_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gez_ET ./i18n/locales/gez_ET +rm -f ./i18n/locales/iso14651_t1_pinyin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iso14651_t1_pinyin ./i18n/locales/iso14651_t1_pinyin +rm -f ./i18n/locales/fr_LU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_LU ./i18n/locales/fr_LU +rm -f ./i18n/locales/translit_hangul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_hangul ./i18n/locales/translit_hangul +rm -f ./i18n/locales/th_TH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/th_TH ./i18n/locales/th_TH +rm -f ./i18n/locales/nl_BE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nl_BE@euro ./i18n/locales/nl_BE@euro +rm -f ./i18n/locales/it_CH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/it_CH ./i18n/locales/it_CH +rm -f ./i18n/locales/it_IT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/it_IT ./i18n/locales/it_IT +rm -f ./i18n/locales/so_DJ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/so_DJ ./i18n/locales/so_DJ +rm -f ./i18n/locales/ca_FR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_FR ./i18n/locales/ca_FR +rm -f ./i18n/locales/aa_ER@saaho +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/aa_ER@saaho ./i18n/locales/aa_ER@saaho +rm -f ./i18n/locales/fur_IT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fur_IT ./i18n/locales/fur_IT +rm -f ./i18n/locales/translit_cjk_compat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_cjk_compat ./i18n/locales/translit_cjk_compat +rm -f ./i18n/locales/mr_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mr_IN ./i18n/locales/mr_IN +rm -f ./i18n/locales/en_AU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_AU ./i18n/locales/en_AU +rm -f ./i18n/locales/it_IT@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/it_IT@euro ./i18n/locales/it_IT@euro +rm -f ./i18n/locales/kk_KZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/kk_KZ ./i18n/locales/kk_KZ +rm -f ./i18n/locales/aa_DJ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/aa_DJ ./i18n/locales/aa_DJ +rm -f ./i18n/locales/hr_HR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hr_HR ./i18n/locales/hr_HR +rm -f ./i18n/locales/ik_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ik_CA ./i18n/locales/ik_CA +rm -f ./i18n/locales/so_KE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/so_KE ./i18n/locales/so_KE +rm -f ./i18n/locales/mn_MN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mn_MN ./i18n/locales/mn_MN +rm -f ./i18n/locales/ar_TN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_TN ./i18n/locales/ar_TN +rm -f ./i18n/locales/pa_PK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pa_PK ./i18n/locales/pa_PK +rm -f ./i18n/locales/tr_CY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tr_CY ./i18n/locales/tr_CY +rm -f ./i18n/locales/an_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/an_ES ./i18n/locales/an_ES +rm -f ./i18n/locales/lg_UG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/lg_UG ./i18n/locales/lg_UG +rm -f ./i18n/locales/ar_KW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_KW ./i18n/locales/ar_KW +rm -f ./i18n/locales/ss_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ss_ZA ./i18n/locales/ss_ZA +rm -f ./i18n/locales/ar_SY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_SY ./i18n/locales/ar_SY +rm -f ./i18n/locales/tg_TJ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tg_TJ ./i18n/locales/tg_TJ +rm -f ./i18n/locales/translit_small +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_small ./i18n/locales/translit_small +rm -f ./i18n/locales/es_AR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_AR ./i18n/locales/es_AR +rm -f ./i18n/locales/es_BO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_BO ./i18n/locales/es_BO +rm -f ./i18n/locales/gv_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gv_GB ./i18n/locales/gv_GB +rm -f ./i18n/locales/de_DE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_DE ./i18n/locales/de_DE +rm -f ./i18n/locales/gez_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gez_ER ./i18n/locales/gez_ER +rm -f ./i18n/locales/sv_FI@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sv_FI@euro ./i18n/locales/sv_FI@euro +rm -f ./i18n/locales/iso14651_t1_common +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iso14651_t1_common ./i18n/locales/iso14651_t1_common +rm -f ./i18n/locales/iw_IL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iw_IL ./i18n/locales/iw_IL +rm -f ./i18n/locales/nso_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nso_ZA ./i18n/locales/nso_ZA +rm -f ./i18n/locales/ro_RO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ro_RO ./i18n/locales/ro_RO +rm -f ./i18n/locales/uz_UZ@cyrillic +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/uz_UZ@cyrillic ./i18n/locales/uz_UZ@cyrillic +rm -f ./i18n/locales/wa_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/wa_BE ./i18n/locales/wa_BE +rm -f ./i18n/locales/de_LU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_LU ./i18n/locales/de_LU +rm -f ./i18n/locales/ar_DZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_DZ ./i18n/locales/ar_DZ +rm -f ./i18n/locales/fi_FI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fi_FI ./i18n/locales/fi_FI +rm -f ./locale/vi/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/vi/LC_MESSAGES/libc.mo ./locale/vi/LC_MESSAGES/libc.mo +rm -f ./locale/locale.alias +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/locale.alias ./locale/locale.alias +rm -f ./locale/de/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/de/LC_MESSAGES/libc.mo ./locale/de/LC_MESSAGES/libc.mo +rm -f ./locale/da/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/da/LC_MESSAGES/libc.mo ./locale/da/LC_MESSAGES/libc.mo +rm -f ./locale/nb/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/nb/LC_MESSAGES/libc.mo ./locale/nb/LC_MESSAGES/libc.mo +rm -f ./locale/hu/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/hu/LC_MESSAGES/libc.mo ./locale/hu/LC_MESSAGES/libc.mo +rm -f ./locale/pl/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/pl/LC_MESSAGES/libc.mo ./locale/pl/LC_MESSAGES/libc.mo +rm -f ./locale/gl/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/gl/LC_MESSAGES/libc.mo ./locale/gl/LC_MESSAGES/libc.mo +rm -f ./locale/en_GB/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/en_GB/LC_MESSAGES/libc.mo ./locale/en_GB/LC_MESSAGES/libc.mo +rm -f ./locale/hr/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/hr/LC_MESSAGES/libc.mo ./locale/hr/LC_MESSAGES/libc.mo +rm -f ./locale/ko/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/ko/LC_MESSAGES/libc.mo ./locale/ko/LC_MESSAGES/libc.mo +rm -f ./locale/be/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/be/LC_MESSAGES/libc.mo ./locale/be/LC_MESSAGES/libc.mo +rm -f ./locale/zh_TW/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/zh_TW/LC_MESSAGES/libc.mo ./locale/zh_TW/LC_MESSAGES/libc.mo +rm -f ./locale/fi/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/fi/LC_MESSAGES/libc.mo ./locale/fi/LC_MESSAGES/libc.mo +rm -f ./locale/tr/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/tr/LC_MESSAGES/libc.mo ./locale/tr/LC_MESSAGES/libc.mo +rm -f ./locale/pt_BR/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/pt_BR/LC_MESSAGES/libc.mo ./locale/pt_BR/LC_MESSAGES/libc.mo +rm -f ./locale/rw/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/rw/LC_MESSAGES/libc.mo ./locale/rw/LC_MESSAGES/libc.mo +rm -f ./locale/zh_CN/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/zh_CN/LC_MESSAGES/libc.mo ./locale/zh_CN/LC_MESSAGES/libc.mo +rm -f ./locale/es/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/es/LC_MESSAGES/libc.mo ./locale/es/LC_MESSAGES/libc.mo +rm -f ./locale/el/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/el/LC_MESSAGES/libc.mo ./locale/el/LC_MESSAGES/libc.mo +rm -f ./locale/sv/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/sv/LC_MESSAGES/libc.mo ./locale/sv/LC_MESSAGES/libc.mo +rm -f ./locale/sk/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/sk/LC_MESSAGES/libc.mo ./locale/sk/LC_MESSAGES/libc.mo +rm -f ./locale/bg/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/bg/LC_MESSAGES/libc.mo ./locale/bg/LC_MESSAGES/libc.mo +rm -f ./locale/ru/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/ru/LC_MESSAGES/libc.mo ./locale/ru/LC_MESSAGES/libc.mo +rm -f ./locale/ja/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/ja/LC_MESSAGES/libc.mo ./locale/ja/LC_MESSAGES/libc.mo +rm -f ./locale/cs/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/cs/LC_MESSAGES/libc.mo ./locale/cs/LC_MESSAGES/libc.mo +rm -f ./locale/fr/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/fr/LC_MESSAGES/libc.mo ./locale/fr/LC_MESSAGES/libc.mo +rm -f ./locale/it/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/it/LC_MESSAGES/libc.mo ./locale/it/LC_MESSAGES/libc.mo +rm -f ./locale/ca/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/ca/LC_MESSAGES/libc.mo ./locale/ca/LC_MESSAGES/libc.mo +rm -f ./locale/nl/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/nl/LC_MESSAGES/libc.mo ./locale/nl/LC_MESSAGES/libc.mo +popd +cp -d ${build_top}/lite/install/${target_name}/lib/libgcc_s.so ${build_top}/lite/install/${target_name}/libc/armv6/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/libgcc_s.so.1 ${build_top}/lite/install/${target_name}/libc/armv6/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv6/libgcc_s.so ${build_top}/lite/install/${target_name}/libc/armv6/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv6/libgcc_s.so.1 ${build_top}/lite/install/${target_name}/libc/armv6/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv6/libstdc++.so ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv6/libstdc++.so.6 ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv6/libstdc++.so.6.0.10 ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv6/libstdc++.a ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/ +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/gdbserver ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/gdbserver +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/ldconfig ${build_top}/lite/install/${target_name}/libc/armv6/sbin/ldconfig +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/sln ${build_top}/lite/install/${target_name}/libc/armv6/sbin/sln +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/catchsegv ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/catchsegv +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/gencat ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/gencat +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/getconf ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/getconf +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/getent ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/getent +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/iconv ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/iconv +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/ldd ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/ldd +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/locale ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/locale +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/localedef ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/localedef +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/mtrace ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/mtrace +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/pcprofiledump ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/pcprofiledump +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/rpcgen ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/rpcgen +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/sprof ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/sprof +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/tzselect ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/tzselect +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/xtrace ${build_top}/lite/install/${target_name}/libc/armv6/usr/bin/xtrace +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/iconvconfig ${build_top}/lite/install/${target_name}/libc/armv6/usr/sbin/iconvconfig +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/nscd ${build_top}/lite/install/${target_name}/libc/armv6/usr/sbin/nscd +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/rpcinfo ${build_top}/lite/install/${target_name}/libc/armv6/usr/sbin/rpcinfo +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/zdump ${build_top}/lite/install/${target_name}/libc/armv6/usr/sbin/zdump +ln -f ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib//bin/zic ${build_top}/lite/install/${target_name}/libc/armv6/usr/sbin/zic +rm -rf ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/include +pushd ${build_top}/lite/install/${target_name}/libc/armv6-hard/etc +rm -f ./rpc +ln ${build_top}/lite/install/${target_name}/libc/./etc/./rpc ./rpc +popd +pushd ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/info +rm -f ./dir +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./dir ./dir +rm -f ./libc.info-7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-7 ./libc.info-7 +rm -f ./libc.info-5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-5 ./libc.info-5 +rm -f ./libc.info-2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-2 ./libc.info-2 +rm -f ./libc.info-9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-9 ./libc.info-9 +rm -f ./libc.info-3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-3 ./libc.info-3 +rm -f ./libc.info-1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-1 ./libc.info-1 +rm -f ./libc.info-10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-10 ./libc.info-10 +rm -f ./libc.info +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info ./libc.info +rm -f ./libc.info-11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-11 ./libc.info-11 +rm -f ./libc.info-8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-8 ./libc.info-8 +rm -f ./libc.info-6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-6 ./libc.info-6 +rm -f ./libc.info-4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/info/./libc.info-4 ./libc.info-4 +popd +pushd ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/share +rm -f ./zoneinfo/Pacific/Truk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Truk ./zoneinfo/Pacific/Truk +rm -f ./zoneinfo/Pacific/Niue +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Niue ./zoneinfo/Pacific/Niue +rm -f ./zoneinfo/Pacific/Marquesas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Marquesas ./zoneinfo/Pacific/Marquesas +rm -f ./zoneinfo/Pacific/Fakaofo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Fakaofo ./zoneinfo/Pacific/Fakaofo +rm -f ./zoneinfo/Pacific/Tongatapu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Tongatapu ./zoneinfo/Pacific/Tongatapu +rm -f ./zoneinfo/Pacific/Fiji +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Fiji ./zoneinfo/Pacific/Fiji +rm -f ./zoneinfo/Pacific/Galapagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Galapagos ./zoneinfo/Pacific/Galapagos +rm -f ./zoneinfo/Pacific/Enderbury +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Enderbury ./zoneinfo/Pacific/Enderbury +rm -f ./zoneinfo/Pacific/Kosrae +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Kosrae ./zoneinfo/Pacific/Kosrae +rm -f ./zoneinfo/Pacific/Johnston +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Johnston ./zoneinfo/Pacific/Johnston +rm -f ./zoneinfo/Pacific/Saipan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Saipan ./zoneinfo/Pacific/Saipan +rm -f ./zoneinfo/Pacific/Pago_Pago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Pago_Pago ./zoneinfo/Pacific/Pago_Pago +rm -f ./zoneinfo/Pacific/Funafuti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Funafuti ./zoneinfo/Pacific/Funafuti +rm -f ./zoneinfo/Pacific/Apia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Apia ./zoneinfo/Pacific/Apia +rm -f ./zoneinfo/Pacific/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Samoa ./zoneinfo/Pacific/Samoa +rm -f ./zoneinfo/Pacific/Guadalcanal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Guadalcanal ./zoneinfo/Pacific/Guadalcanal +rm -f ./zoneinfo/Pacific/Yap +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Yap ./zoneinfo/Pacific/Yap +rm -f ./zoneinfo/Pacific/Midway +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Midway ./zoneinfo/Pacific/Midway +rm -f ./zoneinfo/Pacific/Efate +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Efate ./zoneinfo/Pacific/Efate +rm -f ./zoneinfo/Pacific/Easter +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Easter ./zoneinfo/Pacific/Easter +rm -f ./zoneinfo/Pacific/Pitcairn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Pitcairn ./zoneinfo/Pacific/Pitcairn +rm -f ./zoneinfo/Pacific/Auckland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Auckland ./zoneinfo/Pacific/Auckland +rm -f ./zoneinfo/Pacific/Gambier +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Gambier ./zoneinfo/Pacific/Gambier +rm -f ./zoneinfo/Pacific/Palau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Palau ./zoneinfo/Pacific/Palau +rm -f ./zoneinfo/Pacific/Guam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Guam ./zoneinfo/Pacific/Guam +rm -f ./zoneinfo/Pacific/Rarotonga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Rarotonga ./zoneinfo/Pacific/Rarotonga +rm -f ./zoneinfo/Pacific/Tarawa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Tarawa ./zoneinfo/Pacific/Tarawa +rm -f ./zoneinfo/Pacific/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Kwajalein ./zoneinfo/Pacific/Kwajalein +rm -f ./zoneinfo/Pacific/Tahiti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Tahiti ./zoneinfo/Pacific/Tahiti +rm -f ./zoneinfo/Pacific/Norfolk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Norfolk ./zoneinfo/Pacific/Norfolk +rm -f ./zoneinfo/Pacific/Ponape +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Ponape ./zoneinfo/Pacific/Ponape +rm -f ./zoneinfo/Pacific/Kiritimati +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Kiritimati ./zoneinfo/Pacific/Kiritimati +rm -f ./zoneinfo/Pacific/Wake +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Wake ./zoneinfo/Pacific/Wake +rm -f ./zoneinfo/Pacific/Nauru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Nauru ./zoneinfo/Pacific/Nauru +rm -f ./zoneinfo/Pacific/Port_Moresby +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Port_Moresby ./zoneinfo/Pacific/Port_Moresby +rm -f ./zoneinfo/Pacific/Noumea +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Noumea ./zoneinfo/Pacific/Noumea +rm -f ./zoneinfo/Pacific/Chatham +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Chatham ./zoneinfo/Pacific/Chatham +rm -f ./zoneinfo/Pacific/Majuro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Majuro ./zoneinfo/Pacific/Majuro +rm -f ./zoneinfo/Pacific/Wallis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Wallis ./zoneinfo/Pacific/Wallis +rm -f ./zoneinfo/Pacific/Honolulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Pacific/Honolulu ./zoneinfo/Pacific/Honolulu +rm -f ./zoneinfo/Iran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Iran ./zoneinfo/Iran +rm -f ./zoneinfo/Factory +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Factory ./zoneinfo/Factory +rm -f ./zoneinfo/PST8PDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/PST8PDT ./zoneinfo/PST8PDT +rm -f ./zoneinfo/Chile/EasterIsland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Chile/EasterIsland ./zoneinfo/Chile/EasterIsland +rm -f ./zoneinfo/Chile/Continental +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Chile/Continental ./zoneinfo/Chile/Continental +rm -f ./zoneinfo/Libya +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Libya ./zoneinfo/Libya +rm -f ./zoneinfo/Africa/Khartoum +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Khartoum ./zoneinfo/Africa/Khartoum +rm -f ./zoneinfo/Africa/Freetown +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Freetown ./zoneinfo/Africa/Freetown +rm -f ./zoneinfo/Africa/Lagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Lagos ./zoneinfo/Africa/Lagos +rm -f ./zoneinfo/Africa/Maseru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Maseru ./zoneinfo/Africa/Maseru +rm -f ./zoneinfo/Africa/Lome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Lome ./zoneinfo/Africa/Lome +rm -f ./zoneinfo/Africa/Malabo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Malabo ./zoneinfo/Africa/Malabo +rm -f ./zoneinfo/Africa/Timbuktu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Timbuktu ./zoneinfo/Africa/Timbuktu +rm -f ./zoneinfo/Africa/Dakar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Dakar ./zoneinfo/Africa/Dakar +rm -f ./zoneinfo/Africa/Nairobi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Nairobi ./zoneinfo/Africa/Nairobi +rm -f ./zoneinfo/Africa/Mogadishu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Mogadishu ./zoneinfo/Africa/Mogadishu +rm -f ./zoneinfo/Africa/Banjul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Banjul ./zoneinfo/Africa/Banjul +rm -f ./zoneinfo/Africa/Dar_es_Salaam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Dar_es_Salaam ./zoneinfo/Africa/Dar_es_Salaam +rm -f ./zoneinfo/Africa/Mbabane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Mbabane ./zoneinfo/Africa/Mbabane +rm -f ./zoneinfo/Africa/Bamako +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Bamako ./zoneinfo/Africa/Bamako +rm -f ./zoneinfo/Africa/Ouagadougou +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Ouagadougou ./zoneinfo/Africa/Ouagadougou +rm -f ./zoneinfo/Africa/Djibouti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Djibouti ./zoneinfo/Africa/Djibouti +rm -f ./zoneinfo/Africa/Bissau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Bissau ./zoneinfo/Africa/Bissau +rm -f ./zoneinfo/Africa/Tunis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Tunis ./zoneinfo/Africa/Tunis +rm -f ./zoneinfo/Africa/Ndjamena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Ndjamena ./zoneinfo/Africa/Ndjamena +rm -f ./zoneinfo/Africa/Asmara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Asmara ./zoneinfo/Africa/Asmara +rm -f ./zoneinfo/Africa/Brazzaville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Brazzaville ./zoneinfo/Africa/Brazzaville +rm -f ./zoneinfo/Africa/Ceuta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Ceuta ./zoneinfo/Africa/Ceuta +rm -f ./zoneinfo/Africa/El_Aaiun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/El_Aaiun ./zoneinfo/Africa/El_Aaiun +rm -f ./zoneinfo/Africa/Monrovia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Monrovia ./zoneinfo/Africa/Monrovia +rm -f ./zoneinfo/Africa/Libreville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Libreville ./zoneinfo/Africa/Libreville +rm -f ./zoneinfo/Africa/Maputo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Maputo ./zoneinfo/Africa/Maputo +rm -f ./zoneinfo/Africa/Bangui +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Bangui ./zoneinfo/Africa/Bangui +rm -f ./zoneinfo/Africa/Windhoek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Windhoek ./zoneinfo/Africa/Windhoek +rm -f ./zoneinfo/Africa/Addis_Ababa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Addis_Ababa ./zoneinfo/Africa/Addis_Ababa +rm -f ./zoneinfo/Africa/Douala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Douala ./zoneinfo/Africa/Douala +rm -f ./zoneinfo/Africa/Sao_Tome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Sao_Tome ./zoneinfo/Africa/Sao_Tome +rm -f ./zoneinfo/Africa/Conakry +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Conakry ./zoneinfo/Africa/Conakry +rm -f ./zoneinfo/Africa/Harare +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Harare ./zoneinfo/Africa/Harare +rm -f ./zoneinfo/Africa/Blantyre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Blantyre ./zoneinfo/Africa/Blantyre +rm -f ./zoneinfo/Africa/Asmera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Asmera ./zoneinfo/Africa/Asmera +rm -f ./zoneinfo/Africa/Algiers +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Algiers ./zoneinfo/Africa/Algiers +rm -f ./zoneinfo/Africa/Johannesburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Johannesburg ./zoneinfo/Africa/Johannesburg +rm -f ./zoneinfo/Africa/Kigali +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Kigali ./zoneinfo/Africa/Kigali +rm -f ./zoneinfo/Africa/Cairo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Cairo ./zoneinfo/Africa/Cairo +rm -f ./zoneinfo/Africa/Casablanca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Casablanca ./zoneinfo/Africa/Casablanca +rm -f ./zoneinfo/Africa/Kampala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Kampala ./zoneinfo/Africa/Kampala +rm -f ./zoneinfo/Africa/Luanda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Luanda ./zoneinfo/Africa/Luanda +rm -f ./zoneinfo/Africa/Bujumbura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Bujumbura ./zoneinfo/Africa/Bujumbura +rm -f ./zoneinfo/Africa/Lubumbashi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Lubumbashi ./zoneinfo/Africa/Lubumbashi +rm -f ./zoneinfo/Africa/Accra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Accra ./zoneinfo/Africa/Accra +rm -f ./zoneinfo/Africa/Gaborone +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Gaborone ./zoneinfo/Africa/Gaborone +rm -f ./zoneinfo/Africa/Kinshasa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Kinshasa ./zoneinfo/Africa/Kinshasa +rm -f ./zoneinfo/Africa/Abidjan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Abidjan ./zoneinfo/Africa/Abidjan +rm -f ./zoneinfo/Africa/Niamey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Niamey ./zoneinfo/Africa/Niamey +rm -f ./zoneinfo/Africa/Nouakchott +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Nouakchott ./zoneinfo/Africa/Nouakchott +rm -f ./zoneinfo/Africa/Lusaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Lusaka ./zoneinfo/Africa/Lusaka +rm -f ./zoneinfo/Africa/Porto-Novo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Porto-Novo ./zoneinfo/Africa/Porto-Novo +rm -f ./zoneinfo/Africa/Tripoli +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Africa/Tripoli ./zoneinfo/Africa/Tripoli +rm -f ./zoneinfo/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GMT0 ./zoneinfo/GMT0 +rm -f ./zoneinfo/GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GB ./zoneinfo/GB +rm -f ./zoneinfo/CST6CDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/CST6CDT ./zoneinfo/CST6CDT +rm -f ./zoneinfo/MET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/MET ./zoneinfo/MET +rm -f ./zoneinfo/Etc/GMT-8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-8 ./zoneinfo/Etc/GMT-8 +rm -f ./zoneinfo/Etc/GMT-14 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-14 ./zoneinfo/Etc/GMT-14 +rm -f ./zoneinfo/Etc/GMT+12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+12 ./zoneinfo/Etc/GMT+12 +rm -f ./zoneinfo/Etc/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT0 ./zoneinfo/Etc/GMT0 +rm -f ./zoneinfo/Etc/GMT+1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+1 ./zoneinfo/Etc/GMT+1 +rm -f ./zoneinfo/Etc/GMT-11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-11 ./zoneinfo/Etc/GMT-11 +rm -f ./zoneinfo/Etc/GMT+5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+5 ./zoneinfo/Etc/GMT+5 +rm -f ./zoneinfo/Etc/GMT-12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-12 ./zoneinfo/Etc/GMT-12 +rm -f ./zoneinfo/Etc/GMT+7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+7 ./zoneinfo/Etc/GMT+7 +rm -f ./zoneinfo/Etc/GMT-9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-9 ./zoneinfo/Etc/GMT-9 +rm -f ./zoneinfo/Etc/GMT-1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-1 ./zoneinfo/Etc/GMT-1 +rm -f ./zoneinfo/Etc/GMT-10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-10 ./zoneinfo/Etc/GMT-10 +rm -f ./zoneinfo/Etc/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/Universal ./zoneinfo/Etc/Universal +rm -f ./zoneinfo/Etc/GMT+10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+10 ./zoneinfo/Etc/GMT+10 +rm -f ./zoneinfo/Etc/GMT-5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-5 ./zoneinfo/Etc/GMT-5 +rm -f ./zoneinfo/Etc/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/Greenwich ./zoneinfo/Etc/Greenwich +rm -f ./zoneinfo/Etc/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/Zulu ./zoneinfo/Etc/Zulu +rm -f ./zoneinfo/Etc/GMT-3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-3 ./zoneinfo/Etc/GMT-3 +rm -f ./zoneinfo/Etc/GMT+4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+4 ./zoneinfo/Etc/GMT+4 +rm -f ./zoneinfo/Etc/GMT+8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+8 ./zoneinfo/Etc/GMT+8 +rm -f ./zoneinfo/Etc/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/UTC ./zoneinfo/Etc/UTC +rm -f ./zoneinfo/Etc/GMT-13 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-13 ./zoneinfo/Etc/GMT-13 +rm -f ./zoneinfo/Etc/GMT-7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-7 ./zoneinfo/Etc/GMT-7 +rm -f ./zoneinfo/Etc/GMT-6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-6 ./zoneinfo/Etc/GMT-6 +rm -f ./zoneinfo/Etc/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+0 ./zoneinfo/Etc/GMT+0 +rm -f ./zoneinfo/Etc/GMT+11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+11 ./zoneinfo/Etc/GMT+11 +rm -f ./zoneinfo/Etc/GMT+3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+3 ./zoneinfo/Etc/GMT+3 +rm -f ./zoneinfo/Etc/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-0 ./zoneinfo/Etc/GMT-0 +rm -f ./zoneinfo/Etc/GMT-2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-2 ./zoneinfo/Etc/GMT-2 +rm -f ./zoneinfo/Etc/GMT-4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT-4 ./zoneinfo/Etc/GMT-4 +rm -f ./zoneinfo/Etc/GMT+2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+2 ./zoneinfo/Etc/GMT+2 +rm -f ./zoneinfo/Etc/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/UCT ./zoneinfo/Etc/UCT +rm -f ./zoneinfo/Etc/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT ./zoneinfo/Etc/GMT +rm -f ./zoneinfo/Etc/GMT+9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+9 ./zoneinfo/Etc/GMT+9 +rm -f ./zoneinfo/Etc/GMT+6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Etc/GMT+6 ./zoneinfo/Etc/GMT+6 +rm -f ./zoneinfo/Mideast/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mideast/Riyadh89 ./zoneinfo/Mideast/Riyadh89 +rm -f ./zoneinfo/Mideast/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mideast/Riyadh87 ./zoneinfo/Mideast/Riyadh87 +rm -f ./zoneinfo/Mideast/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mideast/Riyadh88 ./zoneinfo/Mideast/Riyadh88 +rm -f ./zoneinfo/Indian/Maldives +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Maldives ./zoneinfo/Indian/Maldives +rm -f ./zoneinfo/Indian/Christmas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Christmas ./zoneinfo/Indian/Christmas +rm -f ./zoneinfo/Indian/Mauritius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Mauritius ./zoneinfo/Indian/Mauritius +rm -f ./zoneinfo/Indian/Kerguelen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Kerguelen ./zoneinfo/Indian/Kerguelen +rm -f ./zoneinfo/Indian/Cocos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Cocos ./zoneinfo/Indian/Cocos +rm -f ./zoneinfo/Indian/Mahe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Mahe ./zoneinfo/Indian/Mahe +rm -f ./zoneinfo/Indian/Antananarivo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Antananarivo ./zoneinfo/Indian/Antananarivo +rm -f ./zoneinfo/Indian/Mayotte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Mayotte ./zoneinfo/Indian/Mayotte +rm -f ./zoneinfo/Indian/Reunion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Reunion ./zoneinfo/Indian/Reunion +rm -f ./zoneinfo/Indian/Comoro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Comoro ./zoneinfo/Indian/Comoro +rm -f ./zoneinfo/Indian/Chagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Indian/Chagos ./zoneinfo/Indian/Chagos +rm -f ./zoneinfo/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Universal ./zoneinfo/Universal +rm -f ./zoneinfo/Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Eire ./zoneinfo/Eire +rm -f ./zoneinfo/Cuba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Cuba ./zoneinfo/Cuba +rm -f ./zoneinfo/Iceland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Iceland ./zoneinfo/Iceland +rm -f ./zoneinfo/GB-Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GB-Eire ./zoneinfo/GB-Eire +rm -f ./zoneinfo/Asia/Aqtobe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Aqtobe ./zoneinfo/Asia/Aqtobe +rm -f ./zoneinfo/Asia/Muscat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Muscat ./zoneinfo/Asia/Muscat +rm -f ./zoneinfo/Asia/Macau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Macau ./zoneinfo/Asia/Macau +rm -f ./zoneinfo/Asia/Tokyo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tokyo ./zoneinfo/Asia/Tokyo +rm -f ./zoneinfo/Asia/Karachi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Karachi ./zoneinfo/Asia/Karachi +rm -f ./zoneinfo/Asia/Sakhalin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Sakhalin ./zoneinfo/Asia/Sakhalin +rm -f ./zoneinfo/Asia/Brunei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Brunei ./zoneinfo/Asia/Brunei +rm -f ./zoneinfo/Asia/Saigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Saigon ./zoneinfo/Asia/Saigon +rm -f ./zoneinfo/Asia/Baku +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Baku ./zoneinfo/Asia/Baku +rm -f ./zoneinfo/Asia/Phnom_Penh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Phnom_Penh ./zoneinfo/Asia/Phnom_Penh +rm -f ./zoneinfo/Asia/Chungking +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Chungking ./zoneinfo/Asia/Chungking +rm -f ./zoneinfo/Asia/Amman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Amman ./zoneinfo/Asia/Amman +rm -f ./zoneinfo/Asia/Ashkhabad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ashkhabad ./zoneinfo/Asia/Ashkhabad +rm -f ./zoneinfo/Asia/Chongqing +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Chongqing ./zoneinfo/Asia/Chongqing +rm -f ./zoneinfo/Asia/Pontianak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Pontianak ./zoneinfo/Asia/Pontianak +rm -f ./zoneinfo/Asia/Thimbu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Thimbu ./zoneinfo/Asia/Thimbu +rm -f ./zoneinfo/Asia/Samarkand +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Samarkand ./zoneinfo/Asia/Samarkand +rm -f ./zoneinfo/Asia/Yekaterinburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Yekaterinburg ./zoneinfo/Asia/Yekaterinburg +rm -f ./zoneinfo/Asia/Macao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Macao ./zoneinfo/Asia/Macao +rm -f ./zoneinfo/Asia/Dili +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dili ./zoneinfo/Asia/Dili +rm -f ./zoneinfo/Asia/Bishkek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Bishkek ./zoneinfo/Asia/Bishkek +rm -f ./zoneinfo/Asia/Krasnoyarsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Krasnoyarsk ./zoneinfo/Asia/Krasnoyarsk +rm -f ./zoneinfo/Asia/Bahrain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Bahrain ./zoneinfo/Asia/Bahrain +rm -f ./zoneinfo/Asia/Gaza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Gaza ./zoneinfo/Asia/Gaza +rm -f ./zoneinfo/Asia/Ho_Chi_Minh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ho_Chi_Minh ./zoneinfo/Asia/Ho_Chi_Minh +rm -f ./zoneinfo/Asia/Calcutta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Calcutta ./zoneinfo/Asia/Calcutta +rm -f ./zoneinfo/Asia/Vientiane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Vientiane ./zoneinfo/Asia/Vientiane +rm -f ./zoneinfo/Asia/Qatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Qatar ./zoneinfo/Asia/Qatar +rm -f ./zoneinfo/Asia/Kolkata +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kolkata ./zoneinfo/Asia/Kolkata +rm -f ./zoneinfo/Asia/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Nicosia ./zoneinfo/Asia/Nicosia +rm -f ./zoneinfo/Asia/Ujung_Pandang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ujung_Pandang ./zoneinfo/Asia/Ujung_Pandang +rm -f ./zoneinfo/Asia/Novosibirsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Novosibirsk ./zoneinfo/Asia/Novosibirsk +rm -f ./zoneinfo/Asia/Vladivostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Vladivostok ./zoneinfo/Asia/Vladivostok +rm -f ./zoneinfo/Asia/Colombo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Colombo ./zoneinfo/Asia/Colombo +rm -f ./zoneinfo/Asia/Magadan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Magadan ./zoneinfo/Asia/Magadan +rm -f ./zoneinfo/Asia/Riyadh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Riyadh ./zoneinfo/Asia/Riyadh +rm -f ./zoneinfo/Asia/Yakutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Yakutsk ./zoneinfo/Asia/Yakutsk +rm -f ./zoneinfo/Asia/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Riyadh89 ./zoneinfo/Asia/Riyadh89 +rm -f ./zoneinfo/Asia/Tbilisi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tbilisi ./zoneinfo/Asia/Tbilisi +rm -f ./zoneinfo/Asia/Kashgar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kashgar ./zoneinfo/Asia/Kashgar +rm -f ./zoneinfo/Asia/Ashgabat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ashgabat ./zoneinfo/Asia/Ashgabat +rm -f ./zoneinfo/Asia/Yerevan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Yerevan ./zoneinfo/Asia/Yerevan +rm -f ./zoneinfo/Asia/Baghdad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Baghdad ./zoneinfo/Asia/Baghdad +rm -f ./zoneinfo/Asia/Oral +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Oral ./zoneinfo/Asia/Oral +rm -f ./zoneinfo/Asia/Kuwait +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kuwait ./zoneinfo/Asia/Kuwait +rm -f ./zoneinfo/Asia/Rangoon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Rangoon ./zoneinfo/Asia/Rangoon +rm -f ./zoneinfo/Asia/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Riyadh87 ./zoneinfo/Asia/Riyadh87 +rm -f ./zoneinfo/Asia/Katmandu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Katmandu ./zoneinfo/Asia/Katmandu +rm -f ./zoneinfo/Asia/Tashkent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tashkent ./zoneinfo/Asia/Tashkent +rm -f ./zoneinfo/Asia/Choibalsan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Choibalsan ./zoneinfo/Asia/Choibalsan +rm -f ./zoneinfo/Asia/Dubai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dubai ./zoneinfo/Asia/Dubai +rm -f ./zoneinfo/Asia/Manila +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Manila ./zoneinfo/Asia/Manila +rm -f ./zoneinfo/Asia/Tehran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tehran ./zoneinfo/Asia/Tehran +rm -f ./zoneinfo/Asia/Anadyr +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Anadyr ./zoneinfo/Asia/Anadyr +rm -f ./zoneinfo/Asia/Dhaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dhaka ./zoneinfo/Asia/Dhaka +rm -f ./zoneinfo/Asia/Aden +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Aden ./zoneinfo/Asia/Aden +rm -f ./zoneinfo/Asia/Thimphu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Thimphu ./zoneinfo/Asia/Thimphu +rm -f ./zoneinfo/Asia/Jerusalem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Jerusalem ./zoneinfo/Asia/Jerusalem +rm -f ./zoneinfo/Asia/Pyongyang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Pyongyang ./zoneinfo/Asia/Pyongyang +rm -f ./zoneinfo/Asia/Kuala_Lumpur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kuala_Lumpur ./zoneinfo/Asia/Kuala_Lumpur +rm -f ./zoneinfo/Asia/Bangkok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Bangkok ./zoneinfo/Asia/Bangkok +rm -f ./zoneinfo/Asia/Ulan_Bator +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ulan_Bator ./zoneinfo/Asia/Ulan_Bator +rm -f ./zoneinfo/Asia/Kamchatka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kamchatka ./zoneinfo/Asia/Kamchatka +rm -f ./zoneinfo/Asia/Irkutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Irkutsk ./zoneinfo/Asia/Irkutsk +rm -f ./zoneinfo/Asia/Almaty +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Almaty ./zoneinfo/Asia/Almaty +rm -f ./zoneinfo/Asia/Dacca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dacca ./zoneinfo/Asia/Dacca +rm -f ./zoneinfo/Asia/Aqtau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Aqtau ./zoneinfo/Asia/Aqtau +rm -f ./zoneinfo/Asia/Shanghai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Shanghai ./zoneinfo/Asia/Shanghai +rm -f ./zoneinfo/Asia/Kabul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kabul ./zoneinfo/Asia/Kabul +rm -f ./zoneinfo/Asia/Dushanbe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Dushanbe ./zoneinfo/Asia/Dushanbe +rm -f ./zoneinfo/Asia/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Istanbul ./zoneinfo/Asia/Istanbul +rm -f ./zoneinfo/Asia/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Riyadh88 ./zoneinfo/Asia/Riyadh88 +rm -f ./zoneinfo/Asia/Ulaanbaatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Ulaanbaatar ./zoneinfo/Asia/Ulaanbaatar +rm -f ./zoneinfo/Asia/Jayapura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Jayapura ./zoneinfo/Asia/Jayapura +rm -f ./zoneinfo/Asia/Tel_Aviv +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Tel_Aviv ./zoneinfo/Asia/Tel_Aviv +rm -f ./zoneinfo/Asia/Jakarta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Jakarta ./zoneinfo/Asia/Jakarta +rm -f ./zoneinfo/Asia/Seoul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Seoul ./zoneinfo/Asia/Seoul +rm -f ./zoneinfo/Asia/Hovd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Hovd ./zoneinfo/Asia/Hovd +rm -f ./zoneinfo/Asia/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Singapore ./zoneinfo/Asia/Singapore +rm -f ./zoneinfo/Asia/Omsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Omsk ./zoneinfo/Asia/Omsk +rm -f ./zoneinfo/Asia/Beirut +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Beirut ./zoneinfo/Asia/Beirut +rm -f ./zoneinfo/Asia/Qyzylorda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Qyzylorda ./zoneinfo/Asia/Qyzylorda +rm -f ./zoneinfo/Asia/Urumqi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Urumqi ./zoneinfo/Asia/Urumqi +rm -f ./zoneinfo/Asia/Taipei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Taipei ./zoneinfo/Asia/Taipei +rm -f ./zoneinfo/Asia/Makassar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Makassar ./zoneinfo/Asia/Makassar +rm -f ./zoneinfo/Asia/Hong_Kong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Hong_Kong ./zoneinfo/Asia/Hong_Kong +rm -f ./zoneinfo/Asia/Kuching +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Kuching ./zoneinfo/Asia/Kuching +rm -f ./zoneinfo/Asia/Harbin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Harbin ./zoneinfo/Asia/Harbin +rm -f ./zoneinfo/Asia/Damascus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Asia/Damascus ./zoneinfo/Asia/Damascus +rm -f ./zoneinfo/Canada/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Pacific ./zoneinfo/Canada/Pacific +rm -f ./zoneinfo/Canada/Yukon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Yukon ./zoneinfo/Canada/Yukon +rm -f ./zoneinfo/Canada/Atlantic +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Atlantic ./zoneinfo/Canada/Atlantic +rm -f ./zoneinfo/Canada/East-Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/East-Saskatchewan ./zoneinfo/Canada/East-Saskatchewan +rm -f ./zoneinfo/Canada/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Eastern ./zoneinfo/Canada/Eastern +rm -f ./zoneinfo/Canada/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Mountain ./zoneinfo/Canada/Mountain +rm -f ./zoneinfo/Canada/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Central ./zoneinfo/Canada/Central +rm -f ./zoneinfo/Canada/Newfoundland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Newfoundland ./zoneinfo/Canada/Newfoundland +rm -f ./zoneinfo/Canada/Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Canada/Saskatchewan ./zoneinfo/Canada/Saskatchewan +rm -f ./zoneinfo/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Jamaica ./zoneinfo/Jamaica +rm -f ./zoneinfo/US/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Pacific ./zoneinfo/US/Pacific +rm -f ./zoneinfo/US/Alaska +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Alaska ./zoneinfo/US/Alaska +rm -f ./zoneinfo/US/Arizona +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Arizona ./zoneinfo/US/Arizona +rm -f ./zoneinfo/US/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Samoa ./zoneinfo/US/Samoa +rm -f ./zoneinfo/US/East-Indiana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/East-Indiana ./zoneinfo/US/East-Indiana +rm -f ./zoneinfo/US/Michigan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Michigan ./zoneinfo/US/Michigan +rm -f ./zoneinfo/US/Aleutian +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Aleutian ./zoneinfo/US/Aleutian +rm -f ./zoneinfo/US/Hawaii +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Hawaii ./zoneinfo/US/Hawaii +rm -f ./zoneinfo/US/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Eastern ./zoneinfo/US/Eastern +rm -f ./zoneinfo/US/Indiana-Starke +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Indiana-Starke ./zoneinfo/US/Indiana-Starke +rm -f ./zoneinfo/US/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Mountain ./zoneinfo/US/Mountain +rm -f ./zoneinfo/US/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/US/Central ./zoneinfo/US/Central +rm -f ./zoneinfo/Atlantic/Bermuda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Bermuda ./zoneinfo/Atlantic/Bermuda +rm -f ./zoneinfo/Atlantic/St_Helena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/St_Helena ./zoneinfo/Atlantic/St_Helena +rm -f ./zoneinfo/Atlantic/Madeira +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Madeira ./zoneinfo/Atlantic/Madeira +rm -f ./zoneinfo/Atlantic/Stanley +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Stanley ./zoneinfo/Atlantic/Stanley +rm -f ./zoneinfo/Atlantic/Faroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Faroe ./zoneinfo/Atlantic/Faroe +rm -f ./zoneinfo/Atlantic/South_Georgia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/South_Georgia ./zoneinfo/Atlantic/South_Georgia +rm -f ./zoneinfo/Atlantic/Cape_Verde +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Cape_Verde ./zoneinfo/Atlantic/Cape_Verde +rm -f ./zoneinfo/Atlantic/Jan_Mayen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Jan_Mayen ./zoneinfo/Atlantic/Jan_Mayen +rm -f ./zoneinfo/Atlantic/Canary +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Canary ./zoneinfo/Atlantic/Canary +rm -f ./zoneinfo/Atlantic/Reykjavik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Reykjavik ./zoneinfo/Atlantic/Reykjavik +rm -f ./zoneinfo/Atlantic/Azores +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Azores ./zoneinfo/Atlantic/Azores +rm -f ./zoneinfo/Atlantic/Faeroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Atlantic/Faeroe ./zoneinfo/Atlantic/Faeroe +rm -f ./zoneinfo/Navajo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Navajo ./zoneinfo/Navajo +rm -f ./zoneinfo/Poland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Poland ./zoneinfo/Poland +rm -f ./zoneinfo/CET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/CET ./zoneinfo/CET +rm -f ./zoneinfo/Europe/Zagreb +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Zagreb ./zoneinfo/Europe/Zagreb +rm -f ./zoneinfo/Europe/Helsinki +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Helsinki ./zoneinfo/Europe/Helsinki +rm -f ./zoneinfo/Europe/Zurich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Zurich ./zoneinfo/Europe/Zurich +rm -f ./zoneinfo/Europe/Volgograd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Volgograd ./zoneinfo/Europe/Volgograd +rm -f ./zoneinfo/Europe/Vaduz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Vaduz ./zoneinfo/Europe/Vaduz +rm -f ./zoneinfo/Europe/Paris +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Paris ./zoneinfo/Europe/Paris +rm -f ./zoneinfo/Europe/Isle_of_Man +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Isle_of_Man ./zoneinfo/Europe/Isle_of_Man +rm -f ./zoneinfo/Europe/Mariehamn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Mariehamn ./zoneinfo/Europe/Mariehamn +rm -f ./zoneinfo/Europe/Warsaw +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Warsaw ./zoneinfo/Europe/Warsaw +rm -f ./zoneinfo/Europe/London +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/London ./zoneinfo/Europe/London +rm -f ./zoneinfo/Europe/Guernsey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Guernsey ./zoneinfo/Europe/Guernsey +rm -f ./zoneinfo/Europe/Jersey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Jersey ./zoneinfo/Europe/Jersey +rm -f ./zoneinfo/Europe/Budapest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Budapest ./zoneinfo/Europe/Budapest +rm -f ./zoneinfo/Europe/Andorra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Andorra ./zoneinfo/Europe/Andorra +rm -f ./zoneinfo/Europe/Uzhgorod +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Uzhgorod ./zoneinfo/Europe/Uzhgorod +rm -f ./zoneinfo/Europe/Kiev +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Kiev ./zoneinfo/Europe/Kiev +rm -f ./zoneinfo/Europe/Ljubljana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Ljubljana ./zoneinfo/Europe/Ljubljana +rm -f ./zoneinfo/Europe/Stockholm +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Stockholm ./zoneinfo/Europe/Stockholm +rm -f ./zoneinfo/Europe/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Nicosia ./zoneinfo/Europe/Nicosia +rm -f ./zoneinfo/Europe/Malta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Malta ./zoneinfo/Europe/Malta +rm -f ./zoneinfo/Europe/Vilnius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Vilnius ./zoneinfo/Europe/Vilnius +rm -f ./zoneinfo/Europe/Dublin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Dublin ./zoneinfo/Europe/Dublin +rm -f ./zoneinfo/Europe/Berlin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Berlin ./zoneinfo/Europe/Berlin +rm -f ./zoneinfo/Europe/Belgrade +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Belgrade ./zoneinfo/Europe/Belgrade +rm -f ./zoneinfo/Europe/Madrid +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Madrid ./zoneinfo/Europe/Madrid +rm -f ./zoneinfo/Europe/Sofia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Sofia ./zoneinfo/Europe/Sofia +rm -f ./zoneinfo/Europe/Gibraltar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Gibraltar ./zoneinfo/Europe/Gibraltar +rm -f ./zoneinfo/Europe/Kaliningrad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Kaliningrad ./zoneinfo/Europe/Kaliningrad +rm -f ./zoneinfo/Europe/Moscow +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Moscow ./zoneinfo/Europe/Moscow +rm -f ./zoneinfo/Europe/Podgorica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Podgorica ./zoneinfo/Europe/Podgorica +rm -f ./zoneinfo/Europe/Monaco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Monaco ./zoneinfo/Europe/Monaco +rm -f ./zoneinfo/Europe/Amsterdam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Amsterdam ./zoneinfo/Europe/Amsterdam +rm -f ./zoneinfo/Europe/Athens +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Athens ./zoneinfo/Europe/Athens +rm -f ./zoneinfo/Europe/Tiraspol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Tiraspol ./zoneinfo/Europe/Tiraspol +rm -f ./zoneinfo/Europe/Rome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Rome ./zoneinfo/Europe/Rome +rm -f ./zoneinfo/Europe/Minsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Minsk ./zoneinfo/Europe/Minsk +rm -f ./zoneinfo/Europe/San_Marino +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/San_Marino ./zoneinfo/Europe/San_Marino +rm -f ./zoneinfo/Europe/Oslo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Oslo ./zoneinfo/Europe/Oslo +rm -f ./zoneinfo/Europe/Zaporozhye +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Zaporozhye ./zoneinfo/Europe/Zaporozhye +rm -f ./zoneinfo/Europe/Bratislava +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Bratislava ./zoneinfo/Europe/Bratislava +rm -f ./zoneinfo/Europe/Sarajevo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Sarajevo ./zoneinfo/Europe/Sarajevo +rm -f ./zoneinfo/Europe/Skopje +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Skopje ./zoneinfo/Europe/Skopje +rm -f ./zoneinfo/Europe/Copenhagen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Copenhagen ./zoneinfo/Europe/Copenhagen +rm -f ./zoneinfo/Europe/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Istanbul ./zoneinfo/Europe/Istanbul +rm -f ./zoneinfo/Europe/Tirane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Tirane ./zoneinfo/Europe/Tirane +rm -f ./zoneinfo/Europe/Vienna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Vienna ./zoneinfo/Europe/Vienna +rm -f ./zoneinfo/Europe/Chisinau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Chisinau ./zoneinfo/Europe/Chisinau +rm -f ./zoneinfo/Europe/Lisbon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Lisbon ./zoneinfo/Europe/Lisbon +rm -f ./zoneinfo/Europe/Samara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Samara ./zoneinfo/Europe/Samara +rm -f ./zoneinfo/Europe/Luxembourg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Luxembourg ./zoneinfo/Europe/Luxembourg +rm -f ./zoneinfo/Europe/Prague +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Prague ./zoneinfo/Europe/Prague +rm -f ./zoneinfo/Europe/Vatican +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Vatican ./zoneinfo/Europe/Vatican +rm -f ./zoneinfo/Europe/Riga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Riga ./zoneinfo/Europe/Riga +rm -f ./zoneinfo/Europe/Bucharest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Bucharest ./zoneinfo/Europe/Bucharest +rm -f ./zoneinfo/Europe/Tallinn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Tallinn ./zoneinfo/Europe/Tallinn +rm -f ./zoneinfo/Europe/Brussels +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Brussels ./zoneinfo/Europe/Brussels +rm -f ./zoneinfo/Europe/Belfast +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Belfast ./zoneinfo/Europe/Belfast +rm -f ./zoneinfo/Europe/Simferopol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Europe/Simferopol ./zoneinfo/Europe/Simferopol +rm -f ./zoneinfo/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Greenwich ./zoneinfo/Greenwich +rm -f ./zoneinfo/Turkey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Turkey ./zoneinfo/Turkey +rm -f ./zoneinfo/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Zulu ./zoneinfo/Zulu +rm -f ./zoneinfo/iso3166.tab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/iso3166.tab ./zoneinfo/iso3166.tab +rm -f ./zoneinfo/NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/NZ ./zoneinfo/NZ +rm -f ./zoneinfo/right/Pacific/Truk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Truk ./zoneinfo/right/Pacific/Truk +rm -f ./zoneinfo/right/Pacific/Niue +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Niue ./zoneinfo/right/Pacific/Niue +rm -f ./zoneinfo/right/Pacific/Marquesas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Marquesas ./zoneinfo/right/Pacific/Marquesas +rm -f ./zoneinfo/right/Pacific/Fakaofo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Fakaofo ./zoneinfo/right/Pacific/Fakaofo +rm -f ./zoneinfo/right/Pacific/Tongatapu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Tongatapu ./zoneinfo/right/Pacific/Tongatapu +rm -f ./zoneinfo/right/Pacific/Fiji +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Fiji ./zoneinfo/right/Pacific/Fiji +rm -f ./zoneinfo/right/Pacific/Galapagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Galapagos ./zoneinfo/right/Pacific/Galapagos +rm -f ./zoneinfo/right/Pacific/Enderbury +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Enderbury ./zoneinfo/right/Pacific/Enderbury +rm -f ./zoneinfo/right/Pacific/Kosrae +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Kosrae ./zoneinfo/right/Pacific/Kosrae +rm -f ./zoneinfo/right/Pacific/Johnston +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Johnston ./zoneinfo/right/Pacific/Johnston +rm -f ./zoneinfo/right/Pacific/Saipan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Saipan ./zoneinfo/right/Pacific/Saipan +rm -f ./zoneinfo/right/Pacific/Pago_Pago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Pago_Pago ./zoneinfo/right/Pacific/Pago_Pago +rm -f ./zoneinfo/right/Pacific/Funafuti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Funafuti ./zoneinfo/right/Pacific/Funafuti +rm -f ./zoneinfo/right/Pacific/Apia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Apia ./zoneinfo/right/Pacific/Apia +rm -f ./zoneinfo/right/Pacific/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Samoa ./zoneinfo/right/Pacific/Samoa +rm -f ./zoneinfo/right/Pacific/Guadalcanal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Guadalcanal ./zoneinfo/right/Pacific/Guadalcanal +rm -f ./zoneinfo/right/Pacific/Yap +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Yap ./zoneinfo/right/Pacific/Yap +rm -f ./zoneinfo/right/Pacific/Midway +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Midway ./zoneinfo/right/Pacific/Midway +rm -f ./zoneinfo/right/Pacific/Efate +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Efate ./zoneinfo/right/Pacific/Efate +rm -f ./zoneinfo/right/Pacific/Easter +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Easter ./zoneinfo/right/Pacific/Easter +rm -f ./zoneinfo/right/Pacific/Pitcairn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Pitcairn ./zoneinfo/right/Pacific/Pitcairn +rm -f ./zoneinfo/right/Pacific/Auckland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Auckland ./zoneinfo/right/Pacific/Auckland +rm -f ./zoneinfo/right/Pacific/Gambier +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Gambier ./zoneinfo/right/Pacific/Gambier +rm -f ./zoneinfo/right/Pacific/Palau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Palau ./zoneinfo/right/Pacific/Palau +rm -f ./zoneinfo/right/Pacific/Guam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Guam ./zoneinfo/right/Pacific/Guam +rm -f ./zoneinfo/right/Pacific/Rarotonga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Rarotonga ./zoneinfo/right/Pacific/Rarotonga +rm -f ./zoneinfo/right/Pacific/Tarawa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Tarawa ./zoneinfo/right/Pacific/Tarawa +rm -f ./zoneinfo/right/Pacific/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Kwajalein ./zoneinfo/right/Pacific/Kwajalein +rm -f ./zoneinfo/right/Pacific/Tahiti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Tahiti ./zoneinfo/right/Pacific/Tahiti +rm -f ./zoneinfo/right/Pacific/Norfolk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Norfolk ./zoneinfo/right/Pacific/Norfolk +rm -f ./zoneinfo/right/Pacific/Ponape +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Ponape ./zoneinfo/right/Pacific/Ponape +rm -f ./zoneinfo/right/Pacific/Kiritimati +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Kiritimati ./zoneinfo/right/Pacific/Kiritimati +rm -f ./zoneinfo/right/Pacific/Wake +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Wake ./zoneinfo/right/Pacific/Wake +rm -f ./zoneinfo/right/Pacific/Nauru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Nauru ./zoneinfo/right/Pacific/Nauru +rm -f ./zoneinfo/right/Pacific/Port_Moresby +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Port_Moresby ./zoneinfo/right/Pacific/Port_Moresby +rm -f ./zoneinfo/right/Pacific/Noumea +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Noumea ./zoneinfo/right/Pacific/Noumea +rm -f ./zoneinfo/right/Pacific/Chatham +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Chatham ./zoneinfo/right/Pacific/Chatham +rm -f ./zoneinfo/right/Pacific/Majuro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Majuro ./zoneinfo/right/Pacific/Majuro +rm -f ./zoneinfo/right/Pacific/Wallis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Wallis ./zoneinfo/right/Pacific/Wallis +rm -f ./zoneinfo/right/Pacific/Honolulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Pacific/Honolulu ./zoneinfo/right/Pacific/Honolulu +rm -f ./zoneinfo/right/Iran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Iran ./zoneinfo/right/Iran +rm -f ./zoneinfo/right/Factory +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Factory ./zoneinfo/right/Factory +rm -f ./zoneinfo/right/PST8PDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/PST8PDT ./zoneinfo/right/PST8PDT +rm -f ./zoneinfo/right/Chile/EasterIsland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Chile/EasterIsland ./zoneinfo/right/Chile/EasterIsland +rm -f ./zoneinfo/right/Chile/Continental +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Chile/Continental ./zoneinfo/right/Chile/Continental +rm -f ./zoneinfo/right/Libya +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Libya ./zoneinfo/right/Libya +rm -f ./zoneinfo/right/Africa/Khartoum +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Khartoum ./zoneinfo/right/Africa/Khartoum +rm -f ./zoneinfo/right/Africa/Freetown +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Freetown ./zoneinfo/right/Africa/Freetown +rm -f ./zoneinfo/right/Africa/Lagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Lagos ./zoneinfo/right/Africa/Lagos +rm -f ./zoneinfo/right/Africa/Maseru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Maseru ./zoneinfo/right/Africa/Maseru +rm -f ./zoneinfo/right/Africa/Lome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Lome ./zoneinfo/right/Africa/Lome +rm -f ./zoneinfo/right/Africa/Malabo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Malabo ./zoneinfo/right/Africa/Malabo +rm -f ./zoneinfo/right/Africa/Timbuktu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Timbuktu ./zoneinfo/right/Africa/Timbuktu +rm -f ./zoneinfo/right/Africa/Dakar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Dakar ./zoneinfo/right/Africa/Dakar +rm -f ./zoneinfo/right/Africa/Nairobi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Nairobi ./zoneinfo/right/Africa/Nairobi +rm -f ./zoneinfo/right/Africa/Mogadishu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Mogadishu ./zoneinfo/right/Africa/Mogadishu +rm -f ./zoneinfo/right/Africa/Banjul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Banjul ./zoneinfo/right/Africa/Banjul +rm -f ./zoneinfo/right/Africa/Dar_es_Salaam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Dar_es_Salaam ./zoneinfo/right/Africa/Dar_es_Salaam +rm -f ./zoneinfo/right/Africa/Mbabane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Mbabane ./zoneinfo/right/Africa/Mbabane +rm -f ./zoneinfo/right/Africa/Bamako +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Bamako ./zoneinfo/right/Africa/Bamako +rm -f ./zoneinfo/right/Africa/Ouagadougou +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Ouagadougou ./zoneinfo/right/Africa/Ouagadougou +rm -f ./zoneinfo/right/Africa/Djibouti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Djibouti ./zoneinfo/right/Africa/Djibouti +rm -f ./zoneinfo/right/Africa/Bissau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Bissau ./zoneinfo/right/Africa/Bissau +rm -f ./zoneinfo/right/Africa/Tunis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Tunis ./zoneinfo/right/Africa/Tunis +rm -f ./zoneinfo/right/Africa/Ndjamena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Ndjamena ./zoneinfo/right/Africa/Ndjamena +rm -f ./zoneinfo/right/Africa/Asmara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Asmara ./zoneinfo/right/Africa/Asmara +rm -f ./zoneinfo/right/Africa/Brazzaville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Brazzaville ./zoneinfo/right/Africa/Brazzaville +rm -f ./zoneinfo/right/Africa/Ceuta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Ceuta ./zoneinfo/right/Africa/Ceuta +rm -f ./zoneinfo/right/Africa/El_Aaiun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/El_Aaiun ./zoneinfo/right/Africa/El_Aaiun +rm -f ./zoneinfo/right/Africa/Monrovia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Monrovia ./zoneinfo/right/Africa/Monrovia +rm -f ./zoneinfo/right/Africa/Libreville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Libreville ./zoneinfo/right/Africa/Libreville +rm -f ./zoneinfo/right/Africa/Maputo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Maputo ./zoneinfo/right/Africa/Maputo +rm -f ./zoneinfo/right/Africa/Bangui +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Bangui ./zoneinfo/right/Africa/Bangui +rm -f ./zoneinfo/right/Africa/Windhoek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Windhoek ./zoneinfo/right/Africa/Windhoek +rm -f ./zoneinfo/right/Africa/Addis_Ababa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Addis_Ababa ./zoneinfo/right/Africa/Addis_Ababa +rm -f ./zoneinfo/right/Africa/Douala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Douala ./zoneinfo/right/Africa/Douala +rm -f ./zoneinfo/right/Africa/Sao_Tome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Sao_Tome ./zoneinfo/right/Africa/Sao_Tome +rm -f ./zoneinfo/right/Africa/Conakry +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Conakry ./zoneinfo/right/Africa/Conakry +rm -f ./zoneinfo/right/Africa/Harare +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Harare ./zoneinfo/right/Africa/Harare +rm -f ./zoneinfo/right/Africa/Blantyre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Blantyre ./zoneinfo/right/Africa/Blantyre +rm -f ./zoneinfo/right/Africa/Asmera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Asmera ./zoneinfo/right/Africa/Asmera +rm -f ./zoneinfo/right/Africa/Algiers +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Algiers ./zoneinfo/right/Africa/Algiers +rm -f ./zoneinfo/right/Africa/Johannesburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Johannesburg ./zoneinfo/right/Africa/Johannesburg +rm -f ./zoneinfo/right/Africa/Kigali +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Kigali ./zoneinfo/right/Africa/Kigali +rm -f ./zoneinfo/right/Africa/Cairo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Cairo ./zoneinfo/right/Africa/Cairo +rm -f ./zoneinfo/right/Africa/Casablanca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Casablanca ./zoneinfo/right/Africa/Casablanca +rm -f ./zoneinfo/right/Africa/Kampala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Kampala ./zoneinfo/right/Africa/Kampala +rm -f ./zoneinfo/right/Africa/Luanda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Luanda ./zoneinfo/right/Africa/Luanda +rm -f ./zoneinfo/right/Africa/Bujumbura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Bujumbura ./zoneinfo/right/Africa/Bujumbura +rm -f ./zoneinfo/right/Africa/Lubumbashi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Lubumbashi ./zoneinfo/right/Africa/Lubumbashi +rm -f ./zoneinfo/right/Africa/Accra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Accra ./zoneinfo/right/Africa/Accra +rm -f ./zoneinfo/right/Africa/Gaborone +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Gaborone ./zoneinfo/right/Africa/Gaborone +rm -f ./zoneinfo/right/Africa/Kinshasa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Kinshasa ./zoneinfo/right/Africa/Kinshasa +rm -f ./zoneinfo/right/Africa/Abidjan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Abidjan ./zoneinfo/right/Africa/Abidjan +rm -f ./zoneinfo/right/Africa/Niamey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Niamey ./zoneinfo/right/Africa/Niamey +rm -f ./zoneinfo/right/Africa/Nouakchott +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Nouakchott ./zoneinfo/right/Africa/Nouakchott +rm -f ./zoneinfo/right/Africa/Lusaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Lusaka ./zoneinfo/right/Africa/Lusaka +rm -f ./zoneinfo/right/Africa/Porto-Novo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Porto-Novo ./zoneinfo/right/Africa/Porto-Novo +rm -f ./zoneinfo/right/Africa/Tripoli +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Africa/Tripoli ./zoneinfo/right/Africa/Tripoli +rm -f ./zoneinfo/right/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GMT0 ./zoneinfo/right/GMT0 +rm -f ./zoneinfo/right/GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GB ./zoneinfo/right/GB +rm -f ./zoneinfo/right/CST6CDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/CST6CDT ./zoneinfo/right/CST6CDT +rm -f ./zoneinfo/right/MET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/MET ./zoneinfo/right/MET +rm -f ./zoneinfo/right/Etc/GMT-8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-8 ./zoneinfo/right/Etc/GMT-8 +rm -f ./zoneinfo/right/Etc/GMT-14 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-14 ./zoneinfo/right/Etc/GMT-14 +rm -f ./zoneinfo/right/Etc/GMT+12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+12 ./zoneinfo/right/Etc/GMT+12 +rm -f ./zoneinfo/right/Etc/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT0 ./zoneinfo/right/Etc/GMT0 +rm -f ./zoneinfo/right/Etc/GMT+1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+1 ./zoneinfo/right/Etc/GMT+1 +rm -f ./zoneinfo/right/Etc/GMT-11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-11 ./zoneinfo/right/Etc/GMT-11 +rm -f ./zoneinfo/right/Etc/GMT+5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+5 ./zoneinfo/right/Etc/GMT+5 +rm -f ./zoneinfo/right/Etc/GMT-12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-12 ./zoneinfo/right/Etc/GMT-12 +rm -f ./zoneinfo/right/Etc/GMT+7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+7 ./zoneinfo/right/Etc/GMT+7 +rm -f ./zoneinfo/right/Etc/GMT-9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-9 ./zoneinfo/right/Etc/GMT-9 +rm -f ./zoneinfo/right/Etc/GMT-1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-1 ./zoneinfo/right/Etc/GMT-1 +rm -f ./zoneinfo/right/Etc/GMT-10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-10 ./zoneinfo/right/Etc/GMT-10 +rm -f ./zoneinfo/right/Etc/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/Universal ./zoneinfo/right/Etc/Universal +rm -f ./zoneinfo/right/Etc/GMT+10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+10 ./zoneinfo/right/Etc/GMT+10 +rm -f ./zoneinfo/right/Etc/GMT-5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-5 ./zoneinfo/right/Etc/GMT-5 +rm -f ./zoneinfo/right/Etc/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/Greenwich ./zoneinfo/right/Etc/Greenwich +rm -f ./zoneinfo/right/Etc/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/Zulu ./zoneinfo/right/Etc/Zulu +rm -f ./zoneinfo/right/Etc/GMT-3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-3 ./zoneinfo/right/Etc/GMT-3 +rm -f ./zoneinfo/right/Etc/GMT+4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+4 ./zoneinfo/right/Etc/GMT+4 +rm -f ./zoneinfo/right/Etc/GMT+8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+8 ./zoneinfo/right/Etc/GMT+8 +rm -f ./zoneinfo/right/Etc/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/UTC ./zoneinfo/right/Etc/UTC +rm -f ./zoneinfo/right/Etc/GMT-13 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-13 ./zoneinfo/right/Etc/GMT-13 +rm -f ./zoneinfo/right/Etc/GMT-7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-7 ./zoneinfo/right/Etc/GMT-7 +rm -f ./zoneinfo/right/Etc/GMT-6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-6 ./zoneinfo/right/Etc/GMT-6 +rm -f ./zoneinfo/right/Etc/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+0 ./zoneinfo/right/Etc/GMT+0 +rm -f ./zoneinfo/right/Etc/GMT+11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+11 ./zoneinfo/right/Etc/GMT+11 +rm -f ./zoneinfo/right/Etc/GMT+3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+3 ./zoneinfo/right/Etc/GMT+3 +rm -f ./zoneinfo/right/Etc/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-0 ./zoneinfo/right/Etc/GMT-0 +rm -f ./zoneinfo/right/Etc/GMT-2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-2 ./zoneinfo/right/Etc/GMT-2 +rm -f ./zoneinfo/right/Etc/GMT-4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT-4 ./zoneinfo/right/Etc/GMT-4 +rm -f ./zoneinfo/right/Etc/GMT+2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+2 ./zoneinfo/right/Etc/GMT+2 +rm -f ./zoneinfo/right/Etc/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/UCT ./zoneinfo/right/Etc/UCT +rm -f ./zoneinfo/right/Etc/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT ./zoneinfo/right/Etc/GMT +rm -f ./zoneinfo/right/Etc/GMT+9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+9 ./zoneinfo/right/Etc/GMT+9 +rm -f ./zoneinfo/right/Etc/GMT+6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Etc/GMT+6 ./zoneinfo/right/Etc/GMT+6 +rm -f ./zoneinfo/right/Mideast/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mideast/Riyadh89 ./zoneinfo/right/Mideast/Riyadh89 +rm -f ./zoneinfo/right/Mideast/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mideast/Riyadh87 ./zoneinfo/right/Mideast/Riyadh87 +rm -f ./zoneinfo/right/Mideast/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mideast/Riyadh88 ./zoneinfo/right/Mideast/Riyadh88 +rm -f ./zoneinfo/right/Indian/Maldives +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Maldives ./zoneinfo/right/Indian/Maldives +rm -f ./zoneinfo/right/Indian/Christmas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Christmas ./zoneinfo/right/Indian/Christmas +rm -f ./zoneinfo/right/Indian/Mauritius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Mauritius ./zoneinfo/right/Indian/Mauritius +rm -f ./zoneinfo/right/Indian/Kerguelen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Kerguelen ./zoneinfo/right/Indian/Kerguelen +rm -f ./zoneinfo/right/Indian/Cocos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Cocos ./zoneinfo/right/Indian/Cocos +rm -f ./zoneinfo/right/Indian/Mahe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Mahe ./zoneinfo/right/Indian/Mahe +rm -f ./zoneinfo/right/Indian/Antananarivo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Antananarivo ./zoneinfo/right/Indian/Antananarivo +rm -f ./zoneinfo/right/Indian/Mayotte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Mayotte ./zoneinfo/right/Indian/Mayotte +rm -f ./zoneinfo/right/Indian/Reunion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Reunion ./zoneinfo/right/Indian/Reunion +rm -f ./zoneinfo/right/Indian/Comoro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Comoro ./zoneinfo/right/Indian/Comoro +rm -f ./zoneinfo/right/Indian/Chagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Indian/Chagos ./zoneinfo/right/Indian/Chagos +rm -f ./zoneinfo/right/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Universal ./zoneinfo/right/Universal +rm -f ./zoneinfo/right/Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Eire ./zoneinfo/right/Eire +rm -f ./zoneinfo/right/Cuba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Cuba ./zoneinfo/right/Cuba +rm -f ./zoneinfo/right/Iceland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Iceland ./zoneinfo/right/Iceland +rm -f ./zoneinfo/right/GB-Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GB-Eire ./zoneinfo/right/GB-Eire +rm -f ./zoneinfo/right/Asia/Aqtobe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Aqtobe ./zoneinfo/right/Asia/Aqtobe +rm -f ./zoneinfo/right/Asia/Muscat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Muscat ./zoneinfo/right/Asia/Muscat +rm -f ./zoneinfo/right/Asia/Macau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Macau ./zoneinfo/right/Asia/Macau +rm -f ./zoneinfo/right/Asia/Tokyo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tokyo ./zoneinfo/right/Asia/Tokyo +rm -f ./zoneinfo/right/Asia/Karachi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Karachi ./zoneinfo/right/Asia/Karachi +rm -f ./zoneinfo/right/Asia/Sakhalin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Sakhalin ./zoneinfo/right/Asia/Sakhalin +rm -f ./zoneinfo/right/Asia/Brunei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Brunei ./zoneinfo/right/Asia/Brunei +rm -f ./zoneinfo/right/Asia/Saigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Saigon ./zoneinfo/right/Asia/Saigon +rm -f ./zoneinfo/right/Asia/Baku +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Baku ./zoneinfo/right/Asia/Baku +rm -f ./zoneinfo/right/Asia/Phnom_Penh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Phnom_Penh ./zoneinfo/right/Asia/Phnom_Penh +rm -f ./zoneinfo/right/Asia/Chungking +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Chungking ./zoneinfo/right/Asia/Chungking +rm -f ./zoneinfo/right/Asia/Amman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Amman ./zoneinfo/right/Asia/Amman +rm -f ./zoneinfo/right/Asia/Ashkhabad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ashkhabad ./zoneinfo/right/Asia/Ashkhabad +rm -f ./zoneinfo/right/Asia/Chongqing +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Chongqing ./zoneinfo/right/Asia/Chongqing +rm -f ./zoneinfo/right/Asia/Pontianak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Pontianak ./zoneinfo/right/Asia/Pontianak +rm -f ./zoneinfo/right/Asia/Thimbu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Thimbu ./zoneinfo/right/Asia/Thimbu +rm -f ./zoneinfo/right/Asia/Samarkand +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Samarkand ./zoneinfo/right/Asia/Samarkand +rm -f ./zoneinfo/right/Asia/Yekaterinburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Yekaterinburg ./zoneinfo/right/Asia/Yekaterinburg +rm -f ./zoneinfo/right/Asia/Macao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Macao ./zoneinfo/right/Asia/Macao +rm -f ./zoneinfo/right/Asia/Dili +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dili ./zoneinfo/right/Asia/Dili +rm -f ./zoneinfo/right/Asia/Bishkek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Bishkek ./zoneinfo/right/Asia/Bishkek +rm -f ./zoneinfo/right/Asia/Krasnoyarsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Krasnoyarsk ./zoneinfo/right/Asia/Krasnoyarsk +rm -f ./zoneinfo/right/Asia/Bahrain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Bahrain ./zoneinfo/right/Asia/Bahrain +rm -f ./zoneinfo/right/Asia/Gaza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Gaza ./zoneinfo/right/Asia/Gaza +rm -f ./zoneinfo/right/Asia/Ho_Chi_Minh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ho_Chi_Minh ./zoneinfo/right/Asia/Ho_Chi_Minh +rm -f ./zoneinfo/right/Asia/Calcutta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Calcutta ./zoneinfo/right/Asia/Calcutta +rm -f ./zoneinfo/right/Asia/Vientiane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Vientiane ./zoneinfo/right/Asia/Vientiane +rm -f ./zoneinfo/right/Asia/Qatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Qatar ./zoneinfo/right/Asia/Qatar +rm -f ./zoneinfo/right/Asia/Kolkata +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kolkata ./zoneinfo/right/Asia/Kolkata +rm -f ./zoneinfo/right/Asia/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Nicosia ./zoneinfo/right/Asia/Nicosia +rm -f ./zoneinfo/right/Asia/Ujung_Pandang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ujung_Pandang ./zoneinfo/right/Asia/Ujung_Pandang +rm -f ./zoneinfo/right/Asia/Novosibirsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Novosibirsk ./zoneinfo/right/Asia/Novosibirsk +rm -f ./zoneinfo/right/Asia/Vladivostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Vladivostok ./zoneinfo/right/Asia/Vladivostok +rm -f ./zoneinfo/right/Asia/Colombo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Colombo ./zoneinfo/right/Asia/Colombo +rm -f ./zoneinfo/right/Asia/Magadan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Magadan ./zoneinfo/right/Asia/Magadan +rm -f ./zoneinfo/right/Asia/Riyadh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Riyadh ./zoneinfo/right/Asia/Riyadh +rm -f ./zoneinfo/right/Asia/Yakutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Yakutsk ./zoneinfo/right/Asia/Yakutsk +rm -f ./zoneinfo/right/Asia/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Riyadh89 ./zoneinfo/right/Asia/Riyadh89 +rm -f ./zoneinfo/right/Asia/Tbilisi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tbilisi ./zoneinfo/right/Asia/Tbilisi +rm -f ./zoneinfo/right/Asia/Kashgar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kashgar ./zoneinfo/right/Asia/Kashgar +rm -f ./zoneinfo/right/Asia/Ashgabat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ashgabat ./zoneinfo/right/Asia/Ashgabat +rm -f ./zoneinfo/right/Asia/Yerevan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Yerevan ./zoneinfo/right/Asia/Yerevan +rm -f ./zoneinfo/right/Asia/Baghdad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Baghdad ./zoneinfo/right/Asia/Baghdad +rm -f ./zoneinfo/right/Asia/Oral +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Oral ./zoneinfo/right/Asia/Oral +rm -f ./zoneinfo/right/Asia/Kuwait +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kuwait ./zoneinfo/right/Asia/Kuwait +rm -f ./zoneinfo/right/Asia/Rangoon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Rangoon ./zoneinfo/right/Asia/Rangoon +rm -f ./zoneinfo/right/Asia/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Riyadh87 ./zoneinfo/right/Asia/Riyadh87 +rm -f ./zoneinfo/right/Asia/Katmandu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Katmandu ./zoneinfo/right/Asia/Katmandu +rm -f ./zoneinfo/right/Asia/Tashkent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tashkent ./zoneinfo/right/Asia/Tashkent +rm -f ./zoneinfo/right/Asia/Choibalsan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Choibalsan ./zoneinfo/right/Asia/Choibalsan +rm -f ./zoneinfo/right/Asia/Dubai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dubai ./zoneinfo/right/Asia/Dubai +rm -f ./zoneinfo/right/Asia/Manila +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Manila ./zoneinfo/right/Asia/Manila +rm -f ./zoneinfo/right/Asia/Tehran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tehran ./zoneinfo/right/Asia/Tehran +rm -f ./zoneinfo/right/Asia/Anadyr +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Anadyr ./zoneinfo/right/Asia/Anadyr +rm -f ./zoneinfo/right/Asia/Dhaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dhaka ./zoneinfo/right/Asia/Dhaka +rm -f ./zoneinfo/right/Asia/Aden +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Aden ./zoneinfo/right/Asia/Aden +rm -f ./zoneinfo/right/Asia/Thimphu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Thimphu ./zoneinfo/right/Asia/Thimphu +rm -f ./zoneinfo/right/Asia/Jerusalem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Jerusalem ./zoneinfo/right/Asia/Jerusalem +rm -f ./zoneinfo/right/Asia/Pyongyang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Pyongyang ./zoneinfo/right/Asia/Pyongyang +rm -f ./zoneinfo/right/Asia/Kuala_Lumpur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kuala_Lumpur ./zoneinfo/right/Asia/Kuala_Lumpur +rm -f ./zoneinfo/right/Asia/Bangkok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Bangkok ./zoneinfo/right/Asia/Bangkok +rm -f ./zoneinfo/right/Asia/Ulan_Bator +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ulan_Bator ./zoneinfo/right/Asia/Ulan_Bator +rm -f ./zoneinfo/right/Asia/Kamchatka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kamchatka ./zoneinfo/right/Asia/Kamchatka +rm -f ./zoneinfo/right/Asia/Irkutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Irkutsk ./zoneinfo/right/Asia/Irkutsk +rm -f ./zoneinfo/right/Asia/Almaty +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Almaty ./zoneinfo/right/Asia/Almaty +rm -f ./zoneinfo/right/Asia/Dacca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dacca ./zoneinfo/right/Asia/Dacca +rm -f ./zoneinfo/right/Asia/Aqtau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Aqtau ./zoneinfo/right/Asia/Aqtau +rm -f ./zoneinfo/right/Asia/Shanghai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Shanghai ./zoneinfo/right/Asia/Shanghai +rm -f ./zoneinfo/right/Asia/Kabul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kabul ./zoneinfo/right/Asia/Kabul +rm -f ./zoneinfo/right/Asia/Dushanbe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Dushanbe ./zoneinfo/right/Asia/Dushanbe +rm -f ./zoneinfo/right/Asia/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Istanbul ./zoneinfo/right/Asia/Istanbul +rm -f ./zoneinfo/right/Asia/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Riyadh88 ./zoneinfo/right/Asia/Riyadh88 +rm -f ./zoneinfo/right/Asia/Ulaanbaatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Ulaanbaatar ./zoneinfo/right/Asia/Ulaanbaatar +rm -f ./zoneinfo/right/Asia/Jayapura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Jayapura ./zoneinfo/right/Asia/Jayapura +rm -f ./zoneinfo/right/Asia/Tel_Aviv +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Tel_Aviv ./zoneinfo/right/Asia/Tel_Aviv +rm -f ./zoneinfo/right/Asia/Jakarta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Jakarta ./zoneinfo/right/Asia/Jakarta +rm -f ./zoneinfo/right/Asia/Seoul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Seoul ./zoneinfo/right/Asia/Seoul +rm -f ./zoneinfo/right/Asia/Hovd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Hovd ./zoneinfo/right/Asia/Hovd +rm -f ./zoneinfo/right/Asia/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Singapore ./zoneinfo/right/Asia/Singapore +rm -f ./zoneinfo/right/Asia/Omsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Omsk ./zoneinfo/right/Asia/Omsk +rm -f ./zoneinfo/right/Asia/Beirut +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Beirut ./zoneinfo/right/Asia/Beirut +rm -f ./zoneinfo/right/Asia/Qyzylorda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Qyzylorda ./zoneinfo/right/Asia/Qyzylorda +rm -f ./zoneinfo/right/Asia/Urumqi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Urumqi ./zoneinfo/right/Asia/Urumqi +rm -f ./zoneinfo/right/Asia/Taipei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Taipei ./zoneinfo/right/Asia/Taipei +rm -f ./zoneinfo/right/Asia/Makassar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Makassar ./zoneinfo/right/Asia/Makassar +rm -f ./zoneinfo/right/Asia/Hong_Kong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Hong_Kong ./zoneinfo/right/Asia/Hong_Kong +rm -f ./zoneinfo/right/Asia/Kuching +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Kuching ./zoneinfo/right/Asia/Kuching +rm -f ./zoneinfo/right/Asia/Harbin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Harbin ./zoneinfo/right/Asia/Harbin +rm -f ./zoneinfo/right/Asia/Damascus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Asia/Damascus ./zoneinfo/right/Asia/Damascus +rm -f ./zoneinfo/right/Canada/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Pacific ./zoneinfo/right/Canada/Pacific +rm -f ./zoneinfo/right/Canada/Yukon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Yukon ./zoneinfo/right/Canada/Yukon +rm -f ./zoneinfo/right/Canada/Atlantic +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Atlantic ./zoneinfo/right/Canada/Atlantic +rm -f ./zoneinfo/right/Canada/East-Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/East-Saskatchewan ./zoneinfo/right/Canada/East-Saskatchewan +rm -f ./zoneinfo/right/Canada/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Eastern ./zoneinfo/right/Canada/Eastern +rm -f ./zoneinfo/right/Canada/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Mountain ./zoneinfo/right/Canada/Mountain +rm -f ./zoneinfo/right/Canada/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Central ./zoneinfo/right/Canada/Central +rm -f ./zoneinfo/right/Canada/Newfoundland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Newfoundland ./zoneinfo/right/Canada/Newfoundland +rm -f ./zoneinfo/right/Canada/Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Canada/Saskatchewan ./zoneinfo/right/Canada/Saskatchewan +rm -f ./zoneinfo/right/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Jamaica ./zoneinfo/right/Jamaica +rm -f ./zoneinfo/right/US/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Pacific ./zoneinfo/right/US/Pacific +rm -f ./zoneinfo/right/US/Alaska +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Alaska ./zoneinfo/right/US/Alaska +rm -f ./zoneinfo/right/US/Arizona +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Arizona ./zoneinfo/right/US/Arizona +rm -f ./zoneinfo/right/US/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Samoa ./zoneinfo/right/US/Samoa +rm -f ./zoneinfo/right/US/East-Indiana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/East-Indiana ./zoneinfo/right/US/East-Indiana +rm -f ./zoneinfo/right/US/Michigan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Michigan ./zoneinfo/right/US/Michigan +rm -f ./zoneinfo/right/US/Aleutian +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Aleutian ./zoneinfo/right/US/Aleutian +rm -f ./zoneinfo/right/US/Hawaii +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Hawaii ./zoneinfo/right/US/Hawaii +rm -f ./zoneinfo/right/US/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Eastern ./zoneinfo/right/US/Eastern +rm -f ./zoneinfo/right/US/Indiana-Starke +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Indiana-Starke ./zoneinfo/right/US/Indiana-Starke +rm -f ./zoneinfo/right/US/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Mountain ./zoneinfo/right/US/Mountain +rm -f ./zoneinfo/right/US/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/US/Central ./zoneinfo/right/US/Central +rm -f ./zoneinfo/right/Atlantic/Bermuda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Bermuda ./zoneinfo/right/Atlantic/Bermuda +rm -f ./zoneinfo/right/Atlantic/St_Helena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/St_Helena ./zoneinfo/right/Atlantic/St_Helena +rm -f ./zoneinfo/right/Atlantic/Madeira +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Madeira ./zoneinfo/right/Atlantic/Madeira +rm -f ./zoneinfo/right/Atlantic/Stanley +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Stanley ./zoneinfo/right/Atlantic/Stanley +rm -f ./zoneinfo/right/Atlantic/Faroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Faroe ./zoneinfo/right/Atlantic/Faroe +rm -f ./zoneinfo/right/Atlantic/South_Georgia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/South_Georgia ./zoneinfo/right/Atlantic/South_Georgia +rm -f ./zoneinfo/right/Atlantic/Cape_Verde +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Cape_Verde ./zoneinfo/right/Atlantic/Cape_Verde +rm -f ./zoneinfo/right/Atlantic/Jan_Mayen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Jan_Mayen ./zoneinfo/right/Atlantic/Jan_Mayen +rm -f ./zoneinfo/right/Atlantic/Canary +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Canary ./zoneinfo/right/Atlantic/Canary +rm -f ./zoneinfo/right/Atlantic/Reykjavik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Reykjavik ./zoneinfo/right/Atlantic/Reykjavik +rm -f ./zoneinfo/right/Atlantic/Azores +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Azores ./zoneinfo/right/Atlantic/Azores +rm -f ./zoneinfo/right/Atlantic/Faeroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Atlantic/Faeroe ./zoneinfo/right/Atlantic/Faeroe +rm -f ./zoneinfo/right/Navajo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Navajo ./zoneinfo/right/Navajo +rm -f ./zoneinfo/right/Poland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Poland ./zoneinfo/right/Poland +rm -f ./zoneinfo/right/CET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/CET ./zoneinfo/right/CET +rm -f ./zoneinfo/right/Europe/Zagreb +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Zagreb ./zoneinfo/right/Europe/Zagreb +rm -f ./zoneinfo/right/Europe/Helsinki +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Helsinki ./zoneinfo/right/Europe/Helsinki +rm -f ./zoneinfo/right/Europe/Zurich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Zurich ./zoneinfo/right/Europe/Zurich +rm -f ./zoneinfo/right/Europe/Volgograd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Volgograd ./zoneinfo/right/Europe/Volgograd +rm -f ./zoneinfo/right/Europe/Vaduz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Vaduz ./zoneinfo/right/Europe/Vaduz +rm -f ./zoneinfo/right/Europe/Paris +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Paris ./zoneinfo/right/Europe/Paris +rm -f ./zoneinfo/right/Europe/Isle_of_Man +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Isle_of_Man ./zoneinfo/right/Europe/Isle_of_Man +rm -f ./zoneinfo/right/Europe/Mariehamn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Mariehamn ./zoneinfo/right/Europe/Mariehamn +rm -f ./zoneinfo/right/Europe/Warsaw +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Warsaw ./zoneinfo/right/Europe/Warsaw +rm -f ./zoneinfo/right/Europe/London +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/London ./zoneinfo/right/Europe/London +rm -f ./zoneinfo/right/Europe/Guernsey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Guernsey ./zoneinfo/right/Europe/Guernsey +rm -f ./zoneinfo/right/Europe/Jersey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Jersey ./zoneinfo/right/Europe/Jersey +rm -f ./zoneinfo/right/Europe/Budapest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Budapest ./zoneinfo/right/Europe/Budapest +rm -f ./zoneinfo/right/Europe/Andorra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Andorra ./zoneinfo/right/Europe/Andorra +rm -f ./zoneinfo/right/Europe/Uzhgorod +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Uzhgorod ./zoneinfo/right/Europe/Uzhgorod +rm -f ./zoneinfo/right/Europe/Kiev +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Kiev ./zoneinfo/right/Europe/Kiev +rm -f ./zoneinfo/right/Europe/Ljubljana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Ljubljana ./zoneinfo/right/Europe/Ljubljana +rm -f ./zoneinfo/right/Europe/Stockholm +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Stockholm ./zoneinfo/right/Europe/Stockholm +rm -f ./zoneinfo/right/Europe/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Nicosia ./zoneinfo/right/Europe/Nicosia +rm -f ./zoneinfo/right/Europe/Malta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Malta ./zoneinfo/right/Europe/Malta +rm -f ./zoneinfo/right/Europe/Vilnius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Vilnius ./zoneinfo/right/Europe/Vilnius +rm -f ./zoneinfo/right/Europe/Dublin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Dublin ./zoneinfo/right/Europe/Dublin +rm -f ./zoneinfo/right/Europe/Berlin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Berlin ./zoneinfo/right/Europe/Berlin +rm -f ./zoneinfo/right/Europe/Belgrade +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Belgrade ./zoneinfo/right/Europe/Belgrade +rm -f ./zoneinfo/right/Europe/Madrid +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Madrid ./zoneinfo/right/Europe/Madrid +rm -f ./zoneinfo/right/Europe/Sofia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Sofia ./zoneinfo/right/Europe/Sofia +rm -f ./zoneinfo/right/Europe/Gibraltar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Gibraltar ./zoneinfo/right/Europe/Gibraltar +rm -f ./zoneinfo/right/Europe/Kaliningrad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Kaliningrad ./zoneinfo/right/Europe/Kaliningrad +rm -f ./zoneinfo/right/Europe/Moscow +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Moscow ./zoneinfo/right/Europe/Moscow +rm -f ./zoneinfo/right/Europe/Podgorica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Podgorica ./zoneinfo/right/Europe/Podgorica +rm -f ./zoneinfo/right/Europe/Monaco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Monaco ./zoneinfo/right/Europe/Monaco +rm -f ./zoneinfo/right/Europe/Amsterdam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Amsterdam ./zoneinfo/right/Europe/Amsterdam +rm -f ./zoneinfo/right/Europe/Athens +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Athens ./zoneinfo/right/Europe/Athens +rm -f ./zoneinfo/right/Europe/Tiraspol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Tiraspol ./zoneinfo/right/Europe/Tiraspol +rm -f ./zoneinfo/right/Europe/Rome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Rome ./zoneinfo/right/Europe/Rome +rm -f ./zoneinfo/right/Europe/Minsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Minsk ./zoneinfo/right/Europe/Minsk +rm -f ./zoneinfo/right/Europe/San_Marino +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/San_Marino ./zoneinfo/right/Europe/San_Marino +rm -f ./zoneinfo/right/Europe/Oslo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Oslo ./zoneinfo/right/Europe/Oslo +rm -f ./zoneinfo/right/Europe/Zaporozhye +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Zaporozhye ./zoneinfo/right/Europe/Zaporozhye +rm -f ./zoneinfo/right/Europe/Bratislava +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Bratislava ./zoneinfo/right/Europe/Bratislava +rm -f ./zoneinfo/right/Europe/Sarajevo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Sarajevo ./zoneinfo/right/Europe/Sarajevo +rm -f ./zoneinfo/right/Europe/Skopje +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Skopje ./zoneinfo/right/Europe/Skopje +rm -f ./zoneinfo/right/Europe/Copenhagen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Copenhagen ./zoneinfo/right/Europe/Copenhagen +rm -f ./zoneinfo/right/Europe/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Istanbul ./zoneinfo/right/Europe/Istanbul +rm -f ./zoneinfo/right/Europe/Tirane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Tirane ./zoneinfo/right/Europe/Tirane +rm -f ./zoneinfo/right/Europe/Vienna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Vienna ./zoneinfo/right/Europe/Vienna +rm -f ./zoneinfo/right/Europe/Chisinau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Chisinau ./zoneinfo/right/Europe/Chisinau +rm -f ./zoneinfo/right/Europe/Lisbon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Lisbon ./zoneinfo/right/Europe/Lisbon +rm -f ./zoneinfo/right/Europe/Samara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Samara ./zoneinfo/right/Europe/Samara +rm -f ./zoneinfo/right/Europe/Luxembourg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Luxembourg ./zoneinfo/right/Europe/Luxembourg +rm -f ./zoneinfo/right/Europe/Prague +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Prague ./zoneinfo/right/Europe/Prague +rm -f ./zoneinfo/right/Europe/Vatican +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Vatican ./zoneinfo/right/Europe/Vatican +rm -f ./zoneinfo/right/Europe/Riga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Riga ./zoneinfo/right/Europe/Riga +rm -f ./zoneinfo/right/Europe/Bucharest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Bucharest ./zoneinfo/right/Europe/Bucharest +rm -f ./zoneinfo/right/Europe/Tallinn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Tallinn ./zoneinfo/right/Europe/Tallinn +rm -f ./zoneinfo/right/Europe/Brussels +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Brussels ./zoneinfo/right/Europe/Brussels +rm -f ./zoneinfo/right/Europe/Belfast +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Belfast ./zoneinfo/right/Europe/Belfast +rm -f ./zoneinfo/right/Europe/Simferopol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Europe/Simferopol ./zoneinfo/right/Europe/Simferopol +rm -f ./zoneinfo/right/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Greenwich ./zoneinfo/right/Greenwich +rm -f ./zoneinfo/right/Turkey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Turkey ./zoneinfo/right/Turkey +rm -f ./zoneinfo/right/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Zulu ./zoneinfo/right/Zulu +rm -f ./zoneinfo/right/NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/NZ ./zoneinfo/right/NZ +rm -f ./zoneinfo/right/America/North_Dakota/Center +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/North_Dakota/Center ./zoneinfo/right/America/North_Dakota/Center +rm -f ./zoneinfo/right/America/North_Dakota/New_Salem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/North_Dakota/New_Salem ./zoneinfo/right/America/North_Dakota/New_Salem +rm -f ./zoneinfo/right/America/Belem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Belem ./zoneinfo/right/America/Belem +rm -f ./zoneinfo/right/America/Belize +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Belize ./zoneinfo/right/America/Belize +rm -f ./zoneinfo/right/America/Boise +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Boise ./zoneinfo/right/America/Boise +rm -f ./zoneinfo/right/America/Adak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Adak ./zoneinfo/right/America/Adak +rm -f ./zoneinfo/right/America/Rainy_River +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Rainy_River ./zoneinfo/right/America/Rainy_River +rm -f ./zoneinfo/right/America/El_Salvador +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/El_Salvador ./zoneinfo/right/America/El_Salvador +rm -f ./zoneinfo/right/America/Toronto +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Toronto ./zoneinfo/right/America/Toronto +rm -f ./zoneinfo/right/America/Nipigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Nipigon ./zoneinfo/right/America/Nipigon +rm -f ./zoneinfo/right/America/Chicago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Chicago ./zoneinfo/right/America/Chicago +rm -f ./zoneinfo/right/America/Halifax +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Halifax ./zoneinfo/right/America/Halifax +rm -f ./zoneinfo/right/America/Eirunepe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Eirunepe ./zoneinfo/right/America/Eirunepe +rm -f ./zoneinfo/right/America/Yakutat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Yakutat ./zoneinfo/right/America/Yakutat +rm -f ./zoneinfo/right/America/Port_of_Spain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Port_of_Spain ./zoneinfo/right/America/Port_of_Spain +rm -f ./zoneinfo/right/America/Blanc-Sablon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Blanc-Sablon ./zoneinfo/right/America/Blanc-Sablon +rm -f ./zoneinfo/right/America/Nome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Nome ./zoneinfo/right/America/Nome +rm -f ./zoneinfo/right/America/Montevideo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Montevideo ./zoneinfo/right/America/Montevideo +rm -f ./zoneinfo/right/America/Cambridge_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cambridge_Bay ./zoneinfo/right/America/Cambridge_Bay +rm -f ./zoneinfo/right/America/Goose_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Goose_Bay ./zoneinfo/right/America/Goose_Bay +rm -f ./zoneinfo/right/America/La_Paz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/La_Paz ./zoneinfo/right/America/La_Paz +rm -f ./zoneinfo/right/America/Scoresbysund +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Scoresbysund ./zoneinfo/right/America/Scoresbysund +rm -f ./zoneinfo/right/America/Edmonton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Edmonton ./zoneinfo/right/America/Edmonton +rm -f ./zoneinfo/right/America/Inuvik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Inuvik ./zoneinfo/right/America/Inuvik +rm -f ./zoneinfo/right/America/Fortaleza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Fortaleza ./zoneinfo/right/America/Fortaleza +rm -f ./zoneinfo/right/America/Miquelon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Miquelon ./zoneinfo/right/America/Miquelon +rm -f ./zoneinfo/right/America/St_Johns +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Johns ./zoneinfo/right/America/St_Johns +rm -f ./zoneinfo/right/America/Port-au-Prince +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Port-au-Prince ./zoneinfo/right/America/Port-au-Prince +rm -f ./zoneinfo/right/America/St_Barthelemy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Barthelemy ./zoneinfo/right/America/St_Barthelemy +rm -f ./zoneinfo/right/America/Glace_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Glace_Bay ./zoneinfo/right/America/Glace_Bay +rm -f ./zoneinfo/right/America/Bahia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Bahia ./zoneinfo/right/America/Bahia +rm -f ./zoneinfo/right/America/Cuiaba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cuiaba ./zoneinfo/right/America/Cuiaba +rm -f ./zoneinfo/right/America/Recife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Recife ./zoneinfo/right/America/Recife +rm -f ./zoneinfo/right/America/Denver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Denver ./zoneinfo/right/America/Denver +rm -f ./zoneinfo/right/America/Grand_Turk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Grand_Turk ./zoneinfo/right/America/Grand_Turk +rm -f ./zoneinfo/right/America/Guayaquil +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Guayaquil ./zoneinfo/right/America/Guayaquil +rm -f ./zoneinfo/right/America/Yellowknife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Yellowknife ./zoneinfo/right/America/Yellowknife +rm -f ./zoneinfo/right/America/Nassau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Nassau ./zoneinfo/right/America/Nassau +rm -f ./zoneinfo/right/America/Antigua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Antigua ./zoneinfo/right/America/Antigua +rm -f ./zoneinfo/right/America/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Jamaica ./zoneinfo/right/America/Jamaica +rm -f ./zoneinfo/right/America/Regina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Regina ./zoneinfo/right/America/Regina +rm -f ./zoneinfo/right/America/Dawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Dawson ./zoneinfo/right/America/Dawson +rm -f ./zoneinfo/right/America/Cancun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cancun ./zoneinfo/right/America/Cancun +rm -f ./zoneinfo/right/America/Campo_Grande +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Campo_Grande ./zoneinfo/right/America/Campo_Grande +rm -f ./zoneinfo/right/America/Araguaina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Araguaina ./zoneinfo/right/America/Araguaina +rm -f ./zoneinfo/right/America/Rankin_Inlet +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Rankin_Inlet ./zoneinfo/right/America/Rankin_Inlet +rm -f ./zoneinfo/right/America/Atka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Atka ./zoneinfo/right/America/Atka +rm -f ./zoneinfo/right/America/Managua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Managua ./zoneinfo/right/America/Managua +rm -f ./zoneinfo/right/America/Aruba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Aruba ./zoneinfo/right/America/Aruba +rm -f ./zoneinfo/right/America/Moncton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Moncton ./zoneinfo/right/America/Moncton +rm -f ./zoneinfo/right/America/Fort_Wayne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Fort_Wayne ./zoneinfo/right/America/Fort_Wayne +rm -f ./zoneinfo/right/America/Whitehorse +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Whitehorse ./zoneinfo/right/America/Whitehorse +rm -f ./zoneinfo/right/America/Guyana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Guyana ./zoneinfo/right/America/Guyana +rm -f ./zoneinfo/right/America/Shiprock +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Shiprock ./zoneinfo/right/America/Shiprock +rm -f ./zoneinfo/right/America/Menominee +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Menominee ./zoneinfo/right/America/Menominee +rm -f ./zoneinfo/right/America/Sao_Paulo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Sao_Paulo ./zoneinfo/right/America/Sao_Paulo +rm -f ./zoneinfo/right/America/Hermosillo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Hermosillo ./zoneinfo/right/America/Hermosillo +rm -f ./zoneinfo/right/America/Marigot +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Marigot ./zoneinfo/right/America/Marigot +rm -f ./zoneinfo/right/America/Ensenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Ensenada ./zoneinfo/right/America/Ensenada +rm -f ./zoneinfo/right/America/Martinique +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Martinique ./zoneinfo/right/America/Martinique +rm -f ./zoneinfo/right/America/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Louisville ./zoneinfo/right/America/Louisville +rm -f ./zoneinfo/right/America/Tortola +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Tortola ./zoneinfo/right/America/Tortola +rm -f ./zoneinfo/right/America/Iqaluit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Iqaluit ./zoneinfo/right/America/Iqaluit +rm -f ./zoneinfo/right/America/Thule +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Thule ./zoneinfo/right/America/Thule +rm -f ./zoneinfo/right/America/Santiago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Santiago ./zoneinfo/right/America/Santiago +rm -f ./zoneinfo/right/America/New_York +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/New_York ./zoneinfo/right/America/New_York +rm -f ./zoneinfo/right/America/Noronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Noronha ./zoneinfo/right/America/Noronha +rm -f ./zoneinfo/right/America/Maceio +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Maceio ./zoneinfo/right/America/Maceio +rm -f ./zoneinfo/right/America/Kentucky/Monticello +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Kentucky/Monticello ./zoneinfo/right/America/Kentucky/Monticello +rm -f ./zoneinfo/right/America/Kentucky/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Kentucky/Louisville ./zoneinfo/right/America/Kentucky/Louisville +rm -f ./zoneinfo/right/America/Knox_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Knox_IN ./zoneinfo/right/America/Knox_IN +rm -f ./zoneinfo/right/America/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cordoba ./zoneinfo/right/America/Cordoba +rm -f ./zoneinfo/right/America/Indiana/Vevay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Vevay ./zoneinfo/right/America/Indiana/Vevay +rm -f ./zoneinfo/right/America/Indiana/Marengo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Marengo ./zoneinfo/right/America/Indiana/Marengo +rm -f ./zoneinfo/right/America/Indiana/Knox +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Knox ./zoneinfo/right/America/Indiana/Knox +rm -f ./zoneinfo/right/America/Indiana/Petersburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Petersburg ./zoneinfo/right/America/Indiana/Petersburg +rm -f ./zoneinfo/right/America/Indiana/Vincennes +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Vincennes ./zoneinfo/right/America/Indiana/Vincennes +rm -f ./zoneinfo/right/America/Indiana/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Indianapolis ./zoneinfo/right/America/Indiana/Indianapolis +rm -f ./zoneinfo/right/America/Indiana/Winamac +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Winamac ./zoneinfo/right/America/Indiana/Winamac +rm -f ./zoneinfo/right/America/Indiana/Tell_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indiana/Tell_City ./zoneinfo/right/America/Indiana/Tell_City +rm -f ./zoneinfo/right/America/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Catamarca ./zoneinfo/right/America/Catamarca +rm -f ./zoneinfo/right/America/Vancouver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Vancouver ./zoneinfo/right/America/Vancouver +rm -f ./zoneinfo/right/America/Chihuahua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Chihuahua ./zoneinfo/right/America/Chihuahua +rm -f ./zoneinfo/right/America/Cayman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cayman ./zoneinfo/right/America/Cayman +rm -f ./zoneinfo/right/America/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Buenos_Aires ./zoneinfo/right/America/Buenos_Aires +rm -f ./zoneinfo/right/America/Asuncion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Asuncion ./zoneinfo/right/America/Asuncion +rm -f ./zoneinfo/right/America/Mexico_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Mexico_City ./zoneinfo/right/America/Mexico_City +rm -f ./zoneinfo/right/America/Paramaribo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Paramaribo ./zoneinfo/right/America/Paramaribo +rm -f ./zoneinfo/right/America/Curacao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Curacao ./zoneinfo/right/America/Curacao +rm -f ./zoneinfo/right/America/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Jujuy ./zoneinfo/right/America/Jujuy +rm -f ./zoneinfo/right/America/Montserrat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Montserrat ./zoneinfo/right/America/Montserrat +rm -f ./zoneinfo/right/America/Anguilla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Anguilla ./zoneinfo/right/America/Anguilla +rm -f ./zoneinfo/right/America/Rio_Branco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Rio_Branco ./zoneinfo/right/America/Rio_Branco +rm -f ./zoneinfo/right/America/Cayenne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Cayenne ./zoneinfo/right/America/Cayenne +rm -f ./zoneinfo/right/America/Guatemala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Guatemala ./zoneinfo/right/America/Guatemala +rm -f ./zoneinfo/right/America/Dominica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Dominica ./zoneinfo/right/America/Dominica +rm -f ./zoneinfo/right/America/Detroit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Detroit ./zoneinfo/right/America/Detroit +rm -f ./zoneinfo/right/America/Bogota +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Bogota ./zoneinfo/right/America/Bogota +rm -f ./zoneinfo/right/America/Thunder_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Thunder_Bay ./zoneinfo/right/America/Thunder_Bay +rm -f ./zoneinfo/right/America/Lima +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Lima ./zoneinfo/right/America/Lima +rm -f ./zoneinfo/right/America/Coral_Harbour +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Coral_Harbour ./zoneinfo/right/America/Coral_Harbour +rm -f ./zoneinfo/right/America/Godthab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Godthab ./zoneinfo/right/America/Godthab +rm -f ./zoneinfo/right/America/Guadeloupe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Guadeloupe ./zoneinfo/right/America/Guadeloupe +rm -f ./zoneinfo/right/America/Winnipeg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Winnipeg ./zoneinfo/right/America/Winnipeg +rm -f ./zoneinfo/right/America/Porto_Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Porto_Acre ./zoneinfo/right/America/Porto_Acre +rm -f ./zoneinfo/right/America/Monterrey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Monterrey ./zoneinfo/right/America/Monterrey +rm -f ./zoneinfo/right/America/Tijuana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Tijuana ./zoneinfo/right/America/Tijuana +rm -f ./zoneinfo/right/America/Pangnirtung +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Pangnirtung ./zoneinfo/right/America/Pangnirtung +rm -f ./zoneinfo/right/America/Merida +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Merida ./zoneinfo/right/America/Merida +rm -f ./zoneinfo/right/America/Grenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Grenada ./zoneinfo/right/America/Grenada +rm -f ./zoneinfo/right/America/Rosario +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Rosario ./zoneinfo/right/America/Rosario +rm -f ./zoneinfo/right/America/Atikokan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Atikokan ./zoneinfo/right/America/Atikokan +rm -f ./zoneinfo/right/America/Danmarkshavn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Danmarkshavn ./zoneinfo/right/America/Danmarkshavn +rm -f ./zoneinfo/right/America/Mazatlan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Mazatlan ./zoneinfo/right/America/Mazatlan +rm -f ./zoneinfo/right/America/Caracas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Caracas ./zoneinfo/right/America/Caracas +rm -f ./zoneinfo/right/America/Panama +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Panama ./zoneinfo/right/America/Panama +rm -f ./zoneinfo/right/America/Tegucigalpa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Tegucigalpa ./zoneinfo/right/America/Tegucigalpa +rm -f ./zoneinfo/right/America/St_Kitts +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Kitts ./zoneinfo/right/America/St_Kitts +rm -f ./zoneinfo/right/America/Swift_Current +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Swift_Current ./zoneinfo/right/America/Swift_Current +rm -f ./zoneinfo/right/America/Barbados +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Barbados ./zoneinfo/right/America/Barbados +rm -f ./zoneinfo/right/America/Argentina/San_Luis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/San_Luis ./zoneinfo/right/America/Argentina/San_Luis +rm -f ./zoneinfo/right/America/Argentina/ComodRivadavia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/ComodRivadavia ./zoneinfo/right/America/Argentina/ComodRivadavia +rm -f ./zoneinfo/right/America/Argentina/Rio_Gallegos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Rio_Gallegos ./zoneinfo/right/America/Argentina/Rio_Gallegos +rm -f ./zoneinfo/right/America/Argentina/Ushuaia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Ushuaia ./zoneinfo/right/America/Argentina/Ushuaia +rm -f ./zoneinfo/right/America/Argentina/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Cordoba ./zoneinfo/right/America/Argentina/Cordoba +rm -f ./zoneinfo/right/America/Argentina/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Catamarca ./zoneinfo/right/America/Argentina/Catamarca +rm -f ./zoneinfo/right/America/Argentina/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Buenos_Aires ./zoneinfo/right/America/Argentina/Buenos_Aires +rm -f ./zoneinfo/right/America/Argentina/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Jujuy ./zoneinfo/right/America/Argentina/Jujuy +rm -f ./zoneinfo/right/America/Argentina/Tucuman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Tucuman ./zoneinfo/right/America/Argentina/Tucuman +rm -f ./zoneinfo/right/America/Argentina/La_Rioja +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/La_Rioja ./zoneinfo/right/America/Argentina/La_Rioja +rm -f ./zoneinfo/right/America/Argentina/San_Juan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/San_Juan ./zoneinfo/right/America/Argentina/San_Juan +rm -f ./zoneinfo/right/America/Argentina/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Argentina/Mendoza ./zoneinfo/right/America/Argentina/Mendoza +rm -f ./zoneinfo/right/America/Costa_Rica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Costa_Rica ./zoneinfo/right/America/Costa_Rica +rm -f ./zoneinfo/right/America/Montreal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Montreal ./zoneinfo/right/America/Montreal +rm -f ./zoneinfo/right/America/Resolute +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Resolute ./zoneinfo/right/America/Resolute +rm -f ./zoneinfo/right/America/Anchorage +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Anchorage ./zoneinfo/right/America/Anchorage +rm -f ./zoneinfo/right/America/Dawson_Creek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Dawson_Creek ./zoneinfo/right/America/Dawson_Creek +rm -f ./zoneinfo/right/America/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Indianapolis ./zoneinfo/right/America/Indianapolis +rm -f ./zoneinfo/right/America/Los_Angeles +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Los_Angeles ./zoneinfo/right/America/Los_Angeles +rm -f ./zoneinfo/right/America/Manaus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Manaus ./zoneinfo/right/America/Manaus +rm -f ./zoneinfo/right/America/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Mendoza ./zoneinfo/right/America/Mendoza +rm -f ./zoneinfo/right/America/St_Vincent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Vincent ./zoneinfo/right/America/St_Vincent +rm -f ./zoneinfo/right/America/Puerto_Rico +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Puerto_Rico ./zoneinfo/right/America/Puerto_Rico +rm -f ./zoneinfo/right/America/Phoenix +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Phoenix ./zoneinfo/right/America/Phoenix +rm -f ./zoneinfo/right/America/Porto_Velho +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Porto_Velho ./zoneinfo/right/America/Porto_Velho +rm -f ./zoneinfo/right/America/St_Thomas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Thomas ./zoneinfo/right/America/St_Thomas +rm -f ./zoneinfo/right/America/Boa_Vista +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Boa_Vista ./zoneinfo/right/America/Boa_Vista +rm -f ./zoneinfo/right/America/Virgin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Virgin ./zoneinfo/right/America/Virgin +rm -f ./zoneinfo/right/America/Havana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Havana ./zoneinfo/right/America/Havana +rm -f ./zoneinfo/right/America/Santo_Domingo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Santo_Domingo ./zoneinfo/right/America/Santo_Domingo +rm -f ./zoneinfo/right/America/Juneau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/Juneau ./zoneinfo/right/America/Juneau +rm -f ./zoneinfo/right/America/St_Lucia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/America/St_Lucia ./zoneinfo/right/America/St_Lucia +rm -f ./zoneinfo/right/Portugal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Portugal ./zoneinfo/right/Portugal +rm -f ./zoneinfo/right/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/UTC ./zoneinfo/right/UTC +rm -f ./zoneinfo/right/HST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/HST ./zoneinfo/right/HST +rm -f ./zoneinfo/right/W-SU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/W-SU ./zoneinfo/right/W-SU +rm -f ./zoneinfo/right/Israel +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Israel ./zoneinfo/right/Israel +rm -f ./zoneinfo/right/Mexico/BajaNorte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mexico/BajaNorte ./zoneinfo/right/Mexico/BajaNorte +rm -f ./zoneinfo/right/Mexico/General +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mexico/General ./zoneinfo/right/Mexico/General +rm -f ./zoneinfo/right/Mexico/BajaSur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Mexico/BajaSur ./zoneinfo/right/Mexico/BajaSur +rm -f ./zoneinfo/right/EST5EDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/EST5EDT ./zoneinfo/right/EST5EDT +rm -f ./zoneinfo/right/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Kwajalein ./zoneinfo/right/Kwajalein +rm -f ./zoneinfo/right/NZ-CHAT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/NZ-CHAT ./zoneinfo/right/NZ-CHAT +rm -f ./zoneinfo/right/Antarctica/Palmer +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Palmer ./zoneinfo/right/Antarctica/Palmer +rm -f ./zoneinfo/right/Antarctica/Rothera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Rothera ./zoneinfo/right/Antarctica/Rothera +rm -f ./zoneinfo/right/Antarctica/McMurdo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/McMurdo ./zoneinfo/right/Antarctica/McMurdo +rm -f ./zoneinfo/right/Antarctica/South_Pole +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/South_Pole ./zoneinfo/right/Antarctica/South_Pole +rm -f ./zoneinfo/right/Antarctica/Mawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Mawson ./zoneinfo/right/Antarctica/Mawson +rm -f ./zoneinfo/right/Antarctica/Vostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Vostok ./zoneinfo/right/Antarctica/Vostok +rm -f ./zoneinfo/right/Antarctica/DumontDUrville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/DumontDUrville ./zoneinfo/right/Antarctica/DumontDUrville +rm -f ./zoneinfo/right/Antarctica/Davis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Davis ./zoneinfo/right/Antarctica/Davis +rm -f ./zoneinfo/right/Antarctica/Syowa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Syowa ./zoneinfo/right/Antarctica/Syowa +rm -f ./zoneinfo/right/Antarctica/Casey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Antarctica/Casey ./zoneinfo/right/Antarctica/Casey +rm -f ./zoneinfo/right/PRC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/PRC ./zoneinfo/right/PRC +rm -f ./zoneinfo/right/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GMT+0 ./zoneinfo/right/GMT+0 +rm -f ./zoneinfo/right/MST7MDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/MST7MDT ./zoneinfo/right/MST7MDT +rm -f ./zoneinfo/right/WET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/WET ./zoneinfo/right/WET +rm -f ./zoneinfo/right/Hongkong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Hongkong ./zoneinfo/right/Hongkong +rm -f ./zoneinfo/right/Arctic/Longyearbyen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Arctic/Longyearbyen ./zoneinfo/right/Arctic/Longyearbyen +rm -f ./zoneinfo/right/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GMT-0 ./zoneinfo/right/GMT-0 +rm -f ./zoneinfo/right/ROK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/ROK ./zoneinfo/right/ROK +rm -f ./zoneinfo/right/Australia/Sydney +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Sydney ./zoneinfo/right/Australia/Sydney +rm -f ./zoneinfo/right/Australia/Darwin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Darwin ./zoneinfo/right/Australia/Darwin +rm -f ./zoneinfo/right/Australia/Yancowinna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Yancowinna ./zoneinfo/right/Australia/Yancowinna +rm -f ./zoneinfo/right/Australia/Currie +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Currie ./zoneinfo/right/Australia/Currie +rm -f ./zoneinfo/right/Australia/Broken_Hill +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Broken_Hill ./zoneinfo/right/Australia/Broken_Hill +rm -f ./zoneinfo/right/Australia/NSW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/NSW ./zoneinfo/right/Australia/NSW +rm -f ./zoneinfo/right/Australia/Canberra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Canberra ./zoneinfo/right/Australia/Canberra +rm -f ./zoneinfo/right/Australia/Eucla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Eucla ./zoneinfo/right/Australia/Eucla +rm -f ./zoneinfo/right/Australia/Tasmania +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Tasmania ./zoneinfo/right/Australia/Tasmania +rm -f ./zoneinfo/right/Australia/Adelaide +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Adelaide ./zoneinfo/right/Australia/Adelaide +rm -f ./zoneinfo/right/Australia/Hobart +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Hobart ./zoneinfo/right/Australia/Hobart +rm -f ./zoneinfo/right/Australia/South +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/South ./zoneinfo/right/Australia/South +rm -f ./zoneinfo/right/Australia/Queensland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Queensland ./zoneinfo/right/Australia/Queensland +rm -f ./zoneinfo/right/Australia/Brisbane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Brisbane ./zoneinfo/right/Australia/Brisbane +rm -f ./zoneinfo/right/Australia/Victoria +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Victoria ./zoneinfo/right/Australia/Victoria +rm -f ./zoneinfo/right/Australia/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/West ./zoneinfo/right/Australia/West +rm -f ./zoneinfo/right/Australia/ACT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/ACT ./zoneinfo/right/Australia/ACT +rm -f ./zoneinfo/right/Australia/Lord_Howe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Lord_Howe ./zoneinfo/right/Australia/Lord_Howe +rm -f ./zoneinfo/right/Australia/Melbourne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Melbourne ./zoneinfo/right/Australia/Melbourne +rm -f ./zoneinfo/right/Australia/Lindeman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Lindeman ./zoneinfo/right/Australia/Lindeman +rm -f ./zoneinfo/right/Australia/North +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/North ./zoneinfo/right/Australia/North +rm -f ./zoneinfo/right/Australia/Perth +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/Perth ./zoneinfo/right/Australia/Perth +rm -f ./zoneinfo/right/Australia/LHI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Australia/LHI ./zoneinfo/right/Australia/LHI +rm -f ./zoneinfo/right/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/UCT ./zoneinfo/right/UCT +rm -f ./zoneinfo/right/Brazil/East +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Brazil/East ./zoneinfo/right/Brazil/East +rm -f ./zoneinfo/right/Brazil/Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Brazil/Acre ./zoneinfo/right/Brazil/Acre +rm -f ./zoneinfo/right/Brazil/DeNoronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Brazil/DeNoronha ./zoneinfo/right/Brazil/DeNoronha +rm -f ./zoneinfo/right/Brazil/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Brazil/West ./zoneinfo/right/Brazil/West +rm -f ./zoneinfo/right/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/GMT ./zoneinfo/right/GMT +rm -f ./zoneinfo/right/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Singapore ./zoneinfo/right/Singapore +rm -f ./zoneinfo/right/MST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/MST ./zoneinfo/right/MST +rm -f ./zoneinfo/right/EST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/EST ./zoneinfo/right/EST +rm -f ./zoneinfo/right/ROC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/ROC ./zoneinfo/right/ROC +rm -f ./zoneinfo/right/Japan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Japan ./zoneinfo/right/Japan +rm -f ./zoneinfo/right/Egypt +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/Egypt ./zoneinfo/right/Egypt +rm -f ./zoneinfo/right/EET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/right/EET ./zoneinfo/right/EET +rm -f ./zoneinfo/America/North_Dakota/Center +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/North_Dakota/Center ./zoneinfo/America/North_Dakota/Center +rm -f ./zoneinfo/America/North_Dakota/New_Salem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/North_Dakota/New_Salem ./zoneinfo/America/North_Dakota/New_Salem +rm -f ./zoneinfo/America/Belem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Belem ./zoneinfo/America/Belem +rm -f ./zoneinfo/America/Belize +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Belize ./zoneinfo/America/Belize +rm -f ./zoneinfo/America/Boise +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Boise ./zoneinfo/America/Boise +rm -f ./zoneinfo/America/Adak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Adak ./zoneinfo/America/Adak +rm -f ./zoneinfo/America/Rainy_River +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Rainy_River ./zoneinfo/America/Rainy_River +rm -f ./zoneinfo/America/El_Salvador +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/El_Salvador ./zoneinfo/America/El_Salvador +rm -f ./zoneinfo/America/Toronto +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Toronto ./zoneinfo/America/Toronto +rm -f ./zoneinfo/America/Nipigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Nipigon ./zoneinfo/America/Nipigon +rm -f ./zoneinfo/America/Chicago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Chicago ./zoneinfo/America/Chicago +rm -f ./zoneinfo/America/Halifax +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Halifax ./zoneinfo/America/Halifax +rm -f ./zoneinfo/America/Eirunepe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Eirunepe ./zoneinfo/America/Eirunepe +rm -f ./zoneinfo/America/Yakutat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Yakutat ./zoneinfo/America/Yakutat +rm -f ./zoneinfo/America/Port_of_Spain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Port_of_Spain ./zoneinfo/America/Port_of_Spain +rm -f ./zoneinfo/America/Blanc-Sablon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Blanc-Sablon ./zoneinfo/America/Blanc-Sablon +rm -f ./zoneinfo/America/Nome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Nome ./zoneinfo/America/Nome +rm -f ./zoneinfo/America/Montevideo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Montevideo ./zoneinfo/America/Montevideo +rm -f ./zoneinfo/America/Cambridge_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cambridge_Bay ./zoneinfo/America/Cambridge_Bay +rm -f ./zoneinfo/America/Goose_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Goose_Bay ./zoneinfo/America/Goose_Bay +rm -f ./zoneinfo/America/La_Paz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/La_Paz ./zoneinfo/America/La_Paz +rm -f ./zoneinfo/America/Scoresbysund +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Scoresbysund ./zoneinfo/America/Scoresbysund +rm -f ./zoneinfo/America/Edmonton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Edmonton ./zoneinfo/America/Edmonton +rm -f ./zoneinfo/America/Inuvik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Inuvik ./zoneinfo/America/Inuvik +rm -f ./zoneinfo/America/Fortaleza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Fortaleza ./zoneinfo/America/Fortaleza +rm -f ./zoneinfo/America/Miquelon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Miquelon ./zoneinfo/America/Miquelon +rm -f ./zoneinfo/America/St_Johns +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Johns ./zoneinfo/America/St_Johns +rm -f ./zoneinfo/America/Port-au-Prince +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Port-au-Prince ./zoneinfo/America/Port-au-Prince +rm -f ./zoneinfo/America/St_Barthelemy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Barthelemy ./zoneinfo/America/St_Barthelemy +rm -f ./zoneinfo/America/Glace_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Glace_Bay ./zoneinfo/America/Glace_Bay +rm -f ./zoneinfo/America/Bahia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Bahia ./zoneinfo/America/Bahia +rm -f ./zoneinfo/America/Cuiaba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cuiaba ./zoneinfo/America/Cuiaba +rm -f ./zoneinfo/America/Recife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Recife ./zoneinfo/America/Recife +rm -f ./zoneinfo/America/Denver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Denver ./zoneinfo/America/Denver +rm -f ./zoneinfo/America/Grand_Turk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Grand_Turk ./zoneinfo/America/Grand_Turk +rm -f ./zoneinfo/America/Guayaquil +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Guayaquil ./zoneinfo/America/Guayaquil +rm -f ./zoneinfo/America/Yellowknife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Yellowknife ./zoneinfo/America/Yellowknife +rm -f ./zoneinfo/America/Nassau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Nassau ./zoneinfo/America/Nassau +rm -f ./zoneinfo/America/Antigua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Antigua ./zoneinfo/America/Antigua +rm -f ./zoneinfo/America/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Jamaica ./zoneinfo/America/Jamaica +rm -f ./zoneinfo/America/Regina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Regina ./zoneinfo/America/Regina +rm -f ./zoneinfo/America/Dawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Dawson ./zoneinfo/America/Dawson +rm -f ./zoneinfo/America/Cancun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cancun ./zoneinfo/America/Cancun +rm -f ./zoneinfo/America/Campo_Grande +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Campo_Grande ./zoneinfo/America/Campo_Grande +rm -f ./zoneinfo/America/Araguaina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Araguaina ./zoneinfo/America/Araguaina +rm -f ./zoneinfo/America/Rankin_Inlet +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Rankin_Inlet ./zoneinfo/America/Rankin_Inlet +rm -f ./zoneinfo/America/Atka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Atka ./zoneinfo/America/Atka +rm -f ./zoneinfo/America/Managua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Managua ./zoneinfo/America/Managua +rm -f ./zoneinfo/America/Aruba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Aruba ./zoneinfo/America/Aruba +rm -f ./zoneinfo/America/Moncton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Moncton ./zoneinfo/America/Moncton +rm -f ./zoneinfo/America/Fort_Wayne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Fort_Wayne ./zoneinfo/America/Fort_Wayne +rm -f ./zoneinfo/America/Whitehorse +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Whitehorse ./zoneinfo/America/Whitehorse +rm -f ./zoneinfo/America/Guyana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Guyana ./zoneinfo/America/Guyana +rm -f ./zoneinfo/America/Shiprock +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Shiprock ./zoneinfo/America/Shiprock +rm -f ./zoneinfo/America/Menominee +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Menominee ./zoneinfo/America/Menominee +rm -f ./zoneinfo/America/Sao_Paulo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Sao_Paulo ./zoneinfo/America/Sao_Paulo +rm -f ./zoneinfo/America/Hermosillo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Hermosillo ./zoneinfo/America/Hermosillo +rm -f ./zoneinfo/America/Marigot +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Marigot ./zoneinfo/America/Marigot +rm -f ./zoneinfo/America/Ensenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Ensenada ./zoneinfo/America/Ensenada +rm -f ./zoneinfo/America/Martinique +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Martinique ./zoneinfo/America/Martinique +rm -f ./zoneinfo/America/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Louisville ./zoneinfo/America/Louisville +rm -f ./zoneinfo/America/Tortola +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Tortola ./zoneinfo/America/Tortola +rm -f ./zoneinfo/America/Iqaluit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Iqaluit ./zoneinfo/America/Iqaluit +rm -f ./zoneinfo/America/Thule +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Thule ./zoneinfo/America/Thule +rm -f ./zoneinfo/America/Santiago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Santiago ./zoneinfo/America/Santiago +rm -f ./zoneinfo/America/New_York +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/New_York ./zoneinfo/America/New_York +rm -f ./zoneinfo/America/Noronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Noronha ./zoneinfo/America/Noronha +rm -f ./zoneinfo/America/Maceio +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Maceio ./zoneinfo/America/Maceio +rm -f ./zoneinfo/America/Kentucky/Monticello +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Kentucky/Monticello ./zoneinfo/America/Kentucky/Monticello +rm -f ./zoneinfo/America/Kentucky/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Kentucky/Louisville ./zoneinfo/America/Kentucky/Louisville +rm -f ./zoneinfo/America/Knox_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Knox_IN ./zoneinfo/America/Knox_IN +rm -f ./zoneinfo/America/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cordoba ./zoneinfo/America/Cordoba +rm -f ./zoneinfo/America/Indiana/Vevay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Vevay ./zoneinfo/America/Indiana/Vevay +rm -f ./zoneinfo/America/Indiana/Marengo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Marengo ./zoneinfo/America/Indiana/Marengo +rm -f ./zoneinfo/America/Indiana/Knox +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Knox ./zoneinfo/America/Indiana/Knox +rm -f ./zoneinfo/America/Indiana/Petersburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Petersburg ./zoneinfo/America/Indiana/Petersburg +rm -f ./zoneinfo/America/Indiana/Vincennes +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Vincennes ./zoneinfo/America/Indiana/Vincennes +rm -f ./zoneinfo/America/Indiana/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Indianapolis ./zoneinfo/America/Indiana/Indianapolis +rm -f ./zoneinfo/America/Indiana/Winamac +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Winamac ./zoneinfo/America/Indiana/Winamac +rm -f ./zoneinfo/America/Indiana/Tell_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indiana/Tell_City ./zoneinfo/America/Indiana/Tell_City +rm -f ./zoneinfo/America/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Catamarca ./zoneinfo/America/Catamarca +rm -f ./zoneinfo/America/Vancouver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Vancouver ./zoneinfo/America/Vancouver +rm -f ./zoneinfo/America/Chihuahua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Chihuahua ./zoneinfo/America/Chihuahua +rm -f ./zoneinfo/America/Cayman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cayman ./zoneinfo/America/Cayman +rm -f ./zoneinfo/America/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Buenos_Aires ./zoneinfo/America/Buenos_Aires +rm -f ./zoneinfo/America/Asuncion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Asuncion ./zoneinfo/America/Asuncion +rm -f ./zoneinfo/America/Mexico_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Mexico_City ./zoneinfo/America/Mexico_City +rm -f ./zoneinfo/America/Paramaribo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Paramaribo ./zoneinfo/America/Paramaribo +rm -f ./zoneinfo/America/Curacao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Curacao ./zoneinfo/America/Curacao +rm -f ./zoneinfo/America/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Jujuy ./zoneinfo/America/Jujuy +rm -f ./zoneinfo/America/Montserrat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Montserrat ./zoneinfo/America/Montserrat +rm -f ./zoneinfo/America/Anguilla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Anguilla ./zoneinfo/America/Anguilla +rm -f ./zoneinfo/America/Rio_Branco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Rio_Branco ./zoneinfo/America/Rio_Branco +rm -f ./zoneinfo/America/Cayenne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Cayenne ./zoneinfo/America/Cayenne +rm -f ./zoneinfo/America/Guatemala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Guatemala ./zoneinfo/America/Guatemala +rm -f ./zoneinfo/America/Dominica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Dominica ./zoneinfo/America/Dominica +rm -f ./zoneinfo/America/Detroit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Detroit ./zoneinfo/America/Detroit +rm -f ./zoneinfo/America/Bogota +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Bogota ./zoneinfo/America/Bogota +rm -f ./zoneinfo/America/Thunder_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Thunder_Bay ./zoneinfo/America/Thunder_Bay +rm -f ./zoneinfo/America/Lima +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Lima ./zoneinfo/America/Lima +rm -f ./zoneinfo/America/Coral_Harbour +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Coral_Harbour ./zoneinfo/America/Coral_Harbour +rm -f ./zoneinfo/America/Godthab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Godthab ./zoneinfo/America/Godthab +rm -f ./zoneinfo/America/Guadeloupe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Guadeloupe ./zoneinfo/America/Guadeloupe +rm -f ./zoneinfo/America/Winnipeg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Winnipeg ./zoneinfo/America/Winnipeg +rm -f ./zoneinfo/America/Porto_Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Porto_Acre ./zoneinfo/America/Porto_Acre +rm -f ./zoneinfo/America/Monterrey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Monterrey ./zoneinfo/America/Monterrey +rm -f ./zoneinfo/America/Tijuana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Tijuana ./zoneinfo/America/Tijuana +rm -f ./zoneinfo/America/Pangnirtung +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Pangnirtung ./zoneinfo/America/Pangnirtung +rm -f ./zoneinfo/America/Merida +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Merida ./zoneinfo/America/Merida +rm -f ./zoneinfo/America/Grenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Grenada ./zoneinfo/America/Grenada +rm -f ./zoneinfo/America/Rosario +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Rosario ./zoneinfo/America/Rosario +rm -f ./zoneinfo/America/Atikokan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Atikokan ./zoneinfo/America/Atikokan +rm -f ./zoneinfo/America/Danmarkshavn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Danmarkshavn ./zoneinfo/America/Danmarkshavn +rm -f ./zoneinfo/America/Mazatlan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Mazatlan ./zoneinfo/America/Mazatlan +rm -f ./zoneinfo/America/Caracas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Caracas ./zoneinfo/America/Caracas +rm -f ./zoneinfo/America/Panama +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Panama ./zoneinfo/America/Panama +rm -f ./zoneinfo/America/Tegucigalpa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Tegucigalpa ./zoneinfo/America/Tegucigalpa +rm -f ./zoneinfo/America/St_Kitts +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Kitts ./zoneinfo/America/St_Kitts +rm -f ./zoneinfo/America/Swift_Current +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Swift_Current ./zoneinfo/America/Swift_Current +rm -f ./zoneinfo/America/Barbados +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Barbados ./zoneinfo/America/Barbados +rm -f ./zoneinfo/America/Argentina/San_Luis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/San_Luis ./zoneinfo/America/Argentina/San_Luis +rm -f ./zoneinfo/America/Argentina/ComodRivadavia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/ComodRivadavia ./zoneinfo/America/Argentina/ComodRivadavia +rm -f ./zoneinfo/America/Argentina/Rio_Gallegos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Rio_Gallegos ./zoneinfo/America/Argentina/Rio_Gallegos +rm -f ./zoneinfo/America/Argentina/Ushuaia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Ushuaia ./zoneinfo/America/Argentina/Ushuaia +rm -f ./zoneinfo/America/Argentina/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Cordoba ./zoneinfo/America/Argentina/Cordoba +rm -f ./zoneinfo/America/Argentina/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Catamarca ./zoneinfo/America/Argentina/Catamarca +rm -f ./zoneinfo/America/Argentina/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Buenos_Aires ./zoneinfo/America/Argentina/Buenos_Aires +rm -f ./zoneinfo/America/Argentina/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Jujuy ./zoneinfo/America/Argentina/Jujuy +rm -f ./zoneinfo/America/Argentina/Tucuman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Tucuman ./zoneinfo/America/Argentina/Tucuman +rm -f ./zoneinfo/America/Argentina/La_Rioja +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/La_Rioja ./zoneinfo/America/Argentina/La_Rioja +rm -f ./zoneinfo/America/Argentina/San_Juan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/San_Juan ./zoneinfo/America/Argentina/San_Juan +rm -f ./zoneinfo/America/Argentina/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Argentina/Mendoza ./zoneinfo/America/Argentina/Mendoza +rm -f ./zoneinfo/America/Costa_Rica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Costa_Rica ./zoneinfo/America/Costa_Rica +rm -f ./zoneinfo/America/Montreal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Montreal ./zoneinfo/America/Montreal +rm -f ./zoneinfo/America/Resolute +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Resolute ./zoneinfo/America/Resolute +rm -f ./zoneinfo/America/Anchorage +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Anchorage ./zoneinfo/America/Anchorage +rm -f ./zoneinfo/America/Dawson_Creek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Dawson_Creek ./zoneinfo/America/Dawson_Creek +rm -f ./zoneinfo/America/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Indianapolis ./zoneinfo/America/Indianapolis +rm -f ./zoneinfo/America/Los_Angeles +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Los_Angeles ./zoneinfo/America/Los_Angeles +rm -f ./zoneinfo/America/Manaus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Manaus ./zoneinfo/America/Manaus +rm -f ./zoneinfo/America/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Mendoza ./zoneinfo/America/Mendoza +rm -f ./zoneinfo/America/St_Vincent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Vincent ./zoneinfo/America/St_Vincent +rm -f ./zoneinfo/America/Puerto_Rico +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Puerto_Rico ./zoneinfo/America/Puerto_Rico +rm -f ./zoneinfo/America/Phoenix +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Phoenix ./zoneinfo/America/Phoenix +rm -f ./zoneinfo/America/Porto_Velho +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Porto_Velho ./zoneinfo/America/Porto_Velho +rm -f ./zoneinfo/America/St_Thomas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Thomas ./zoneinfo/America/St_Thomas +rm -f ./zoneinfo/America/Boa_Vista +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Boa_Vista ./zoneinfo/America/Boa_Vista +rm -f ./zoneinfo/America/Virgin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Virgin ./zoneinfo/America/Virgin +rm -f ./zoneinfo/America/Havana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Havana ./zoneinfo/America/Havana +rm -f ./zoneinfo/America/Santo_Domingo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Santo_Domingo ./zoneinfo/America/Santo_Domingo +rm -f ./zoneinfo/America/Juneau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/Juneau ./zoneinfo/America/Juneau +rm -f ./zoneinfo/America/St_Lucia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/America/St_Lucia ./zoneinfo/America/St_Lucia +rm -f ./zoneinfo/Portugal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Portugal ./zoneinfo/Portugal +rm -f ./zoneinfo/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/UTC ./zoneinfo/UTC +rm -f ./zoneinfo/HST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/HST ./zoneinfo/HST +rm -f ./zoneinfo/W-SU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/W-SU ./zoneinfo/W-SU +rm -f ./zoneinfo/Israel +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Israel ./zoneinfo/Israel +rm -f ./zoneinfo/Mexico/BajaNorte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mexico/BajaNorte ./zoneinfo/Mexico/BajaNorte +rm -f ./zoneinfo/Mexico/General +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mexico/General ./zoneinfo/Mexico/General +rm -f ./zoneinfo/Mexico/BajaSur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Mexico/BajaSur ./zoneinfo/Mexico/BajaSur +rm -f ./zoneinfo/EST5EDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/EST5EDT ./zoneinfo/EST5EDT +rm -f ./zoneinfo/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Kwajalein ./zoneinfo/Kwajalein +rm -f ./zoneinfo/NZ-CHAT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/NZ-CHAT ./zoneinfo/NZ-CHAT +rm -f ./zoneinfo/Antarctica/Palmer +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Palmer ./zoneinfo/Antarctica/Palmer +rm -f ./zoneinfo/Antarctica/Rothera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Rothera ./zoneinfo/Antarctica/Rothera +rm -f ./zoneinfo/Antarctica/McMurdo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/McMurdo ./zoneinfo/Antarctica/McMurdo +rm -f ./zoneinfo/Antarctica/South_Pole +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/South_Pole ./zoneinfo/Antarctica/South_Pole +rm -f ./zoneinfo/Antarctica/Mawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Mawson ./zoneinfo/Antarctica/Mawson +rm -f ./zoneinfo/Antarctica/Vostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Vostok ./zoneinfo/Antarctica/Vostok +rm -f ./zoneinfo/Antarctica/DumontDUrville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/DumontDUrville ./zoneinfo/Antarctica/DumontDUrville +rm -f ./zoneinfo/Antarctica/Davis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Davis ./zoneinfo/Antarctica/Davis +rm -f ./zoneinfo/Antarctica/Syowa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Syowa ./zoneinfo/Antarctica/Syowa +rm -f ./zoneinfo/Antarctica/Casey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Antarctica/Casey ./zoneinfo/Antarctica/Casey +rm -f ./zoneinfo/PRC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/PRC ./zoneinfo/PRC +rm -f ./zoneinfo/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GMT+0 ./zoneinfo/GMT+0 +rm -f ./zoneinfo/MST7MDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/MST7MDT ./zoneinfo/MST7MDT +rm -f ./zoneinfo/WET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/WET ./zoneinfo/WET +rm -f ./zoneinfo/Hongkong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Hongkong ./zoneinfo/Hongkong +rm -f ./zoneinfo/posixrules +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posixrules ./zoneinfo/posixrules +rm -f ./zoneinfo/Arctic/Longyearbyen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Arctic/Longyearbyen ./zoneinfo/Arctic/Longyearbyen +rm -f ./zoneinfo/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GMT-0 ./zoneinfo/GMT-0 +rm -f ./zoneinfo/ROK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/ROK ./zoneinfo/ROK +rm -f ./zoneinfo/zone.tab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/zone.tab ./zoneinfo/zone.tab +rm -f ./zoneinfo/Australia/Sydney +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Sydney ./zoneinfo/Australia/Sydney +rm -f ./zoneinfo/Australia/Darwin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Darwin ./zoneinfo/Australia/Darwin +rm -f ./zoneinfo/Australia/Yancowinna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Yancowinna ./zoneinfo/Australia/Yancowinna +rm -f ./zoneinfo/Australia/Currie +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Currie ./zoneinfo/Australia/Currie +rm -f ./zoneinfo/Australia/Broken_Hill +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Broken_Hill ./zoneinfo/Australia/Broken_Hill +rm -f ./zoneinfo/Australia/NSW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/NSW ./zoneinfo/Australia/NSW +rm -f ./zoneinfo/Australia/Canberra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Canberra ./zoneinfo/Australia/Canberra +rm -f ./zoneinfo/Australia/Eucla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Eucla ./zoneinfo/Australia/Eucla +rm -f ./zoneinfo/Australia/Tasmania +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Tasmania ./zoneinfo/Australia/Tasmania +rm -f ./zoneinfo/Australia/Adelaide +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Adelaide ./zoneinfo/Australia/Adelaide +rm -f ./zoneinfo/Australia/Hobart +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Hobart ./zoneinfo/Australia/Hobart +rm -f ./zoneinfo/Australia/South +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/South ./zoneinfo/Australia/South +rm -f ./zoneinfo/Australia/Queensland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Queensland ./zoneinfo/Australia/Queensland +rm -f ./zoneinfo/Australia/Brisbane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Brisbane ./zoneinfo/Australia/Brisbane +rm -f ./zoneinfo/Australia/Victoria +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Victoria ./zoneinfo/Australia/Victoria +rm -f ./zoneinfo/Australia/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/West ./zoneinfo/Australia/West +rm -f ./zoneinfo/Australia/ACT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/ACT ./zoneinfo/Australia/ACT +rm -f ./zoneinfo/Australia/Lord_Howe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Lord_Howe ./zoneinfo/Australia/Lord_Howe +rm -f ./zoneinfo/Australia/Melbourne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Melbourne ./zoneinfo/Australia/Melbourne +rm -f ./zoneinfo/Australia/Lindeman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Lindeman ./zoneinfo/Australia/Lindeman +rm -f ./zoneinfo/Australia/North +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/North ./zoneinfo/Australia/North +rm -f ./zoneinfo/Australia/Perth +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/Perth ./zoneinfo/Australia/Perth +rm -f ./zoneinfo/Australia/LHI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Australia/LHI ./zoneinfo/Australia/LHI +rm -f ./zoneinfo/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/UCT ./zoneinfo/UCT +rm -f ./zoneinfo/Brazil/East +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Brazil/East ./zoneinfo/Brazil/East +rm -f ./zoneinfo/Brazil/Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Brazil/Acre ./zoneinfo/Brazil/Acre +rm -f ./zoneinfo/Brazil/DeNoronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Brazil/DeNoronha ./zoneinfo/Brazil/DeNoronha +rm -f ./zoneinfo/Brazil/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Brazil/West ./zoneinfo/Brazil/West +rm -f ./zoneinfo/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/GMT ./zoneinfo/GMT +rm -f ./zoneinfo/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Singapore ./zoneinfo/Singapore +rm -f ./zoneinfo/MST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/MST ./zoneinfo/MST +rm -f ./zoneinfo/posix/Pacific/Truk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Truk ./zoneinfo/posix/Pacific/Truk +rm -f ./zoneinfo/posix/Pacific/Niue +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Niue ./zoneinfo/posix/Pacific/Niue +rm -f ./zoneinfo/posix/Pacific/Marquesas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Marquesas ./zoneinfo/posix/Pacific/Marquesas +rm -f ./zoneinfo/posix/Pacific/Fakaofo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Fakaofo ./zoneinfo/posix/Pacific/Fakaofo +rm -f ./zoneinfo/posix/Pacific/Tongatapu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Tongatapu ./zoneinfo/posix/Pacific/Tongatapu +rm -f ./zoneinfo/posix/Pacific/Fiji +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Fiji ./zoneinfo/posix/Pacific/Fiji +rm -f ./zoneinfo/posix/Pacific/Galapagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Galapagos ./zoneinfo/posix/Pacific/Galapagos +rm -f ./zoneinfo/posix/Pacific/Enderbury +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Enderbury ./zoneinfo/posix/Pacific/Enderbury +rm -f ./zoneinfo/posix/Pacific/Kosrae +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Kosrae ./zoneinfo/posix/Pacific/Kosrae +rm -f ./zoneinfo/posix/Pacific/Johnston +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Johnston ./zoneinfo/posix/Pacific/Johnston +rm -f ./zoneinfo/posix/Pacific/Saipan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Saipan ./zoneinfo/posix/Pacific/Saipan +rm -f ./zoneinfo/posix/Pacific/Pago_Pago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Pago_Pago ./zoneinfo/posix/Pacific/Pago_Pago +rm -f ./zoneinfo/posix/Pacific/Funafuti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Funafuti ./zoneinfo/posix/Pacific/Funafuti +rm -f ./zoneinfo/posix/Pacific/Apia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Apia ./zoneinfo/posix/Pacific/Apia +rm -f ./zoneinfo/posix/Pacific/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Samoa ./zoneinfo/posix/Pacific/Samoa +rm -f ./zoneinfo/posix/Pacific/Guadalcanal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Guadalcanal ./zoneinfo/posix/Pacific/Guadalcanal +rm -f ./zoneinfo/posix/Pacific/Yap +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Yap ./zoneinfo/posix/Pacific/Yap +rm -f ./zoneinfo/posix/Pacific/Midway +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Midway ./zoneinfo/posix/Pacific/Midway +rm -f ./zoneinfo/posix/Pacific/Efate +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Efate ./zoneinfo/posix/Pacific/Efate +rm -f ./zoneinfo/posix/Pacific/Easter +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Easter ./zoneinfo/posix/Pacific/Easter +rm -f ./zoneinfo/posix/Pacific/Pitcairn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Pitcairn ./zoneinfo/posix/Pacific/Pitcairn +rm -f ./zoneinfo/posix/Pacific/Auckland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Auckland ./zoneinfo/posix/Pacific/Auckland +rm -f ./zoneinfo/posix/Pacific/Gambier +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Gambier ./zoneinfo/posix/Pacific/Gambier +rm -f ./zoneinfo/posix/Pacific/Palau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Palau ./zoneinfo/posix/Pacific/Palau +rm -f ./zoneinfo/posix/Pacific/Guam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Guam ./zoneinfo/posix/Pacific/Guam +rm -f ./zoneinfo/posix/Pacific/Rarotonga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Rarotonga ./zoneinfo/posix/Pacific/Rarotonga +rm -f ./zoneinfo/posix/Pacific/Tarawa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Tarawa ./zoneinfo/posix/Pacific/Tarawa +rm -f ./zoneinfo/posix/Pacific/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Kwajalein ./zoneinfo/posix/Pacific/Kwajalein +rm -f ./zoneinfo/posix/Pacific/Tahiti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Tahiti ./zoneinfo/posix/Pacific/Tahiti +rm -f ./zoneinfo/posix/Pacific/Norfolk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Norfolk ./zoneinfo/posix/Pacific/Norfolk +rm -f ./zoneinfo/posix/Pacific/Ponape +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Ponape ./zoneinfo/posix/Pacific/Ponape +rm -f ./zoneinfo/posix/Pacific/Kiritimati +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Kiritimati ./zoneinfo/posix/Pacific/Kiritimati +rm -f ./zoneinfo/posix/Pacific/Wake +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Wake ./zoneinfo/posix/Pacific/Wake +rm -f ./zoneinfo/posix/Pacific/Nauru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Nauru ./zoneinfo/posix/Pacific/Nauru +rm -f ./zoneinfo/posix/Pacific/Port_Moresby +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Port_Moresby ./zoneinfo/posix/Pacific/Port_Moresby +rm -f ./zoneinfo/posix/Pacific/Noumea +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Noumea ./zoneinfo/posix/Pacific/Noumea +rm -f ./zoneinfo/posix/Pacific/Chatham +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Chatham ./zoneinfo/posix/Pacific/Chatham +rm -f ./zoneinfo/posix/Pacific/Majuro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Majuro ./zoneinfo/posix/Pacific/Majuro +rm -f ./zoneinfo/posix/Pacific/Wallis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Wallis ./zoneinfo/posix/Pacific/Wallis +rm -f ./zoneinfo/posix/Pacific/Honolulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Pacific/Honolulu ./zoneinfo/posix/Pacific/Honolulu +rm -f ./zoneinfo/posix/Iran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Iran ./zoneinfo/posix/Iran +rm -f ./zoneinfo/posix/Factory +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Factory ./zoneinfo/posix/Factory +rm -f ./zoneinfo/posix/PST8PDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/PST8PDT ./zoneinfo/posix/PST8PDT +rm -f ./zoneinfo/posix/Chile/EasterIsland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Chile/EasterIsland ./zoneinfo/posix/Chile/EasterIsland +rm -f ./zoneinfo/posix/Chile/Continental +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Chile/Continental ./zoneinfo/posix/Chile/Continental +rm -f ./zoneinfo/posix/Libya +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Libya ./zoneinfo/posix/Libya +rm -f ./zoneinfo/posix/Africa/Khartoum +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Khartoum ./zoneinfo/posix/Africa/Khartoum +rm -f ./zoneinfo/posix/Africa/Freetown +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Freetown ./zoneinfo/posix/Africa/Freetown +rm -f ./zoneinfo/posix/Africa/Lagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Lagos ./zoneinfo/posix/Africa/Lagos +rm -f ./zoneinfo/posix/Africa/Maseru +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Maseru ./zoneinfo/posix/Africa/Maseru +rm -f ./zoneinfo/posix/Africa/Lome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Lome ./zoneinfo/posix/Africa/Lome +rm -f ./zoneinfo/posix/Africa/Malabo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Malabo ./zoneinfo/posix/Africa/Malabo +rm -f ./zoneinfo/posix/Africa/Timbuktu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Timbuktu ./zoneinfo/posix/Africa/Timbuktu +rm -f ./zoneinfo/posix/Africa/Dakar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Dakar ./zoneinfo/posix/Africa/Dakar +rm -f ./zoneinfo/posix/Africa/Nairobi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Nairobi ./zoneinfo/posix/Africa/Nairobi +rm -f ./zoneinfo/posix/Africa/Mogadishu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Mogadishu ./zoneinfo/posix/Africa/Mogadishu +rm -f ./zoneinfo/posix/Africa/Banjul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Banjul ./zoneinfo/posix/Africa/Banjul +rm -f ./zoneinfo/posix/Africa/Dar_es_Salaam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Dar_es_Salaam ./zoneinfo/posix/Africa/Dar_es_Salaam +rm -f ./zoneinfo/posix/Africa/Mbabane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Mbabane ./zoneinfo/posix/Africa/Mbabane +rm -f ./zoneinfo/posix/Africa/Bamako +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Bamako ./zoneinfo/posix/Africa/Bamako +rm -f ./zoneinfo/posix/Africa/Ouagadougou +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Ouagadougou ./zoneinfo/posix/Africa/Ouagadougou +rm -f ./zoneinfo/posix/Africa/Djibouti +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Djibouti ./zoneinfo/posix/Africa/Djibouti +rm -f ./zoneinfo/posix/Africa/Bissau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Bissau ./zoneinfo/posix/Africa/Bissau +rm -f ./zoneinfo/posix/Africa/Tunis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Tunis ./zoneinfo/posix/Africa/Tunis +rm -f ./zoneinfo/posix/Africa/Ndjamena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Ndjamena ./zoneinfo/posix/Africa/Ndjamena +rm -f ./zoneinfo/posix/Africa/Asmara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Asmara ./zoneinfo/posix/Africa/Asmara +rm -f ./zoneinfo/posix/Africa/Brazzaville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Brazzaville ./zoneinfo/posix/Africa/Brazzaville +rm -f ./zoneinfo/posix/Africa/Ceuta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Ceuta ./zoneinfo/posix/Africa/Ceuta +rm -f ./zoneinfo/posix/Africa/El_Aaiun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/El_Aaiun ./zoneinfo/posix/Africa/El_Aaiun +rm -f ./zoneinfo/posix/Africa/Monrovia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Monrovia ./zoneinfo/posix/Africa/Monrovia +rm -f ./zoneinfo/posix/Africa/Libreville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Libreville ./zoneinfo/posix/Africa/Libreville +rm -f ./zoneinfo/posix/Africa/Maputo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Maputo ./zoneinfo/posix/Africa/Maputo +rm -f ./zoneinfo/posix/Africa/Bangui +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Bangui ./zoneinfo/posix/Africa/Bangui +rm -f ./zoneinfo/posix/Africa/Windhoek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Windhoek ./zoneinfo/posix/Africa/Windhoek +rm -f ./zoneinfo/posix/Africa/Addis_Ababa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Addis_Ababa ./zoneinfo/posix/Africa/Addis_Ababa +rm -f ./zoneinfo/posix/Africa/Douala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Douala ./zoneinfo/posix/Africa/Douala +rm -f ./zoneinfo/posix/Africa/Sao_Tome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Sao_Tome ./zoneinfo/posix/Africa/Sao_Tome +rm -f ./zoneinfo/posix/Africa/Conakry +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Conakry ./zoneinfo/posix/Africa/Conakry +rm -f ./zoneinfo/posix/Africa/Harare +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Harare ./zoneinfo/posix/Africa/Harare +rm -f ./zoneinfo/posix/Africa/Blantyre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Blantyre ./zoneinfo/posix/Africa/Blantyre +rm -f ./zoneinfo/posix/Africa/Asmera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Asmera ./zoneinfo/posix/Africa/Asmera +rm -f ./zoneinfo/posix/Africa/Algiers +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Algiers ./zoneinfo/posix/Africa/Algiers +rm -f ./zoneinfo/posix/Africa/Johannesburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Johannesburg ./zoneinfo/posix/Africa/Johannesburg +rm -f ./zoneinfo/posix/Africa/Kigali +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Kigali ./zoneinfo/posix/Africa/Kigali +rm -f ./zoneinfo/posix/Africa/Cairo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Cairo ./zoneinfo/posix/Africa/Cairo +rm -f ./zoneinfo/posix/Africa/Casablanca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Casablanca ./zoneinfo/posix/Africa/Casablanca +rm -f ./zoneinfo/posix/Africa/Kampala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Kampala ./zoneinfo/posix/Africa/Kampala +rm -f ./zoneinfo/posix/Africa/Luanda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Luanda ./zoneinfo/posix/Africa/Luanda +rm -f ./zoneinfo/posix/Africa/Bujumbura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Bujumbura ./zoneinfo/posix/Africa/Bujumbura +rm -f ./zoneinfo/posix/Africa/Lubumbashi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Lubumbashi ./zoneinfo/posix/Africa/Lubumbashi +rm -f ./zoneinfo/posix/Africa/Accra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Accra ./zoneinfo/posix/Africa/Accra +rm -f ./zoneinfo/posix/Africa/Gaborone +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Gaborone ./zoneinfo/posix/Africa/Gaborone +rm -f ./zoneinfo/posix/Africa/Kinshasa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Kinshasa ./zoneinfo/posix/Africa/Kinshasa +rm -f ./zoneinfo/posix/Africa/Abidjan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Abidjan ./zoneinfo/posix/Africa/Abidjan +rm -f ./zoneinfo/posix/Africa/Niamey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Niamey ./zoneinfo/posix/Africa/Niamey +rm -f ./zoneinfo/posix/Africa/Nouakchott +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Nouakchott ./zoneinfo/posix/Africa/Nouakchott +rm -f ./zoneinfo/posix/Africa/Lusaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Lusaka ./zoneinfo/posix/Africa/Lusaka +rm -f ./zoneinfo/posix/Africa/Porto-Novo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Porto-Novo ./zoneinfo/posix/Africa/Porto-Novo +rm -f ./zoneinfo/posix/Africa/Tripoli +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Africa/Tripoli ./zoneinfo/posix/Africa/Tripoli +rm -f ./zoneinfo/posix/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GMT0 ./zoneinfo/posix/GMT0 +rm -f ./zoneinfo/posix/GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GB ./zoneinfo/posix/GB +rm -f ./zoneinfo/posix/CST6CDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/CST6CDT ./zoneinfo/posix/CST6CDT +rm -f ./zoneinfo/posix/MET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/MET ./zoneinfo/posix/MET +rm -f ./zoneinfo/posix/Etc/GMT-8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-8 ./zoneinfo/posix/Etc/GMT-8 +rm -f ./zoneinfo/posix/Etc/GMT-14 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-14 ./zoneinfo/posix/Etc/GMT-14 +rm -f ./zoneinfo/posix/Etc/GMT+12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+12 ./zoneinfo/posix/Etc/GMT+12 +rm -f ./zoneinfo/posix/Etc/GMT0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT0 ./zoneinfo/posix/Etc/GMT0 +rm -f ./zoneinfo/posix/Etc/GMT+1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+1 ./zoneinfo/posix/Etc/GMT+1 +rm -f ./zoneinfo/posix/Etc/GMT-11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-11 ./zoneinfo/posix/Etc/GMT-11 +rm -f ./zoneinfo/posix/Etc/GMT+5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+5 ./zoneinfo/posix/Etc/GMT+5 +rm -f ./zoneinfo/posix/Etc/GMT-12 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-12 ./zoneinfo/posix/Etc/GMT-12 +rm -f ./zoneinfo/posix/Etc/GMT+7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+7 ./zoneinfo/posix/Etc/GMT+7 +rm -f ./zoneinfo/posix/Etc/GMT-9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-9 ./zoneinfo/posix/Etc/GMT-9 +rm -f ./zoneinfo/posix/Etc/GMT-1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-1 ./zoneinfo/posix/Etc/GMT-1 +rm -f ./zoneinfo/posix/Etc/GMT-10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-10 ./zoneinfo/posix/Etc/GMT-10 +rm -f ./zoneinfo/posix/Etc/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/Universal ./zoneinfo/posix/Etc/Universal +rm -f ./zoneinfo/posix/Etc/GMT+10 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+10 ./zoneinfo/posix/Etc/GMT+10 +rm -f ./zoneinfo/posix/Etc/GMT-5 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-5 ./zoneinfo/posix/Etc/GMT-5 +rm -f ./zoneinfo/posix/Etc/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/Greenwich ./zoneinfo/posix/Etc/Greenwich +rm -f ./zoneinfo/posix/Etc/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/Zulu ./zoneinfo/posix/Etc/Zulu +rm -f ./zoneinfo/posix/Etc/GMT-3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-3 ./zoneinfo/posix/Etc/GMT-3 +rm -f ./zoneinfo/posix/Etc/GMT+4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+4 ./zoneinfo/posix/Etc/GMT+4 +rm -f ./zoneinfo/posix/Etc/GMT+8 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+8 ./zoneinfo/posix/Etc/GMT+8 +rm -f ./zoneinfo/posix/Etc/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/UTC ./zoneinfo/posix/Etc/UTC +rm -f ./zoneinfo/posix/Etc/GMT-13 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-13 ./zoneinfo/posix/Etc/GMT-13 +rm -f ./zoneinfo/posix/Etc/GMT-7 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-7 ./zoneinfo/posix/Etc/GMT-7 +rm -f ./zoneinfo/posix/Etc/GMT-6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-6 ./zoneinfo/posix/Etc/GMT-6 +rm -f ./zoneinfo/posix/Etc/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+0 ./zoneinfo/posix/Etc/GMT+0 +rm -f ./zoneinfo/posix/Etc/GMT+11 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+11 ./zoneinfo/posix/Etc/GMT+11 +rm -f ./zoneinfo/posix/Etc/GMT+3 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+3 ./zoneinfo/posix/Etc/GMT+3 +rm -f ./zoneinfo/posix/Etc/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-0 ./zoneinfo/posix/Etc/GMT-0 +rm -f ./zoneinfo/posix/Etc/GMT-2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-2 ./zoneinfo/posix/Etc/GMT-2 +rm -f ./zoneinfo/posix/Etc/GMT-4 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT-4 ./zoneinfo/posix/Etc/GMT-4 +rm -f ./zoneinfo/posix/Etc/GMT+2 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+2 ./zoneinfo/posix/Etc/GMT+2 +rm -f ./zoneinfo/posix/Etc/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/UCT ./zoneinfo/posix/Etc/UCT +rm -f ./zoneinfo/posix/Etc/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT ./zoneinfo/posix/Etc/GMT +rm -f ./zoneinfo/posix/Etc/GMT+9 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+9 ./zoneinfo/posix/Etc/GMT+9 +rm -f ./zoneinfo/posix/Etc/GMT+6 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Etc/GMT+6 ./zoneinfo/posix/Etc/GMT+6 +rm -f ./zoneinfo/posix/Mideast/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mideast/Riyadh89 ./zoneinfo/posix/Mideast/Riyadh89 +rm -f ./zoneinfo/posix/Mideast/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mideast/Riyadh87 ./zoneinfo/posix/Mideast/Riyadh87 +rm -f ./zoneinfo/posix/Mideast/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mideast/Riyadh88 ./zoneinfo/posix/Mideast/Riyadh88 +rm -f ./zoneinfo/posix/Indian/Maldives +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Maldives ./zoneinfo/posix/Indian/Maldives +rm -f ./zoneinfo/posix/Indian/Christmas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Christmas ./zoneinfo/posix/Indian/Christmas +rm -f ./zoneinfo/posix/Indian/Mauritius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Mauritius ./zoneinfo/posix/Indian/Mauritius +rm -f ./zoneinfo/posix/Indian/Kerguelen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Kerguelen ./zoneinfo/posix/Indian/Kerguelen +rm -f ./zoneinfo/posix/Indian/Cocos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Cocos ./zoneinfo/posix/Indian/Cocos +rm -f ./zoneinfo/posix/Indian/Mahe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Mahe ./zoneinfo/posix/Indian/Mahe +rm -f ./zoneinfo/posix/Indian/Antananarivo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Antananarivo ./zoneinfo/posix/Indian/Antananarivo +rm -f ./zoneinfo/posix/Indian/Mayotte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Mayotte ./zoneinfo/posix/Indian/Mayotte +rm -f ./zoneinfo/posix/Indian/Reunion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Reunion ./zoneinfo/posix/Indian/Reunion +rm -f ./zoneinfo/posix/Indian/Comoro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Comoro ./zoneinfo/posix/Indian/Comoro +rm -f ./zoneinfo/posix/Indian/Chagos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Indian/Chagos ./zoneinfo/posix/Indian/Chagos +rm -f ./zoneinfo/posix/Universal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Universal ./zoneinfo/posix/Universal +rm -f ./zoneinfo/posix/Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Eire ./zoneinfo/posix/Eire +rm -f ./zoneinfo/posix/Cuba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Cuba ./zoneinfo/posix/Cuba +rm -f ./zoneinfo/posix/Iceland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Iceland ./zoneinfo/posix/Iceland +rm -f ./zoneinfo/posix/GB-Eire +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GB-Eire ./zoneinfo/posix/GB-Eire +rm -f ./zoneinfo/posix/Asia/Aqtobe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Aqtobe ./zoneinfo/posix/Asia/Aqtobe +rm -f ./zoneinfo/posix/Asia/Muscat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Muscat ./zoneinfo/posix/Asia/Muscat +rm -f ./zoneinfo/posix/Asia/Macau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Macau ./zoneinfo/posix/Asia/Macau +rm -f ./zoneinfo/posix/Asia/Tokyo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tokyo ./zoneinfo/posix/Asia/Tokyo +rm -f ./zoneinfo/posix/Asia/Karachi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Karachi ./zoneinfo/posix/Asia/Karachi +rm -f ./zoneinfo/posix/Asia/Sakhalin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Sakhalin ./zoneinfo/posix/Asia/Sakhalin +rm -f ./zoneinfo/posix/Asia/Brunei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Brunei ./zoneinfo/posix/Asia/Brunei +rm -f ./zoneinfo/posix/Asia/Saigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Saigon ./zoneinfo/posix/Asia/Saigon +rm -f ./zoneinfo/posix/Asia/Baku +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Baku ./zoneinfo/posix/Asia/Baku +rm -f ./zoneinfo/posix/Asia/Phnom_Penh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Phnom_Penh ./zoneinfo/posix/Asia/Phnom_Penh +rm -f ./zoneinfo/posix/Asia/Chungking +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Chungking ./zoneinfo/posix/Asia/Chungking +rm -f ./zoneinfo/posix/Asia/Amman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Amman ./zoneinfo/posix/Asia/Amman +rm -f ./zoneinfo/posix/Asia/Ashkhabad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ashkhabad ./zoneinfo/posix/Asia/Ashkhabad +rm -f ./zoneinfo/posix/Asia/Chongqing +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Chongqing ./zoneinfo/posix/Asia/Chongqing +rm -f ./zoneinfo/posix/Asia/Pontianak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Pontianak ./zoneinfo/posix/Asia/Pontianak +rm -f ./zoneinfo/posix/Asia/Thimbu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Thimbu ./zoneinfo/posix/Asia/Thimbu +rm -f ./zoneinfo/posix/Asia/Samarkand +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Samarkand ./zoneinfo/posix/Asia/Samarkand +rm -f ./zoneinfo/posix/Asia/Yekaterinburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Yekaterinburg ./zoneinfo/posix/Asia/Yekaterinburg +rm -f ./zoneinfo/posix/Asia/Macao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Macao ./zoneinfo/posix/Asia/Macao +rm -f ./zoneinfo/posix/Asia/Dili +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dili ./zoneinfo/posix/Asia/Dili +rm -f ./zoneinfo/posix/Asia/Bishkek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Bishkek ./zoneinfo/posix/Asia/Bishkek +rm -f ./zoneinfo/posix/Asia/Krasnoyarsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Krasnoyarsk ./zoneinfo/posix/Asia/Krasnoyarsk +rm -f ./zoneinfo/posix/Asia/Bahrain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Bahrain ./zoneinfo/posix/Asia/Bahrain +rm -f ./zoneinfo/posix/Asia/Gaza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Gaza ./zoneinfo/posix/Asia/Gaza +rm -f ./zoneinfo/posix/Asia/Ho_Chi_Minh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ho_Chi_Minh ./zoneinfo/posix/Asia/Ho_Chi_Minh +rm -f ./zoneinfo/posix/Asia/Calcutta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Calcutta ./zoneinfo/posix/Asia/Calcutta +rm -f ./zoneinfo/posix/Asia/Vientiane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Vientiane ./zoneinfo/posix/Asia/Vientiane +rm -f ./zoneinfo/posix/Asia/Qatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Qatar ./zoneinfo/posix/Asia/Qatar +rm -f ./zoneinfo/posix/Asia/Kolkata +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kolkata ./zoneinfo/posix/Asia/Kolkata +rm -f ./zoneinfo/posix/Asia/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Nicosia ./zoneinfo/posix/Asia/Nicosia +rm -f ./zoneinfo/posix/Asia/Ujung_Pandang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ujung_Pandang ./zoneinfo/posix/Asia/Ujung_Pandang +rm -f ./zoneinfo/posix/Asia/Novosibirsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Novosibirsk ./zoneinfo/posix/Asia/Novosibirsk +rm -f ./zoneinfo/posix/Asia/Vladivostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Vladivostok ./zoneinfo/posix/Asia/Vladivostok +rm -f ./zoneinfo/posix/Asia/Colombo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Colombo ./zoneinfo/posix/Asia/Colombo +rm -f ./zoneinfo/posix/Asia/Magadan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Magadan ./zoneinfo/posix/Asia/Magadan +rm -f ./zoneinfo/posix/Asia/Riyadh +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Riyadh ./zoneinfo/posix/Asia/Riyadh +rm -f ./zoneinfo/posix/Asia/Yakutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Yakutsk ./zoneinfo/posix/Asia/Yakutsk +rm -f ./zoneinfo/posix/Asia/Riyadh89 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Riyadh89 ./zoneinfo/posix/Asia/Riyadh89 +rm -f ./zoneinfo/posix/Asia/Tbilisi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tbilisi ./zoneinfo/posix/Asia/Tbilisi +rm -f ./zoneinfo/posix/Asia/Kashgar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kashgar ./zoneinfo/posix/Asia/Kashgar +rm -f ./zoneinfo/posix/Asia/Ashgabat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ashgabat ./zoneinfo/posix/Asia/Ashgabat +rm -f ./zoneinfo/posix/Asia/Yerevan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Yerevan ./zoneinfo/posix/Asia/Yerevan +rm -f ./zoneinfo/posix/Asia/Baghdad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Baghdad ./zoneinfo/posix/Asia/Baghdad +rm -f ./zoneinfo/posix/Asia/Oral +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Oral ./zoneinfo/posix/Asia/Oral +rm -f ./zoneinfo/posix/Asia/Kuwait +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kuwait ./zoneinfo/posix/Asia/Kuwait +rm -f ./zoneinfo/posix/Asia/Rangoon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Rangoon ./zoneinfo/posix/Asia/Rangoon +rm -f ./zoneinfo/posix/Asia/Riyadh87 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Riyadh87 ./zoneinfo/posix/Asia/Riyadh87 +rm -f ./zoneinfo/posix/Asia/Katmandu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Katmandu ./zoneinfo/posix/Asia/Katmandu +rm -f ./zoneinfo/posix/Asia/Tashkent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tashkent ./zoneinfo/posix/Asia/Tashkent +rm -f ./zoneinfo/posix/Asia/Choibalsan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Choibalsan ./zoneinfo/posix/Asia/Choibalsan +rm -f ./zoneinfo/posix/Asia/Dubai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dubai ./zoneinfo/posix/Asia/Dubai +rm -f ./zoneinfo/posix/Asia/Manila +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Manila ./zoneinfo/posix/Asia/Manila +rm -f ./zoneinfo/posix/Asia/Tehran +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tehran ./zoneinfo/posix/Asia/Tehran +rm -f ./zoneinfo/posix/Asia/Anadyr +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Anadyr ./zoneinfo/posix/Asia/Anadyr +rm -f ./zoneinfo/posix/Asia/Dhaka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dhaka ./zoneinfo/posix/Asia/Dhaka +rm -f ./zoneinfo/posix/Asia/Aden +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Aden ./zoneinfo/posix/Asia/Aden +rm -f ./zoneinfo/posix/Asia/Thimphu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Thimphu ./zoneinfo/posix/Asia/Thimphu +rm -f ./zoneinfo/posix/Asia/Jerusalem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Jerusalem ./zoneinfo/posix/Asia/Jerusalem +rm -f ./zoneinfo/posix/Asia/Pyongyang +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Pyongyang ./zoneinfo/posix/Asia/Pyongyang +rm -f ./zoneinfo/posix/Asia/Kuala_Lumpur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kuala_Lumpur ./zoneinfo/posix/Asia/Kuala_Lumpur +rm -f ./zoneinfo/posix/Asia/Bangkok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Bangkok ./zoneinfo/posix/Asia/Bangkok +rm -f ./zoneinfo/posix/Asia/Ulan_Bator +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ulan_Bator ./zoneinfo/posix/Asia/Ulan_Bator +rm -f ./zoneinfo/posix/Asia/Kamchatka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kamchatka ./zoneinfo/posix/Asia/Kamchatka +rm -f ./zoneinfo/posix/Asia/Irkutsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Irkutsk ./zoneinfo/posix/Asia/Irkutsk +rm -f ./zoneinfo/posix/Asia/Almaty +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Almaty ./zoneinfo/posix/Asia/Almaty +rm -f ./zoneinfo/posix/Asia/Dacca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dacca ./zoneinfo/posix/Asia/Dacca +rm -f ./zoneinfo/posix/Asia/Aqtau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Aqtau ./zoneinfo/posix/Asia/Aqtau +rm -f ./zoneinfo/posix/Asia/Shanghai +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Shanghai ./zoneinfo/posix/Asia/Shanghai +rm -f ./zoneinfo/posix/Asia/Kabul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kabul ./zoneinfo/posix/Asia/Kabul +rm -f ./zoneinfo/posix/Asia/Dushanbe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Dushanbe ./zoneinfo/posix/Asia/Dushanbe +rm -f ./zoneinfo/posix/Asia/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Istanbul ./zoneinfo/posix/Asia/Istanbul +rm -f ./zoneinfo/posix/Asia/Riyadh88 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Riyadh88 ./zoneinfo/posix/Asia/Riyadh88 +rm -f ./zoneinfo/posix/Asia/Ulaanbaatar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Ulaanbaatar ./zoneinfo/posix/Asia/Ulaanbaatar +rm -f ./zoneinfo/posix/Asia/Jayapura +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Jayapura ./zoneinfo/posix/Asia/Jayapura +rm -f ./zoneinfo/posix/Asia/Tel_Aviv +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Tel_Aviv ./zoneinfo/posix/Asia/Tel_Aviv +rm -f ./zoneinfo/posix/Asia/Jakarta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Jakarta ./zoneinfo/posix/Asia/Jakarta +rm -f ./zoneinfo/posix/Asia/Seoul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Seoul ./zoneinfo/posix/Asia/Seoul +rm -f ./zoneinfo/posix/Asia/Hovd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Hovd ./zoneinfo/posix/Asia/Hovd +rm -f ./zoneinfo/posix/Asia/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Singapore ./zoneinfo/posix/Asia/Singapore +rm -f ./zoneinfo/posix/Asia/Omsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Omsk ./zoneinfo/posix/Asia/Omsk +rm -f ./zoneinfo/posix/Asia/Beirut +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Beirut ./zoneinfo/posix/Asia/Beirut +rm -f ./zoneinfo/posix/Asia/Qyzylorda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Qyzylorda ./zoneinfo/posix/Asia/Qyzylorda +rm -f ./zoneinfo/posix/Asia/Urumqi +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Urumqi ./zoneinfo/posix/Asia/Urumqi +rm -f ./zoneinfo/posix/Asia/Taipei +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Taipei ./zoneinfo/posix/Asia/Taipei +rm -f ./zoneinfo/posix/Asia/Makassar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Makassar ./zoneinfo/posix/Asia/Makassar +rm -f ./zoneinfo/posix/Asia/Hong_Kong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Hong_Kong ./zoneinfo/posix/Asia/Hong_Kong +rm -f ./zoneinfo/posix/Asia/Kuching +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Kuching ./zoneinfo/posix/Asia/Kuching +rm -f ./zoneinfo/posix/Asia/Harbin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Harbin ./zoneinfo/posix/Asia/Harbin +rm -f ./zoneinfo/posix/Asia/Damascus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Asia/Damascus ./zoneinfo/posix/Asia/Damascus +rm -f ./zoneinfo/posix/Canada/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Pacific ./zoneinfo/posix/Canada/Pacific +rm -f ./zoneinfo/posix/Canada/Yukon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Yukon ./zoneinfo/posix/Canada/Yukon +rm -f ./zoneinfo/posix/Canada/Atlantic +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Atlantic ./zoneinfo/posix/Canada/Atlantic +rm -f ./zoneinfo/posix/Canada/East-Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/East-Saskatchewan ./zoneinfo/posix/Canada/East-Saskatchewan +rm -f ./zoneinfo/posix/Canada/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Eastern ./zoneinfo/posix/Canada/Eastern +rm -f ./zoneinfo/posix/Canada/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Mountain ./zoneinfo/posix/Canada/Mountain +rm -f ./zoneinfo/posix/Canada/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Central ./zoneinfo/posix/Canada/Central +rm -f ./zoneinfo/posix/Canada/Newfoundland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Newfoundland ./zoneinfo/posix/Canada/Newfoundland +rm -f ./zoneinfo/posix/Canada/Saskatchewan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Canada/Saskatchewan ./zoneinfo/posix/Canada/Saskatchewan +rm -f ./zoneinfo/posix/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Jamaica ./zoneinfo/posix/Jamaica +rm -f ./zoneinfo/posix/US/Pacific +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Pacific ./zoneinfo/posix/US/Pacific +rm -f ./zoneinfo/posix/US/Alaska +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Alaska ./zoneinfo/posix/US/Alaska +rm -f ./zoneinfo/posix/US/Arizona +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Arizona ./zoneinfo/posix/US/Arizona +rm -f ./zoneinfo/posix/US/Samoa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Samoa ./zoneinfo/posix/US/Samoa +rm -f ./zoneinfo/posix/US/East-Indiana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/East-Indiana ./zoneinfo/posix/US/East-Indiana +rm -f ./zoneinfo/posix/US/Michigan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Michigan ./zoneinfo/posix/US/Michigan +rm -f ./zoneinfo/posix/US/Aleutian +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Aleutian ./zoneinfo/posix/US/Aleutian +rm -f ./zoneinfo/posix/US/Hawaii +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Hawaii ./zoneinfo/posix/US/Hawaii +rm -f ./zoneinfo/posix/US/Eastern +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Eastern ./zoneinfo/posix/US/Eastern +rm -f ./zoneinfo/posix/US/Indiana-Starke +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Indiana-Starke ./zoneinfo/posix/US/Indiana-Starke +rm -f ./zoneinfo/posix/US/Mountain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Mountain ./zoneinfo/posix/US/Mountain +rm -f ./zoneinfo/posix/US/Central +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/US/Central ./zoneinfo/posix/US/Central +rm -f ./zoneinfo/posix/Atlantic/Bermuda +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Bermuda ./zoneinfo/posix/Atlantic/Bermuda +rm -f ./zoneinfo/posix/Atlantic/St_Helena +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/St_Helena ./zoneinfo/posix/Atlantic/St_Helena +rm -f ./zoneinfo/posix/Atlantic/Madeira +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Madeira ./zoneinfo/posix/Atlantic/Madeira +rm -f ./zoneinfo/posix/Atlantic/Stanley +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Stanley ./zoneinfo/posix/Atlantic/Stanley +rm -f ./zoneinfo/posix/Atlantic/Faroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Faroe ./zoneinfo/posix/Atlantic/Faroe +rm -f ./zoneinfo/posix/Atlantic/South_Georgia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/South_Georgia ./zoneinfo/posix/Atlantic/South_Georgia +rm -f ./zoneinfo/posix/Atlantic/Cape_Verde +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Cape_Verde ./zoneinfo/posix/Atlantic/Cape_Verde +rm -f ./zoneinfo/posix/Atlantic/Jan_Mayen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Jan_Mayen ./zoneinfo/posix/Atlantic/Jan_Mayen +rm -f ./zoneinfo/posix/Atlantic/Canary +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Canary ./zoneinfo/posix/Atlantic/Canary +rm -f ./zoneinfo/posix/Atlantic/Reykjavik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Reykjavik ./zoneinfo/posix/Atlantic/Reykjavik +rm -f ./zoneinfo/posix/Atlantic/Azores +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Azores ./zoneinfo/posix/Atlantic/Azores +rm -f ./zoneinfo/posix/Atlantic/Faeroe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Atlantic/Faeroe ./zoneinfo/posix/Atlantic/Faeroe +rm -f ./zoneinfo/posix/Navajo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Navajo ./zoneinfo/posix/Navajo +rm -f ./zoneinfo/posix/Poland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Poland ./zoneinfo/posix/Poland +rm -f ./zoneinfo/posix/CET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/CET ./zoneinfo/posix/CET +rm -f ./zoneinfo/posix/Europe/Zagreb +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Zagreb ./zoneinfo/posix/Europe/Zagreb +rm -f ./zoneinfo/posix/Europe/Helsinki +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Helsinki ./zoneinfo/posix/Europe/Helsinki +rm -f ./zoneinfo/posix/Europe/Zurich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Zurich ./zoneinfo/posix/Europe/Zurich +rm -f ./zoneinfo/posix/Europe/Volgograd +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Volgograd ./zoneinfo/posix/Europe/Volgograd +rm -f ./zoneinfo/posix/Europe/Vaduz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Vaduz ./zoneinfo/posix/Europe/Vaduz +rm -f ./zoneinfo/posix/Europe/Paris +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Paris ./zoneinfo/posix/Europe/Paris +rm -f ./zoneinfo/posix/Europe/Isle_of_Man +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Isle_of_Man ./zoneinfo/posix/Europe/Isle_of_Man +rm -f ./zoneinfo/posix/Europe/Mariehamn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Mariehamn ./zoneinfo/posix/Europe/Mariehamn +rm -f ./zoneinfo/posix/Europe/Warsaw +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Warsaw ./zoneinfo/posix/Europe/Warsaw +rm -f ./zoneinfo/posix/Europe/London +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/London ./zoneinfo/posix/Europe/London +rm -f ./zoneinfo/posix/Europe/Guernsey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Guernsey ./zoneinfo/posix/Europe/Guernsey +rm -f ./zoneinfo/posix/Europe/Jersey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Jersey ./zoneinfo/posix/Europe/Jersey +rm -f ./zoneinfo/posix/Europe/Budapest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Budapest ./zoneinfo/posix/Europe/Budapest +rm -f ./zoneinfo/posix/Europe/Andorra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Andorra ./zoneinfo/posix/Europe/Andorra +rm -f ./zoneinfo/posix/Europe/Uzhgorod +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Uzhgorod ./zoneinfo/posix/Europe/Uzhgorod +rm -f ./zoneinfo/posix/Europe/Kiev +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Kiev ./zoneinfo/posix/Europe/Kiev +rm -f ./zoneinfo/posix/Europe/Ljubljana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Ljubljana ./zoneinfo/posix/Europe/Ljubljana +rm -f ./zoneinfo/posix/Europe/Stockholm +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Stockholm ./zoneinfo/posix/Europe/Stockholm +rm -f ./zoneinfo/posix/Europe/Nicosia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Nicosia ./zoneinfo/posix/Europe/Nicosia +rm -f ./zoneinfo/posix/Europe/Malta +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Malta ./zoneinfo/posix/Europe/Malta +rm -f ./zoneinfo/posix/Europe/Vilnius +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Vilnius ./zoneinfo/posix/Europe/Vilnius +rm -f ./zoneinfo/posix/Europe/Dublin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Dublin ./zoneinfo/posix/Europe/Dublin +rm -f ./zoneinfo/posix/Europe/Berlin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Berlin ./zoneinfo/posix/Europe/Berlin +rm -f ./zoneinfo/posix/Europe/Belgrade +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Belgrade ./zoneinfo/posix/Europe/Belgrade +rm -f ./zoneinfo/posix/Europe/Madrid +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Madrid ./zoneinfo/posix/Europe/Madrid +rm -f ./zoneinfo/posix/Europe/Sofia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Sofia ./zoneinfo/posix/Europe/Sofia +rm -f ./zoneinfo/posix/Europe/Gibraltar +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Gibraltar ./zoneinfo/posix/Europe/Gibraltar +rm -f ./zoneinfo/posix/Europe/Kaliningrad +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Kaliningrad ./zoneinfo/posix/Europe/Kaliningrad +rm -f ./zoneinfo/posix/Europe/Moscow +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Moscow ./zoneinfo/posix/Europe/Moscow +rm -f ./zoneinfo/posix/Europe/Podgorica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Podgorica ./zoneinfo/posix/Europe/Podgorica +rm -f ./zoneinfo/posix/Europe/Monaco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Monaco ./zoneinfo/posix/Europe/Monaco +rm -f ./zoneinfo/posix/Europe/Amsterdam +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Amsterdam ./zoneinfo/posix/Europe/Amsterdam +rm -f ./zoneinfo/posix/Europe/Athens +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Athens ./zoneinfo/posix/Europe/Athens +rm -f ./zoneinfo/posix/Europe/Tiraspol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Tiraspol ./zoneinfo/posix/Europe/Tiraspol +rm -f ./zoneinfo/posix/Europe/Rome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Rome ./zoneinfo/posix/Europe/Rome +rm -f ./zoneinfo/posix/Europe/Minsk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Minsk ./zoneinfo/posix/Europe/Minsk +rm -f ./zoneinfo/posix/Europe/San_Marino +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/San_Marino ./zoneinfo/posix/Europe/San_Marino +rm -f ./zoneinfo/posix/Europe/Oslo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Oslo ./zoneinfo/posix/Europe/Oslo +rm -f ./zoneinfo/posix/Europe/Zaporozhye +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Zaporozhye ./zoneinfo/posix/Europe/Zaporozhye +rm -f ./zoneinfo/posix/Europe/Bratislava +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Bratislava ./zoneinfo/posix/Europe/Bratislava +rm -f ./zoneinfo/posix/Europe/Sarajevo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Sarajevo ./zoneinfo/posix/Europe/Sarajevo +rm -f ./zoneinfo/posix/Europe/Skopje +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Skopje ./zoneinfo/posix/Europe/Skopje +rm -f ./zoneinfo/posix/Europe/Copenhagen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Copenhagen ./zoneinfo/posix/Europe/Copenhagen +rm -f ./zoneinfo/posix/Europe/Istanbul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Istanbul ./zoneinfo/posix/Europe/Istanbul +rm -f ./zoneinfo/posix/Europe/Tirane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Tirane ./zoneinfo/posix/Europe/Tirane +rm -f ./zoneinfo/posix/Europe/Vienna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Vienna ./zoneinfo/posix/Europe/Vienna +rm -f ./zoneinfo/posix/Europe/Chisinau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Chisinau ./zoneinfo/posix/Europe/Chisinau +rm -f ./zoneinfo/posix/Europe/Lisbon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Lisbon ./zoneinfo/posix/Europe/Lisbon +rm -f ./zoneinfo/posix/Europe/Samara +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Samara ./zoneinfo/posix/Europe/Samara +rm -f ./zoneinfo/posix/Europe/Luxembourg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Luxembourg ./zoneinfo/posix/Europe/Luxembourg +rm -f ./zoneinfo/posix/Europe/Prague +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Prague ./zoneinfo/posix/Europe/Prague +rm -f ./zoneinfo/posix/Europe/Vatican +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Vatican ./zoneinfo/posix/Europe/Vatican +rm -f ./zoneinfo/posix/Europe/Riga +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Riga ./zoneinfo/posix/Europe/Riga +rm -f ./zoneinfo/posix/Europe/Bucharest +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Bucharest ./zoneinfo/posix/Europe/Bucharest +rm -f ./zoneinfo/posix/Europe/Tallinn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Tallinn ./zoneinfo/posix/Europe/Tallinn +rm -f ./zoneinfo/posix/Europe/Brussels +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Brussels ./zoneinfo/posix/Europe/Brussels +rm -f ./zoneinfo/posix/Europe/Belfast +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Belfast ./zoneinfo/posix/Europe/Belfast +rm -f ./zoneinfo/posix/Europe/Simferopol +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Europe/Simferopol ./zoneinfo/posix/Europe/Simferopol +rm -f ./zoneinfo/posix/Greenwich +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Greenwich ./zoneinfo/posix/Greenwich +rm -f ./zoneinfo/posix/Turkey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Turkey ./zoneinfo/posix/Turkey +rm -f ./zoneinfo/posix/Zulu +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Zulu ./zoneinfo/posix/Zulu +rm -f ./zoneinfo/posix/NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/NZ ./zoneinfo/posix/NZ +rm -f ./zoneinfo/posix/America/North_Dakota/Center +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/North_Dakota/Center ./zoneinfo/posix/America/North_Dakota/Center +rm -f ./zoneinfo/posix/America/North_Dakota/New_Salem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/North_Dakota/New_Salem ./zoneinfo/posix/America/North_Dakota/New_Salem +rm -f ./zoneinfo/posix/America/Belem +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Belem ./zoneinfo/posix/America/Belem +rm -f ./zoneinfo/posix/America/Belize +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Belize ./zoneinfo/posix/America/Belize +rm -f ./zoneinfo/posix/America/Boise +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Boise ./zoneinfo/posix/America/Boise +rm -f ./zoneinfo/posix/America/Adak +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Adak ./zoneinfo/posix/America/Adak +rm -f ./zoneinfo/posix/America/Rainy_River +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Rainy_River ./zoneinfo/posix/America/Rainy_River +rm -f ./zoneinfo/posix/America/El_Salvador +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/El_Salvador ./zoneinfo/posix/America/El_Salvador +rm -f ./zoneinfo/posix/America/Toronto +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Toronto ./zoneinfo/posix/America/Toronto +rm -f ./zoneinfo/posix/America/Nipigon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Nipigon ./zoneinfo/posix/America/Nipigon +rm -f ./zoneinfo/posix/America/Chicago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Chicago ./zoneinfo/posix/America/Chicago +rm -f ./zoneinfo/posix/America/Halifax +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Halifax ./zoneinfo/posix/America/Halifax +rm -f ./zoneinfo/posix/America/Eirunepe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Eirunepe ./zoneinfo/posix/America/Eirunepe +rm -f ./zoneinfo/posix/America/Yakutat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Yakutat ./zoneinfo/posix/America/Yakutat +rm -f ./zoneinfo/posix/America/Port_of_Spain +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Port_of_Spain ./zoneinfo/posix/America/Port_of_Spain +rm -f ./zoneinfo/posix/America/Blanc-Sablon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Blanc-Sablon ./zoneinfo/posix/America/Blanc-Sablon +rm -f ./zoneinfo/posix/America/Nome +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Nome ./zoneinfo/posix/America/Nome +rm -f ./zoneinfo/posix/America/Montevideo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Montevideo ./zoneinfo/posix/America/Montevideo +rm -f ./zoneinfo/posix/America/Cambridge_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cambridge_Bay ./zoneinfo/posix/America/Cambridge_Bay +rm -f ./zoneinfo/posix/America/Goose_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Goose_Bay ./zoneinfo/posix/America/Goose_Bay +rm -f ./zoneinfo/posix/America/La_Paz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/La_Paz ./zoneinfo/posix/America/La_Paz +rm -f ./zoneinfo/posix/America/Scoresbysund +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Scoresbysund ./zoneinfo/posix/America/Scoresbysund +rm -f ./zoneinfo/posix/America/Edmonton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Edmonton ./zoneinfo/posix/America/Edmonton +rm -f ./zoneinfo/posix/America/Inuvik +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Inuvik ./zoneinfo/posix/America/Inuvik +rm -f ./zoneinfo/posix/America/Fortaleza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Fortaleza ./zoneinfo/posix/America/Fortaleza +rm -f ./zoneinfo/posix/America/Miquelon +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Miquelon ./zoneinfo/posix/America/Miquelon +rm -f ./zoneinfo/posix/America/St_Johns +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Johns ./zoneinfo/posix/America/St_Johns +rm -f ./zoneinfo/posix/America/Port-au-Prince +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Port-au-Prince ./zoneinfo/posix/America/Port-au-Prince +rm -f ./zoneinfo/posix/America/St_Barthelemy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Barthelemy ./zoneinfo/posix/America/St_Barthelemy +rm -f ./zoneinfo/posix/America/Glace_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Glace_Bay ./zoneinfo/posix/America/Glace_Bay +rm -f ./zoneinfo/posix/America/Bahia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Bahia ./zoneinfo/posix/America/Bahia +rm -f ./zoneinfo/posix/America/Cuiaba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cuiaba ./zoneinfo/posix/America/Cuiaba +rm -f ./zoneinfo/posix/America/Recife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Recife ./zoneinfo/posix/America/Recife +rm -f ./zoneinfo/posix/America/Denver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Denver ./zoneinfo/posix/America/Denver +rm -f ./zoneinfo/posix/America/Grand_Turk +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Grand_Turk ./zoneinfo/posix/America/Grand_Turk +rm -f ./zoneinfo/posix/America/Guayaquil +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Guayaquil ./zoneinfo/posix/America/Guayaquil +rm -f ./zoneinfo/posix/America/Yellowknife +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Yellowknife ./zoneinfo/posix/America/Yellowknife +rm -f ./zoneinfo/posix/America/Nassau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Nassau ./zoneinfo/posix/America/Nassau +rm -f ./zoneinfo/posix/America/Antigua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Antigua ./zoneinfo/posix/America/Antigua +rm -f ./zoneinfo/posix/America/Jamaica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Jamaica ./zoneinfo/posix/America/Jamaica +rm -f ./zoneinfo/posix/America/Regina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Regina ./zoneinfo/posix/America/Regina +rm -f ./zoneinfo/posix/America/Dawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Dawson ./zoneinfo/posix/America/Dawson +rm -f ./zoneinfo/posix/America/Cancun +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cancun ./zoneinfo/posix/America/Cancun +rm -f ./zoneinfo/posix/America/Campo_Grande +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Campo_Grande ./zoneinfo/posix/America/Campo_Grande +rm -f ./zoneinfo/posix/America/Araguaina +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Araguaina ./zoneinfo/posix/America/Araguaina +rm -f ./zoneinfo/posix/America/Rankin_Inlet +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Rankin_Inlet ./zoneinfo/posix/America/Rankin_Inlet +rm -f ./zoneinfo/posix/America/Atka +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Atka ./zoneinfo/posix/America/Atka +rm -f ./zoneinfo/posix/America/Managua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Managua ./zoneinfo/posix/America/Managua +rm -f ./zoneinfo/posix/America/Aruba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Aruba ./zoneinfo/posix/America/Aruba +rm -f ./zoneinfo/posix/America/Moncton +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Moncton ./zoneinfo/posix/America/Moncton +rm -f ./zoneinfo/posix/America/Fort_Wayne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Fort_Wayne ./zoneinfo/posix/America/Fort_Wayne +rm -f ./zoneinfo/posix/America/Whitehorse +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Whitehorse ./zoneinfo/posix/America/Whitehorse +rm -f ./zoneinfo/posix/America/Guyana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Guyana ./zoneinfo/posix/America/Guyana +rm -f ./zoneinfo/posix/America/Shiprock +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Shiprock ./zoneinfo/posix/America/Shiprock +rm -f ./zoneinfo/posix/America/Menominee +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Menominee ./zoneinfo/posix/America/Menominee +rm -f ./zoneinfo/posix/America/Sao_Paulo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Sao_Paulo ./zoneinfo/posix/America/Sao_Paulo +rm -f ./zoneinfo/posix/America/Hermosillo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Hermosillo ./zoneinfo/posix/America/Hermosillo +rm -f ./zoneinfo/posix/America/Marigot +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Marigot ./zoneinfo/posix/America/Marigot +rm -f ./zoneinfo/posix/America/Ensenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Ensenada ./zoneinfo/posix/America/Ensenada +rm -f ./zoneinfo/posix/America/Martinique +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Martinique ./zoneinfo/posix/America/Martinique +rm -f ./zoneinfo/posix/America/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Louisville ./zoneinfo/posix/America/Louisville +rm -f ./zoneinfo/posix/America/Tortola +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Tortola ./zoneinfo/posix/America/Tortola +rm -f ./zoneinfo/posix/America/Iqaluit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Iqaluit ./zoneinfo/posix/America/Iqaluit +rm -f ./zoneinfo/posix/America/Thule +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Thule ./zoneinfo/posix/America/Thule +rm -f ./zoneinfo/posix/America/Santiago +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Santiago ./zoneinfo/posix/America/Santiago +rm -f ./zoneinfo/posix/America/New_York +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/New_York ./zoneinfo/posix/America/New_York +rm -f ./zoneinfo/posix/America/Noronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Noronha ./zoneinfo/posix/America/Noronha +rm -f ./zoneinfo/posix/America/Maceio +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Maceio ./zoneinfo/posix/America/Maceio +rm -f ./zoneinfo/posix/America/Kentucky/Monticello +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Kentucky/Monticello ./zoneinfo/posix/America/Kentucky/Monticello +rm -f ./zoneinfo/posix/America/Kentucky/Louisville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Kentucky/Louisville ./zoneinfo/posix/America/Kentucky/Louisville +rm -f ./zoneinfo/posix/America/Knox_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Knox_IN ./zoneinfo/posix/America/Knox_IN +rm -f ./zoneinfo/posix/America/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cordoba ./zoneinfo/posix/America/Cordoba +rm -f ./zoneinfo/posix/America/Indiana/Vevay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Vevay ./zoneinfo/posix/America/Indiana/Vevay +rm -f ./zoneinfo/posix/America/Indiana/Marengo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Marengo ./zoneinfo/posix/America/Indiana/Marengo +rm -f ./zoneinfo/posix/America/Indiana/Knox +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Knox ./zoneinfo/posix/America/Indiana/Knox +rm -f ./zoneinfo/posix/America/Indiana/Petersburg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Petersburg ./zoneinfo/posix/America/Indiana/Petersburg +rm -f ./zoneinfo/posix/America/Indiana/Vincennes +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Vincennes ./zoneinfo/posix/America/Indiana/Vincennes +rm -f ./zoneinfo/posix/America/Indiana/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Indianapolis ./zoneinfo/posix/America/Indiana/Indianapolis +rm -f ./zoneinfo/posix/America/Indiana/Winamac +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Winamac ./zoneinfo/posix/America/Indiana/Winamac +rm -f ./zoneinfo/posix/America/Indiana/Tell_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indiana/Tell_City ./zoneinfo/posix/America/Indiana/Tell_City +rm -f ./zoneinfo/posix/America/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Catamarca ./zoneinfo/posix/America/Catamarca +rm -f ./zoneinfo/posix/America/Vancouver +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Vancouver ./zoneinfo/posix/America/Vancouver +rm -f ./zoneinfo/posix/America/Chihuahua +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Chihuahua ./zoneinfo/posix/America/Chihuahua +rm -f ./zoneinfo/posix/America/Cayman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cayman ./zoneinfo/posix/America/Cayman +rm -f ./zoneinfo/posix/America/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Buenos_Aires ./zoneinfo/posix/America/Buenos_Aires +rm -f ./zoneinfo/posix/America/Asuncion +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Asuncion ./zoneinfo/posix/America/Asuncion +rm -f ./zoneinfo/posix/America/Mexico_City +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Mexico_City ./zoneinfo/posix/America/Mexico_City +rm -f ./zoneinfo/posix/America/Paramaribo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Paramaribo ./zoneinfo/posix/America/Paramaribo +rm -f ./zoneinfo/posix/America/Curacao +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Curacao ./zoneinfo/posix/America/Curacao +rm -f ./zoneinfo/posix/America/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Jujuy ./zoneinfo/posix/America/Jujuy +rm -f ./zoneinfo/posix/America/Montserrat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Montserrat ./zoneinfo/posix/America/Montserrat +rm -f ./zoneinfo/posix/America/Anguilla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Anguilla ./zoneinfo/posix/America/Anguilla +rm -f ./zoneinfo/posix/America/Rio_Branco +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Rio_Branco ./zoneinfo/posix/America/Rio_Branco +rm -f ./zoneinfo/posix/America/Cayenne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Cayenne ./zoneinfo/posix/America/Cayenne +rm -f ./zoneinfo/posix/America/Guatemala +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Guatemala ./zoneinfo/posix/America/Guatemala +rm -f ./zoneinfo/posix/America/Dominica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Dominica ./zoneinfo/posix/America/Dominica +rm -f ./zoneinfo/posix/America/Detroit +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Detroit ./zoneinfo/posix/America/Detroit +rm -f ./zoneinfo/posix/America/Bogota +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Bogota ./zoneinfo/posix/America/Bogota +rm -f ./zoneinfo/posix/America/Thunder_Bay +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Thunder_Bay ./zoneinfo/posix/America/Thunder_Bay +rm -f ./zoneinfo/posix/America/Lima +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Lima ./zoneinfo/posix/America/Lima +rm -f ./zoneinfo/posix/America/Coral_Harbour +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Coral_Harbour ./zoneinfo/posix/America/Coral_Harbour +rm -f ./zoneinfo/posix/America/Godthab +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Godthab ./zoneinfo/posix/America/Godthab +rm -f ./zoneinfo/posix/America/Guadeloupe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Guadeloupe ./zoneinfo/posix/America/Guadeloupe +rm -f ./zoneinfo/posix/America/Winnipeg +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Winnipeg ./zoneinfo/posix/America/Winnipeg +rm -f ./zoneinfo/posix/America/Porto_Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Porto_Acre ./zoneinfo/posix/America/Porto_Acre +rm -f ./zoneinfo/posix/America/Monterrey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Monterrey ./zoneinfo/posix/America/Monterrey +rm -f ./zoneinfo/posix/America/Tijuana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Tijuana ./zoneinfo/posix/America/Tijuana +rm -f ./zoneinfo/posix/America/Pangnirtung +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Pangnirtung ./zoneinfo/posix/America/Pangnirtung +rm -f ./zoneinfo/posix/America/Merida +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Merida ./zoneinfo/posix/America/Merida +rm -f ./zoneinfo/posix/America/Grenada +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Grenada ./zoneinfo/posix/America/Grenada +rm -f ./zoneinfo/posix/America/Rosario +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Rosario ./zoneinfo/posix/America/Rosario +rm -f ./zoneinfo/posix/America/Atikokan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Atikokan ./zoneinfo/posix/America/Atikokan +rm -f ./zoneinfo/posix/America/Danmarkshavn +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Danmarkshavn ./zoneinfo/posix/America/Danmarkshavn +rm -f ./zoneinfo/posix/America/Mazatlan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Mazatlan ./zoneinfo/posix/America/Mazatlan +rm -f ./zoneinfo/posix/America/Caracas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Caracas ./zoneinfo/posix/America/Caracas +rm -f ./zoneinfo/posix/America/Panama +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Panama ./zoneinfo/posix/America/Panama +rm -f ./zoneinfo/posix/America/Tegucigalpa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Tegucigalpa ./zoneinfo/posix/America/Tegucigalpa +rm -f ./zoneinfo/posix/America/St_Kitts +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Kitts ./zoneinfo/posix/America/St_Kitts +rm -f ./zoneinfo/posix/America/Swift_Current +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Swift_Current ./zoneinfo/posix/America/Swift_Current +rm -f ./zoneinfo/posix/America/Barbados +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Barbados ./zoneinfo/posix/America/Barbados +rm -f ./zoneinfo/posix/America/Argentina/San_Luis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/San_Luis ./zoneinfo/posix/America/Argentina/San_Luis +rm -f ./zoneinfo/posix/America/Argentina/ComodRivadavia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/ComodRivadavia ./zoneinfo/posix/America/Argentina/ComodRivadavia +rm -f ./zoneinfo/posix/America/Argentina/Rio_Gallegos +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Rio_Gallegos ./zoneinfo/posix/America/Argentina/Rio_Gallegos +rm -f ./zoneinfo/posix/America/Argentina/Ushuaia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Ushuaia ./zoneinfo/posix/America/Argentina/Ushuaia +rm -f ./zoneinfo/posix/America/Argentina/Cordoba +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Cordoba ./zoneinfo/posix/America/Argentina/Cordoba +rm -f ./zoneinfo/posix/America/Argentina/Catamarca +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Catamarca ./zoneinfo/posix/America/Argentina/Catamarca +rm -f ./zoneinfo/posix/America/Argentina/Buenos_Aires +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Buenos_Aires ./zoneinfo/posix/America/Argentina/Buenos_Aires +rm -f ./zoneinfo/posix/America/Argentina/Jujuy +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Jujuy ./zoneinfo/posix/America/Argentina/Jujuy +rm -f ./zoneinfo/posix/America/Argentina/Tucuman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Tucuman ./zoneinfo/posix/America/Argentina/Tucuman +rm -f ./zoneinfo/posix/America/Argentina/La_Rioja +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/La_Rioja ./zoneinfo/posix/America/Argentina/La_Rioja +rm -f ./zoneinfo/posix/America/Argentina/San_Juan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/San_Juan ./zoneinfo/posix/America/Argentina/San_Juan +rm -f ./zoneinfo/posix/America/Argentina/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Argentina/Mendoza ./zoneinfo/posix/America/Argentina/Mendoza +rm -f ./zoneinfo/posix/America/Costa_Rica +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Costa_Rica ./zoneinfo/posix/America/Costa_Rica +rm -f ./zoneinfo/posix/America/Montreal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Montreal ./zoneinfo/posix/America/Montreal +rm -f ./zoneinfo/posix/America/Resolute +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Resolute ./zoneinfo/posix/America/Resolute +rm -f ./zoneinfo/posix/America/Anchorage +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Anchorage ./zoneinfo/posix/America/Anchorage +rm -f ./zoneinfo/posix/America/Dawson_Creek +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Dawson_Creek ./zoneinfo/posix/America/Dawson_Creek +rm -f ./zoneinfo/posix/America/Indianapolis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Indianapolis ./zoneinfo/posix/America/Indianapolis +rm -f ./zoneinfo/posix/America/Los_Angeles +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Los_Angeles ./zoneinfo/posix/America/Los_Angeles +rm -f ./zoneinfo/posix/America/Manaus +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Manaus ./zoneinfo/posix/America/Manaus +rm -f ./zoneinfo/posix/America/Mendoza +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Mendoza ./zoneinfo/posix/America/Mendoza +rm -f ./zoneinfo/posix/America/St_Vincent +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Vincent ./zoneinfo/posix/America/St_Vincent +rm -f ./zoneinfo/posix/America/Puerto_Rico +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Puerto_Rico ./zoneinfo/posix/America/Puerto_Rico +rm -f ./zoneinfo/posix/America/Phoenix +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Phoenix ./zoneinfo/posix/America/Phoenix +rm -f ./zoneinfo/posix/America/Porto_Velho +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Porto_Velho ./zoneinfo/posix/America/Porto_Velho +rm -f ./zoneinfo/posix/America/St_Thomas +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Thomas ./zoneinfo/posix/America/St_Thomas +rm -f ./zoneinfo/posix/America/Boa_Vista +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Boa_Vista ./zoneinfo/posix/America/Boa_Vista +rm -f ./zoneinfo/posix/America/Virgin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Virgin ./zoneinfo/posix/America/Virgin +rm -f ./zoneinfo/posix/America/Havana +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Havana ./zoneinfo/posix/America/Havana +rm -f ./zoneinfo/posix/America/Santo_Domingo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Santo_Domingo ./zoneinfo/posix/America/Santo_Domingo +rm -f ./zoneinfo/posix/America/Juneau +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/Juneau ./zoneinfo/posix/America/Juneau +rm -f ./zoneinfo/posix/America/St_Lucia +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/America/St_Lucia ./zoneinfo/posix/America/St_Lucia +rm -f ./zoneinfo/posix/Portugal +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Portugal ./zoneinfo/posix/Portugal +rm -f ./zoneinfo/posix/UTC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/UTC ./zoneinfo/posix/UTC +rm -f ./zoneinfo/posix/HST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/HST ./zoneinfo/posix/HST +rm -f ./zoneinfo/posix/W-SU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/W-SU ./zoneinfo/posix/W-SU +rm -f ./zoneinfo/posix/Israel +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Israel ./zoneinfo/posix/Israel +rm -f ./zoneinfo/posix/Mexico/BajaNorte +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mexico/BajaNorte ./zoneinfo/posix/Mexico/BajaNorte +rm -f ./zoneinfo/posix/Mexico/General +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mexico/General ./zoneinfo/posix/Mexico/General +rm -f ./zoneinfo/posix/Mexico/BajaSur +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Mexico/BajaSur ./zoneinfo/posix/Mexico/BajaSur +rm -f ./zoneinfo/posix/EST5EDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/EST5EDT ./zoneinfo/posix/EST5EDT +rm -f ./zoneinfo/posix/Kwajalein +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Kwajalein ./zoneinfo/posix/Kwajalein +rm -f ./zoneinfo/posix/NZ-CHAT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/NZ-CHAT ./zoneinfo/posix/NZ-CHAT +rm -f ./zoneinfo/posix/Antarctica/Palmer +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Palmer ./zoneinfo/posix/Antarctica/Palmer +rm -f ./zoneinfo/posix/Antarctica/Rothera +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Rothera ./zoneinfo/posix/Antarctica/Rothera +rm -f ./zoneinfo/posix/Antarctica/McMurdo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/McMurdo ./zoneinfo/posix/Antarctica/McMurdo +rm -f ./zoneinfo/posix/Antarctica/South_Pole +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/South_Pole ./zoneinfo/posix/Antarctica/South_Pole +rm -f ./zoneinfo/posix/Antarctica/Mawson +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Mawson ./zoneinfo/posix/Antarctica/Mawson +rm -f ./zoneinfo/posix/Antarctica/Vostok +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Vostok ./zoneinfo/posix/Antarctica/Vostok +rm -f ./zoneinfo/posix/Antarctica/DumontDUrville +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/DumontDUrville ./zoneinfo/posix/Antarctica/DumontDUrville +rm -f ./zoneinfo/posix/Antarctica/Davis +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Davis ./zoneinfo/posix/Antarctica/Davis +rm -f ./zoneinfo/posix/Antarctica/Syowa +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Syowa ./zoneinfo/posix/Antarctica/Syowa +rm -f ./zoneinfo/posix/Antarctica/Casey +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Antarctica/Casey ./zoneinfo/posix/Antarctica/Casey +rm -f ./zoneinfo/posix/PRC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/PRC ./zoneinfo/posix/PRC +rm -f ./zoneinfo/posix/GMT+0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GMT+0 ./zoneinfo/posix/GMT+0 +rm -f ./zoneinfo/posix/MST7MDT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/MST7MDT ./zoneinfo/posix/MST7MDT +rm -f ./zoneinfo/posix/WET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/WET ./zoneinfo/posix/WET +rm -f ./zoneinfo/posix/Hongkong +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Hongkong ./zoneinfo/posix/Hongkong +rm -f ./zoneinfo/posix/Arctic/Longyearbyen +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Arctic/Longyearbyen ./zoneinfo/posix/Arctic/Longyearbyen +rm -f ./zoneinfo/posix/GMT-0 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GMT-0 ./zoneinfo/posix/GMT-0 +rm -f ./zoneinfo/posix/ROK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/ROK ./zoneinfo/posix/ROK +rm -f ./zoneinfo/posix/Australia/Sydney +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Sydney ./zoneinfo/posix/Australia/Sydney +rm -f ./zoneinfo/posix/Australia/Darwin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Darwin ./zoneinfo/posix/Australia/Darwin +rm -f ./zoneinfo/posix/Australia/Yancowinna +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Yancowinna ./zoneinfo/posix/Australia/Yancowinna +rm -f ./zoneinfo/posix/Australia/Currie +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Currie ./zoneinfo/posix/Australia/Currie +rm -f ./zoneinfo/posix/Australia/Broken_Hill +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Broken_Hill ./zoneinfo/posix/Australia/Broken_Hill +rm -f ./zoneinfo/posix/Australia/NSW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/NSW ./zoneinfo/posix/Australia/NSW +rm -f ./zoneinfo/posix/Australia/Canberra +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Canberra ./zoneinfo/posix/Australia/Canberra +rm -f ./zoneinfo/posix/Australia/Eucla +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Eucla ./zoneinfo/posix/Australia/Eucla +rm -f ./zoneinfo/posix/Australia/Tasmania +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Tasmania ./zoneinfo/posix/Australia/Tasmania +rm -f ./zoneinfo/posix/Australia/Adelaide +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Adelaide ./zoneinfo/posix/Australia/Adelaide +rm -f ./zoneinfo/posix/Australia/Hobart +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Hobart ./zoneinfo/posix/Australia/Hobart +rm -f ./zoneinfo/posix/Australia/South +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/South ./zoneinfo/posix/Australia/South +rm -f ./zoneinfo/posix/Australia/Queensland +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Queensland ./zoneinfo/posix/Australia/Queensland +rm -f ./zoneinfo/posix/Australia/Brisbane +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Brisbane ./zoneinfo/posix/Australia/Brisbane +rm -f ./zoneinfo/posix/Australia/Victoria +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Victoria ./zoneinfo/posix/Australia/Victoria +rm -f ./zoneinfo/posix/Australia/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/West ./zoneinfo/posix/Australia/West +rm -f ./zoneinfo/posix/Australia/ACT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/ACT ./zoneinfo/posix/Australia/ACT +rm -f ./zoneinfo/posix/Australia/Lord_Howe +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Lord_Howe ./zoneinfo/posix/Australia/Lord_Howe +rm -f ./zoneinfo/posix/Australia/Melbourne +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Melbourne ./zoneinfo/posix/Australia/Melbourne +rm -f ./zoneinfo/posix/Australia/Lindeman +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Lindeman ./zoneinfo/posix/Australia/Lindeman +rm -f ./zoneinfo/posix/Australia/North +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/North ./zoneinfo/posix/Australia/North +rm -f ./zoneinfo/posix/Australia/Perth +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/Perth ./zoneinfo/posix/Australia/Perth +rm -f ./zoneinfo/posix/Australia/LHI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Australia/LHI ./zoneinfo/posix/Australia/LHI +rm -f ./zoneinfo/posix/UCT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/UCT ./zoneinfo/posix/UCT +rm -f ./zoneinfo/posix/Brazil/East +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Brazil/East ./zoneinfo/posix/Brazil/East +rm -f ./zoneinfo/posix/Brazil/Acre +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Brazil/Acre ./zoneinfo/posix/Brazil/Acre +rm -f ./zoneinfo/posix/Brazil/DeNoronha +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Brazil/DeNoronha ./zoneinfo/posix/Brazil/DeNoronha +rm -f ./zoneinfo/posix/Brazil/West +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Brazil/West ./zoneinfo/posix/Brazil/West +rm -f ./zoneinfo/posix/GMT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/GMT ./zoneinfo/posix/GMT +rm -f ./zoneinfo/posix/Singapore +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Singapore ./zoneinfo/posix/Singapore +rm -f ./zoneinfo/posix/MST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/MST ./zoneinfo/posix/MST +rm -f ./zoneinfo/posix/EST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/EST ./zoneinfo/posix/EST +rm -f ./zoneinfo/posix/ROC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/ROC ./zoneinfo/posix/ROC +rm -f ./zoneinfo/posix/Japan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Japan ./zoneinfo/posix/Japan +rm -f ./zoneinfo/posix/Egypt +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/Egypt ./zoneinfo/posix/Egypt +rm -f ./zoneinfo/posix/EET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/posix/EET ./zoneinfo/posix/EET +rm -f ./zoneinfo/EST +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/EST ./zoneinfo/EST +rm -f ./zoneinfo/ROC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/ROC ./zoneinfo/ROC +rm -f ./zoneinfo/Japan +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Japan ./zoneinfo/Japan +rm -f ./zoneinfo/Egypt +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/Egypt ./zoneinfo/Egypt +rm -f ./zoneinfo/EET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./zoneinfo/EET ./zoneinfo/EET +rm -f ./i18n/charmaps/NATS-DANO.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NATS-DANO.gz ./i18n/charmaps/NATS-DANO.gz +rm -f ./i18n/charmaps/IBM918.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM918.gz ./i18n/charmaps/IBM918.gz +rm -f ./i18n/charmaps/MAC-SAMI.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-SAMI.gz ./i18n/charmaps/MAC-SAMI.gz +rm -f ./i18n/charmaps/IBM891.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM891.gz ./i18n/charmaps/IBM891.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-B-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-B-ADD.gz ./i18n/charmaps/JIS_C6229-1984-B-ADD.gz +rm -f ./i18n/charmaps/MAC-CENTRALEUROPE.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-CENTRALEUROPE.gz ./i18n/charmaps/MAC-CENTRALEUROPE.gz +rm -f ./i18n/charmaps/ISO_8859-1,GL.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_8859-1,GL.gz ./i18n/charmaps/ISO_8859-1,GL.gz +rm -f ./i18n/charmaps/NF_Z_62-010_1973.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NF_Z_62-010_1973.gz ./i18n/charmaps/NF_Z_62-010_1973.gz +rm -f ./i18n/charmaps/EBCDIC-US.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-US.gz ./i18n/charmaps/EBCDIC-US.gz +rm -f ./i18n/charmaps/IBM1161.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1161.gz ./i18n/charmaps/IBM1161.gz +rm -f ./i18n/charmaps/ISO-8859-13.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-13.gz ./i18n/charmaps/ISO-8859-13.gz +rm -f ./i18n/charmaps/IBM424.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM424.gz ./i18n/charmaps/IBM424.gz +rm -f ./i18n/charmaps/ISO-8859-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-1.gz ./i18n/charmaps/ISO-8859-1.gz +rm -f ./i18n/charmaps/KSC5636.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KSC5636.gz ./i18n/charmaps/KSC5636.gz +rm -f ./i18n/charmaps/NATS-SEFI.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NATS-SEFI.gz ./i18n/charmaps/NATS-SEFI.gz +rm -f ./i18n/charmaps/NATS-DANO-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NATS-DANO-ADD.gz ./i18n/charmaps/NATS-DANO-ADD.gz +rm -f ./i18n/charmaps/ISO-8859-14.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-14.gz ./i18n/charmaps/ISO-8859-14.gz +rm -f ./i18n/charmaps/CP1250.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1250.gz ./i18n/charmaps/CP1250.gz +rm -f ./i18n/charmaps/ISO_5427.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_5427.gz ./i18n/charmaps/ISO_5427.gz +rm -f ./i18n/charmaps/BS_VIEWDATA.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BS_VIEWDATA.gz ./i18n/charmaps/BS_VIEWDATA.gz +rm -f ./i18n/charmaps/HP-THAI8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-THAI8.gz ./i18n/charmaps/HP-THAI8.gz +rm -f ./i18n/charmaps/EBCDIC-IT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-IT.gz ./i18n/charmaps/EBCDIC-IT.gz +rm -f ./i18n/charmaps/CP1252.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1252.gz ./i18n/charmaps/CP1252.gz +rm -f ./i18n/charmaps/IBM278.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM278.gz ./i18n/charmaps/IBM278.gz +rm -f ./i18n/charmaps/ISIRI-3342.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISIRI-3342.gz ./i18n/charmaps/ISIRI-3342.gz +rm -f ./i18n/charmaps/IBM290.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM290.gz ./i18n/charmaps/IBM290.gz +rm -f ./i18n/charmaps/EBCDIC-FI-SE-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-FI-SE-A.gz ./i18n/charmaps/EBCDIC-FI-SE-A.gz +rm -f ./i18n/charmaps/BIG5-HKSCS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BIG5-HKSCS.gz ./i18n/charmaps/BIG5-HKSCS.gz +rm -f ./i18n/charmaps/KOI8-RU.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI8-RU.gz ./i18n/charmaps/KOI8-RU.gz +rm -f ./i18n/charmaps/HP-GREEK8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-GREEK8.gz ./i18n/charmaps/HP-GREEK8.gz +rm -f ./i18n/charmaps/IBM869.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM869.gz ./i18n/charmaps/IBM869.gz +rm -f ./i18n/charmaps/ISO_646.IRV.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_646.IRV.gz ./i18n/charmaps/ISO_646.IRV.gz +rm -f ./i18n/charmaps/MAC-CYRILLIC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-CYRILLIC.gz ./i18n/charmaps/MAC-CYRILLIC.gz +rm -f ./i18n/charmaps/EBCDIC-UK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-UK.gz ./i18n/charmaps/EBCDIC-UK.gz +rm -f ./i18n/charmaps/IBM1129.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1129.gz ./i18n/charmaps/IBM1129.gz +rm -f ./i18n/charmaps/DS_2089.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/DS_2089.gz ./i18n/charmaps/DS_2089.gz +rm -f ./i18n/charmaps/RK1048.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/RK1048.gz ./i18n/charmaps/RK1048.gz +rm -f ./i18n/charmaps/EBCDIC-IS-FRISS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-IS-FRISS.gz ./i18n/charmaps/EBCDIC-IS-FRISS.gz +rm -f ./i18n/charmaps/EUC-JP.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-JP.gz ./i18n/charmaps/EUC-JP.gz +rm -f ./i18n/charmaps/CP1251.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1251.gz ./i18n/charmaps/CP1251.gz +rm -f ./i18n/charmaps/INVARIANT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/INVARIANT.gz ./i18n/charmaps/INVARIANT.gz +rm -f ./i18n/charmaps/JUS_I.B1.002.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JUS_I.B1.002.gz ./i18n/charmaps/JUS_I.B1.002.gz +rm -f ./i18n/charmaps/SEN_850200_C.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SEN_850200_C.gz ./i18n/charmaps/SEN_850200_C.gz +rm -f ./i18n/charmaps/IBM1160.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1160.gz ./i18n/charmaps/IBM1160.gz +rm -f ./i18n/charmaps/CP1256.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1256.gz ./i18n/charmaps/CP1256.gz +rm -f ./i18n/charmaps/IBM865.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM865.gz ./i18n/charmaps/IBM865.gz +rm -f ./i18n/charmaps/ISO-8859-15.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-15.gz ./i18n/charmaps/ISO-8859-15.gz +rm -f ./i18n/charmaps/TSCII.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/TSCII.gz ./i18n/charmaps/TSCII.gz +rm -f ./i18n/charmaps/GREEK7-OLD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GREEK7-OLD.gz ./i18n/charmaps/GREEK7-OLD.gz +rm -f ./i18n/charmaps/IBM857.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM857.gz ./i18n/charmaps/IBM857.gz +rm -f ./i18n/charmaps/ISO_11548-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_11548-1.gz ./i18n/charmaps/ISO_11548-1.gz +rm -f ./i18n/charmaps/IBM285.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM285.gz ./i18n/charmaps/IBM285.gz +rm -f ./i18n/charmaps/LATIN-GREEK-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/LATIN-GREEK-1.gz ./i18n/charmaps/LATIN-GREEK-1.gz +rm -f ./i18n/charmaps/IBM1124.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1124.gz ./i18n/charmaps/IBM1124.gz +rm -f ./i18n/charmaps/IBM500.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM500.gz ./i18n/charmaps/IBM500.gz +rm -f ./i18n/charmaps/PT2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/PT2.gz ./i18n/charmaps/PT2.gz +rm -f ./i18n/charmaps/IT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IT.gz ./i18n/charmaps/IT.gz +rm -f ./i18n/charmaps/BRF.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BRF.gz ./i18n/charmaps/BRF.gz +rm -f ./i18n/charmaps/EBCDIC-PT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-PT.gz ./i18n/charmaps/EBCDIC-PT.gz +rm -f ./i18n/charmaps/IBM1164.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1164.gz ./i18n/charmaps/IBM1164.gz +rm -f ./i18n/charmaps/NC_NC00-10.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NC_NC00-10.gz ./i18n/charmaps/NC_NC00-10.gz +rm -f ./i18n/charmaps/SAMI-WS2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SAMI-WS2.gz ./i18n/charmaps/SAMI-WS2.gz +rm -f ./i18n/charmaps/JIS_C6220-1969-JP.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6220-1969-JP.gz ./i18n/charmaps/JIS_C6220-1969-JP.gz +rm -f ./i18n/charmaps/EBCDIC-CA-FR.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-CA-FR.gz ./i18n/charmaps/EBCDIC-CA-FR.gz +rm -f ./i18n/charmaps/EBCDIC-AT-DE-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-AT-DE-A.gz ./i18n/charmaps/EBCDIC-AT-DE-A.gz +rm -f ./i18n/charmaps/IBM420.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM420.gz ./i18n/charmaps/IBM420.gz +rm -f ./i18n/charmaps/IBM1047.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1047.gz ./i18n/charmaps/IBM1047.gz +rm -f ./i18n/charmaps/ISO-IR-209.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-IR-209.gz ./i18n/charmaps/ISO-IR-209.gz +rm -f ./i18n/charmaps/EUC-KR.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-KR.gz ./i18n/charmaps/EUC-KR.gz +rm -f ./i18n/charmaps/TIS-620.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/TIS-620.gz ./i18n/charmaps/TIS-620.gz +rm -f ./i18n/charmaps/CP1255.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1255.gz ./i18n/charmaps/CP1255.gz +rm -f ./i18n/charmaps/ISO-8859-16.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-16.gz ./i18n/charmaps/ISO-8859-16.gz +rm -f ./i18n/charmaps/GB_1988-80.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GB_1988-80.gz ./i18n/charmaps/GB_1988-80.gz +rm -f ./i18n/charmaps/ISO_2033-1983.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_2033-1983.gz ./i18n/charmaps/ISO_2033-1983.gz +rm -f ./i18n/charmaps/ISO_6937.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_6937.gz ./i18n/charmaps/ISO_6937.gz +rm -f ./i18n/charmaps/IBM1132.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1132.gz ./i18n/charmaps/IBM1132.gz +rm -f ./i18n/charmaps/CP1253.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1253.gz ./i18n/charmaps/CP1253.gz +rm -f ./i18n/charmaps/ISO-8859-7.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-7.gz ./i18n/charmaps/ISO-8859-7.gz +rm -f ./i18n/charmaps/TCVN5712-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/TCVN5712-1.gz ./i18n/charmaps/TCVN5712-1.gz +rm -f ./i18n/charmaps/IBM863.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM863.gz ./i18n/charmaps/IBM863.gz +rm -f ./i18n/charmaps/IBM904.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM904.gz ./i18n/charmaps/IBM904.gz +rm -f ./i18n/charmaps/ISO-8859-6.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-6.gz ./i18n/charmaps/ISO-8859-6.gz +rm -f ./i18n/charmaps/EBCDIC-ES-S.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-ES-S.gz ./i18n/charmaps/EBCDIC-ES-S.gz +rm -f ./i18n/charmaps/EBCDIC-AT-DE.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-AT-DE.gz ./i18n/charmaps/EBCDIC-AT-DE.gz +rm -f ./i18n/charmaps/CP949.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP949.gz ./i18n/charmaps/CP949.gz +rm -f ./i18n/charmaps/IBM284.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM284.gz ./i18n/charmaps/IBM284.gz +rm -f ./i18n/charmaps/IBM256.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM256.gz ./i18n/charmaps/IBM256.gz +rm -f ./i18n/charmaps/ISO-IR-90.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-IR-90.gz ./i18n/charmaps/ISO-IR-90.gz +rm -f ./i18n/charmaps/ISO_8859-SUPP.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_8859-SUPP.gz ./i18n/charmaps/ISO_8859-SUPP.gz +rm -f ./i18n/charmaps/SHIFT_JIS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SHIFT_JIS.gz ./i18n/charmaps/SHIFT_JIS.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz ./i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz +rm -f ./i18n/charmaps/JUS_I.B1.003-MAC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JUS_I.B1.003-MAC.gz ./i18n/charmaps/JUS_I.B1.003-MAC.gz +rm -f ./i18n/charmaps/EBCDIC-FI-SE.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-FI-SE.gz ./i18n/charmaps/EBCDIC-FI-SE.gz +rm -f ./i18n/charmaps/IBM275.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM275.gz ./i18n/charmaps/IBM275.gz +rm -f ./i18n/charmaps/GREEK7.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GREEK7.gz ./i18n/charmaps/GREEK7.gz +rm -f ./i18n/charmaps/GEORGIAN-ACADEMY.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GEORGIAN-ACADEMY.gz ./i18n/charmaps/GEORGIAN-ACADEMY.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-B.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-B.gz ./i18n/charmaps/JIS_C6229-1984-B.gz +rm -f ./i18n/charmaps/INIS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/INIS.gz ./i18n/charmaps/INIS.gz +rm -f ./i18n/charmaps/ISO_5428.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_5428.gz ./i18n/charmaps/ISO_5428.gz +rm -f ./i18n/charmaps/MAC-IS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-IS.gz ./i18n/charmaps/MAC-IS.gz +rm -f ./i18n/charmaps/BIG5.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BIG5.gz ./i18n/charmaps/BIG5.gz +rm -f ./i18n/charmaps/IBM423.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM423.gz ./i18n/charmaps/IBM423.gz +rm -f ./i18n/charmaps/IBM1162.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1162.gz ./i18n/charmaps/IBM1162.gz +rm -f ./i18n/charmaps/INIS-CYRILLIC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/INIS-CYRILLIC.gz ./i18n/charmaps/INIS-CYRILLIC.gz +rm -f ./i18n/charmaps/GB18030.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GB18030.gz ./i18n/charmaps/GB18030.gz +rm -f ./i18n/charmaps/ISO-8859-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-8.gz ./i18n/charmaps/ISO-8859-8.gz +rm -f ./i18n/charmaps/CSA_Z243.4-1985-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CSA_Z243.4-1985-1.gz ./i18n/charmaps/CSA_Z243.4-1985-1.gz +rm -f ./i18n/charmaps/NS_4551-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NS_4551-1.gz ./i18n/charmaps/NS_4551-1.gz +rm -f ./i18n/charmaps/CP10007.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP10007.gz ./i18n/charmaps/CP10007.gz +rm -f ./i18n/charmaps/INIS-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/INIS-8.gz ./i18n/charmaps/INIS-8.gz +rm -f ./i18n/charmaps/IBM281.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM281.gz ./i18n/charmaps/IBM281.gz +rm -f ./i18n/charmaps/ISO-8859-2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-2.gz ./i18n/charmaps/ISO-8859-2.gz +rm -f ./i18n/charmaps/IBM1133.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1133.gz ./i18n/charmaps/IBM1133.gz +rm -f ./i18n/charmaps/DEC-MCS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/DEC-MCS.gz ./i18n/charmaps/DEC-MCS.gz +rm -f ./i18n/charmaps/IBM1163.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1163.gz ./i18n/charmaps/IBM1163.gz +rm -f ./i18n/charmaps/IBM852.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM852.gz ./i18n/charmaps/IBM852.gz +rm -f ./i18n/charmaps/ISO-8859-11.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-11.gz ./i18n/charmaps/ISO-8859-11.gz +rm -f ./i18n/charmaps/EBCDIC-ES.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-ES.gz ./i18n/charmaps/EBCDIC-ES.gz +rm -f ./i18n/charmaps/IEC_P27-1.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IEC_P27-1.gz ./i18n/charmaps/IEC_P27-1.gz +rm -f ./i18n/charmaps/JIS_X0201.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_X0201.gz ./i18n/charmaps/JIS_X0201.gz +rm -f ./i18n/charmaps/IBM866.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM866.gz ./i18n/charmaps/IBM866.gz +rm -f ./i18n/charmaps/WINDOWS-31J.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/WINDOWS-31J.gz ./i18n/charmaps/WINDOWS-31J.gz +rm -f ./i18n/charmaps/EUC-TW.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-TW.gz ./i18n/charmaps/EUC-TW.gz +rm -f ./i18n/charmaps/EBCDIC-DK-NO.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-DK-NO.gz ./i18n/charmaps/EBCDIC-DK-NO.gz +rm -f ./i18n/charmaps/ISO_10367-BOX.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_10367-BOX.gz ./i18n/charmaps/ISO_10367-BOX.gz +rm -f ./i18n/charmaps/IBM862.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM862.gz ./i18n/charmaps/IBM862.gz +rm -f ./i18n/charmaps/EUC-JISX0213.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-JISX0213.gz ./i18n/charmaps/EUC-JISX0213.gz +rm -f ./i18n/charmaps/UTF-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/UTF-8.gz ./i18n/charmaps/UTF-8.gz +rm -f ./i18n/charmaps/GREEK-CCITT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GREEK-CCITT.gz ./i18n/charmaps/GREEK-CCITT.gz +rm -f ./i18n/charmaps/GB2312.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GB2312.gz ./i18n/charmaps/GB2312.gz +rm -f ./i18n/charmaps/KOI8-U.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI8-U.gz ./i18n/charmaps/KOI8-U.gz +rm -f ./i18n/charmaps/CWI.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CWI.gz ./i18n/charmaps/CWI.gz +rm -f ./i18n/charmaps/NATS-SEFI-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NATS-SEFI-ADD.gz ./i18n/charmaps/NATS-SEFI-ADD.gz +rm -f ./i18n/charmaps/IBM864.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM864.gz ./i18n/charmaps/IBM864.gz +rm -f ./i18n/charmaps/IBM903.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM903.gz ./i18n/charmaps/IBM903.gz +rm -f ./i18n/charmaps/IBM437.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM437.gz ./i18n/charmaps/IBM437.gz +rm -f ./i18n/charmaps/VISCII.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/VISCII.gz ./i18n/charmaps/VISCII.gz +rm -f ./i18n/charmaps/EBCDIC-ES-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-ES-A.gz ./i18n/charmaps/EBCDIC-ES-A.gz +rm -f ./i18n/charmaps/DIN_66003.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/DIN_66003.gz ./i18n/charmaps/DIN_66003.gz +rm -f ./i18n/charmaps/IBM861.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM861.gz ./i18n/charmaps/IBM861.gz +rm -f ./i18n/charmaps/JOHAB.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JOHAB.gz ./i18n/charmaps/JOHAB.gz +rm -f ./i18n/charmaps/ISO_6937-2-25.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_6937-2-25.gz ./i18n/charmaps/ISO_6937-2-25.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-HAND.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-HAND.gz ./i18n/charmaps/JIS_C6229-1984-HAND.gz +rm -f ./i18n/charmaps/IBM037.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM037.gz ./i18n/charmaps/IBM037.gz +rm -f ./i18n/charmaps/CP1258.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1258.gz ./i18n/charmaps/CP1258.gz +rm -f ./i18n/charmaps/EBCDIC-FR.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-FR.gz ./i18n/charmaps/EBCDIC-FR.gz +rm -f ./i18n/charmaps/IBM875.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM875.gz ./i18n/charmaps/IBM875.gz +rm -f ./i18n/charmaps/T.61-7BIT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/T.61-7BIT.gz ./i18n/charmaps/T.61-7BIT.gz +rm -f ./i18n/charmaps/KOI8-R.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI8-R.gz ./i18n/charmaps/KOI8-R.gz +rm -f ./i18n/charmaps/IBM868.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM868.gz ./i18n/charmaps/IBM868.gz +rm -f ./i18n/charmaps/KOI8-T.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI8-T.gz ./i18n/charmaps/KOI8-T.gz +rm -f ./i18n/charmaps/GOST_19768-74.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GOST_19768-74.gz ./i18n/charmaps/GOST_19768-74.gz +rm -f ./i18n/charmaps/BS_4730.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/BS_4730.gz ./i18n/charmaps/BS_4730.gz +rm -f ./i18n/charmaps/NEXTSTEP.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NEXTSTEP.gz ./i18n/charmaps/NEXTSTEP.gz +rm -f ./i18n/charmaps/HP-ROMAN9.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-ROMAN9.gz ./i18n/charmaps/HP-ROMAN9.gz +rm -f ./i18n/charmaps/IBM856.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM856.gz ./i18n/charmaps/IBM856.gz +rm -f ./i18n/charmaps/ECMA-CYRILLIC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ECMA-CYRILLIC.gz ./i18n/charmaps/ECMA-CYRILLIC.gz +rm -f ./i18n/charmaps/ISO_646.BASIC.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_646.BASIC.gz ./i18n/charmaps/ISO_646.BASIC.gz +rm -f ./i18n/charmaps/ES.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ES.gz ./i18n/charmaps/ES.gz +rm -f ./i18n/charmaps/ISO-8859-9E.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-9E.gz ./i18n/charmaps/ISO-8859-9E.gz +rm -f ./i18n/charmaps/JUS_I.B1.003-SERB.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JUS_I.B1.003-SERB.gz ./i18n/charmaps/JUS_I.B1.003-SERB.gz +rm -f ./i18n/charmaps/IBM038.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM038.gz ./i18n/charmaps/IBM038.gz +rm -f ./i18n/charmaps/NF_Z_62-010.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NF_Z_62-010.gz ./i18n/charmaps/NF_Z_62-010.gz +rm -f ./i18n/charmaps/ISO-8859-5.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-5.gz ./i18n/charmaps/ISO-8859-5.gz +rm -f ./i18n/charmaps/CSA_Z243.4-1985-GR.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CSA_Z243.4-1985-GR.gz ./i18n/charmaps/CSA_Z243.4-1985-GR.gz +rm -f ./i18n/charmaps/ISO_6937-2-ADD.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_6937-2-ADD.gz ./i18n/charmaps/ISO_6937-2-ADD.gz +rm -f ./i18n/charmaps/GEORGIAN-PS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GEORGIAN-PS.gz ./i18n/charmaps/GEORGIAN-PS.gz +rm -f ./i18n/charmaps/MACINTOSH.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MACINTOSH.gz ./i18n/charmaps/MACINTOSH.gz +rm -f ./i18n/charmaps/IBM922.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM922.gz ./i18n/charmaps/IBM922.gz +rm -f ./i18n/charmaps/CSN_369103.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CSN_369103.gz ./i18n/charmaps/CSN_369103.gz +rm -f ./i18n/charmaps/IBM850.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM850.gz ./i18n/charmaps/IBM850.gz +rm -f ./i18n/charmaps/ANSI_X3.4-1968.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ANSI_X3.4-1968.gz ./i18n/charmaps/ANSI_X3.4-1968.gz +rm -f ./i18n/charmaps/PT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/PT.gz ./i18n/charmaps/PT.gz +rm -f ./i18n/charmaps/T.101-G2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/T.101-G2.gz ./i18n/charmaps/T.101-G2.gz +rm -f ./i18n/charmaps/EBCDIC-DK-NO-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EBCDIC-DK-NO-A.gz ./i18n/charmaps/EBCDIC-DK-NO-A.gz +rm -f ./i18n/charmaps/IBM874.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM874.gz ./i18n/charmaps/IBM874.gz +rm -f ./i18n/charmaps/GBK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/GBK.gz ./i18n/charmaps/GBK.gz +rm -f ./i18n/charmaps/IBM855.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM855.gz ./i18n/charmaps/IBM855.gz +rm -f ./i18n/charmaps/IBM860.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM860.gz ./i18n/charmaps/IBM860.gz +rm -f ./i18n/charmaps/LATIN-GREEK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/LATIN-GREEK.gz ./i18n/charmaps/LATIN-GREEK.gz +rm -f ./i18n/charmaps/SEN_850200_B.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SEN_850200_B.gz ./i18n/charmaps/SEN_850200_B.gz +rm -f ./i18n/charmaps/IBM273.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM273.gz ./i18n/charmaps/IBM273.gz +rm -f ./i18n/charmaps/PT154.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/PT154.gz ./i18n/charmaps/PT154.gz +rm -f ./i18n/charmaps/CP1254.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1254.gz ./i18n/charmaps/CP1254.gz +rm -f ./i18n/charmaps/ISO-8859-3.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-3.gz ./i18n/charmaps/ISO-8859-3.gz +rm -f ./i18n/charmaps/ISO-8859-9.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-9.gz ./i18n/charmaps/ISO-8859-9.gz +rm -f ./i18n/charmaps/HP-ROMAN8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-ROMAN8.gz ./i18n/charmaps/HP-ROMAN8.gz +rm -f ./i18n/charmaps/IBM866NAV.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM866NAV.gz ./i18n/charmaps/IBM866NAV.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-KANA.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-KANA.gz ./i18n/charmaps/JIS_C6229-1984-KANA.gz +rm -f ./i18n/charmaps/ISO_5427-EXT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_5427-EXT.gz ./i18n/charmaps/ISO_5427-EXT.gz +rm -f ./i18n/charmaps/ISO-8859-4.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-4.gz ./i18n/charmaps/ISO-8859-4.gz +rm -f ./i18n/charmaps/ES2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ES2.gz ./i18n/charmaps/ES2.gz +rm -f ./i18n/charmaps/IBM274.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM274.gz ./i18n/charmaps/IBM274.gz +rm -f ./i18n/charmaps/IBM277.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM277.gz ./i18n/charmaps/IBM277.gz +rm -f ./i18n/charmaps/ASMO_449.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ASMO_449.gz ./i18n/charmaps/ASMO_449.gz +rm -f ./i18n/charmaps/IBM851.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM851.gz ./i18n/charmaps/IBM851.gz +rm -f ./i18n/charmaps/HP-TURKISH8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/HP-TURKISH8.gz ./i18n/charmaps/HP-TURKISH8.gz +rm -f ./i18n/charmaps/T.61-8BIT.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/T.61-8BIT.gz ./i18n/charmaps/T.61-8BIT.gz +rm -f ./i18n/charmaps/ARMSCII-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ARMSCII-8.gz ./i18n/charmaps/ARMSCII-8.gz +rm -f ./i18n/charmaps/KOI-8.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/KOI-8.gz ./i18n/charmaps/KOI-8.gz +rm -f ./i18n/charmaps/ISO_10646.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO_10646.gz ./i18n/charmaps/ISO_10646.gz +rm -f ./i18n/charmaps/CP737.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP737.gz ./i18n/charmaps/CP737.gz +rm -f ./i18n/charmaps/CSA_Z243.4-1985-2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CSA_Z243.4-1985-2.gz ./i18n/charmaps/CSA_Z243.4-1985-2.gz +rm -f ./i18n/charmaps/IBM870.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM870.gz ./i18n/charmaps/IBM870.gz +rm -f ./i18n/charmaps/NS_4551-2.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/NS_4551-2.gz ./i18n/charmaps/NS_4551-2.gz +rm -f ./i18n/charmaps/MIK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MIK.gz ./i18n/charmaps/MIK.gz +rm -f ./i18n/charmaps/JIS_C6220-1969-RO.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6220-1969-RO.gz ./i18n/charmaps/JIS_C6220-1969-RO.gz +rm -f ./i18n/charmaps/CP1257.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1257.gz ./i18n/charmaps/CP1257.gz +rm -f ./i18n/charmaps/IBM1026.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1026.gz ./i18n/charmaps/IBM1026.gz +rm -f ./i18n/charmaps/ANSI_X3.110-1983.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ANSI_X3.110-1983.gz ./i18n/charmaps/ANSI_X3.110-1983.gz +rm -f ./i18n/charmaps/IBM880.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM880.gz ./i18n/charmaps/IBM880.gz +rm -f ./i18n/charmaps/IBM1004.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM1004.gz ./i18n/charmaps/IBM1004.gz +rm -f ./i18n/charmaps/SHIFT_JISX0213.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SHIFT_JISX0213.gz ./i18n/charmaps/SHIFT_JISX0213.gz +rm -f ./i18n/charmaps/JIS_C6229-1984-A.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/JIS_C6229-1984-A.gz ./i18n/charmaps/JIS_C6229-1984-A.gz +rm -f ./i18n/charmaps/CP1125.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP1125.gz ./i18n/charmaps/CP1125.gz +rm -f ./i18n/charmaps/ISO-8859-10.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-8859-10.gz ./i18n/charmaps/ISO-8859-10.gz +rm -f ./i18n/charmaps/CP775.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/CP775.gz ./i18n/charmaps/CP775.gz +rm -f ./i18n/charmaps/IBM871.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM871.gz ./i18n/charmaps/IBM871.gz +rm -f ./i18n/charmaps/MAC-UK.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MAC-UK.gz ./i18n/charmaps/MAC-UK.gz +rm -f ./i18n/charmaps/IBM280.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM280.gz ./i18n/charmaps/IBM280.gz +rm -f ./i18n/charmaps/IBM297.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM297.gz ./i18n/charmaps/IBM297.gz +rm -f ./i18n/charmaps/IBM905.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/IBM905.gz ./i18n/charmaps/IBM905.gz +rm -f ./i18n/charmaps/VIDEOTEX-SUPPL.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/VIDEOTEX-SUPPL.gz ./i18n/charmaps/VIDEOTEX-SUPPL.gz +rm -f ./i18n/charmaps/ISO-IR-197.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/ISO-IR-197.gz ./i18n/charmaps/ISO-IR-197.gz +rm -f ./i18n/charmaps/EUC-JP-MS.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/EUC-JP-MS.gz ./i18n/charmaps/EUC-JP-MS.gz +rm -f ./i18n/charmaps/SAMI.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/SAMI.gz ./i18n/charmaps/SAMI.gz +rm -f ./i18n/charmaps/MSZ_7795.3.gz +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/charmaps/MSZ_7795.3.gz ./i18n/charmaps/MSZ_7795.3.gz +rm -f ./i18n/locales/br_FR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/br_FR ./i18n/locales/br_FR +rm -f ./i18n/locales/is_IS +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/is_IS ./i18n/locales/is_IS +rm -f ./i18n/locales/sv_SE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sv_SE ./i18n/locales/sv_SE +rm -f ./i18n/locales/tt_RU@iqtelif +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tt_RU@iqtelif ./i18n/locales/tt_RU@iqtelif +rm -f ./i18n/locales/ru_UA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ru_UA ./i18n/locales/ru_UA +rm -f ./i18n/locales/nds_DE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nds_DE ./i18n/locales/nds_DE +rm -f ./i18n/locales/sq_AL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sq_AL ./i18n/locales/sq_AL +rm -f ./i18n/locales/et_EE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/et_EE ./i18n/locales/et_EE +rm -f ./i18n/locales/te_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/te_IN ./i18n/locales/te_IN +rm -f ./i18n/locales/cy_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/cy_GB ./i18n/locales/cy_GB +rm -f ./i18n/locales/hsb_DE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hsb_DE ./i18n/locales/hsb_DE +rm -f ./i18n/locales/ur_PK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ur_PK ./i18n/locales/ur_PK +rm -f ./i18n/locales/hu_HU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hu_HU ./i18n/locales/hu_HU +rm -f ./i18n/locales/gl_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gl_ES ./i18n/locales/gl_ES +rm -f ./i18n/locales/nn_NO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nn_NO ./i18n/locales/nn_NO +rm -f ./i18n/locales/ar_SA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_SA ./i18n/locales/ar_SA +rm -f ./i18n/locales/en_HK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_HK ./i18n/locales/en_HK +rm -f ./i18n/locales/fi_FI@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fi_FI@euro ./i18n/locales/fi_FI@euro +rm -f ./i18n/locales/byn_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/byn_ER ./i18n/locales/byn_ER +rm -f ./i18n/locales/mt_MT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mt_MT ./i18n/locales/mt_MT +rm -f ./i18n/locales/hy_AM +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hy_AM ./i18n/locales/hy_AM +rm -f ./i18n/locales/zh_HK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zh_HK ./i18n/locales/zh_HK +rm -f ./i18n/locales/he_IL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/he_IL ./i18n/locales/he_IL +rm -f ./i18n/locales/se_NO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/se_NO ./i18n/locales/se_NO +rm -f ./i18n/locales/li_NL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/li_NL ./i18n/locales/li_NL +rm -f ./i18n/locales/ber_MA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ber_MA ./i18n/locales/ber_MA +rm -f ./i18n/locales/fy_NL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fy_NL ./i18n/locales/fy_NL +rm -f ./i18n/locales/bo_CN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bo_CN ./i18n/locales/bo_CN +rm -f ./i18n/locales/es_VE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_VE ./i18n/locales/es_VE +rm -f ./i18n/locales/so_SO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/so_SO ./i18n/locales/so_SO +rm -f ./i18n/locales/fr_BE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_BE@euro ./i18n/locales/fr_BE@euro +rm -f ./i18n/locales/zu_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zu_ZA ./i18n/locales/zu_ZA +rm -f ./i18n/locales/iso14651_t1 +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iso14651_t1 ./i18n/locales/iso14651_t1 +rm -f ./i18n/locales/ca_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_ES ./i18n/locales/ca_ES +rm -f ./i18n/locales/mai_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mai_IN ./i18n/locales/mai_IN +rm -f ./i18n/locales/fr_LU@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_LU@euro ./i18n/locales/fr_LU@euro +rm -f ./i18n/locales/es_EC +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_EC ./i18n/locales/es_EC +rm -f ./i18n/locales/ka_GE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ka_GE ./i18n/locales/ka_GE +rm -f ./i18n/locales/en_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_ZA ./i18n/locales/en_ZA +rm -f ./i18n/locales/es_MX +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_MX ./i18n/locales/es_MX +rm -f ./i18n/locales/en_PH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_PH ./i18n/locales/en_PH +rm -f ./i18n/locales/ar_BH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_BH ./i18n/locales/ar_BH +rm -f ./i18n/locales/ar_OM +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_OM ./i18n/locales/ar_OM +rm -f ./i18n/locales/hi_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hi_IN ./i18n/locales/hi_IN +rm -f ./i18n/locales/zh_SG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zh_SG ./i18n/locales/zh_SG +rm -f ./i18n/locales/tt_RU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tt_RU ./i18n/locales/tt_RU +rm -f ./i18n/locales/si_LK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/si_LK ./i18n/locales/si_LK +rm -f ./i18n/locales/eu_ES@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/eu_ES@euro ./i18n/locales/eu_ES@euro +rm -f ./i18n/locales/kl_GL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/kl_GL ./i18n/locales/kl_GL +rm -f ./i18n/locales/translit_cjk_variants +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_cjk_variants ./i18n/locales/translit_cjk_variants +rm -f ./i18n/locales/nl_NL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nl_NL ./i18n/locales/nl_NL +rm -f ./i18n/locales/translit_compat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_compat ./i18n/locales/translit_compat +rm -f ./i18n/locales/es_PR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_PR ./i18n/locales/es_PR +rm -f ./i18n/locales/translit_neutral +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_neutral ./i18n/locales/translit_neutral +rm -f ./i18n/locales/nl_NL@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nl_NL@euro ./i18n/locales/nl_NL@euro +rm -f ./i18n/locales/en_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_CA ./i18n/locales/en_CA +rm -f ./i18n/locales/sv_FI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sv_FI ./i18n/locales/sv_FI +rm -f ./i18n/locales/en_ZW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_ZW ./i18n/locales/en_ZW +rm -f ./i18n/locales/i18n +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/i18n ./i18n/locales/i18n +rm -f ./i18n/locales/ar_MA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_MA ./i18n/locales/ar_MA +rm -f ./i18n/locales/en_DK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_DK ./i18n/locales/en_DK +rm -f ./i18n/locales/li_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/li_BE ./i18n/locales/li_BE +rm -f ./i18n/locales/de_BE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_BE@euro ./i18n/locales/de_BE@euro +rm -f ./i18n/locales/fy_DE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fy_DE ./i18n/locales/fy_DE +rm -f ./i18n/locales/ar_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_IN ./i18n/locales/ar_IN +rm -f ./i18n/locales/tn_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tn_ZA ./i18n/locales/tn_ZA +rm -f ./i18n/locales/ja_JP +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ja_JP ./i18n/locales/ja_JP +rm -f ./i18n/locales/vi_VN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/vi_VN ./i18n/locales/vi_VN +rm -f ./i18n/locales/translit_fraction +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_fraction ./i18n/locales/translit_fraction +rm -f ./i18n/locales/en_US +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_US ./i18n/locales/en_US +rm -f ./i18n/locales/st_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/st_ZA ./i18n/locales/st_ZA +rm -f ./i18n/locales/sr_RS +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sr_RS ./i18n/locales/sr_RS +rm -f ./i18n/locales/eu_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/eu_ES ./i18n/locales/eu_ES +rm -f ./i18n/locales/es_GT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_GT ./i18n/locales/es_GT +rm -f ./i18n/locales/kn_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/kn_IN ./i18n/locales/kn_IN +rm -f ./i18n/locales/es_CR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_CR ./i18n/locales/es_CR +rm -f ./i18n/locales/ar_IQ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_IQ ./i18n/locales/ar_IQ +rm -f ./i18n/locales/ug_CN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ug_CN ./i18n/locales/ug_CN +rm -f ./i18n/locales/pa_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pa_IN ./i18n/locales/pa_IN +rm -f ./i18n/locales/en_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_GB ./i18n/locales/en_GB +rm -f ./i18n/locales/tr_TR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tr_TR ./i18n/locales/tr_TR +rm -f ./i18n/locales/nb_NO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nb_NO ./i18n/locales/nb_NO +rm -f ./i18n/locales/es_CO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_CO ./i18n/locales/es_CO +rm -f ./i18n/locales/csb_PL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/csb_PL ./i18n/locales/csb_PL +rm -f ./i18n/locales/az_AZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/az_AZ ./i18n/locales/az_AZ +rm -f ./i18n/locales/gez_ET@abegede +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gez_ET@abegede ./i18n/locales/gez_ET@abegede +rm -f ./i18n/locales/sa_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sa_IN ./i18n/locales/sa_IN +rm -f ./i18n/locales/es_NI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_NI ./i18n/locales/es_NI +rm -f ./i18n/locales/ne_NP +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ne_NP ./i18n/locales/ne_NP +rm -f ./i18n/locales/gd_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gd_GB ./i18n/locales/gd_GB +rm -f ./i18n/locales/es_PE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_PE ./i18n/locales/es_PE +rm -f ./i18n/locales/es_US +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_US ./i18n/locales/es_US +rm -f ./i18n/locales/so_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/so_ET ./i18n/locales/so_ET +rm -f ./i18n/locales/ar_JO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_JO ./i18n/locales/ar_JO +rm -f ./i18n/locales/el_GR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/el_GR ./i18n/locales/el_GR +rm -f ./i18n/locales/ky_KG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ky_KG ./i18n/locales/ky_KG +rm -f ./i18n/locales/bo_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bo_IN ./i18n/locales/bo_IN +rm -f ./i18n/locales/ar_AE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_AE ./i18n/locales/ar_AE +rm -f ./i18n/locales/ber_DZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ber_DZ ./i18n/locales/ber_DZ +rm -f ./i18n/locales/el_GR@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/el_GR@euro ./i18n/locales/el_GR@euro +rm -f ./i18n/locales/zh_TW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zh_TW ./i18n/locales/zh_TW +rm -f ./i18n/locales/cs_CZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/cs_CZ ./i18n/locales/cs_CZ +rm -f ./i18n/locales/ca_IT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_IT ./i18n/locales/ca_IT +rm -f ./i18n/locales/sk_SK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sk_SK ./i18n/locales/sk_SK +rm -f ./i18n/locales/en_SG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_SG ./i18n/locales/en_SG +rm -f ./i18n/locales/sr_RS@latin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sr_RS@latin ./i18n/locales/sr_RS@latin +rm -f ./i18n/locales/ts_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ts_ZA ./i18n/locales/ts_ZA +rm -f ./i18n/locales/xh_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/xh_ZA ./i18n/locales/xh_ZA +rm -f ./i18n/locales/translit_wide +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_wide ./i18n/locales/translit_wide +rm -f ./i18n/locales/wa_BE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/wa_BE@euro ./i18n/locales/wa_BE@euro +rm -f ./i18n/locales/or_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/or_IN ./i18n/locales/or_IN +rm -f ./i18n/locales/en_NG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_NG ./i18n/locales/en_NG +rm -f ./i18n/locales/ta_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ta_IN ./i18n/locales/ta_IN +rm -f ./i18n/locales/ar_SD +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_SD ./i18n/locales/ar_SD +rm -f ./i18n/locales/pt_BR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pt_BR ./i18n/locales/pt_BR +rm -f ./i18n/locales/ca_ES@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_ES@euro ./i18n/locales/ca_ES@euro +rm -f ./i18n/locales/om_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/om_ET ./i18n/locales/om_ET +rm -f ./i18n/locales/ar_YE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_YE ./i18n/locales/ar_YE +rm -f ./i18n/locales/iu_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iu_CA ./i18n/locales/iu_CA +rm -f ./i18n/locales/fr_FR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_FR ./i18n/locales/fr_FR +rm -f ./i18n/locales/bs_BA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bs_BA ./i18n/locales/bs_BA +rm -f ./i18n/locales/de_LU@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_LU@euro ./i18n/locales/de_LU@euro +rm -f ./i18n/locales/uz_UZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/uz_UZ ./i18n/locales/uz_UZ +rm -f ./i18n/locales/sc_IT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sc_IT ./i18n/locales/sc_IT +rm -f ./i18n/locales/af_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/af_ZA ./i18n/locales/af_ZA +rm -f ./i18n/locales/es_CL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_CL ./i18n/locales/es_CL +rm -f ./i18n/locales/nds_NL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nds_NL ./i18n/locales/nds_NL +rm -f ./i18n/locales/br_FR@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/br_FR@euro ./i18n/locales/br_FR@euro +rm -f ./i18n/locales/bg_BG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bg_BG ./i18n/locales/bg_BG +rm -f ./i18n/locales/nl_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nl_BE ./i18n/locales/nl_BE +rm -f ./i18n/locales/yi_US +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/yi_US ./i18n/locales/yi_US +rm -f ./i18n/locales/fr_CH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_CH ./i18n/locales/fr_CH +rm -f ./i18n/locales/fr_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_CA ./i18n/locales/fr_CA +rm -f ./i18n/locales/wal_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/wal_ET ./i18n/locales/wal_ET +rm -f ./i18n/locales/ve_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ve_ZA ./i18n/locales/ve_ZA +rm -f ./i18n/locales/pt_PT@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pt_PT@euro ./i18n/locales/pt_PT@euro +rm -f ./i18n/locales/ig_NG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ig_NG ./i18n/locales/ig_NG +rm -f ./i18n/locales/ml_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ml_IN ./i18n/locales/ml_IN +rm -f ./i18n/locales/pap_AN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pap_AN ./i18n/locales/pap_AN +rm -f ./i18n/locales/be_BY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/be_BY ./i18n/locales/be_BY +rm -f ./i18n/locales/mk_MK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mk_MK ./i18n/locales/mk_MK +rm -f ./i18n/locales/aa_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/aa_ET ./i18n/locales/aa_ET +rm -f ./i18n/locales/es_UY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_UY ./i18n/locales/es_UY +rm -f ./i18n/locales/da_DK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/da_DK ./i18n/locales/da_DK +rm -f ./i18n/locales/es_HN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_HN ./i18n/locales/es_HN +rm -f ./i18n/locales/nr_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nr_ZA ./i18n/locales/nr_ZA +rm -f ./i18n/locales/zh_CN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/zh_CN ./i18n/locales/zh_CN +rm -f ./i18n/locales/ti_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ti_ET ./i18n/locales/ti_ET +rm -f ./i18n/locales/en_IE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_IE@euro ./i18n/locales/en_IE@euro +rm -f ./i18n/locales/translit_font +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_font ./i18n/locales/translit_font +rm -f ./i18n/locales/gl_ES@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gl_ES@euro ./i18n/locales/gl_ES@euro +rm -f ./i18n/locales/de_CH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_CH ./i18n/locales/de_CH +rm -f ./i18n/locales/lo_LA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/lo_LA ./i18n/locales/lo_LA +rm -f ./i18n/locales/ko_KR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ko_KR ./i18n/locales/ko_KR +rm -f ./i18n/locales/ga_IE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ga_IE ./i18n/locales/ga_IE +rm -f ./i18n/locales/kw_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/kw_GB ./i18n/locales/kw_GB +rm -f ./i18n/locales/ca_AD +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_AD ./i18n/locales/ca_AD +rm -f ./i18n/locales/es_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_ES ./i18n/locales/es_ES +rm -f ./i18n/locales/ru_RU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ru_RU ./i18n/locales/ru_RU +rm -f ./i18n/locales/de_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_BE ./i18n/locales/de_BE +rm -f ./i18n/locales/mg_MG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mg_MG ./i18n/locales/mg_MG +rm -f ./i18n/locales/es_PA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_PA ./i18n/locales/es_PA +rm -f ./i18n/locales/en_BW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_BW ./i18n/locales/en_BW +rm -f ./i18n/locales/ti_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ti_ER ./i18n/locales/ti_ER +rm -f ./i18n/locales/oc_FR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/oc_FR ./i18n/locales/oc_FR +rm -f ./i18n/locales/tk_TM +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tk_TM ./i18n/locales/tk_TM +rm -f ./i18n/locales/uk_UA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/uk_UA ./i18n/locales/uk_UA +rm -f ./i18n/locales/sl_SI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sl_SI ./i18n/locales/sl_SI +rm -f ./i18n/locales/km_KH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/km_KH ./i18n/locales/km_KH +rm -f ./i18n/locales/de_AT@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_AT@euro ./i18n/locales/de_AT@euro +rm -f ./i18n/locales/be_BY@latin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/be_BY@latin ./i18n/locales/be_BY@latin +rm -f ./i18n/locales/gu_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gu_IN ./i18n/locales/gu_IN +rm -f ./i18n/locales/ar_QA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_QA ./i18n/locales/ar_QA +rm -f ./i18n/locales/es_ES@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_ES@euro ./i18n/locales/es_ES@euro +rm -f ./i18n/locales/sr_ME +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sr_ME ./i18n/locales/sr_ME +rm -f ./i18n/locales/crh_UA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/crh_UA ./i18n/locales/crh_UA +rm -f ./i18n/locales/gez_ER@abegede +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gez_ER@abegede ./i18n/locales/gez_ER@abegede +rm -f ./i18n/locales/shs_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/shs_CA ./i18n/locales/shs_CA +rm -f ./i18n/locales/el_CY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/el_CY ./i18n/locales/el_CY +rm -f ./i18n/locales/rw_RW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/rw_RW ./i18n/locales/rw_RW +rm -f ./i18n/locales/POSIX +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/POSIX ./i18n/locales/POSIX +rm -f ./i18n/locales/ku_TR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ku_TR ./i18n/locales/ku_TR +rm -f ./i18n/locales/ms_MY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ms_MY ./i18n/locales/ms_MY +rm -f ./i18n/locales/ast_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ast_ES ./i18n/locales/ast_ES +rm -f ./i18n/locales/ar_LB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_LB ./i18n/locales/ar_LB +rm -f ./i18n/locales/en_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_IN ./i18n/locales/en_IN +rm -f ./i18n/locales/lt_LT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/lt_LT ./i18n/locales/lt_LT +rm -f ./i18n/locales/en_NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_NZ ./i18n/locales/en_NZ +rm -f ./i18n/locales/es_DO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_DO ./i18n/locales/es_DO +rm -f ./i18n/locales/translit_circle +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_circle ./i18n/locales/translit_circle +rm -f ./i18n/locales/wo_SN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/wo_SN ./i18n/locales/wo_SN +rm -f ./i18n/locales/es_SV +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_SV ./i18n/locales/es_SV +rm -f ./i18n/locales/translit_combining +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_combining ./i18n/locales/translit_combining +rm -f ./i18n/locales/ha_NG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ha_NG ./i18n/locales/ha_NG +rm -f ./i18n/locales/bn_BD +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bn_BD ./i18n/locales/bn_BD +rm -f ./i18n/locales/tl_PH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tl_PH ./i18n/locales/tl_PH +rm -f ./i18n/locales/es_PY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_PY ./i18n/locales/es_PY +rm -f ./i18n/locales/om_KE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/om_KE ./i18n/locales/om_KE +rm -f ./i18n/locales/lv_LV +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/lv_LV ./i18n/locales/lv_LV +rm -f ./i18n/locales/fr_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_BE ./i18n/locales/fr_BE +rm -f ./i18n/locales/sid_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sid_ET ./i18n/locales/sid_ET +rm -f ./i18n/locales/translit_narrow +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_narrow ./i18n/locales/translit_narrow +rm -f ./i18n/locales/pl_PL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pl_PL ./i18n/locales/pl_PL +rm -f ./i18n/locales/fa_IR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fa_IR ./i18n/locales/fa_IR +rm -f ./i18n/locales/de_DE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_DE@euro ./i18n/locales/de_DE@euro +rm -f ./i18n/locales/as_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/as_IN ./i18n/locales/as_IN +rm -f ./i18n/locales/en_IE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_IE ./i18n/locales/en_IE +rm -f ./i18n/locales/am_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/am_ET ./i18n/locales/am_ET +rm -f ./i18n/locales/aa_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/aa_ER ./i18n/locales/aa_ER +rm -f ./i18n/locales/ar_EG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_EG ./i18n/locales/ar_EG +rm -f ./i18n/locales/tig_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tig_ER ./i18n/locales/tig_ER +rm -f ./i18n/locales/de_AT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_AT ./i18n/locales/de_AT +rm -f ./i18n/locales/fr_FR@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_FR@euro ./i18n/locales/fr_FR@euro +rm -f ./i18n/locales/ga_IE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ga_IE@euro ./i18n/locales/ga_IE@euro +rm -f ./i18n/locales/fo_FO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fo_FO ./i18n/locales/fo_FO +rm -f ./i18n/locales/mi_NZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mi_NZ ./i18n/locales/mi_NZ +rm -f ./i18n/locales/bn_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/bn_IN ./i18n/locales/bn_IN +rm -f ./i18n/locales/ar_LY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_LY ./i18n/locales/ar_LY +rm -f ./i18n/locales/yo_NG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/yo_NG ./i18n/locales/yo_NG +rm -f ./i18n/locales/fil_PH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fil_PH ./i18n/locales/fil_PH +rm -f ./i18n/locales/id_ID +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/id_ID ./i18n/locales/id_ID +rm -f ./i18n/locales/pt_PT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pt_PT ./i18n/locales/pt_PT +rm -f ./i18n/locales/dz_BT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/dz_BT ./i18n/locales/dz_BT +rm -f ./i18n/locales/gez_ET +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gez_ET ./i18n/locales/gez_ET +rm -f ./i18n/locales/iso14651_t1_pinyin +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iso14651_t1_pinyin ./i18n/locales/iso14651_t1_pinyin +rm -f ./i18n/locales/fr_LU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fr_LU ./i18n/locales/fr_LU +rm -f ./i18n/locales/translit_hangul +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_hangul ./i18n/locales/translit_hangul +rm -f ./i18n/locales/th_TH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/th_TH ./i18n/locales/th_TH +rm -f ./i18n/locales/nl_BE@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nl_BE@euro ./i18n/locales/nl_BE@euro +rm -f ./i18n/locales/it_CH +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/it_CH ./i18n/locales/it_CH +rm -f ./i18n/locales/it_IT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/it_IT ./i18n/locales/it_IT +rm -f ./i18n/locales/so_DJ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/so_DJ ./i18n/locales/so_DJ +rm -f ./i18n/locales/ca_FR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ca_FR ./i18n/locales/ca_FR +rm -f ./i18n/locales/aa_ER@saaho +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/aa_ER@saaho ./i18n/locales/aa_ER@saaho +rm -f ./i18n/locales/fur_IT +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fur_IT ./i18n/locales/fur_IT +rm -f ./i18n/locales/translit_cjk_compat +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_cjk_compat ./i18n/locales/translit_cjk_compat +rm -f ./i18n/locales/mr_IN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mr_IN ./i18n/locales/mr_IN +rm -f ./i18n/locales/en_AU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/en_AU ./i18n/locales/en_AU +rm -f ./i18n/locales/it_IT@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/it_IT@euro ./i18n/locales/it_IT@euro +rm -f ./i18n/locales/kk_KZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/kk_KZ ./i18n/locales/kk_KZ +rm -f ./i18n/locales/aa_DJ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/aa_DJ ./i18n/locales/aa_DJ +rm -f ./i18n/locales/hr_HR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/hr_HR ./i18n/locales/hr_HR +rm -f ./i18n/locales/ik_CA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ik_CA ./i18n/locales/ik_CA +rm -f ./i18n/locales/so_KE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/so_KE ./i18n/locales/so_KE +rm -f ./i18n/locales/mn_MN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/mn_MN ./i18n/locales/mn_MN +rm -f ./i18n/locales/ar_TN +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_TN ./i18n/locales/ar_TN +rm -f ./i18n/locales/pa_PK +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/pa_PK ./i18n/locales/pa_PK +rm -f ./i18n/locales/tr_CY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tr_CY ./i18n/locales/tr_CY +rm -f ./i18n/locales/an_ES +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/an_ES ./i18n/locales/an_ES +rm -f ./i18n/locales/lg_UG +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/lg_UG ./i18n/locales/lg_UG +rm -f ./i18n/locales/ar_KW +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_KW ./i18n/locales/ar_KW +rm -f ./i18n/locales/ss_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ss_ZA ./i18n/locales/ss_ZA +rm -f ./i18n/locales/ar_SY +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_SY ./i18n/locales/ar_SY +rm -f ./i18n/locales/tg_TJ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/tg_TJ ./i18n/locales/tg_TJ +rm -f ./i18n/locales/translit_small +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/translit_small ./i18n/locales/translit_small +rm -f ./i18n/locales/es_AR +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_AR ./i18n/locales/es_AR +rm -f ./i18n/locales/es_BO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/es_BO ./i18n/locales/es_BO +rm -f ./i18n/locales/gv_GB +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gv_GB ./i18n/locales/gv_GB +rm -f ./i18n/locales/de_DE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_DE ./i18n/locales/de_DE +rm -f ./i18n/locales/gez_ER +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/gez_ER ./i18n/locales/gez_ER +rm -f ./i18n/locales/sv_FI@euro +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/sv_FI@euro ./i18n/locales/sv_FI@euro +rm -f ./i18n/locales/iso14651_t1_common +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iso14651_t1_common ./i18n/locales/iso14651_t1_common +rm -f ./i18n/locales/iw_IL +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/iw_IL ./i18n/locales/iw_IL +rm -f ./i18n/locales/nso_ZA +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/nso_ZA ./i18n/locales/nso_ZA +rm -f ./i18n/locales/ro_RO +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ro_RO ./i18n/locales/ro_RO +rm -f ./i18n/locales/uz_UZ@cyrillic +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/uz_UZ@cyrillic ./i18n/locales/uz_UZ@cyrillic +rm -f ./i18n/locales/wa_BE +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/wa_BE ./i18n/locales/wa_BE +rm -f ./i18n/locales/de_LU +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/de_LU ./i18n/locales/de_LU +rm -f ./i18n/locales/ar_DZ +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/ar_DZ ./i18n/locales/ar_DZ +rm -f ./i18n/locales/fi_FI +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./i18n/locales/fi_FI ./i18n/locales/fi_FI +rm -f ./locale/vi/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/vi/LC_MESSAGES/libc.mo ./locale/vi/LC_MESSAGES/libc.mo +rm -f ./locale/locale.alias +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/locale.alias ./locale/locale.alias +rm -f ./locale/de/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/de/LC_MESSAGES/libc.mo ./locale/de/LC_MESSAGES/libc.mo +rm -f ./locale/da/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/da/LC_MESSAGES/libc.mo ./locale/da/LC_MESSAGES/libc.mo +rm -f ./locale/nb/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/nb/LC_MESSAGES/libc.mo ./locale/nb/LC_MESSAGES/libc.mo +rm -f ./locale/hu/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/hu/LC_MESSAGES/libc.mo ./locale/hu/LC_MESSAGES/libc.mo +rm -f ./locale/pl/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/pl/LC_MESSAGES/libc.mo ./locale/pl/LC_MESSAGES/libc.mo +rm -f ./locale/gl/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/gl/LC_MESSAGES/libc.mo ./locale/gl/LC_MESSAGES/libc.mo +rm -f ./locale/en_GB/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/en_GB/LC_MESSAGES/libc.mo ./locale/en_GB/LC_MESSAGES/libc.mo +rm -f ./locale/hr/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/hr/LC_MESSAGES/libc.mo ./locale/hr/LC_MESSAGES/libc.mo +rm -f ./locale/ko/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/ko/LC_MESSAGES/libc.mo ./locale/ko/LC_MESSAGES/libc.mo +rm -f ./locale/be/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/be/LC_MESSAGES/libc.mo ./locale/be/LC_MESSAGES/libc.mo +rm -f ./locale/zh_TW/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/zh_TW/LC_MESSAGES/libc.mo ./locale/zh_TW/LC_MESSAGES/libc.mo +rm -f ./locale/fi/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/fi/LC_MESSAGES/libc.mo ./locale/fi/LC_MESSAGES/libc.mo +rm -f ./locale/tr/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/tr/LC_MESSAGES/libc.mo ./locale/tr/LC_MESSAGES/libc.mo +rm -f ./locale/pt_BR/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/pt_BR/LC_MESSAGES/libc.mo ./locale/pt_BR/LC_MESSAGES/libc.mo +rm -f ./locale/rw/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/rw/LC_MESSAGES/libc.mo ./locale/rw/LC_MESSAGES/libc.mo +rm -f ./locale/zh_CN/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/zh_CN/LC_MESSAGES/libc.mo ./locale/zh_CN/LC_MESSAGES/libc.mo +rm -f ./locale/es/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/es/LC_MESSAGES/libc.mo ./locale/es/LC_MESSAGES/libc.mo +rm -f ./locale/el/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/el/LC_MESSAGES/libc.mo ./locale/el/LC_MESSAGES/libc.mo +rm -f ./locale/sv/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/sv/LC_MESSAGES/libc.mo ./locale/sv/LC_MESSAGES/libc.mo +rm -f ./locale/sk/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/sk/LC_MESSAGES/libc.mo ./locale/sk/LC_MESSAGES/libc.mo +rm -f ./locale/bg/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/bg/LC_MESSAGES/libc.mo ./locale/bg/LC_MESSAGES/libc.mo +rm -f ./locale/ru/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/ru/LC_MESSAGES/libc.mo ./locale/ru/LC_MESSAGES/libc.mo +rm -f ./locale/ja/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/ja/LC_MESSAGES/libc.mo ./locale/ja/LC_MESSAGES/libc.mo +rm -f ./locale/cs/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/cs/LC_MESSAGES/libc.mo ./locale/cs/LC_MESSAGES/libc.mo +rm -f ./locale/fr/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/fr/LC_MESSAGES/libc.mo ./locale/fr/LC_MESSAGES/libc.mo +rm -f ./locale/it/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/it/LC_MESSAGES/libc.mo ./locale/it/LC_MESSAGES/libc.mo +rm -f ./locale/ca/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/ca/LC_MESSAGES/libc.mo ./locale/ca/LC_MESSAGES/libc.mo +rm -f ./locale/nl/LC_MESSAGES/libc.mo +ln ${build_top}/lite/install/${target_name}/libc/./usr/share/./locale/nl/LC_MESSAGES/libc.mo ./locale/nl/LC_MESSAGES/libc.mo +popd +cp -d ${build_top}/lite/install/${target_name}/lib/libgcc_s.so ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/libgcc_s.so.1 ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv6-hard/libgcc_s.so ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv6-hard/libgcc_s.so.1 ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv6-hard/libstdc++.so ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv6-hard/libstdc++.so.6 ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv6-hard/libstdc++.so.6.0.10 ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/ +cp -d ${build_top}/lite/install/${target_name}/lib/armv6-hard/libstdc++.a ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/ +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/gdbserver ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/gdbserver +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/ldconfig ${build_top}/lite/install/${target_name}/libc/armv6-hard/sbin/ldconfig +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/sln ${build_top}/lite/install/${target_name}/libc/armv6-hard/sbin/sln +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/catchsegv ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/catchsegv +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/gencat ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/gencat +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/getconf ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/getconf +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/getent ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/getent +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/iconv ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/iconv +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/ldd ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/ldd +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/locale ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/locale +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/localedef ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/localedef +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/mtrace ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/mtrace +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/pcprofiledump ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/pcprofiledump +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/rpcgen ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/rpcgen +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/sprof ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/sprof +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/tzselect ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/tzselect +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/xtrace ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/bin/xtrace +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/iconvconfig ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/sbin/iconvconfig +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/nscd ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/sbin/nscd +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/rpcinfo ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/sbin/rpcinfo +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/zdump ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/sbin/zdump +ln -f ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib//bin/zic ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/sbin/zic +popenv + +# task [069/076] /i686-pc-linux-gnu/pretidy_installation +echo ">>> Executing task [069/076] /i686-pc-linux-gnu/pretidy_installation <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/install +#rm ./lib/libiberty.a +rm -f ./lib/libiberty.a # MAJA ??? +popd +popenv + +# task [070/076] /i686-pc-linux-gnu/remove_libtool_archives +echo ">>> Executing task [070/076] /i686-pc-linux-gnu/remove_libtool_archives <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +find ${build_top}/lite/install -name '*.la' -exec rm '{}' ';' +popenv + +# task [071/076] /i686-pc-linux-gnu/remove_copied_libs +echo ">>> Executing task [071/076] /i686-pc-linux-gnu/remove_copied_libs <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +rm -f ${build_top}/lite/install/${target_name}/lib/./libgcc_s.so ${build_top}/lite/install/${target_name}/lib/./libgcc_s.so.1 ${build_top}/lite/install/${target_name}/lib/./libstdc++.so ${build_top}/lite/install/${target_name}/lib/./libstdc++.so.6 ${build_top}/lite/install/${target_name}/lib/./libstdc++.so.6.0.10 ${build_top}/lite/install/${target_name}/lib/./libstdc++.a +rm -f ${build_top}/lite/install/${target_name}/lib/armv4t/libgcc_s.so ${build_top}/lite/install/${target_name}/lib/armv4t/libgcc_s.so.1 ${build_top}/lite/install/${target_name}/lib/armv4t/libstdc++.so ${build_top}/lite/install/${target_name}/lib/armv4t/libstdc++.so.6 ${build_top}/lite/install/${target_name}/lib/armv4t/libstdc++.so.6.0.10 ${build_top}/lite/install/${target_name}/lib/armv4t/libstdc++.a +rm -f ${build_top}/lite/install/${target_name}/lib/armv6/libgcc_s.so ${build_top}/lite/install/${target_name}/lib/armv6/libgcc_s.so.1 ${build_top}/lite/install/${target_name}/lib/armv6/libstdc++.so ${build_top}/lite/install/${target_name}/lib/armv6/libstdc++.so.6 ${build_top}/lite/install/${target_name}/lib/armv6/libstdc++.so.6.0.10 ${build_top}/lite/install/${target_name}/lib/armv6/libstdc++.a +rm -f ${build_top}/lite/install/${target_name}/lib/armv6-hard/libgcc_s.so ${build_top}/lite/install/${target_name}/lib/armv6-hard/libgcc_s.so.1 ${build_top}/lite/install/${target_name}/lib/armv6-hard/libstdc++.so ${build_top}/lite/install/${target_name}/lib/armv6-hard/libstdc++.so.6 ${build_top}/lite/install/${target_name}/lib/armv6-hard/libstdc++.so.6.0.10 ${build_top}/lite/install/${target_name}/lib/armv6-hard/libstdc++.a +popenv + +# task [072/076] /i686-pc-linux-gnu/remove_fixed_headers +echo ">>> Executing task [072/076] /i686-pc-linux-gnu/remove_fixed_headers <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +pushd ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/include-fixed +popd +popenv + +# task [073/076] /i686-pc-linux-gnu/strip_host_objects +echo ">>> Executing task [073/076] /i686-pc-linux-gnu/strip_host_objects <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-addr2line +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-ar +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-as +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-c++ +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-c++filt +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-cpp +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-g++ +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-gcc +${host_strip} ${build_top}/lite/install/bin/${target_name}-gcc-4.3.3 # Weird! +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-gcov +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-gdb +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-gdbtui +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-gprof +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-ld +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-nm +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-objcopy +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-objdump +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-ranlib +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-readelf +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-size +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-strings +${host_strip} ${build_top}/lite/install/bin/${toolchain_name}-strip +${host_strip} ${build_top}/lite/install/${target_name}/bin/ar +${host_strip} ${build_top}/lite/install/${target_name}/bin/as +${host_strip} ${build_top}/lite/install/${target_name}/bin/c++ +${host_strip} ${build_top}/lite/install/${target_name}/bin/g++ +${host_strip} ${build_top}/lite/install/${target_name}/bin/gcc +${host_strip} ${build_top}/lite/install/${target_name}/bin/ld +${host_strip} ${build_top}/lite/install/${target_name}/bin/nm +${host_strip} ${build_top}/lite/install/${target_name}/bin/objcopy +${host_strip} ${build_top}/lite/install/${target_name}/bin/objdump +${host_strip} ${build_top}/lite/install/${target_name}/bin/ranlib +${host_strip} ${build_top}/lite/install/${target_name}/bin/strip +${host_strip} ${build_top}/lite/install/libexec/gcc/${target_name}/4.3.3/cc1 +${host_strip} ${build_top}/lite/install/libexec/gcc/${target_name}/4.3.3/collect2 +${host_strip} ${build_top}/lite/install/libexec/gcc/${target_name}/4.3.3/install-tools/fixincl +${host_strip} ${build_top}/lite/install/libexec/gcc/${target_name}/4.3.3/cc1plus +popenv + +# task [074/076] /i686-pc-linux-gnu/strip_target_objects +echo ">>> Executing task [074/076] /i686-pc-linux-gnu/strip_target_objects <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnsl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/librt.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libc_nonshared.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libBrokenLocale.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/crti.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/Mcrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnsl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/crt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_dns.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/Scrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libanl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libresolv.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO-IR-197.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-3.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO-2022-JP-3.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1164.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1149.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM9030.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM871.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM868.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/GB18030.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1047.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM866NAV.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1026.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM904.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1147.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM9066.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-4.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/HP-THAI8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM437.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO_11548-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1155.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-9E.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM851.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-DK-NO-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM850.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/UTF-7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/UTF-32.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/libKSC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/GOST_19768-74.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1141.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1154.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1133.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1132.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1167.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM918.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/GBBIG5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM852.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EUC-JP-MS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/TCVN5712-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ECMA-CYRILLIC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM860.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM12712.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-FI-SE-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/TIS-620.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP1258.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM855.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/INIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM274.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-9.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-13.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/UHC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/GBGBK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1148.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EUC-TW.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM256.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1364.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM277.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/INIS-CYRILLIC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP1256.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM935.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1130.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO_5427.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1123.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/SHIFT_JISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/RK1048.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP10007.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM869.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1153.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO-2022-CN.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1124.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO-2022-JP.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/MACINTOSH.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1122.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/BIG5HKSCS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM5347.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM500.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1166.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-UK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP775.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM903.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/SAMI-WS2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1140.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-ES-S.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1163.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM857.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-AT-DE-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM038.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/TSCII.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM4971.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM905.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM803.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISIRI-3342.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/HP-ROMAN9.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1137.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/GEORGIAN-ACADEMY.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1142.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ARMSCII-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-PT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/libGB.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1156.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM16804.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1371.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EUC-JISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1143.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM880.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/INIS-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-ES.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM921.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM870.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/NATS-SEFI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM273.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/MAC-IS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/MAC-UK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM285.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-10.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM856.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO_5428.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1162.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/GBK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM874.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM922.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM4899.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM864.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/KOI-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM278.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1399.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/UTF-16.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1129.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM861.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/NATS-DANO.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP1251.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM865.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ASMO_449.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1112.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1144.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP737.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO_6937-2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1145.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1161.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM423.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/libISOIR165.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-15.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP932.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP1253.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/HP-ROMAN8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1160.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-FR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/KOI8-U.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/libJISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM932.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/KOI8-RU.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM280.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-DK-NO.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/HP-TURKISH8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM933.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM902.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-ES-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/VISCII.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP1254.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-16.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CSN_369103.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM866.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-IT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO_5427-EXT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ANSI_X3.110.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/libJIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM424.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO_6937.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/MAC-CENTRALEUROPE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO-2022-CN-EXT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EUC-KR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-US.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP1252.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/T.61.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/MAC-SAMI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/KOI8-R.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1390.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP1255.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1097.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CWI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1008.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/DEC-MCS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/GREEK7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/MIK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP1125.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-11.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-AT-DE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-6.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EUC-JP.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1158.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM863.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1008_420.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO646.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM939.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1046.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM284.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-IS-FRISS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM891.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO_2033.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM930.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM875.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/GREEK7-OLD.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/PT154.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO_10367-BOX.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM275.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM901.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP1250.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/JOHAB.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM937.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/libCNS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/SJIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM037.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM943.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EUC-CN.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1157.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM420.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/UNICODE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1004.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM4909.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1146.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM862.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/BRF.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO-IR-209.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IEC_P27-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/BIG5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO-2022-KR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM9448.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM4517.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1388.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM290.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/LATIN-GREEK-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/CP1257.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/ISO8859-14.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM1025.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM297.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/GEORGIAN-PS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/GREEK-CCITT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-FI-SE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/KOI8-T.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/HP-GREEK8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/IBM281.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/EBCDIC-CA-FR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gconv/LATIN-GREEK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libpthread_nonshared.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libpthread.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libBrokenLocale.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libcidn.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libdl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_files.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libanl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libutil.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libthread_db.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/gcrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libcrypt.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libpthread.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libieee.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/crtn.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_nis.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libbsd-compat.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libcrypt.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_compat.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_hesiod.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libnss_nisplus.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libstdc++.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libmcheck.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libutil.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libm.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libm.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libresolv.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libstdc++.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libc.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libdl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/librt.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/libg.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/usr/lib/librpcsvc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libresolv-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libc-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libnss_files-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/ld-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libcrypt-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libnss_nis-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libpthread-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libthread_db-1.0.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libBrokenLocale-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libnss_dns-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libgcc_s.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libnss_compat-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libm-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libSegFault.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libnss_nisplus-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/librt-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libpcprofile.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libdl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libanl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libutil-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libcidn-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libnsl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libnss_hesiod-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t/lib/libmemusage.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnsl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/librt.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libc_nonshared.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libBrokenLocale.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/crti.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/Mcrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnsl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/crt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_dns.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/Scrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libanl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libresolv.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO-IR-197.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-3.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO-2022-JP-3.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1164.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1149.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM9030.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM871.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM868.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/GB18030.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1047.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM866NAV.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1026.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM904.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1147.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM9066.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-4.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/HP-THAI8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM437.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO_11548-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1155.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-9E.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM851.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-DK-NO-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM850.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/UTF-7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/UTF-32.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/libKSC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/GOST_19768-74.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1141.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1154.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1133.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1132.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1167.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM918.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/GBBIG5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM852.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EUC-JP-MS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/TCVN5712-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ECMA-CYRILLIC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM860.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM12712.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-FI-SE-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/TIS-620.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP1258.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM855.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/INIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM274.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-9.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-13.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/UHC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/GBGBK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1148.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EUC-TW.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM256.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1364.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM277.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/INIS-CYRILLIC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP1256.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM935.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1130.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO_5427.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1123.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/SHIFT_JISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/RK1048.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP10007.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM869.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1153.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO-2022-CN.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1124.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO-2022-JP.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/MACINTOSH.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1122.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/BIG5HKSCS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM5347.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM500.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1166.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-UK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP775.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM903.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/SAMI-WS2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1140.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-ES-S.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1163.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM857.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-AT-DE-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM038.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/TSCII.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM4971.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM905.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM803.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISIRI-3342.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/HP-ROMAN9.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1137.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/GEORGIAN-ACADEMY.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1142.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ARMSCII-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-PT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/libGB.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1156.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM16804.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1371.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EUC-JISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1143.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM880.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/INIS-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-ES.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM921.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM870.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/NATS-SEFI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM273.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/MAC-IS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/MAC-UK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM285.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-10.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM856.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO_5428.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1162.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/GBK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM874.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM922.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM4899.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM864.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/KOI-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM278.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1399.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/UTF-16.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1129.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM861.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/NATS-DANO.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP1251.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM865.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ASMO_449.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1112.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1144.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP737.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO_6937-2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1145.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1161.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM423.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/libISOIR165.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-15.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP932.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP1253.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/HP-ROMAN8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1160.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-FR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/KOI8-U.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/libJISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM932.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/KOI8-RU.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM280.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-DK-NO.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/HP-TURKISH8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM933.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM902.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-ES-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/VISCII.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP1254.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-16.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CSN_369103.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM866.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-IT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO_5427-EXT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ANSI_X3.110.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/libJIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM424.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO_6937.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/MAC-CENTRALEUROPE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO-2022-CN-EXT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EUC-KR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-US.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP1252.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/T.61.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/MAC-SAMI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/KOI8-R.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1390.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP1255.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1097.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CWI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1008.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/DEC-MCS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/GREEK7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/MIK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP1125.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-11.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-AT-DE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-6.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EUC-JP.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1158.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM863.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1008_420.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO646.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM939.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1046.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM284.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-IS-FRISS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM891.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO_2033.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM930.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM875.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/GREEK7-OLD.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/PT154.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO_10367-BOX.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM275.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM901.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP1250.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/JOHAB.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM937.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/libCNS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/SJIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM037.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM943.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EUC-CN.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1157.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM420.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/UNICODE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1004.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM4909.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1146.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM862.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/BRF.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO-IR-209.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IEC_P27-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/BIG5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO-2022-KR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM9448.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM4517.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1388.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM290.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/LATIN-GREEK-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/CP1257.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/ISO8859-14.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM1025.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM297.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/GEORGIAN-PS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/GREEK-CCITT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-FI-SE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/KOI8-T.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/HP-GREEK8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/IBM281.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/EBCDIC-CA-FR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gconv/LATIN-GREEK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libpthread_nonshared.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libpthread.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libBrokenLocale.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libcidn.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libdl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_files.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libanl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libutil.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libthread_db.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/gcrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libcrypt.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libpthread.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libieee.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/crtn.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_nis.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libbsd-compat.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libcrypt.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_compat.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_hesiod.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libnss_nisplus.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libstdc++.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libmcheck.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libutil.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libm.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libm.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libresolv.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libstdc++.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libc.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libdl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/librt.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/libg.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/usr/lib/librpcsvc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libresolv-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libc-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libnss_files-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/ld-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libcrypt-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libnss_nis-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libpthread-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libthread_db-1.0.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libBrokenLocale-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libnss_dns-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libgcc_s.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libnss_compat-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libm-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libSegFault.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libnss_nisplus-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/librt-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libpcprofile.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libdl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libanl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libutil-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libcidn-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libnsl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libnss_hesiod-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6/lib/libmemusage.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnsl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/librt.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libc_nonshared.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libBrokenLocale.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/crti.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/Mcrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnsl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/crt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnss_dns.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/Scrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libanl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libresolv.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-IR-197.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-3.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-2022-JP-3.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1164.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1149.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM9030.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM871.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM868.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GB18030.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1047.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM866NAV.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1026.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM904.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1147.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM9066.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-4.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/HP-THAI8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM437.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_11548-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1155.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-9E.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM851.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-DK-NO-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM850.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/UTF-7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/UTF-32.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/libKSC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GOST_19768-74.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1141.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1154.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1133.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1132.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1167.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM918.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GBBIG5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM852.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EUC-JP-MS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/TCVN5712-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ECMA-CYRILLIC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM860.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM12712.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-FI-SE-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/TIS-620.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1258.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM855.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/INIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM274.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-9.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-13.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/UHC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GBGBK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1148.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EUC-TW.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM256.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1364.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM277.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/INIS-CYRILLIC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1256.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM935.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1130.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_5427.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1123.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/SHIFT_JISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/RK1048.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP10007.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM869.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1153.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-2022-CN.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1124.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-2022-JP.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/MACINTOSH.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1122.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/BIG5HKSCS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM5347.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM500.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1166.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-UK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP775.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM903.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/SAMI-WS2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1140.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-ES-S.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1163.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM857.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-AT-DE-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM038.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/TSCII.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM4971.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM905.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM803.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISIRI-3342.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/HP-ROMAN9.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1137.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GEORGIAN-ACADEMY.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1142.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ARMSCII-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-PT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/libGB.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1156.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM16804.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1371.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EUC-JISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1143.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM880.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/INIS-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-ES.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM921.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM870.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/NATS-SEFI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM273.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/MAC-IS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/MAC-UK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM285.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-10.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM856.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_5428.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1162.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GBK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM874.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM922.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM4899.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM864.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/KOI-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM278.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1399.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/UTF-16.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1129.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM861.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/NATS-DANO.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1251.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM865.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ASMO_449.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1112.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1144.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP737.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_6937-2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1145.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1161.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM423.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/libISOIR165.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-15.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP932.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1253.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/HP-ROMAN8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1160.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-FR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/KOI8-U.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/libJISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM932.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/KOI8-RU.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM280.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-DK-NO.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/HP-TURKISH8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM933.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM902.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-ES-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/VISCII.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1254.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-16.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CSN_369103.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM866.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-IT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_5427-EXT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ANSI_X3.110.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/libJIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM424.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_6937.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/MAC-CENTRALEUROPE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-2022-CN-EXT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EUC-KR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-US.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1252.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/T.61.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/MAC-SAMI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/KOI8-R.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1390.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1255.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1097.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CWI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1008.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/DEC-MCS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GREEK7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/MIK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1125.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-11.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-AT-DE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-6.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EUC-JP.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1158.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM863.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1008_420.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO646.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM939.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1046.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM284.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-IS-FRISS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM891.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_2033.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM930.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM875.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GREEK7-OLD.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/PT154.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_10367-BOX.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM275.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM901.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1250.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/JOHAB.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM937.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/libCNS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/SJIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM037.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM943.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EUC-CN.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1157.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM420.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/UNICODE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1004.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM4909.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1146.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM862.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/BRF.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-IR-209.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IEC_P27-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/BIG5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-2022-KR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM9448.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM4517.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1388.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM290.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/LATIN-GREEK-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1257.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-14.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1025.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM297.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GEORGIAN-PS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GREEK-CCITT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-FI-SE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/KOI8-T.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/HP-GREEK8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM281.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-CA-FR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/LATIN-GREEK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libpthread_nonshared.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libpthread.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libBrokenLocale.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libcidn.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libdl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnss_files.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libanl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libutil.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libthread_db.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gcrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libcrypt.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libpthread.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libieee.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/crtn.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnss_nis.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libbsd-compat.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libcrypt.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnss_compat.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnss_hesiod.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnss_nisplus.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libstdc++.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libmcheck.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libutil.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libm.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libm.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libresolv.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libstdc++.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libc.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libdl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/librt.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libg.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/librpcsvc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libresolv-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libc-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnss_files-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/ld-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libcrypt-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnss_nis-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libpthread-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libthread_db-1.0.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libBrokenLocale-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnss_dns-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libgcc_s.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnss_compat-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libm-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libSegFault.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnss_nisplus-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/librt-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libpcprofile.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libdl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libanl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libutil-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libcidn-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnsl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnss_hesiod-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libmemusage.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/lib/armv4t/libsupc++.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/lib/libsupc++.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/lib/armv6/libsupc++.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/crtbeginS.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/crtbeginS.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/libgcc_eh.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/crtendS.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/crtbeginT.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/crtbegin.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/crtend.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/libgcc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/libgcov.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/libgcc_eh.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6/crtbeginS.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6/libgcc_eh.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6/crtendS.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6/crtbeginT.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6/crtbegin.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6/crtend.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6/libgcc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6/libgcov.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/crtendS.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/crtbeginT.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/crtbegin.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/crtend.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/libgcc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/libgcov.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//sbin/ldconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//sbin/sln || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/catchsegv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/gdbserver || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/gencat || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/getconf || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/getent || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/iconv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/ldd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/locale || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/localedef || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/mtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/pcprofiledump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/rpcgen || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/sprof || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/tzselect || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/xtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/sbin/iconvconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/sbin/nscd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/sbin/rpcinfo || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/sbin/zdump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/sbin/zic || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/catchsegv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/gdbserver || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/gencat || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/getconf || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/getent || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/iconv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/iconvconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/ldconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/ldd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/locale || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/localedef || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/mtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/nscd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/pcprofiledump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/rpcgen || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/rpcinfo || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/sln || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/sprof || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/tzselect || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/xtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/zdump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/zic || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//sbin/ldconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//sbin/sln || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/catchsegv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/gdbserver || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/gencat || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/getconf || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/getent || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/iconv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/ldd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/locale || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/localedef || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/mtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/pcprofiledump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/rpcgen || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/sprof || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/tzselect || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/xtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/sbin/iconvconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/sbin/nscd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/sbin/rpcinfo || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/sbin/zdump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/sbin/zic || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/catchsegv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/gdbserver || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/gencat || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/getconf || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/getent || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/iconv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/iconvconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/ldconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/ldd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/locale || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/localedef || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/mtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/nscd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/pcprofiledump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/rpcgen || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/rpcinfo || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/sln || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/sprof || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/tzselect || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/xtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/zdump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/zic || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//sbin/ldconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//sbin/sln || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/catchsegv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/gdbserver || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/gencat || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/getconf || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/getent || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/iconv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/ldd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/locale || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/localedef || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/mtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/pcprofiledump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/rpcgen || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/sprof || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/tzselect || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/bin/xtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/sbin/iconvconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/sbin/nscd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/sbin/rpcinfo || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/sbin/zdump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/sbin/zic || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/catchsegv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/gdbserver || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/gencat || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/getconf || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/getent || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/iconv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/iconvconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/ldconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/ldd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/locale || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/localedef || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/mtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/nscd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/pcprofiledump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/rpcgen || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/rpcinfo || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/sln || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/sprof || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/tzselect || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/xtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/zdump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6//usr/lib//bin/zic || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnsl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/librt.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libc_nonshared.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libBrokenLocale.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/crti.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/Mcrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnsl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/crt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_dns.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/Scrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libanl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libresolv.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO-IR-197.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-3.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO-2022-JP-3.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1164.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1149.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM9030.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM871.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM868.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/GB18030.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1047.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM866NAV.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1026.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM904.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1147.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM9066.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-4.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/HP-THAI8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM437.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO_11548-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1155.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-9E.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM851.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-DK-NO-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM850.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/UTF-7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/UTF-32.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/libKSC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/GOST_19768-74.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1141.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1154.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1133.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1132.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1167.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM918.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/GBBIG5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM852.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EUC-JP-MS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/TCVN5712-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ECMA-CYRILLIC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM860.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM12712.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-FI-SE-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/TIS-620.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP1258.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM855.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/INIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM274.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-9.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-13.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/UHC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/GBGBK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1148.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EUC-TW.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM256.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1364.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM277.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/INIS-CYRILLIC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP1256.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM935.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1130.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO_5427.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1123.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/SHIFT_JISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/RK1048.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP10007.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM869.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1153.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO-2022-CN.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1124.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO-2022-JP.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/MACINTOSH.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1122.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/BIG5HKSCS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM5347.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM500.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1166.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-UK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP775.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM903.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/SAMI-WS2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1140.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-ES-S.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1163.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM857.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-AT-DE-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM038.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/TSCII.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM4971.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM905.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM803.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISIRI-3342.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/HP-ROMAN9.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1137.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/GEORGIAN-ACADEMY.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1142.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ARMSCII-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-PT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/libGB.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1156.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM16804.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1371.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EUC-JISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1143.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM880.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/INIS-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-ES.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM921.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM870.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/NATS-SEFI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM273.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/MAC-IS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/MAC-UK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM285.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-10.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM856.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO_5428.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1162.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/GBK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM874.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM922.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM4899.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM864.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/KOI-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM278.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1399.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/UTF-16.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1129.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM861.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/NATS-DANO.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP1251.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM865.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ASMO_449.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1112.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1144.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP737.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO_6937-2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1145.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1161.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM423.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/libISOIR165.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-15.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP932.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP1253.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/HP-ROMAN8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1160.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-FR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/KOI8-U.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/libJISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM932.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/KOI8-RU.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM280.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-DK-NO.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/HP-TURKISH8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM933.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM902.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-ES-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/VISCII.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP1254.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-16.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CSN_369103.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM866.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-IT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO_5427-EXT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ANSI_X3.110.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/libJIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM424.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO_6937.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/MAC-CENTRALEUROPE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO-2022-CN-EXT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EUC-KR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-US.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP1252.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/T.61.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/MAC-SAMI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/KOI8-R.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1390.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP1255.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1097.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CWI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1008.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/DEC-MCS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/GREEK7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/MIK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP1125.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-11.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-AT-DE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-6.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EUC-JP.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1158.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM863.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1008_420.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO646.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM939.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1046.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM284.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-IS-FRISS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM891.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO_2033.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM930.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM875.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/GREEK7-OLD.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/PT154.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO_10367-BOX.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM275.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM901.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP1250.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/JOHAB.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM937.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/libCNS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/SJIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM037.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM943.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EUC-CN.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1157.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM420.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/UNICODE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1004.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM4909.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1146.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM862.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/BRF.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO-IR-209.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IEC_P27-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/BIG5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO-2022-KR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM9448.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM4517.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1388.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM290.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/LATIN-GREEK-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/CP1257.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/ISO8859-14.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM1025.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM297.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/GEORGIAN-PS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/GREEK-CCITT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-FI-SE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/KOI8-T.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/HP-GREEK8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/IBM281.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/EBCDIC-CA-FR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gconv/LATIN-GREEK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libpthread_nonshared.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libpthread.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libBrokenLocale.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libcidn.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libdl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_files.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libanl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libutil.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libthread_db.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/gcrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libcrypt.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libpthread.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libieee.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/crtn.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_nis.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libbsd-compat.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libcrypt.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_compat.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_hesiod.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libnss_nisplus.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libstdc++.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libmcheck.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libutil.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libm.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libm.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libresolv.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libstdc++.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libc.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libdl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/librt.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/libg.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/usr/lib/librpcsvc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libresolv-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libc-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libnss_files-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/ld-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libcrypt-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libnss_nis-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libpthread-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libthread_db-1.0.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libBrokenLocale-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libnss_dns-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libgcc_s.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libnss_compat-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libm-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libSegFault.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libnss_nisplus-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/librt-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libpcprofile.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libdl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libanl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libutil-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libcidn-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libnsl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libnss_hesiod-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard/lib/libmemusage.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnsl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/librt.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libc_nonshared.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libBrokenLocale.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/crti.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/Mcrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnsl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/crt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnss_dns.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/Scrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libanl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libresolv.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-IR-197.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-3.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-2022-JP-3.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1164.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1149.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM9030.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM871.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM868.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GB18030.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1047.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM866NAV.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1026.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM904.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1147.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM9066.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-4.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/HP-THAI8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM437.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_11548-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1155.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-9E.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM851.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-DK-NO-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM850.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/UTF-7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/UTF-32.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/libKSC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GOST_19768-74.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1141.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1154.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1133.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1132.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1167.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM918.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GBBIG5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM852.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EUC-JP-MS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/TCVN5712-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ECMA-CYRILLIC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM860.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM12712.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-FI-SE-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/TIS-620.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1258.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM855.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/INIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM274.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-9.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-13.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/UHC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GBGBK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1148.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EUC-TW.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM256.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1364.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM277.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/INIS-CYRILLIC.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1256.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM935.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1130.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_5427.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1123.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/SHIFT_JISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/RK1048.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP10007.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM869.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1153.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-2022-CN.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1124.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-2022-JP.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/MACINTOSH.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1122.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/BIG5HKSCS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM5347.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM500.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1166.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-UK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP775.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM903.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/SAMI-WS2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1140.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-ES-S.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1163.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM857.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-AT-DE-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM038.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/TSCII.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM4971.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM905.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM803.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISIRI-3342.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/HP-ROMAN9.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1137.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GEORGIAN-ACADEMY.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1142.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ARMSCII-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-PT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/libGB.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1156.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM16804.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1371.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EUC-JISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1143.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM880.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/INIS-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-ES.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM921.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM870.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/NATS-SEFI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM273.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/MAC-IS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/MAC-UK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM285.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-10.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM856.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_5428.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1162.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GBK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM874.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM922.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM4899.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM864.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/KOI-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM278.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1399.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/UTF-16.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1129.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM861.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/NATS-DANO.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1251.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM865.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ASMO_449.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1112.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1144.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP737.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_6937-2.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1145.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1161.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM423.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/libISOIR165.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-15.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP932.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1253.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/HP-ROMAN8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1160.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-FR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/KOI8-U.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/libJISX0213.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM932.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/KOI8-RU.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM280.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-DK-NO.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/HP-TURKISH8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM933.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM902.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-ES-A.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/VISCII.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1254.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-16.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CSN_369103.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM866.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-IT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_5427-EXT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ANSI_X3.110.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/libJIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM424.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_6937.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/MAC-CENTRALEUROPE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-2022-CN-EXT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EUC-KR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-US.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1252.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/T.61.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/MAC-SAMI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/KOI8-R.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1390.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1255.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1097.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CWI.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1008.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/DEC-MCS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GREEK7.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/MIK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1125.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-11.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-AT-DE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-6.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EUC-JP.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1158.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM863.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1008_420.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO646.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM939.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1046.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM284.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-IS-FRISS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM891.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_2033.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM930.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM875.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GREEK7-OLD.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/PT154.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO_10367-BOX.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM275.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM901.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1250.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/JOHAB.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM937.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/libCNS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/SJIS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM037.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM943.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EUC-CN.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1157.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM420.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/UNICODE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1004.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM4909.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1146.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM862.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/BRF.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-IR-209.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IEC_P27-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/BIG5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO-2022-KR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM9448.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM4517.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1388.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM290.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/LATIN-GREEK-1.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/CP1257.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-5.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/ISO8859-14.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM1025.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM297.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GEORGIAN-PS.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/GREEK-CCITT.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-FI-SE.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/KOI8-T.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/HP-GREEK8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/IBM281.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/EBCDIC-CA-FR.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gconv/LATIN-GREEK.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libpthread_nonshared.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libpthread.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libBrokenLocale.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libcidn.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libdl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnss_files.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libanl.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libutil.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libthread_db.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/gcrt1.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libcrypt.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libpthread.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libieee.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/crtn.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnss_nis.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libbsd-compat.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libcrypt.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnss_compat.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnss_hesiod.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libnss_nisplus.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libstdc++.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libmcheck.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libutil.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libm.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libm.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libresolv.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libstdc++.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libc.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libdl.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/librt.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/libg.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/usr/lib/librpcsvc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libresolv-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libc-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnss_files-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/ld-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libcrypt-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnss_nis-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libpthread-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libthread_db-1.0.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libBrokenLocale-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnss_dns-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libgcc_s.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnss_compat-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libm-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libSegFault.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnss_nisplus-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/librt-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libpcprofile.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libdl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libanl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libutil-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libcidn-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnsl-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libnss_hesiod-2.8.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/lib/libmemusage.so || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/lib/armv4t/libsupc++.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/lib/libsupc++.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/lib/armv6-hard/libsupc++.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/crtbeginS.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/crtbeginS.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/libgcc_eh.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/crtendS.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/crtbeginT.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/crtbegin.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/crtend.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/libgcc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv4t/libgcov.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/libgcc_eh.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6-hard/crtbeginS.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6-hard/libgcc_eh.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6-hard/crtendS.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6-hard/crtbeginT.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6-hard/crtbegin.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6-hard/crtend.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6-hard/libgcc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/armv6-hard/libgcov.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/crtendS.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/crtbeginT.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/crtbegin.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/crtend.o || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/libgcc.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/lib/gcc/${target_name}/4.3.3/libgcov.a || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//sbin/ldconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//sbin/sln || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/catchsegv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/gdbserver || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/gencat || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/getconf || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/getent || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/iconv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/ldd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/locale || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/localedef || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/mtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/pcprofiledump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/rpcgen || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/sprof || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/tzselect || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/bin/xtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/sbin/iconvconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/sbin/nscd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/sbin/rpcinfo || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/sbin/zdump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/sbin/zic || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/catchsegv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/gdbserver || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/gencat || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/getconf || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/getent || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/iconv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/iconvconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/ldconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/ldd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/locale || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/localedef || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/mtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/nscd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/pcprofiledump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/rpcgen || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/rpcinfo || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/sln || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/sprof || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/tzselect || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/xtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/zdump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/.//usr/lib/.//bin/zic || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//sbin/ldconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//sbin/sln || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/catchsegv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/gdbserver || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/gencat || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/getconf || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/getent || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/iconv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/ldd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/locale || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/localedef || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/mtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/pcprofiledump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/rpcgen || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/sprof || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/tzselect || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/bin/xtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/sbin/iconvconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/sbin/nscd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/sbin/rpcinfo || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/sbin/zdump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/sbin/zic || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/catchsegv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/gdbserver || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/gencat || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/getconf || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/getent || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/iconv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/iconvconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/ldconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/ldd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/locale || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/localedef || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/mtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/nscd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/pcprofiledump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/rpcgen || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/rpcinfo || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/sln || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/sprof || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/tzselect || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/xtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/zdump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv4t//usr/lib//bin/zic || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//sbin/ldconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//sbin/sln || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/catchsegv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/gdbserver || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/gencat || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/getconf || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/getent || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/iconv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/ldd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/locale || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/localedef || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/mtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/pcprofiledump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/rpcgen || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/sprof || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/tzselect || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/bin/xtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/sbin/iconvconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/sbin/nscd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/sbin/rpcinfo || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/sbin/zdump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/sbin/zic || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/catchsegv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/gdbserver || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/gencat || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/getconf || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/getent || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/iconv || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/iconvconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/ldconfig || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/ldd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/locale || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/localedef || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/mtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/nscd || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/pcprofiledump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/rpcgen || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/rpcinfo || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/sln || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/sprof || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/tzselect || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/xtrace || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/zdump || true +${toolchain_name}-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc ${build_top}/lite/install/${target_name}/libc/armv6-hard//usr/lib//bin/zic || true +popenv + +# task [075/076] /i686-pc-linux-gnu/package_tbz2 +echo ">>> Executing task [075/076] /i686-pc-linux-gnu/package_tbz2 <<<" | tee /dev/stdout >>${task_log} +pushenv +pushenvvar CC_FOR_BUILD ${host_gcc} +pushenvvar CC ${host_gcc} +pushenvvar AR ${host_ar} +pushenvvar RANLIB ${host_ranlib} +prepend_path PATH ${build_top}/lite/install/bin +rm -f ${build_top}/lite/pkg/${toolchain_name}-i686-pc-linux-gnu.tar.bz2 +pushd ${build_top}/lite/obj +rm -f ${toolchain_name} +ln -s ${build_top}/lite/install ${toolchain_name} +tar cjf ${build_top}/lite/pkg/${toolchain_name}-i686-pc-linux-gnu.tar.bz2 --owner=0 --group=0 --exclude=host-i686-pc-linux-gnu ${toolchain_name}/${target_name} ${toolchain_name}/bin ${toolchain_name}/lib ${toolchain_name}/libexec ${toolchain_name}/share +rm -f ${toolchain_name} +popd +popenv + +# task [076/076] /fini/build_summary +echo ">>> Executing task [076/076] /fini/build_summary <<<" | tee /dev/stdout >>${task_log} --- /dev/null 2010-09-03 09:51:34.257654719 +0200 +++ b/functions 2010-09-16 14:59:26.895059441 +0200 @@ -0,0 +1,295 @@ +//depot-linux/cc/platform/toolchain/cipherwizardry/branch/experimental/tomtom/arm-2009q1-203-arm-none-linux-gnueabi/functions#1 - add change 453091 (text) +# +# Build system function library (to be included from Bash-script) +# + +# +# Original copyright (c) CodeSourcery Inc. 2009 +# Copyright (c) TomTom 2009 +# +# Author: Martin Jackson +# +# Taken from CodeSourcery Inc. Sourcery G++ (TM) lite, +# arm-2009q1-203-arm-none-linux-gnueabi +# +# This file appears to be licensed from CodeSourcery under the GPLv2 (see +# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt, paragraph 3) +# + +# +# Original file header follows: +# + +# This file contains the complete sequence of commands +# CodeSourcery used to build this version of Sourcery G++. +# +# For each free or open-source component of Sourcery G++, the +# source code provided includes all of the configuration +# scripts and makefiles for that component, including any and +# all modifications made by CodeSourcery. From this list of +# commands, you can see every configuration option used by +# CodeSourcery during the build process. +# +# This file is provided as a guideline for users who wish to +# modify and rebuild a free or open-source component of +# Sourcery G++ from source. For a number of reasons, though, +# you may not be able to successfully run this script directly +# on your system. Certain aspects of the CodeSourcery build +# environment (such as directory names) are included in these +# commands. CodeSourcery uses Canadian cross compilers so you +# may need to modify various configuration options and paths +# if you are building natively. This sequence of commands +# includes those used to build proprietary components of +# Sourcery G++ for which source code is not provided. +# +# Please note that Sourcery G++ support covers only your use +# of the original, validated binaries provided as part of +# Sourcery G++ -- and specifically does not cover either the +# process of rebuilding a component or the use of any binaries +# you may build. In addition, if you rebuild any component, +# you must not use the --with-pkgversion and --with-bugurl +# configuration options that embed CodeSourcery trademarks in +# the resulting binary; see the "CodeSourcery Trademarks" +# section in the Sourcery G++ Software License Agreement. + +######################################################################### + +set -e +inform_fd=2 +umask 022 +exec < /dev/null + +error_handler () +{ + exit 1 +} + +check_status() { + local status="$?" + if [ "$status" -ne 0 ]; then + error_handler + fi +} + +check_pipe() { + local -a status=("${PIPESTATUS[@]}") + local limit=$1 + local ix + + if [ -z "$limit" ] ; then + limit="${#status[@]}" + fi + for ((ix=0; ix != $limit ; ix++)); do + if [ "${status[$ix]}" != "0" ] ; then + error_handler + fi + done +} + +error () { + echo "$script: error: $@" >& $inform_fd + exit 1 +} + +warning () { + echo "$script: warning: $@" >& $inform_fd +} + +verbose () { + if $gnu_verbose; then + echo "$script: $@" >& $inform_fd + fi +} + +copy_dir() { + mkdir -p "$2" + + (cd "$1" && tar cf - .) | (cd "$2" && tar xf -) + check_pipe +} + +copy_dir_clean() { + mkdir -p "$2" + (cd "$1" && tar cf - \ + --exclude=CVS --exclude=.svn --exclude=.git --exclude=.pc \ + --exclude="*~" --exclude=".#*" \ + --exclude="*.orig" --exclude="*.rej" \ + .) | (cd "$2" && tar xf -) + check_pipe +} + +update_dir_clean() { + mkdir -p "$2" + + + (cd "$1" && tar cf - \ + --exclude=CVS --exclude=.svn --exclude=.git --exclude=.pc \ + --exclude="*~" --exclude=".#*" \ + --exclude="*.orig" --exclude="*.rej" \ + --after-date="$3" \ + . 2> /dev/null) | (cd "$2" && tar xf -) + check_pipe +} + +copy_dir_exclude() { + local source="$1" + local dest="$2" + local excl="$3" + shift 3 + mkdir -p "$dest" + (cd "$source" && tar cfX - "$excl" "$@") | (cd "$dest" && tar xf -) + check_pipe +} + +copy_dir_only() { + local source="$1" + local dest="$2" + shift 2 + mkdir -p "$dest" + (cd "$source" && tar cf - "$@") | (cd "$dest" && tar xf -) + check_pipe +} + +clean_environment() { + local env_var_list + local var + + + + + unset BASH_ENV CDPATH POSIXLY_CORRECT TMOUT + + env_var_list=$(export | \ + grep '^declare -x ' | \ + sed -e 's/^declare -x //' -e 's/=.*//') + + for var in $env_var_list; do + case $var in + CSL_SCRIPTDIR|HOME|HOSTNAME|LOGNAME|PWD|SHELL|SHLVL|SSH_*|TERM|USER) + + + ;; + LD_LIBRARY_PATH|PATH| \ + FLEXLM_NO_CKOUT_INSTALL_LIC|LM_APP_DISABLE_CACHE_READ) + + + ;; + MAKEINFO) + + ;; + *_LICENSE_FILE) + + + + + + + + + + + + + if [ "" ]; then + local license_file_envvar + license_file_envvar= + + if [ "$var" != "$license_file_envvar" ]; then + export -n "$var" || true + fi + else + export -n "$var" || true + fi + ;; + *) + + export -n "$var" || true + ;; + esac + done + + + export LANG=C + export LC_ALL=C + + + export CVS_RSH=ssh + + + + user_shell=$SHELL + export SHELL=$BASH + export CONFIG_SHELL=$BASH +} + +pushenv() { + pushenv_level=$(($pushenv_level + 1)) + eval pushenv_vars_${pushenv_level}= +} + + +pushenv_level=0 +pushenv_vars_0= + + + +pushenvvar() { + local pushenv_var="$1" + local pushenv_newval="$2" + eval local pushenv_oldval=\"\$$pushenv_var\" + eval local pushenv_oldset=\"\${$pushenv_var+set}\" + local pushenv_save_var=saved_${pushenv_level}_${pushenv_var} + local pushenv_savep_var=savedp_${pushenv_level}_${pushenv_var} + eval local pushenv_save_set=\"\${$pushenv_savep_var+set}\" + if [ "$pushenv_save_set" = "set" ]; then + error "Pushing $pushenv_var more than once at level $pushenv_level" + fi + if [ "$pushenv_oldset" = "set" ]; then + eval $pushenv_save_var=\"\$pushenv_oldval\" + else + unset $pushenv_save_var + fi + eval $pushenv_savep_var=1 + eval export $pushenv_var=\"\$pushenv_newval\" + local pushenv_list_var=pushenv_vars_${pushenv_level} + eval $pushenv_list_var=\"\$$pushenv_list_var \$pushenv_var\" +} + +prependenvvar() { + local pushenv_var="$1" + local pushenv_newval="$2" + eval local pushenv_oldval=\"\$$pushenv_var\" + pushenvvar "$pushenv_var" "$pushenv_newval$pushenv_oldval" +} + +popenv() { + local pushenv_var= + eval local pushenv_vars=\"\$pushenv_vars_${pushenv_level}\" + for pushenv_var in $pushenv_vars; do + local pushenv_save_var=saved_${pushenv_level}_${pushenv_var} + local pushenv_savep_var=savedp_${pushenv_level}_${pushenv_var} + eval local pushenv_save_val=\"\$$pushenv_save_var\" + eval local pushenv_save_set=\"\${$pushenv_save_var+set}\" + unset $pushenv_save_var + unset $pushenv_savep_var + if [ "$pushenv_save_set" = "set" ]; then + eval export $pushenv_var=\"\$pushenv_save_val\" + else + unset $pushenv_var + fi + done + unset pushenv_vars_${pushenv_level} + if [ "$pushenv_level" = "0" ]; then + error "Popping environment level 0" + else + pushenv_level=$(($pushenv_level - 1)) + fi +} + +prepend_path() { + if $(eval "test -n \"\$$1\""); then + prependenvvar "$1" "$2:" + else + prependenvvar "$1" "$2" + fi +}