Changeset 2453 for branches/libc-0.6


Ignore:
Timestamp:
Nov 16, 2005, 4:48:48 AM (20 years ago)
Author:
bird
Message:

Official build stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/Makefile

    r2452 r2453  
    6060export GCC_VERSION              ?= 3.3.5
    6161export GCC_VERSION_SHORT        ?= 335
     62ifdef OFFICIAL_BIRD_BUILD
    6263export GCC_RELEASE_ID           ?= ga
     64else
     65export GCC_RELEASE_ID           ?= x
     66endif
    6367export GCC_CVS_VENDOR                   ?= GNU
    6468export GCC_CVS_REL                              ?= GCC_3-3-5
     
    15171521        cvs -q update -d -P 2>&1 | tee up.log
    15181522
     1523ifdef OFFICIAL_BIRD_BUILD
     1524ifneq ($(HOSTNAME),eniac)
     1525$(error yea, nice try! Now go be ashamed of yourself!)
     1526endif
     1527endif
     1528
    15191529# DO NOT DELETE
Note: See TracChangeset for help on using the changeset viewer.