aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/dmd-r1.eclass')
-rw-r--r--eclass/dmd-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/dmd-r1.eclass b/eclass/dmd-r1.eclass
index 91ebc2b..e34af81 100644
--- a/eclass/dmd-r1.eclass
+++ b/eclass/dmd-r1.eclass
@@ -163,7 +163,7 @@ dmd-r1_src_compile() {
"${BUILD_D}"
-j$(makeopts_jobs)
# A bit overkill to specify the flags here but it does get the
- # jobs done.
+ # job done.
DFLAGS="${DMDW_DCFLAGS} ${DMDW_LDFLAGS}"
)
@@ -232,7 +232,7 @@ dmd-r1_src_compile() {
$(usex static-libs 'lib dll' dll)
)
# Prefer compiling C files with CC, not with dmd. (USE_IMPORTC=1
- # adds dependency on libdruntime.a)
+ # adds a dependency on libdruntime.a)
ver_test -ge 2.108.0 && phobosMakeArgs+=( "USE_IMPORTC=0" )
emake -C dmd/druntime "${commonMakeArgs[@]}" "${druntimeMakeArgs[@]}"