Subversion Repositories DevTools

Rev

Rev 4761 | Rev 5073 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4761 Rev 4782
Line 1550... Line 1550...
1550
 Where flags are of the form Name=Value
1550
 Where flags are of the form Name=Value
1551
    SHOWENV=1           - Show make environment
1551
    SHOWENV=1           - Show make environment
1552
    LEAVETMP=1          - Leave temp working files
1552
    LEAVETMP=1          - Leave temp working files
1553
    NODEPEND=1          - Ignore dependency checking
1553
    NODEPEND=1          - Ignore dependency checking
1554
    EXPERT=1            - Ignore dependency on makefiles
1554
    EXPERT=1            - Ignore dependency on makefiles
-
 
1555
    UTF_POSTPROCESS=1   - Enable Unit Test Post Processing
1555
    OPTIONS=[opt]       - Maketime options [args,allargs,filter...]
1556
    OPTIONS=[opt]       - Maketime options [args,allargs,filter...]
1556
 
1557
 
1557
 Valid targets include:
1558
 Valid targets include:
1558
    all                 - build and install everything(p*)
1559
    all                 - build and install everything(p*)
1559
    build               - build everything (pu)
1560
    build               - build everything (pu)
Line 1687... Line 1688...
1687
This flag will supress dependency checking between object files and the
1688
This flag will supress dependency checking between object files and the
1688
generated makefile. This option can be used while test building a large build
1689
generated makefile. This option can be used while test building a large build
1689
when the makefile has been rebuilt but the user does not wish all the object
1690
when the makefile has been rebuilt but the user does not wish all the object
1690
files to be rebuilt.
1691
files to be rebuilt.
1691
 
1692
 
-
 
1693
=item B<UTF_POSTPROCESS=1>
-
 
1694
 
-
 
1695
This flag will enable post processing of test results.
-
 
1696
 
-
 
1697
Post processing allows the details of the test results to be captured by the build system.
-
 
1698
 
-
 
1699
Post processing is normally only performed within the automated build environment. This flag 
-
 
1700
will force the processing within a user development environment.
-
 
1701
 
-
 
1702
UTF_POSTPROCESS=1   - Enable Unit Test Post Processing
-
 
1703
 
1692
=item B<OPTIONS=list,list>
1704
=item B<OPTIONS=list,list>
1693
 
1705
 
1694
This flags passes a list of comma seperated options into the makefile. The exact
1706
This flags passes a list of comma seperated options into the makefile. The exact
1695
set of available options is target specific. Refer to the JATS manual.
1707
set of available options is target specific. Refer to the JATS manual.
1696
 
1708