Ignore:
Timestamp:
Oct 26, 2014, 2:49:41 PM (11 years ago)
Author:
bird
Message:

0.6: gearing up to 0.6.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/Makefile

    r3793 r3935  
    33# Top level makefile.
    44#
    5 # Copyright (c) 2003-2012 Knut St. Osmundsen
     5# Copyright (c) 2003-2014 Knut St. Osmundsen
    66# Copyright (c) 2003-2004 InnoTek Systemberatung GmbH
    77# Author: knut st. osmundsen <bird@anduin.net>
     
    6161export GCC_VERSION_SHORT        ?= 335
    6262ifdef OFFICIAL_BIRD_VERSION
    63 export GCC_RELEASE_ID           ?= csd5
     63export GCC_RELEASE_ID           ?= csd6
    6464else
    6565export GCC_RELEASE_ID           ?= x
     
    7575export EMX_CVS_VENDOR                   ?= EMX
    7676export EMX_CVS_REL                              ?= EMX_0-9D-FIX04
    77 export LIBC_VERSION             ?= 0.6.5
    78 export LIBC_VERSION_SHORT       ?= 065
     77export LIBC_VERSION             ?= 0.6.6
     78export LIBC_VERSION_SHORT       ?= 066
    7979
    8080# innotek version and timestamp
     
    15101510
    15111511ifdef OFFICIAL_BIRD_VERSION
    1512 ifneq ($(filter-out eniac delirium,$(HOSTNAME)),)
     1512ifneq ($(filter-out eniac delirium os2bld,$(HOSTNAME)),)
    15131513$(error yea, nice try! Now go be ashamed of yourself!)
    15141514endif
Note: See TracChangeset for help on using the changeset viewer.