2009-02-17 01:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* config/linux/install.cf
! Added hack to ignore copy errors.
This probably isn't the ultimate solution, but since a few
weeks Harbour cannot be installed in the same dirs where
sources are located, since it fails with
cp: `file' and `/harbour/include/file' are the same file
which causes that no binaries will be installed either.
This commit is contained in:
@@ -8,6 +8,15 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-17 01:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* config/linux/install.cf
|
||||
! Added hack to ignore copy errors.
|
||||
This probably isn't the ultimate solution, but since a few
|
||||
weeks Harbour cannot be installed in the same dirs where
|
||||
sources are located, since it fails with
|
||||
cp: `file' and `/harbour/include/file' are the same file
|
||||
which causes that no binaries will be installed either.
|
||||
|
||||
2009-02-17 01:03 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/gtwvg/make_b32.bat
|
||||
* contrib/gtwvg/make_vc.bat
|
||||
|
||||
@@ -14,6 +14,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