*** empty log message ***

This commit is contained in:
Antoine Drouin
2006-01-12 12:15:11 +00:00
parent 29b0d57d36
commit df18f58d88
4 changed files with 20 additions and 9 deletions
+5 -2
View File
@@ -45,8 +45,11 @@ $(RADIO_H) : $(CONF)/$(RADIO) $(CONF_XML)
mv /tmp/radio.h $@
$(CONTROL_H) : $(CONF)/$(AIRFRAME) $(CONF_XML)
$(TOOLS)/gen_control.out $< > /tmp/control.h
mv /tmp/control.h $@
TMPFILE=$(shell echo `tempfile`)
$(TOOLS)/gen_control.out $< > $TMPFILE
mv $TMPFILE $@
# $(TOOLS)/gen_control.out $< > /tmp/control.h
# mv /tmp/control.h $@
$(FLIGHT_PLAN_H) : $(CONF)/$(FLIGHT_PLAN) $(CONF_XML)
$(TOOLS)/gen_flight_plan.out $< > /tmp/fp.h