Rev 1719 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1719 | Rev 1867 | ||
|---|---|---|---|
| Line 76... | Line 76... | ||
| 76 | $(RM) -r $(BUILDDIR) |
76 | $(RM) -r $(BUILDDIR) |
| 77 | $(RM) -r $(BIOSDIR) |
77 | $(RM) -r $(BIOSDIR) |
| 78 | 78 | ||
| 79 | setconfig: check_systeminc |
79 | setconfig: check_systeminc |
| 80 | @$(SETCONF) $(CANULFLAGS) |
80 | @$(SETCONF) $(CANULFLAGS) |
| - | 81 | ||
| - | 82 | installnoappl: |
|
| - | 83 | @$(ECHO) ":02000000FFFF00" > tmpfil |
|
| - | 84 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -i $(NODE_HW_ID) -f tmpfil -r |
|
| - | 85 | @$(RM) tmpfile |
|
| 81 | 86 | ||
| 82 | check_systeminc: |
87 | check_systeminc: |
| 83 | ifndef SETCONF |
88 | ifndef SETCONF |
| 84 | @echo |
89 | @echo |
| 85 | @echo ERROR! This is because your system.inc is out of date |
90 | @echo ERROR! This is because your system.inc is out of date |
| Line 89... | Line 94... | ||
| 89 | endif |
94 | endif |
| 90 | 95 | ||
| 91 | # Listing of phony targets. |
96 | # Listing of phony targets. |
| 92 | .PHONY : all bios installbios upgradebios defaultbios \ |
97 | .PHONY : all bios installbios upgradebios defaultbios \ |
| 93 | install reset start \ |
98 | install reset start \ |
| 94 | clean cleanbios distclean check_systeminc setconfig |
99 | clean cleanbios distclean check_systeminc setconfig installnoappl |
| 95 | 100 | ||