diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ab756bc29a..5cf9c4f334 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-07-30 21:01 UTC+0200 Viktor Szakats (harbour syenar.net) + * INSTALL + + added NOTE on 'install' not work in partial rebuild mode + 2012-07-30 20:36 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/make.hb - deleted TODO which is unimportant and works diff --git a/harbour/INSTALL b/harbour/INSTALL index 8d4fc62200..e90bc737af 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -238,7 +238,12 @@ HARBOUR If you want to rebuild one specific contrib package, use this: cd contrib/ - ../../bin///hbmk2 ../make.hb [clean] [install] [custom hbmk2 options] + ../../bin///hbmk2 ../make.hb [clean] [custom hbmk2 options] + + NOTE: 'install' doesn't work when doing a partial [re]build + at this time. To work this around, simply avoid 'install' + completely, do a complete rebuild or copy the created + lib(s) manually. 3. HOW TO CREATE DISTRIBUTABLE PACKAGES