Changeset 2655 for branches/libc-0.6


Ignore:
Timestamp:
Mar 18, 2006, 5:37:18 AM (19 years ago)
Author:
bird
Message:

0.6.1 and new nice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/Makefile

    r2459 r2655  
    6161export GCC_VERSION_SHORT        ?= 335
    6262ifdef OFFICIAL_BIRD_VERSION
    63 export GCC_RELEASE_ID           ?= ga2
     63export GCC_RELEASE_ID           ?= csd1
    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.0
    78 export LIBC_VERSION_SHORT       ?= 06
     77export LIBC_VERSION             ?= 0.6.1
     78export LIBC_VERSION_SHORT       ?= 061
    7979
    8080# innotek version and timestamp
     
    121121TOOL_CVS_DIFF_TREE          = -cvs diff -R -N -w -u -r
    122122ifeq "$(BUILD_PLATFORM)" "OS2"
    123 NICE                                            = nice -i
     123#NICE                                           = nice -i
     124NICE                                            = nice
    124125else
    125126NICE                                            =
Note: See TracChangeset for help on using the changeset viewer.