diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-06 16:36:04 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-07 14:27:50 -0600 |
commit | b8002169336b6b7597d32755e41fa3dc2688539e (patch) | |
tree | dde6d4ce209e09aa2140575aa1f8386144f76af6 /i18npool | |
parent | 7fb73e6c30e66f028fe759376e3789456bf3ad33 (diff) |
remove INPATH and PROEXT
- WORKDIR path is just workdir
- INSTDIR path is just instdir
- WORKDIR_FOR_BUILD is workdir_for_build
- INSTDIR_FOR_BUILD is instdir_for_build
- replace other usage of INPATH by combination of OS and CPUNAME
Change-Id: Ie398387ebd82a968ec2605f2103c55b43a231482
Reviewed-on: https://gerrit.libreoffice.org/6601
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/calendar/calendar_gregorian.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx index ecb912fb94d3..b99df6a90a25 100644 --- a/i18npool/source/calendar/calendar_gregorian.cxx +++ b/i18npool/source/calendar/calendar_gregorian.cxx @@ -57,7 +57,7 @@ static void debug_cal_msg(const char *pat, ...) #if erDUMP_ICU_CALENDAR // Make icu with // DEFS = -DU_DEBUG_CALSVC -DUCAL_DEBUG_DUMP -// in icu/$(INPATH)/misc/build/icu/source/icudefs.mk +// in workdir/UnpackedTarball/icu/source/icudefs.mk // May need some patches to fix unmaintained things there. extern void ucal_dump( const icu::Calendar & ); static void debug_icu_cal_dump( const ::icu::Calendar & r ) |