diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c3fc41cce7..abef47410f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,27 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-09-25 13:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + - make_tgz.sh + + mpkg_tgz.sh + - make_deb.sh + + mpkg_deb.sh + - make_rpm.sh + + mpkg_rpm.sh + - make_rpmwce.sh + + mpkg_rpm_wce.sh + - make_rpmwin.sh + + mpkg_rpm_win.sh + - make_xmingw.sh + + make_gnu_xmingw.sh + - make_xmingwce.sh + + make_gnu_xmingwce.sh + - make_rpm_from_svn.sh + + mpkg_rpm_from_svn.sh + * Some renamed in the hope that it will better separate + the simple build scripts (make*) from package build + (mpkg*) scripts. + 2008-09-25 13:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/xhb/hbcompat.ch + Added xhb_CopyFile() two-way translations. diff --git a/harbour/make_xmingw.sh b/harbour/make_gnu_xmingw.sh similarity index 100% rename from harbour/make_xmingw.sh rename to harbour/make_gnu_xmingw.sh diff --git a/harbour/make_xmingwce.sh b/harbour/make_gnu_xmingwce.sh similarity index 100% rename from harbour/make_xmingwce.sh rename to harbour/make_gnu_xmingwce.sh diff --git a/harbour/make_deb.sh b/harbour/mpkg_deb.sh similarity index 100% rename from harbour/make_deb.sh rename to harbour/mpkg_deb.sh diff --git a/harbour/make_rpm.sh b/harbour/mpkg_rpm.sh similarity index 100% rename from harbour/make_rpm.sh rename to harbour/mpkg_rpm.sh diff --git a/harbour/make_rpm_from_svn.sh b/harbour/mpkg_rpm_from_svn.sh similarity index 97% rename from harbour/make_rpm_from_svn.sh rename to harbour/mpkg_rpm_from_svn.sh index d3b33bad0a..729ba48915 100755 --- a/harbour/make_rpm_from_svn.sh +++ b/harbour/mpkg_rpm_from_svn.sh @@ -34,7 +34,7 @@ then cd SVN if svn co "${SVNURL}"; then cd "${PROJECT}" - ./make_rpm.sh "$*" + ./mpkg_rpm.sh "$*" fi else echo "If you want to build Harbour compilers" diff --git a/harbour/make_rpmwce.sh b/harbour/mpkg_rpm_wce.sh similarity index 100% rename from harbour/make_rpmwce.sh rename to harbour/mpkg_rpm_wce.sh diff --git a/harbour/make_rpmwin.sh b/harbour/mpkg_rpm_win.sh similarity index 100% rename from harbour/make_rpmwin.sh rename to harbour/mpkg_rpm_win.sh diff --git a/harbour/make_tgz.sh b/harbour/mpkg_tgz.sh similarity index 100% rename from harbour/make_tgz.sh rename to harbour/mpkg_tgz.sh