Differences From
Artifact [5d348d4b86]:
1
2
3
4
5
6
7
8
9
10
11
|
1
2
3
4
5
6
7
8
9
10
11
|
-
+
|
.include "defaults.mk"
.include "order.mk"
.include "/etc/mrc.mk"
.export
.export-all
.MAKE.JOBS?= ${NCPU}
.if !empty(.MAKE.MODE:Mcompat)
.error "ERROR: MRC doesn't support "compat" mode."
.endif
OTHER_TARGETS:=
|
︙ | | |
40
41
42
43
44
45
46
47
48
|
40
41
42
43
44
45
46
47
48
|
-
+
|
#.info ${var}
. undef ${var}
. endif
.endfor
.undef ENABLED
.unexport-env
.export
.export-all
#.info ${:!env!}
|