give the "samples" target something to do to supress the "nothing to be done for 'samples'" message
This commit is contained in:
@@ -43,6 +43,9 @@ else
|
||||
samples:
|
||||
ifeq ($(MAKELEVEL),0)
|
||||
@echo "info: grc sample not available for" $(SYS)
|
||||
else
|
||||
# suppress the "nothing to be done for 'samples' message
|
||||
@echo > $(NULLDEV)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user