|
@@ -84,8 +84,8 @@ suitable-extractor = $(INFLATE$(suffix $(1)))
|
|
|
|
|
|
# MESSAGE Macro -- display a message in bold type
|
|
# MESSAGE Macro -- display a message in bold type
|
|
MESSAGE = echo "$(TERM_BOLD)>>> $($(PKG)_NAME) $($(PKG)_VERSION) $(call qstrip,$(1))$(TERM_RESET)"
|
|
MESSAGE = echo "$(TERM_BOLD)>>> $($(PKG)_NAME) $($(PKG)_VERSION) $(call qstrip,$(1))$(TERM_RESET)"
|
|
-TERM_BOLD := $(shell tput smso)
|
|
|
|
-TERM_RESET := $(shell tput rmso)
|
|
|
|
|
|
+TERM_BOLD := $(shell tput smso 2>/dev/null)
|
|
|
|
+TERM_RESET := $(shell tput rmso 2>/dev/null)
|
|
|
|
|
|
# Utility functions for 'find'
|
|
# Utility functions for 'find'
|
|
# findfileclauses(filelist) => -name 'X' -o -name 'Y'
|
|
# findfileclauses(filelist) => -name 'X' -o -name 'Y'
|