File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ endif
146146
147147# Inherit the basename for the configure flags.
148148ifdef CONFIGFLAGS-$$(BASE-$(target))
149- CONFIGFLAGS-$(target) =$$(CONFIGFLAGS-$$(BASE-$(target ) )
149+ CONFIGFLAGS-$(target) =$$(CONFIGFLAGS-$$(BASE-$(target ) ) )
150150else
151151CONFIGFLAGS-$(target) =
152152endif
@@ -397,8 +397,11 @@ $(target): $$(PYTHON_PLATFORM_SITECUSTOMIZE-$(target)) $$(PYTHON_LIB-$(target))
397397
398398vars-$(target ) :
399399 @echo ">>> Environment variables for $(target ) "
400+ @echo "BASE-$(target ) : $$(BASE-$(target ) ) "
400401 @echo "SDK-$(target ) : $$(SDK-$(target ) ) "
401402 @echo "ARCH-$(target ) : $$(ARCH-$(target ) ) "
403+ @echo "CONFIGFLAGS-$(target ) : $$(CONFIGFLAGS-$(target ) ) "
404+ @echo "VERSION_MIN-$(target ) : $$(VERSION_MIN-$(target ) ) "
402405 @echo "TARGET_TRIPLE-$(target ) : $$(TARGET_TRIPLE-$(target ) ) "
403406 @echo "SDK_ROOT-$(target ) : $$(SDK_ROOT-$(target ) ) "
404407 @echo "BZIP2_INSTALL-$(target ) : $$(BZIP2_INSTALL-$(target ) ) "
You can’t perform that action at this time.
0 commit comments