|
@@ -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
|