Changeset 2443 for branches/libc-0.6
- Timestamp:
- Nov 13, 2005, 10:46:32 PM (20 years ago)
- Location:
- branches/libc-0.6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/Makefile
r2442 r2443 2 2 # 3 3 # Top level makefile. 4 #5 # InnoTek Systemberatung GmbH confidential6 4 # 7 5 # Copyright (c) 2003-2005 Knut St. Osmundsen … … 62 60 export GCC_VERSION ?= 3.3.5 63 61 export GCC_VERSION_SHORT ?= 335 64 export GCC_RELEASE_ID ?= rc262 export GCC_RELEASE_ID ?= 65 63 export GCC_CVS_VENDOR ?= GNU 66 64 export GCC_CVS_REL ?= GCC_3-3-5 … … 73 71 export EMX_CVS_VENDOR ?= EMX 74 72 export EMX_CVS_REL ?= EMX_0-9D-FIX04 75 export LIBC_VERSION ?= 0.6.0 rc276 export LIBC_VERSION_SHORT ?= 06 r273 export LIBC_VERSION ?= 0.6.0 74 export LIBC_VERSION_SHORT ?= 06 77 75 78 76 # innotek version and timestamp -
branches/libc-0.6/src/emx/ChangeLog.LIBC
r2442 r2443 2 2 3 3 TODO: open replace on RAMFS fails with error 32! 4 5 2005-11-13: knut st. osmundsen <bird-gccos2-spam@anduin.net> 6 - *: 7 o Created the 0.6 release branch. 4 8 5 9 2005-11-12: knut st. osmundsen <bird-gccos2-spam@anduin.net> -
branches/libc-0.6/src/emx/version.smak
r2442 r2443 4 4 VH = 0 5 5 # Middle part of version number 6 VM = 6 r26 VM = 6 7 7 # Low part of version number 8 8 VL = 0 … … 19 19 # INNOTEK_VERSION is normally defined in the environment by a toplevel makefile. 20 20 ifndef INNOTEK_VERSION 21 export INNOTEK_VERSION ?= (Inno tek Build $(shell date '+%Y-%m-%d %H:%M'))21 export INNOTEK_VERSION ?= (InnoTek Build $(shell date '+%Y-%m-%d %H:%M')) 22 22 endif 23 23 CFLAGS.DEF.VERSION += '-DINNOTEK_VERSION=" $(INNOTEK_VERSION)"'
Note:
See TracChangeset
for help on using the changeset viewer.