Rev 891 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 891 | Rev 903 | ||
|---|---|---|---|
| Line 67... | Line 67... | ||
| 67 | 67 | ||
| 68 | distclean: check_binaries |
68 | distclean: check_binaries |
| 69 | @$(ECHO) $(MSG_CLEANING) |
69 | @$(ECHO) $(MSG_CLEANING) |
| 70 | $(RM) -r $(BUILDDIR) |
70 | $(RM) -r $(BUILDDIR) |
| 71 | $(RM) -r $(BIOSDIR) |
71 | $(RM) -r $(BIOSDIR) |
| - | 72 | ||
| - | 73 | sethwid: |
|
| - | 74 | @$(PERL) ../../../../PcSoftware/scripts/SetHwId/SetHwId.pl |
|
| 72 | 75 | ||
| 73 | check_binaries: |
76 | check_binaries: |
| 74 | ifndef MKDIR |
77 | ifndef MKDIR |
| 75 | @echo |
78 | @echo |
| 76 | @echo ERROR! This is because you have not defined build-binaries in system.inc |
79 | @echo ERROR! This is because you have not defined build-binaries in system.inc |
| Line 80... | Line 83... | ||
| 80 | endif |
83 | endif |
| 81 | 84 | ||
| 82 | # Listing of phony targets. |
85 | # Listing of phony targets. |
| 83 | .PHONY : all bios installbios upgradebios \ |
86 | .PHONY : all bios installbios upgradebios \ |
| 84 | install reset start \ |
87 | install reset start \ |
| 85 | clean cleanbios distclean check_binaries |
88 | clean cleanbios distclean check_binaries sethwid |
| 86 | 89 | ||