Mercurial > hg > Members > kono > nitros9-code
changeset 882:22f3858746b0
Made some changes
author | boisy |
---|---|
date | Fri, 17 Jan 2003 13:09:02 +0000 |
parents | aaa419ee956e |
children | f8bd578d98bb |
files | level2/sys/makefile |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/sys/makefile Fri Jan 17 04:55:06 2003 +0000 +++ b/level2/sys/makefile Fri Jan 17 13:09:02 2003 +0000 @@ -4,7 +4,7 @@ SYSFILES = errmsg LogBook password motd SYSWINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs -LEVEL1FILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \ +L1HELPFILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \ chx.hp cmp.hp cobbler.hp config.hp copy.hp date.hp \ dcheck.hp debug.hp deiniz.hp del.hp deldir.hp dir.hp \ display.hp dsave.hp dump.hp echo.hp edit.hp error.hp ex.hp \ @@ -14,9 +14,9 @@ park.hp procs.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \ setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ tuneport.hp unlink.hp verify.hp xmode.hp -LEVEL2FILES = basic09.hp gfx.hp gfx2.hp grfdrv.hp make.hp maketerm.hp \ +L2HELPFILES = basic09.hp gfx.hp gfx2.hp grfdrv.hp make.hp maketerm.hp \ modpatch.hp montype.hp rdump.hp rlink.hp rma.hp runb.hp \ - scred.hp setime.hp wcreate.hp + scred.hp wcreate.hp HELPMSG = helpmsg ALLOBJS = $(SYSFILES) $(SYSWINFILES) $(HELPMSG) @@ -25,16 +25,16 @@ $(UNIX2OS9) $(SYSFILES) $(CHMOD) 644 $(ALLOBJS) -$(HELPMSG): $(LEVEL1FILES) - $(MERGE) $(LEVEL1FILES) $(LEVEL2FILES) > $@ +$(HELPMSG): $(L1HELPFILES) + $(MERGE) $(L1HELPFILES) $(L2HELPFILES) > $@ $(UNIX2OS9) $@ -$(LEVEL1FILES): ../../level1/SYS/$@ - -$(SOFTLINK) ../../level1/SYS/$@ +$(L1HELPFILES): $(LEVEL1)/SYS/$@ + -$(SOFTLINK) $(LEVEL1)/SYS/$@ clean: $(OS92UNIX) $(SYSFILES) - $(RM) $(HELPMSG) $(LEVEL1FILES) + $(RM) $(HELPMSG) $(L1HELPFILES) showobjs: @$(ECHO) $(ALLOBJS)