⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makelocal.mk

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 MK
字号:
#	Makelocal.mk -#		sys/dist/dev.d/_vax.d Makefile.##  @(#)Makelocal.mk	4.1  ULTRIX  7/2/90##	000	02-mar-1989	ccb#	New.##	001	15-mar-1989	map (Mark A. Parenti)#	Remove DESTLIST.  Because the install rule here has dependencies,#	they are executed BEFORE the DESTLIST rule. As a result, the ouput#	directories did not exist.  The DESTLIST rule is now done in the#	upper level Makelocal.mk to ensure that the directories exist before#	the install rule here is executed.#include $(GMAKEVARS)install:	makedev makedev.local disklessmakedev:	$(INSTALL) -c -m 755 ../../MAKEDEV $(DESTROOT)/dev/MAKEDEVmakedev.local:	> $(DESTROOT)/dev/MAKEDEV.local	chmod 644 $(DESTROOT)/dev/MAKEDEV.local	chgrp system $(DESTROOT)/dev/MAKEDEV.local	/etc/chown root $(DESTROOT)/dev/MAKEDEV.localdiskless:	$(INSTALL) -c -m 755 ../../MAKEDEV $(DESTROOT)/usr/diskless/dev/MAKEDEV	(cd $(DESTROOT)/usr/diskless/dev; \		./MAKEDEV console drum errlog kUmem kmem mem null \			tty pty0 pty1)include $(GMAKERULES)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -