Skip to content

Commit e9ff815

Browse files
committed
fix stuff
1 parent 22f8b6d commit e9ff815

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ endif
146146

147147
# Inherit the basename for the configure flags.
148148
ifdef CONFIGFLAGS-$$(BASE-$(target))
149-
CONFIGFLAGS-$(target)=$$(CONFIGFLAGS-$$(BASE-$(target))
149+
CONFIGFLAGS-$(target)=$$(CONFIGFLAGS-$$(BASE-$(target)))
150150
else
151151
CONFIGFLAGS-$(target)=
152152
endif
@@ -397,8 +397,11 @@ $(target): $$(PYTHON_PLATFORM_SITECUSTOMIZE-$(target)) $$(PYTHON_LIB-$(target))
397397

398398
vars-$(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))"

0 commit comments

Comments
 (0)