Makefile零散知识学习

1. install 

   install -d , --directory   treat all arguments as directory names; creat all components of the specified dirctories;

 

2. make -f

    指定makefile文件, 如600BI中

    PSG600BI_config:

        ....

    $(MAKE) -f PSG600BI_Makefile

posted @ 2014-04-17 08:50  安心种田  阅读(97)  评论(0编辑  收藏  举报