tomato代码随笔
init进程编译的代码是这个目录
/tomato/release/src/router/rc是下面的代码把对应的二进制和库等install到target目录
# misc for dir in $(wildcard $(patsubst %,$(INSTALLDIR)/%,$(obj-y))) ; do \ (cd $${dir} && tar cpf - .) | (cd $(TARGETDIR) && tar xpf -) \ doneinit进程编译的代码是这个目录
/tomato/release/src/router/rc是下面的代码把对应的二进制和库等install到target目录
# misc for dir in $(wildcard $(patsubst %,$(INSTALLDIR)/%,$(obj-y))) ; do \ (cd $${dir} && tar cpf - .) | (cd $(TARGETDIR) && tar xpf -) \ done