From 2f817469ce58401483f88e6fde4672740bced828 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 13 Aug 2009 19:55:52 +0000 Subject: [PATCH] 2009-08-13 21:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.cmd * bin/postinst.bat * bin/hb-func.sh + Added 'hbmk2' text to .cfg comment. --- harbour/ChangeLog | 6 ++++++ harbour/bin/hb-func.sh | 2 +- harbour/bin/postinst.bat | 2 +- harbour/bin/postinst.cmd | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a4fc56f74b..95c09ac4b4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,12 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-13 21:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * bin/postinst.cmd + * bin/postinst.bat + * bin/hb-func.sh + + Added 'hbmk2' text to .cfg comment. + 2009-08-13 21:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * bin/hb-mkpkg.bat + package/mpkg_win.nsi diff --git a/harbour/bin/hb-func.sh b/harbour/bin/hb-func.sh index 68d9860673..88518e899e 100755 --- a/harbour/bin/hb-func.sh +++ b/harbour/bin/hb-func.sh @@ -240,7 +240,7 @@ mk_hbtools() hb_hbmkcfg="$1/hbmk.cfg" hb_mkdef="{${HB_ARCHITECTURE}&${HB_COMPILER}}" echo "Generating ${hb_hbmkcfg}... " - echo "# Harbour Make configuration"> ${hb_hbmkcfg} + echo "# Harbour Make (hbmk2) configuration"> ${hb_hbmkcfg} echo "# Generated by Harbour build process">> ${hb_hbmkcfg} echo "">> ${hb_hbmkcfg} echo "libpaths=../contrib/%{hb_name}">> ${hb_hbmkcfg} diff --git a/harbour/bin/postinst.bat b/harbour/bin/postinst.bat index c2e0117a85..9fa162c3b9 100644 --- a/harbour/bin/postinst.bat +++ b/harbour/bin/postinst.bat @@ -17,7 +17,7 @@ if "%HB_BIN_INSTALL%" == "" echo HB_BIN_INSTALL needs to be set. if "%HB_BIN_INSTALL%" == "" goto END echo ! Generating %HB_BIN_INSTALL%\hbmk.cfg... -echo # Harbour Make configuration> %HB_BIN_INSTALL%\hbmk.cfg +echo # Harbour Make (hbmk2) configuration> %HB_BIN_INSTALL%\hbmk.cfg echo # Generated by Harbour build process>> %HB_BIN_INSTALL%\hbmk.cfg echo.>> %HB_BIN_INSTALL%\hbmk.cfg echo libpaths=../contrib/%%{hb_name}>> %HB_BIN_INSTALL%\hbmk.cfg diff --git a/harbour/bin/postinst.cmd b/harbour/bin/postinst.cmd index 46e6979e99..8daef8abaf 100644 --- a/harbour/bin/postinst.cmd +++ b/harbour/bin/postinst.cmd @@ -16,7 +16,7 @@ rem --------------------------------------------------------------- if "%HB_BIN_INSTALL%" == "" goto END echo ! Generating %HB_BIN_INSTALL%\hbmk.cfg... -echo # Harbour Make configuration> %HB_BIN_INSTALL%\hbmk.cfg +echo # Harbour Make (hbmk2) configuration> %HB_BIN_INSTALL%\hbmk.cfg echo # Generated by Harbour build process>> %HB_BIN_INSTALL%\hbmk.cfg echo.>> %HB_BIN_INSTALL%\hbmk.cfg echo libpaths=../contrib/%%{hb_name}>> %HB_BIN_INSTALL%\hbmk.cfg