<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -81,17 +81,17 @@ all: gccversion images size
 images: $(NAME).bin $(NAME).hex $(NAME).srec $(NAME).lst
 
 $(NAME).elf: $(OBJECTS)
-	@echo -e &quot;  LD\t$@&quot;
+	@echo &quot;  LD    $@&quot;
 	$(Q)$(LD) $(LDFLAGS) -o $(NAME).elf $(OBJECTS) $(LDLIBS)
 
 clean:
 	@for i in $(OBJECTS) $(NAME).elf $(NAME).hex $(NAME).bin $(NAME).lst $(NAME).srec; do \
-		echo -e &quot;  CLEAN\t$$i&quot;; \
+		echo &quot;  CLEAN $$i&quot;; \
 		rm -f $$i; \
 	done
 
 flash: $(NAME).hex
-	@echo -e &quot;  OOCD\t$&lt;&quot;
+	@echo &quot;  OOCD  $&lt;&quot;
 	$(Q)$(OOCD) -f interface/$(OOCD_INTERFACE).cfg \
 		    -f board/$(OOCD_TARGET).cfg \
 		    -c init \
@@ -110,21 +110,21 @@ size: $(NAME).elf
 # Suffix rules
 
 .elf.bin:
-	@echo -e &quot;  CP\t$@&quot;
+	@echo &quot;  CP    $@&quot;
 	$(Q)$(CP) $(CPFLAGS) -Obinary $&lt; $@
 
 .elf.hex:
-	@echo -e &quot;  CP\t$@&quot;
+	@echo &quot;  CP    $@&quot;
 	$(Q)$(CP) $(CPFLAGS) -Oihex $&lt; $@
 
 .elf.srec:
-	@echo -e &quot;  CP\t$@&quot;
+	@echo &quot;  CP    $@&quot;
 	$(Q)$(CP) $(CPFLAGS) -Osrec $&lt; $@
 
 .elf.lst:
-	@echo -e &quot;  OD\t$@&quot;
+	@echo &quot;  OD    $@&quot;
 	$(Q)$(OD) $(ODFLAGS) $(NAME).elf &gt; $(NAME).lst
 
 %.o: %.c %.h
-	@echo -e &quot;  CC\t$@&quot;
+	@echo &quot;  CC    $@&quot;
 	$(Q)$(CC) $(CFLAGS) -c $&lt; -o $@</diff>
      <filename>source/firmware/src/Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9b953aeb4d355516ca76066b373f54aa74a09640</id>
    </parent>
  </parents>
  <author>
    <name>Piotr Esden-Tempski</name>
    <email>piotr@esden.net</email>
  </author>
  <url>http://github.com/esden/open-bldc/commit/f4e4c85eb54fb92bfe6edd34ba74c15ee20dfce7</url>
  <id>f4e4c85eb54fb92bfe6edd34ba74c15ee20dfce7</id>
  <committed-date>2009-10-17T07:06:23-07:00</committed-date>
  <authored-date>2009-10-17T07:06:23-07:00</authored-date>
  <message>Removed -e param from echo in the makefile. It was not consistant between different OSes.</message>
  <tree>1394f3dab227d008f19edfbf36b55c05c4439942</tree>
  <committer>
    <name>Piotr Esden-Tempski</name>
    <email>piotr@esden.net</email>
  </committer>
</commit>
