Ignore:
Timestamp:
Jun 27, 2014, 3:33:37 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
  • trunk/softs/tsar_boot/Makefile

    r701 r726  
    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.