阅读背景:

需要一个可以处理丢失文件的makefile依赖关系规则

来源:互联网 

We use GNU Make for our system. At the end of our makefiles, we have an include called Makedepends which generates a bunch of .d files using -MM switch on gcc. We then include the .d file for each .cc file using an include $(CXXFILES:.cc=.d) line. But when we delete file or move files, the dependancies step breaks and we have to manually delete the .d files (even a make clean doesn't work because the dependencies fail)We use GNU Make for our system. At the end of o




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: