mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
Log MAKEFLAGS environment variable along with the others.
This commit is contained in:
parent
217f7a7ea7
commit
535b7c5e0f
@ -6,7 +6,7 @@
|
||||
# | (__| |_| | _ <| |___
|
||||
# \___|\___/|_| \_\_____|
|
||||
#
|
||||
# Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# This software is licensed as described in the file COPYING, which
|
||||
# you should have received as part of this distribution. The terms
|
||||
@ -297,6 +297,7 @@ logit "CPPFLAGS = ".$ENV{CPPFLAGS};
|
||||
logit "CFLAGS = ".$ENV{CFLAGS};
|
||||
logit "LDFLAGS = ".$ENV{LDFLAGS};
|
||||
logit "CC = ".$ENV{CC};
|
||||
logit "MAKEFLAGS = ".$ENV{MAKEFLAGS};
|
||||
logit "target = ".$targetos;
|
||||
logit "version = $version"; # script version
|
||||
logit "date = $timestamp"; # When the test build starts
|
||||
|
Loading…
x
Reference in New Issue
Block a user