[blog] 01/01: 133: try to fix __FILE__ formatting

Holger Levsen holger at layer-acht.org
Mon Nov 20 15:08:53 UTC 2017


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

holger pushed a commit to branch master
in repository blog.

commit 4fea143af31986630ab24d49a1659abb1ba4dcfd
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 20 15:08:48 2017 +0000

    133: try to fix __FILE__ formatting
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 drafts/133.mdwn | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drafts/133.mdwn b/drafts/133.mdwn
index ff4e633..8dcc6b1 100644
--- a/drafts/133.mdwn
+++ b/drafts/133.mdwn
@@ -45,13 +45,13 @@ Work on bootstrapping also made progress in (MesCC)[https://gitlab.com/janneke/m
 MesCC now compiles a less heavily patched TinyCC into a mes-tcc that in turn passes 41/69 of mescc's C tests.
 
 
-Qt and BUILD_PATH_PREFIX_MAP
+BUILD_PATH_PREFIX_MAP and Qt
 ----------------------------
 
 A patch to support the [BUILD_PATH_PREFIX_MAP](https://reproducible-builds.org/specs/build-path-prefix-map/)
 environment variable to avoid embedding build-time paths into generated files
 has been [proposed to GCC](https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00513.html).
-This patch also affects the __FILE__ environment variable, mapping it in the
+This patch also affects the `__FILE__` environment variable, mapping it in the
 same way that debug-prefix-map works for debug symbols. The patch as it was sent
 was rejected with some concerns, and work is under way to adapt the patch to
 address those concerns.
@@ -60,7 +60,7 @@ The behaviour was already backported to the patched GCC that is used for the
 unstable tests on https://tests.reproducible-builds.org . This showed that the
 new behaviour [causes problems with Qt applications using QFINDTESTDATA in
 build-time tests](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876901),
-since they rely on __FILE__ being a valid (relative) file system path at build
+since they rely on `__FILE__` being a valid (relative) file system path at build
 time.
 
 Packages reviewed and fixed, and bugs filed

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git



More information about the Reproducible-commits mailing list