Changeset 59483809 for Makefile


Ignore:
Timestamp:
04/06/2021 05:01:01 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
7e80757
Parents:
275f313
Message:

automatically generate version info from git HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r275f313 r59483809  
    120120        $(Q)rm -f $(RENDERTMP)/*pdf.fo
    121121
    122 validate: tmpdir
     122validate: tmpdir version
    123123        @echo "Processing bootscripts..."
    124124        $(Q)bash process-scripts.sh
     
    188188       $(BASEDIR)/md5sums
    189189
     190version:
     191        $(Q)./git-version.sh
     192
    190193#dump-commands: validate
    191194#       @echo "Dumping book commands..."
     
    205208all: book nochunks pdf # dump-commands
    206209
    207 .PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list
    208 
     210.PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version
     211
Note: See TracChangeset for help on using the changeset viewer.