VirtualBox

Changeset 266 in kBuild for trunk


Ignore:
Timestamp:
May 1, 2005 4:33:30 AM (20 years ago)
Author:
bird
Message:

DEPTH=. caused invalid CURSUBDIR and a lot of trouble came from that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r262 r266  
    144144BUILD_TARGET_CPU    := i586
    145145
     146# Adjust the DEPTH definition first
     147ifeq ($(strip $(DEPTH)),)
     148DEPTH := .
     149endif
    146150
    147151#
     
    155159endif
    156160# Subdirectory relative to the root.
     161ifneq ($(DEPTH),.)
    157162CURSUBDIR           := $(patsubst $(PATH_ROOT)/%,%,$(CURDIR))
     163else
     164CURSUBDIR           := .
     165endif
    158166# Output directories.
    159167ifndef PATH_OUT_BASE
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette