Ignore:
Timestamp:
Jun 27, 2014, 4:48:54 PM (10 years ago)
Author:
cfuguet
Message:

tsar_boot: version.sh

  • When using git svn, display git svn info version instead of git revision hashcode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fault_tolerance/softs/tsar_boot/Makefile

    r724 r727  
    9090all: $(TARGET)
    9191
    92 $(BUILD_DIR)/version.o: $(BUILD_DIR) $(OBJS) version version.sh
     92$(BUILD_DIR)/version.o: $(BUILD_DIR) $(OBJS) VERSION version.sh
    9393        $(ECHO) "[version.sh]"
    9494        ./version.sh > $(BUILD_DIR)/version.c
     
    143143        $(DU) -D $@ > $@.txt
    144144
    145 .SILENT:
Note: See TracChangeset for help on using the changeset viewer.