[beyes@SLinux temp]$ ll
total 8
-rw-rw-r--. 1 beyes beyes 103 Apr 18 11:00 Makefile
drwxrwxr-x. 2 beyes beyes 4096 Apr 18 11:01 scripts
[beyes@SLinux temp]$ ll scripts/
total 8
-rw-rw-r--. 1 beyes beyes 74 Apr 18 10:49 Kbuild.include
-rw-rw-r--. 1 beyes beyes 37 Apr 18 10:49 Makefile.building
include ./scripts/Kbuild.include
all:
@make $(build)="pass init for another Makefile\'s parameter"
build := -f ./scripts/Makefile.building obj
make -f ./scripts/Makefile.building obj="pass init for another Makefile\'s parameter"
src := $(obj)
output:
@echo $(src)
[beyes@SLinux temp]$ make
make[1]: Entering directory `/home/beyes/Makefile/temp'
pass init for another Makefile's parameter
make[1]: Leaving directory `/home/beyes/Makefile/temp'
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |