Changeset 2443 for branches/libc-0.6/src
- Timestamp:
- Nov 13, 2005, 10:46:32 PM (20 years ago)
- Location:
- branches/libc-0.6/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.