VirtualBox

Changeset 586 in kBuild


Ignore:
Timestamp:
Nov 24, 2006 5:15:50 AM (18 years ago)
Author:
bird
Message:

header + footer - rules only won't do if BUILD_TARGET* is tested for.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/Makefile.kmk

    r576 r586  
    11# $Id$
    22
     3
     4DEPTH = ../..
     5include $(PATH_KBUILD)/header.kmk
    36
    47#
     
    284287
    285288
    286 DEPTH = ../..
    287 include $(PATH_KBUILD)/rules.kmk
     289include $(PATH_KBUILD)/footer.kmk
    288290
    289291                       
  • trunk/src/lib/Makefile.kmk

    r553 r586  
    2525#
    2626
     27DEPTH = ../..
     28include $(PATH_KBUILD)/header.kmk
     29
    2730LIBRARIES += kDep
    28 
    29 kDep_TEMPLATE           = LIB
    30 ifeq ($(filter-out win32 win64 win nt,$(BUILD_TARGET)),)
    31 kDep_DEFS          += NEED_ISBLANK=1 __WIN32__=1
     31kDep_TEMPLATE = LIB
     32ifeq ($(filter-out win nt win32 win64,$(BUILD_TARGET)),)
     33kDep_DEFS += NEED_ISBLANK=1 __WIN32__=1
    3234endif
    33 kDep_SOURCES        = $(PATH_CURRENT)/kDep.c
     35kDep_SOURCES = $(PATH_CURRENT)/kDep.c
     36kDep_NOINST = 1
    3437
    3538
    36 ifndef DEPTH # Experiment in including stuff from the top level make.
    37 DEPTH = ../..
    38 include $(PATH_KBUILD)/rules.kmk
    39 endif
     39include $(PATH_KBUILD)/footer.kmk
    4040
Note: See TracChangeset for help on using the changeset viewer.

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