Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/fsim2/makefile @ 1126:85eed1cde1b7
attr used throughout the makefiles now
author | boisy |
---|---|
date | Sun, 13 Apr 2003 23:42:51 +0000 |
parents | 17abff098c6d |
children | c847e6ee341d |
comparison
equal
deleted
inserted
replaced
1125:17abff098c6d | 1126:85eed1cde1b7 |
---|---|
35 $(MERGE) $(KERNEL)>kernel_1773 | 35 $(MERGE) $(KERNEL)>kernel_1773 |
36 $(OS9GEN) $(DISK) -b=os9boot -t=kernel_1773 | 36 $(OS9GEN) $(DISK) -b=os9boot -t=kernel_1773 |
37 $(RM) os9boot kernel_1773 | 37 $(RM) os9boot kernel_1773 |
38 $(MAKDIR) $(DISK),CMDS | 38 $(MAKDIR) $(DISK),CMDS |
39 $(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell | 39 $(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell |
40 $(OS9ATTR_EXEC) $(DISK),CMDS/shell | |
40 $(CP) $(CMDS) $(DISK),CMDS | 41 $(CP) $(CMDS) $(DISK),CMDS |
41 $(foreach file, $(CMDS), $(OS9ATTR) $(DISK),CMDS/$(file) -epe -pr;) | 42 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);) |
42 $(OS9RENAME) $(DISK),CMDS/fs AutoEx | 43 $(OS9RENAME) $(DISK),CMDS/fs AutoEx |
43 $(CP) $(SUPPORTFILES) $(DISK),. | 44 $(CP) $(SUPPORTFILES) $(DISK),. |
45 $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $(DISK),$(file);) | |
44 | 46 |
45 dskcopy: dsk | 47 dskcopy: dsk |
46 $(CP) $(DISK) $(DSKDIR) | 48 $(CP) $(DISK) $(DSKDIR) |
47 | 49 |
48 dskclean: | 50 dskclean: |