Changeset 2655 for branches/libc-0.6
- Timestamp:
- Mar 18, 2006, 5:37:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/Makefile
r2459 r2655 61 61 export GCC_VERSION_SHORT ?= 335 62 62 ifdef OFFICIAL_BIRD_VERSION 63 export GCC_RELEASE_ID ?= ga263 export GCC_RELEASE_ID ?= csd1 64 64 else 65 65 export GCC_RELEASE_ID ?= x … … 75 75 export EMX_CVS_VENDOR ?= EMX 76 76 export EMX_CVS_REL ?= EMX_0-9D-FIX04 77 export LIBC_VERSION ?= 0.6. 078 export LIBC_VERSION_SHORT ?= 06 77 export LIBC_VERSION ?= 0.6.1 78 export LIBC_VERSION_SHORT ?= 061 79 79 80 80 # innotek version and timestamp … … 121 121 TOOL_CVS_DIFF_TREE = -cvs diff -R -N -w -u -r 122 122 ifeq "$(BUILD_PLATFORM)" "OS2" 123 NICE = nice -i 123 #NICE = nice -i 124 NICE = nice 124 125 else 125 126 NICE =
Note:
See TracChangeset
for help on using the changeset viewer.