Deleted Added
full compact
bmake.cat1 (253883) bmake.cat1 (255253)
1MAKE(1) NetBSD General Commands Manual MAKE(1)
2
3NNAAMMEE
4 bbmmaakkee -- maintain program dependencies
5
6SSYYNNOOPPSSIISS
7 bbmmaakkee [--BBeeiikkNNnnqqrrssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_y] [--DD _v_a_r_i_a_b_l_e] [--dd _f_l_a_g_s]
8 [--ff _m_a_k_e_f_i_l_e] [--II _d_i_r_e_c_t_o_r_y] [--JJ _p_r_i_v_a_t_e] [--jj _m_a_x___j_o_b_s]

--- 1243 unchanged lines hidden (view full) ---

1252 makes.
1253
1254 ..PPAATTHH The sources are directories which are to be searched for files
1255 not found in the current directory. If no sources are speci-
1256 fied, any previously specified directories are deleted. If the
1257 source is the special ..DDOOTTLLAASSTT target, then the current working
1258 directory is searched last.
1259
1MAKE(1) NetBSD General Commands Manual MAKE(1)
2
3NNAAMMEE
4 bbmmaakkee -- maintain program dependencies
5
6SSYYNNOOPPSSIISS
7 bbmmaakkee [--BBeeiikkNNnnqqrrssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_y] [--DD _v_a_r_i_a_b_l_e] [--dd _f_l_a_g_s]
8 [--ff _m_a_k_e_f_i_l_e] [--II _d_i_r_e_c_t_o_r_y] [--JJ _p_r_i_v_a_t_e] [--jj _m_a_x___j_o_b_s]

--- 1243 unchanged lines hidden (view full) ---

1252 makes.
1253
1254 ..PPAATTHH The sources are directories which are to be searched for files
1255 not found in the current directory. If no sources are speci-
1256 fied, any previously specified directories are deleted. If the
1257 source is the special ..DDOOTTLLAASSTT target, then the current working
1258 directory is searched last.
1259
1260 ..PPAATTHH.._s_u_f_f_i_x
1261 Like ..PPAATTHH but applies only to files with a particular suffix.
1262 The suffix must have been previously declared with ..SSUUFFFFIIXXEESS.
1263
1260 ..PPHHOONNYY Apply the ..PPHHOONNYY attribute to any specified sources.
1261
1262 ..PPRREECCIIOOUUSS
1263 Apply the ..PPRREECCIIOOUUSS attribute to any specified sources. If no
1264 sources are specified, the ..PPRREECCIIOOUUSS attribute is applied to
1265 every target in the file.
1266
1267 ..SSHHEELLLL Sets the shell that bbmmaakkee will use to execute commands. The

--- 101 unchanged lines hidden (view full) ---

1369 The make syntax is difficult to parse without actually acting of the
1370 data. For instance finding the end of a variable use should involve
1371 scanning each the modifiers using the correct terminator for each field.
1372 In many places make just counts {} and () in order to find the end of a
1373 variable expansion.
1374
1375 There is no way of escaping a space character in a filename.
1376
1264 ..PPHHOONNYY Apply the ..PPHHOONNYY attribute to any specified sources.
1265
1266 ..PPRREECCIIOOUUSS
1267 Apply the ..PPRREECCIIOOUUSS attribute to any specified sources. If no
1268 sources are specified, the ..PPRREECCIIOOUUSS attribute is applied to
1269 every target in the file.
1270
1271 ..SSHHEELLLL Sets the shell that bbmmaakkee will use to execute commands. The

--- 101 unchanged lines hidden (view full) ---

1373 The make syntax is difficult to parse without actually acting of the
1374 data. For instance finding the end of a variable use should involve
1375 scanning each the modifiers using the correct terminator for each field.
1376 In many places make just counts {} and () in order to find the end of a
1377 variable expansion.
1378
1379 There is no way of escaping a space character in a filename.
1380
1377NetBSD 5.1 July 30, 2013 NetBSD 5.1
1381NetBSD 5.1 August 11, 2013 NetBSD 5.1