Also print LDFLAGS as part of the test-gcc target. Print quotes around
CFLAGS and FFLAGS, too, to exactly see where we have whitespace. Feature safe: yes
This commit is contained in:
parent
0e8c6e63ea
commit
62a1e74d3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241998
1 changed files with 3 additions and 2 deletions
|
@ -225,7 +225,8 @@ test-gcc:
|
|||
.endfor
|
||||
@echo Using GCC version ${_USE_GCC}
|
||||
.endif
|
||||
@echo CC=${CC} - CXX=${CXX} - CFLAGS=${CFLAGS}
|
||||
@echo F77=${F77} - FC=${FC} - FFLAGS=${FFLAGS}
|
||||
@echo CC=${CC} - CXX=${CXX} - CFLAGS=\"${CFLAGS}\"
|
||||
@echo F77=${F77} - FC=${FC} - FFLAGS=\"${FFLAGS}\"
|
||||
@echo LDFLAGS=\"${LDFLAGS}\"
|
||||
@echo BUILD_DEPENDS=${BUILD_DEPENDS}
|
||||
@echo RUN_DEPENDS=${RUN_DEPENDS}
|
||||
|
|
Loading…
Reference in a new issue