Subversion Repositories HomeAutomation

Rev

Rev 891 | Rev 1638 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 891 Rev 903
Line 70... Line 70...
70
 
70
 
71
distclean: check_binaries
71
distclean: check_binaries
72
	@echo $(MSG_CLEANING)
72
	@echo $(MSG_CLEANING)
73
	$(RM) -r $(BUILDDIR)
73
	$(RM) -r $(BUILDDIR)
74
	$(RM) -r $(BIOSDIR)
74
	$(RM) -r $(BIOSDIR)
-
 
75
 
-
 
76
sethwid:
-
 
77
	@$(PERL) ../../../../PcSoftware/scripts/SetHwId/SetHwId.pl
75
 
78
 
76
check_binaries:
79
check_binaries:
77
ifndef MKDIR
80
ifndef MKDIR
78
	@echo 
81
	@echo 
79
	@echo ERROR! This is because you have not defined build-binaries in system.inc
82
	@echo ERROR! This is because you have not defined build-binaries in system.inc
Line 83... Line 86...
83
endif
86
endif
84
 
87
 
85
# Listing of phony targets.
88
# Listing of phony targets.
86
.PHONY : all bios installbios upgradebios \
89
.PHONY : all bios installbios upgradebios \
87
install reset start \
90
install reset start \
88
clean cleanbios distclean check_binaries
91
clean cleanbios distclean check_binaries sethwid
89
 
92