2013-03-13 00:09 UTC+0100 Viktor Szakats (harbour syenar.net)

* utils/hbmk2/hbmk2.prg
    ! do not issue pointless pair warning for -rebuildall,
      it may be useful because it applies to subprojects
This commit is contained in:
Viktor Szakats
2013-03-12 23:12:02 +00:00
parent a665fe7259
commit 040db982fb
2 changed files with 6 additions and 2 deletions

View File

@@ -10,6 +10,11 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-03-13 00:09 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
! do not issue pointless pair warning for -rebuildall,
it may be useful because it applies to subprojects
2013-03-12 23:42 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
+ smarter help output requiring less manual tweaking,
@@ -32,7 +37,7 @@
* utils/hbmk2/hbmk2.*.po
* utils/hbmk2/hbmk2.prg
+ show warning when both -inc and -rebuild[all] options are
+ show warning when both -inc and -rebuild options are
unconditionally passed together on command-line or inside
one make file.
These instruct hbmk2 to do all the extra work involved

View File

@@ -2617,7 +2617,6 @@ STATIC FUNCTION __hbmk( aArgs, nArgTarget, nLevel, /* @ */ lPause, /* @ */ lExit
hbmk[ _HBMK_lINC ] := .T.
hbmk[ _HBMK_lREBUILD ] := .T.
PointlessPairWarning( hbmk, @aParamINC, aParam, cParamL, "-rebuildall" )
CASE cParamL == "-rebuildpo" ; hbmk[ _HBMK_lREBUILDPO ] := .T.
CASE cParamL == "-minipo" ; hbmk[ _HBMK_lMINIPO ] := .T.