From 97ddb8476fe4a5325663045ad34e4a1ed7eb74c2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 25 Nov 2012 00:30:46 +0000 Subject: [PATCH] 2012-11-25 01:29 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/pkg_dynl.hbm % do not override workdir for 3rd party projects. it's just not necessary and bad precedent. --- harbour/ChangeLog | 5 +++++ harbour/utils/hbmk2/pkg_dynl.hbm | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f6dbe18d04..767134d770 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -10,6 +10,11 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2012-11-25 01:29 UTC+0100 Viktor Szakats (harbour syenar.net) + * utils/hbmk2/pkg_dynl.hbm + % do not override workdir for 3rd party projects. + it's just not necessary and bad precedent. + 2012-11-24 20:01 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbct/charsort.c * contrib/hbct/ctstr.c diff --git a/harbour/utils/hbmk2/pkg_dynl.hbm b/harbour/utils/hbmk2/pkg_dynl.hbm index df2783d22f..7f09e94ae8 100644 --- a/harbour/utils/hbmk2/pkg_dynl.hbm +++ b/harbour/utils/hbmk2/pkg_dynl.hbm @@ -36,7 +36,3 @@ # output dir (in sync with GNU Make) {hbdyn&unix&!cygwin}-olib/${hb_plat}/${hb_comp}${hb_build}/ {hbdyn&(cygwin|!unix)}-obin/${hb_plat}/${hb_comp}${hb_build}/ - -# workdir (in sync with GNU Make) -{hbdyn&unix&!cygwin}-workdir=lib/${hb_plat}/${hb_comp}${hb_build}/${hb_work}/${hb_outputname}${hb_workdynsub} -{hbdyn&(cygwin|!unix)}-workdir=bin/${hb_plat}/${hb_comp}${hb_build}/${hb_work}/${hb_outputname}${hb_workdynsub}