Skip to content

Commit

Permalink
Try simple echo
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Oct 3, 2024
1 parent 11a3730 commit 4ef8e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/spksrc.pre-check.mk
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ endif

# Check minimum DSM requirements of package

$(shell echo "VARIABLE - REQUIRED_MIN_DSM: $(REQUIRED_MIN_DSM)")
$(shell echo "VARIABLE - TCVERSION: $(TCVERSION)")
echo "===> VARIABLE - REQUIRED_MIN_DSM: $(REQUIRED_MIN_DSM)"
echo "===> VARIABLE - TCVERSION: $(TCVERSION)"

ifneq ($(REQUIRED_MIN_DSM),)
# Check if ARCH is noarch and TCVERSION is empty
Expand Down

0 comments on commit 4ef8e70

Please sign in to comment.