[Git][NTPsec/ntpsec][master] Show the actual C compiler/ld flag name in the configure output

Matt Selsky gitlab at mg.gitlab.com
Tue Sep 5 07:04:40 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
5ec45704 by Matt Selsky at 2017-09-05T02:48:42-04:00
Show the actual C compiler/ld flag name in the configure output

It will mean more to the user than the internal name

- - - - -


1 changed file:

- wscript


Changes:

=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -426,7 +426,7 @@ int main(int argc, char **argv) {
                   define_name='HAS_' + name,
                   fragment=FRAGMENT,
                   mandatory=False,
-                  msg='Checking if C compiler supports ' + name,
+                  msg='Checking if C compiler supports ' + ccflag,
                   run_build_cls='oc')
 
     ctx.run_build_cls = old_run_build_cls
@@ -504,7 +504,7 @@ int main(int argc, char **argv) {
                   fragment=FRAGMENT,
                   ldflags=ldflag,
                   mandatory=False,
-                  msg='Checking if ld compiler supports ' + name,
+                  msg='Checking if linker supports ' + ldflag,
                   run_build_cls='oc')
         if ctx.env['HAS_' + name]:
             ctx.env.LDFLAGS += [ldflag]



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/5ec45704d1c8aa7bcc74158fa4fbd840f6814183

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/5ec45704d1c8aa7bcc74158fa4fbd840f6814183
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170905/0dbd1ba9/attachment.html>


More information about the vc mailing list