Lines Matching full:ma
4 bbmmaakkee - maintain program dependencies
7 …bbmmaakkee [--BBeeiikkNNnnqqrrSSssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_…
13 bbmmaakkee is a program designed to simplify the maintenance of other
16 …given, bbmmaakkee looks for the makefiles listed in _._M_A_K_E_._M_A_K_E_F_I_L_…
21 thorough description of bbmmaakkee and makefiles, please refer to _P_M_a_k_e _- _A
24 bbmmaakkee prepends the contents of the MAKEFLAGS environment variable to the
43 Turn on debugging, and specify which portions of bbmmaakkee are to
143 is read. If _m_a_k_e_f_i_l_e starts with the string `.../', bbmmaakkee
165 Specify the maximum number of jobs that bbmmaakkee may have running at
180 total number of jobs running. Each instance of bbmmaakkee will wait
198 environment variable) starts with the string `.../', bbmmaakkee
204 This feature allows bbmmaakkee to easily search in the current source
299 are run to create or re-create the target. If bbmmaakkee is
312 is not removed if bbmmaakkee is interrupted.
323 SSHHEELLLL CCOOMMMMAANNDDSS
347 …When bbmmaakkee is run in jobs mode with --jj _m_a_x___j_o_b_s, the entire script f…
351 is passed to the shell; otherwise bbmmaakkee attempts direct execution. If a
357 Makefiles should be written so that the mode of bbmmaakkee operation does not
374 Since bbmmaakkee changes the current working directory to `_._O_B_J_D_I_R' before
478 Variables defined as part of bbmmaakkee's environment.
548 In addition, bbmmaakkee sets or knows about the following variables:
556 A path to the directory where bbmmaakkee was executed. Refer to the
587 _M_A_K_E The name that bbmmaakkee was executed with (_a_r_g_v_[_0_]).
608 The list of variables exported by bbmmaakkee.
616 may be specified on bbmmaakkee's command line. Anything specified on
617 … bbmmaakkee's command line is appended to the _._M_A_K_E_F_L_A_G_S variable,
619 bbmmaakkee executes.
622 The numeric group ID of the user running bbmmaakkee. It is read-only.
625 If bbmmaakkee is run with --jj, the output for each target is prefixed
645 The recursion depth of bbmmaakkee. The top-level instance of bbmmaakkee
649 bbmmaakkee.
653 nested calls to bbmmaakkee.
657 `_M_a_k_e_f_i_l_e') that bbmmaakkee looks for.
660 The list of makefiles read by bbmmaakkee, which is useful for tracking
666 directories controlled by bbmmaakkee. If a file that was generated
707 bbmmaakkee runs in. It can contain these keywords:
709 ccoommppaatt Like --BB, puts bbmmaakkee into "compat" mode.
711 mmeettaa Puts bbmmaakkee into "meta" mode, where meta files are created
714 calls which are of interest to bbmmaakkee. The captured
718 By default, bbmmaakkee does not create _._m_e_t_a files in
762 … When true, bbmmaakkee will check that _._O_B_J_D_I_R is writable, and issue a
766 When true and bbmmaakkee is warning about an unwritable _._O_B_J_D_I_R,
787 If bbmmaakkee was built with filemon(4) support, this is set to the
792 The process ID of bbmmaakkee. It is read-only.
795 The parent process ID of bbmmaakkee. It is read-only.
798 …When bbmmaakkee stops due to an error, it sets `_._E_R_R_O_R___T_A_R_G_E_T' to t…
818 The numeric ID of the user running bbmmaakkee. It is read-only.
824 than a space. For example, in case of an error, bbmmaakkee prints the
833 … 1. $${{MMAAKKEEOOBBJJDDIIRRPPRREEFFIIXX}}$${{..CCUURRDDIIRR}}
838 2. $${{MMAAKKEEOOBBJJDDIIRR}}
843 3. $${{..CCUURRDDIIRR}}_/_o_b_j_.$${{MMAACCHHIINNEE}}
856 `..OOBBJJDDIIRR'. In all cases, bbmmaakkee changes to the specified
860 … Except in the case of an explicit `..OOBBJJDDIIRR' target, bbmmaakkee checks
874 _._P_A_T_H The space-separated list of directories that bbmmaakkee searches for
880 _P_W_D Alternate path to the current directory. bbmmaakkee normally sets
883 current directory, bbmmaakkee sets `_._C_U_R_D_I_R' to the value of `PWD'
886 the value of `_._O_B_J_D_I_R' for all programs which bbmmaakkee executes.
895 The space-separated list of directories that bbmmaakkee searches for
904 _V_P_A_T_H The colon-separated (":") list of directories that bbmmaakkee searches
988 … invocations of bbmmaakkee. This is equivalent to `::SS//\\$$//&&&&//gg::QQ'.
1218 bbmmaakkee offers directives for including makefiles, conditionals and for
1261 environment which is different from that used by bbmmaakkee
1305 line number, bbmmaakkee exits immediately.
1319 ..iiffmmaakkee [!!]_t_a_r_g_e_t [_o_p_e_r_a_t_o_r _t_a_r_g_e_t ...]
1322 … ..iiffnnmmaakkee [!!]_t_a_r_g_e_t [_o_p_e_r_a_t_o_r _t_a_r_g_e_t ...]
1336 …..eelliiffmmaakkee [!!]_t_a_r_g_e_t [_o_p_e_r_a_t_o_r _t_a_r_g_e_t .…
1337 A combination of `..eellssee' followed by `..iiffmmaakkee'.
1339 …..eelliiffnnmmaakkee [!!]_t_a_r_g_e_t [_o_p_e_r_a_t_o_r _t_a_r_g_e_…
1340 A combination of `..eellssee' followed by `..iiffnnmmaakkee'.
1350 bbmmaakkee only evaluates a conditional as far as is necessary to determine
1361 mmaakkee(_t_a_r_g_e_t)
1362 Evaluates to true if the target was specified as part of bbmmaakkee's
1378 ccoommmmaannddss(_t_a_r_g_e_t)
1396 When bbmmaakkee is evaluating one of these conditional expressions, and it
1400 "defined" function is applied. Similarly, if the form is `..iiffmmaakkee' or
1401 `..iiffnnmmaakkee', the "make" function is applied.
1441 ..MMAADDEE Mark all sources of this target as being up to date.
1443 ..MMAAKKEE Execute the commands associated with this target even if the --nn
1445 bbmmaakkees.
1448 …..PPHHOONNYY, ..MMAAKKEE, or ..SSPPEECCIIAALL. Usage in conjunction with ..M…
1453 … not created for ..PPHHOONNYY, ..MMAAKKEE, or ..SSPPEECCIIAALL targets.
1476 … ..NNOOTTMMAAIINN Normally bbmmaakkee selects the first target it encounters as the
1481 If a target is marked with this attribute and bbmmaakkee can't
1491 When bbmmaakkee is interrupted, it normally removes any partially
1496 Synonym for ..MMAAKKEE.
1501 ..UUSSEE Turn the target into bbmmaakkee's version of a macro. When the
1541 as a source) that bbmmaakkee can't figure out any other way to
1566 If bbmmaakkee is interrupted, the commands for this target are
1569 ..MMAAIINN If no target is specified when bbmmaakkee is invoked, this target is
1572 ..MMAAKKEEFFLLAAGGSS
1573 This target provides a way to specify flags for bbmmaakkee at the
1590 …JJDDIIRR The source is a new value for `_._O_B_J_D_I_R'. If it exists, bbmmaakkee
1620 compatible default rules. If bbmmaakkee is run with the --rr flag,
1632 ..SSHHEELLLL Sets the shell that bbmmaakkee uses to execute commands. The sources
1677 Each source specifies a suffix to bbmmaakkee. If no sources are
1689 include path which bbmmaakkee searches for makefiles. If no sources
1694 bbmmaakkee uses the following environment variables, if they exist: MACHINE,
1699 the command line to bbmmaakkee and not as makefile variables; see the
1719 An incomplete list of changes in older versions of bbmmaakkee:
1730 OOtthheerr mmaakkee ddiiaalleeccttss
1732 support most of the features of bbmmaakkee as described in this manual. Most
1762 $$((MMAAKKEE)) variable. Basic use of suffix rules (for files only in the
1770 bbmmaakkee is derived from NetBSD make(1). It uses autoconf to facilitate
1783 The bbmmaakkee syntax is difficult to parse. For instance, finding the end of
1785 correct terminator for each field. In many places bbmmaakkee just counts {}
1790 In jobs mode, when a target fails; bbmmaakkee will put an error token into the
1791 job token pool. This will cause all other instances of bbmmaakkee using that