Changeset 2457 for branches/libc-0.6/Makefile
- Timestamp:
- Nov 17, 2005, 3:50:27 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/Makefile
r2456 r2457 60 60 export GCC_VERSION ?= 3.3.5 61 61 export GCC_VERSION_SHORT ?= 335 62 ifdef OFFICIAL_BIRD_ BUILD63 export GCC_RELEASE_ID ?= ga 62 ifdef OFFICIAL_BIRD_VERSION 63 export GCC_RELEASE_ID ?= ga2 64 64 else 65 65 export GCC_RELEASE_ID ?= x … … 84 84 export BUILD_TS 85 85 endif 86 export INNOTEK_VERSION ?= (Innotek Build $(BUILD_TS)) 86 ifdef OFFICIAL_BIRD_VERSION 87 export INNOTEK_VERSION ?= (Bird Build $(BUILD_TS)) 88 else 89 export INNOTEK_VERSION ?= (Non-Bird Build $(BUILD_TS)) 90 endif 87 91 88 92 … … 1504 1508 cvs -q update -d -P 2>&1 | tee up.log 1505 1509 1506 ifdef OFFICIAL_BIRD_ BUILD1510 ifdef OFFICIAL_BIRD_VERSION 1507 1511 ifneq ($(HOSTNAME),eniac) 1508 1512 $(error yea, nice try! Now go be ashamed of yourself!)
Note:
See TracChangeset
for help on using the changeset viewer.