HomeSort by: relevance | last modified time | path
    Searched refs:DTC_VERSION (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/dtc/usr.bin/dtc/
version_gen.h 1 #define DTC_VERSION "DTC 1.5.1"
  /src/external/gpl2/dtc/dist/
Makefile 94 DTC_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
113 dtc_version = $(DTC_VERSION)$(localver_full) macro
117 (echo "#define DTC_VERSION \"DTC $(dtc_version)\""; )
262 git archive --format=tar --prefix=dtc-$(dtc_version)/ HEAD \
263 > ../dtc-$(dtc_version).tar
264 cat ../dtc-$(dtc_version).tar | \
265 gzip -9 > ../dtc-$(dtc_version).tar.gz
288 $(GPG) --detach-sign --armor -o ../dtc-$(dtc_version).tar.sign
    [all...]
util.c 412 printf("Version: %s\n", DTC_VERSION);

Completed in 19 milliseconds