Changeset 1228
- Timestamp:
- Feb 12, 2004, 1:39:54 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.74
to1.75
r1227 r1228 56 56 # Version and CVS defines 57 57 export GCC_VERSION ?= 3.2.2 58 export GCC_VERSION_SHORT ?= 3 02258 export GCC_VERSION_SHORT ?= 322 59 59 export GCC_RELEASE_ID ?= beta4 60 60 export GCC_CVS_VENDOR ?= GNU … … 68 68 export EMX_CVS_VENDOR ?= EMX 69 69 export EMX_CVS_REL ?= EMX_0-9D-FIX04 70 export LIBC_VERSION ?= 0.5.0 71 export LIBC_VERSION_SHORT ?= 05 70 72 71 73 # innotek version and timestamp 72 export INNOTEK_VERSION ?= (Innotek Build $(shell date '+%Y-%m-%d %H:%M')) 74 ifndef BUILD_TS 75 export BUILD_TS := $(shell date '+%Y-%m-%d %H:%M') 76 else 77 export BUILD_TS 78 endif 79 export INNOTEK_VERSION ?= (Innotek Build $(BUILD_TS)) 73 80 74 81 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.