VirtualBox

Changeset 340 in kBuild for trunk


Ignore:
Timestamp:
Nov 14, 2005 2:53:16 PM (19 years ago)
Author:
bird
Message:

UP_TO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/up.kmk

    r215 r340  
    2929include $(PATH_KBUILD)/header.kmk
    3030
     31UP_TO ?= ..
    3132       
    3233# typical kbuild goals.         
     
    5354target \
    5455        :
    55         $(MAKE) -C .. $@
     56        $(MAKE) -C $(UP_TO) $@
    5657
    5758# the syntax checkers.
    5859%.o %.obj:
    59         $(MAKE) -C .. $@
     60        $(MAKE) -C $(UP_TO) $@
    6061
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