Changeset 2453 for branches/libc-0.6
- Timestamp:
- Nov 16, 2005, 4:48:48 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/Makefile
r2452 r2453 60 60 export GCC_VERSION ?= 3.3.5 61 61 export GCC_VERSION_SHORT ?= 335 62 ifdef OFFICIAL_BIRD_BUILD 62 63 export GCC_RELEASE_ID ?= ga 64 else 65 export GCC_RELEASE_ID ?= x 66 endif 63 67 export GCC_CVS_VENDOR ?= GNU 64 68 export GCC_CVS_REL ?= GCC_3-3-5 … … 1517 1521 cvs -q update -d -P 2>&1 | tee up.log 1518 1522 1523 ifdef OFFICIAL_BIRD_BUILD 1524 ifneq ($(HOSTNAME),eniac) 1525 $(error yea, nice try! Now go be ashamed of yourself!) 1526 endif 1527 endif 1528 1519 1529 # DO NOT DELETE
Note:
See TracChangeset
for help on using the changeset viewer.