Changeset 28ff993 in bootscripts-standard for bootscripts/Makefile


Ignore:
Timestamp:
May 22, 2014, 12:11:34 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master
Children:
bcafdd0
Parents:
18063a7
Message:

Add a DATE variable which uses the output of a date command in yyyymmdd format as the git and sysvinit books and use it in the VERSION variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/Makefile

    r18063a7 r28ff993  
    1 VERSION         := 3.0-pre1
     1DATE        := `date +%Y%m%d`
     2VERSION         := 3.0-${DATE}
    23
    34ETCDIR          := /etc
Note: See TracChangeset for help on using the changeset viewer.