Changeset 2897


Ignore:
Timestamp:
Dec 23, 2006, 9:54:08 PM (19 years ago)
Author:
bird
Message:

delirium

File:
1 edited

Legend:

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

    r2815 r2897  
    3838# Name of this makefile
    3939ifndef MAKEFILE
    40 MAKEFILE = Makefile.gmk 
     40MAKEFILE = Makefile.gmk
    4141endif
    4242
     
    7676# Source base directory.
    7777srcdir := $(shell pwd)
    78                                                
     78
    7979# File name extensions
    8080# Executable files -- xxx$E
     
    308308
    309309ifdef OFFICIAL_BIRD_VERSION
    310 ifneq ($(HOSTNAME),eniac)
     310ifneq ($(filter-out eniac delirium, $(HOSTNAME)),)
    311311$(error yea, nice try! Now go be ashamed of yourself!)
    312312endif
    313313endif
    314                
     314
    315315# Sort and remove duplicate directories
    316316TARGDIRS := $(sort $(TARGDIRS))
     
    367367$.omf/%.obj:
    368368        $(call DO.EMXOMF)
    369 $.omf-log/%.obj:       
     369$.omf-log/%.obj:
    370370        $(call DO.EMXOMF)
    371 $.omf-prof/%.obj:       
     371$.omf-prof/%.obj:
    372372        $(call DO.EMXOMF)
    373373
     
    379379#
    380380# Checkout rule
    381 #       
     381#
    382382checkout update up:
    383383        cvs -q update -d -P 2>&1 | tee up.log
Note: See TracChangeset for help on using the changeset viewer.