[新增] MAKEFILE_LIST测试用例
This commit is contained in:
9
Makefile
Normal file
9
Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
makedir := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
$(warning makedir1=$(makedir))
|
||||
|
||||
include dir1/Makefile
|
||||
makedir := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
$(warning makedir3=$(makedir))
|
||||
|
||||
6
dir1/Makefile
Normal file
6
dir1/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
makedir := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
$(warning makedir2=$(makedir))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user