Mercurial > hg > Members > kono > nitros9-code
comparison level1/sys/makefile @ 1961:3b5fa2f1173d
Missing \ in helpmsg was generating make error 10
author | robert |
---|---|
date | Fri, 23 Dec 2005 02:53:15 +0000 |
parents | 03750843cffd |
children |
comparison
equal
deleted
inserted
replaced
1960:6378546dc96c | 1961:3b5fa2f1173d |
---|---|
4 | 4 |
5 SYSFILES = errmsg motd password | 5 SYSFILES = errmsg motd password |
6 HELPFILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \ | 6 HELPFILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \ |
7 chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \ | 7 chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \ |
8 dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \ | 8 dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \ |
9 dir.hp dirsort.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp | 9 dir.hp dirsort.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp \ |
10 edit.hp error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \ | 10 edit.hp error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \ |
11 help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \ | 11 help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \ |
12 list.hp load.hp login.hp makdir.hp \ | 12 list.hp load.hp login.hp makdir.hp \ |
13 mdir.hp megaread.hp merge.hp mpi.hp mfree.hp os9gen.hp \ | 13 mdir.hp megaread.hp merge.hp mpi.hp mfree.hp os9gen.hp \ |
14 padrom.hp park.hp procs.hp prompt.hp pwd.hp pxd.hp \ | 14 padrom.hp park.hp procs.hp prompt.hp pwd.hp pxd.hp \ |
17 tuneport.hp unlink.hp verify.hp xmode.hp | 17 tuneport.hp unlink.hp verify.hp xmode.hp |
18 HELPMSG = helpmsg | 18 HELPMSG = helpmsg |
19 ALLOBJS = $(SYSFILES) $(HELPMSG) | 19 ALLOBJS = $(SYSFILES) $(HELPMSG) |
20 | 20 |
21 | 21 |
22 all: $(ALLOBJS) | 22 all: $(ALLOBJS) $(DEPENDS) |
23 | 23 |
24 alldragon: $(ALLOBJS) | 24 alldragon: $(ALLOBJS) |
25 | 25 |
26 helpmsg: $(HELPFILES) | 26 helpmsg: $(HELPFILES) |
27 $(MERGE) $(HELPFILES) > $@ | 27 $(MERGE) $(HELPFILES) > $@ |