2009-02-25 15:22 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* INSTALL
! Typo in prev.
* config/darwin/install.cf
* config/win/install.cf
+ Added same as Linux workaround to not let install phase
fail because copy on install error.
This commit is contained in:
@@ -8,6 +8,15 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-25 15:22 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* INSTALL
|
||||
! Typo in prev.
|
||||
|
||||
* config/darwin/install.cf
|
||||
* config/win/install.cf
|
||||
+ Added same as Linux workaround to not let install phase
|
||||
fail because copy on install error.
|
||||
|
||||
2009-02-25 14:36 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* bin/postinst.sh
|
||||
! Fixed hb_mkslib link generation.
|
||||
|
||||
@@ -30,7 +30,7 @@ Windows with MinGW + msys
|
||||
and setup. msys should be put in PATH _before_ MinGW.
|
||||
|
||||
> set HB_INSTALL_PREFIX=<DIR> (use forward slashes and msys drive notation: /c/)
|
||||
> sh make_gnu.bat install
|
||||
> sh make_gnu.sh install
|
||||
|
||||
To test it, go to <DIR>/bin directory and type:
|
||||
> hbmk2 ../tests/hello.prg
|
||||
|
||||
@@ -13,6 +13,7 @@ INSTALL_RULE =\
|
||||
then \
|
||||
echo "! Installing $$i on $(INSTALL_DIR)"; \
|
||||
$(CP) $$i $(INSTALL_DIR); \
|
||||
true; \
|
||||
else \
|
||||
echo "! Can't install $$i, not found" 1>&2; \
|
||||
fi \
|
||||
|
||||
@@ -41,6 +41,7 @@ INSTALL_RULE =\
|
||||
then \
|
||||
echo "! Installing $$i on $(INSTALL_DIR)"; \
|
||||
$(CP) $$i $(INSTALL_DIR); \
|
||||
true; \
|
||||
else \
|
||||
echo "! Can't install $$i, not found" 1>&2; \
|
||||
fi \
|
||||
|
||||
Reference in New Issue
Block a user