📄 makelocal.mk
字号:
# Makelocal.mk# @(#)Makelocal.mk 4.1 ULTRIX 7/2/90## 001 15-mar-1989 map (Mark A. Parenti)# Add the DESTLIST rule. Because the lower level Makelocal.mk files# have dependencies on their install rules, the dependencies were # executed before the DESTLIST rule in those files. As a result,# the output directory did not exist when the install was executed.# By moving the DESTLIST rule here, we create the directories# before the install rule in the lower level files is executed.#include $(GMAKEVARS)DESTLIST= $(DESTROOT)/dev $(DESTROOT)/usr/diskless/devSUBDIRS= _$(MACHINE).dinclude $(GMAKERULES)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -