Ignore:
Timestamp:
Nov 17, 2005, 3:50:27 AM (20 years ago)
Author:
bird
Message:

it's OFFICIAL_BIRD_VERSION not _BUILD! Rebuilding ga as ga2.

Location:
branches/libc-0.6/src/emx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/Makefile.gmk

    r2456 r2457  
    303303-include $(SUBMAK)
    304304
    305 ifdef OFFICIAL_BIRD_BUILD
     305ifdef OFFICIAL_BIRD_VERSION
    306306ifneq ($(HOSTNAME),eniac)
    307307$(error yea, nice try! Now go be ashamed of yourself!)
  • branches/libc-0.6/src/emx/version.smak

    r2456 r2457  
    44VH = 0
    55# Middle part of version number
    6 ifdef OFFICIAL_BIRD_BUILD
     6ifdef OFFICIAL_BIRD_VERSION
    77VM = 6
    88else
     
    2323# INNOTEK_VERSION is normally defined in the environment by a toplevel makefile.
    2424ifndef INNOTEK_VERSION
    25 ifdef OFFICIAL_BIRD_BUILD
    26 export INNOTEK_VERSION        ?= (InnoTek Build $(shell date '+%Y-%m-%d %H:%M'))
     25ifdef OFFICIAL_BIRD_VERSION
     26export INNOTEK_VERSION        ?= (Bird Build $(shell date '+%Y-%m-%d %H:%M'))
    2727else
    28 export INNOTEK_VERSION        ?= (Non-InnoTek Build $(shell date '+%Y-%m-%d %H:%M'))
     28export INNOTEK_VERSION        ?= (Non-Bird Build $(shell date '+%Y-%m-%d %H:%M'))
    2929endif
    3030endif
Note: See TracChangeset for help on using the changeset viewer.