From 32ae5f7edaf6c9cffd8600667e4e2b0a2af675e3 Mon Sep 17 00:00:00 2001 From: Teo Fonrouge Date: Wed, 24 Oct 2007 20:32:13 +0000 Subject: [PATCH] 2007-10-24 15:32 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) * bin/hb-func.sh * removed not longer needed "gharbour","harbour-link" references in build script. --- harbour/ChangeLog | 5 +++++ harbour/bin/hb-func.sh | 9 +-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bef12a3395..7c8d263330 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-10-24 15:32 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) + * bin/hb-func.sh + * removed not longer needed "gharbour","harbour-link" references + in build script. + 2007-10-24 21:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) - harbour/debian/hbdot.1 - harbour/debian/harbour.1 diff --git a/harbour/bin/hb-func.sh b/harbour/bin/hb-func.sh index 9b24882756..e62236f096 100755 --- a/harbour/bin/hb-func.sh +++ b/harbour/bin/hb-func.sh @@ -207,7 +207,7 @@ elif [ "\$*" = "mk-links" ]; then NAME="\${0##*/}" if [ "\${DIR}" != "\${NAME}" ]; then (cd "\${DIR}" - for n in ${hb_pref}cc ${hb_pref}cmp ${hb_pref}mk ${hb_pref}lnk gharbour harbour-link; do + for n in ${hb_pref}cc ${hb_pref}cmp ${hb_pref}mk ${hb_pref}lnk; do if [ "\${HB_ARCHITECTURE}" = "dos" ]; then cp -f "\${NAME}" "\${n}" else @@ -525,13 +525,6 @@ case "\${HB}" in *cc) hb_cc "\${P[@]}" ;; - *cmp|gharbour) - hb_cmp "\${P[@]}" - ;; - *lnk|harbour-link) - hb_link "\${P[@]}" && \\ - ( [ "\${HB_STRIP}" != "yes" ] || ${CCPREFIX}strip "\${FOUTE}" ) - ;; *mk) hb_cmp "\${P[@]}" && \\ hb_link "\${FOUTO}" && \\