[pkg-d-commits] [ldc] 26/74: Fix misleading comment in config file (#2117)

Matthias Klumpp mak at moszumanska.debian.org
Thu Jul 13 20:54:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.3.0-beta2
in repository ldc.

commit 3d7e4c0036af28a01658abe30f2ff4398115e4e0
Author: kinke <kinke at users.noreply.github.com>
Date:   Tue May 16 19:52:23 2017 +0200

    Fix misleading comment in config file (#2117)
    
    The default switches are injected right after argv[0], not appended to the
    command line.
---
 ldc2.conf.in         | 3 +--
 ldc2_install.conf.in | 3 +--
 ldc2_phobos.conf.in  | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/ldc2.conf.in b/ldc2.conf.in
index f5a9b92..b34bc9f 100644
--- a/ldc2.conf.in
+++ b/ldc2.conf.in
@@ -4,8 +4,7 @@
 // The default group is required
 default:
 {
-    // 'switches' holds array of string that are appends to the command line
-    // arguments before they are parsed.
+    // default switches injected before all explicit command-line switches
     switches = [
         "-I at RUNTIME_DIR@/src",
         "-L-L at PROJECT_BINARY_DIR@/../lib at LIB_SUFFIX@", @MULTILIB_ADDITIONAL_PATH@@SHARED_LIBS_RPATH@
diff --git a/ldc2_install.conf.in b/ldc2_install.conf.in
index c73b742..b3c99de 100644
--- a/ldc2_install.conf.in
+++ b/ldc2_install.conf.in
@@ -4,8 +4,7 @@
 // The default group is required
 default:
 {
-    // 'switches' holds array of string that are appends to the command line
-    // arguments before they are parsed.
+    // default switches injected before all explicit command-line switches
     switches = [
         "-I at INCLUDE_INSTALL_DIR@/ldc",
         "-I at INCLUDE_INSTALL_DIR@",
diff --git a/ldc2_phobos.conf.in b/ldc2_phobos.conf.in
index 02e87e4..08e2967 100644
--- a/ldc2_phobos.conf.in
+++ b/ldc2_phobos.conf.in
@@ -4,8 +4,7 @@
 // The default group is required
 default:
 {
-    // 'switches' holds array of string that are appends to the command line
-    // arguments before they are parsed.
+    // default switches injected before all explicit command-line switches
     switches = [
         "-I at RUNTIME_DIR@/src",
         "-I at PROFILERT_DIR@/d",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list