Accessing Makefile variable in compile time shell

前端 未结 0 685
深忆病人
深忆病人 2020-12-23 19:43

Is there a way in Makefile to open a shell having all Makefile variables:

a := x
b := y
c := z

chk := $(shell ./xyz.sh)

ifeq ($(strip $(chk)),0)
pqr := val1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题