diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-08-31 17:40:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-08-31 17:40:28 +0200 |
commit | f0735b7474ec5f6096103cc510546699c823e673 (patch) | |
tree | 40777e11bf4b912e2386762b6f7d1fc39b76d21c /package/eglibc/Makefile | |
parent | 46b42b19c7dec20400c1c7621d09277bf3d92874 (diff) |
timezone files no longer installed. why?
Diffstat (limited to 'package/eglibc/Makefile')
-rw-r--r-- | package/eglibc/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile index f14779f28..60dcb25d1 100644 --- a/package/eglibc/Makefile +++ b/package/eglibc/Makefile @@ -55,22 +55,22 @@ ifeq ($(ADK_LOCALES),y) endif ${INSTALL_DIR} $(IDIR_EGLIBC)/lib $(IDIR_EGLIBC)/etc \ $(IDIR_EGLIBC)/usr/lib $(IDIR_EGLIBC)/usr/bin - cd ${STAGING_TARGET_DIR} && for f in UTC ${ADK_RUNTIME_TIMEZONE}; do \ - test -s usr/share/zoneinfo/"$$f" || continue; \ - echo usr/share/zoneinfo/"$$f" | \ - ${TOOLS_DIR}/cpio -pdu ${IDIR_EGLIBC}/; \ - done - tz=; cd ${IDIR_EGLIBC}/usr/share/zoneinfo || exit 1; \ - for f in UTC ${ADK_RUNTIME_TIMEZONE}; do \ - test -s "$$f" || continue; \ - tz=$$f; \ - done; if test x"$$tz" = x""; then \ - echo >&2 Error during timezone installation; \ - exit 1; \ - else \ - ln -sf "../usr/share/zoneinfo/$$tz" \ - ${IDIR_EGLIBC}/etc/localtime; \ - fi + #cd ${STAGING_TARGET_DIR} && for f in UTC ${ADK_RUNTIME_TIMEZONE}; do \ + # test -s usr/share/zoneinfo/"$$f" || continue; \ + # echo usr/share/zoneinfo/"$$f" | \ + # ${TOOLS_DIR}/cpio -pdu ${IDIR_EGLIBC}/; \ + #done + #tz=; cd ${IDIR_EGLIBC}/usr/share/zoneinfo || exit 1; \ + # for f in UTC ${ADK_RUNTIME_TIMEZONE}; do \ + # test -s "$$f" || continue; \ + # tz=$$f; \ + #done; if test x"$$tz" = x""; then \ + # echo >&2 Error during timezone installation; \ + # exit 1; \ + #else \ + # ln -sf "../usr/share/zoneinfo/$$tz" \ + # ${IDIR_EGLIBC}/etc/localtime; \ + #fi ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y) $(CP) $(STAGING_TARGET_DIR)/lib/libssp.so* $(IDIR_EGLIBC)/lib endif |