VirtualBox

Changeset 63286 in vbox


Ignore:
Timestamp:
Aug 10, 2016 3:05:18 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109919
Message:

Moved the both-xxxx and build-xxxx rules from root Makefile to root Config.kmk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r63255 r63286  
    68396839
    68406840#
     6841# For efficiently build serveral build types / archs.
     6842#
     6843both-debug-release both-release-debug: \
     6844                build-release-$(KBUILD_TARGET_ARCH) \
     6845                build-debug-$(KBUILD_TARGET_ARCH)
     6846both-x86-amd64     both-amd64-x86: \
     6847                build-$(KBUILD_TYPE)-x86 \
     6848                build-$(KBUILD_TYPE)-x86
     6849both-types-archs both-archs-types: \
     6850                build-debug-x86 \
     6851                build-release-x86 \
     6852                build-debug-amd64 \
     6853                build-release-amd64
     6854
     6855build-release-x86:
     6856        +$(MAKE) KBUILD_TYPE=release KBUILD_TARGET_ARCH=x86
     6857
     6858build-debug-x86:
     6859        +$(MAKE) KBUILD_TYPE=debug KBUILD_TARGET_ARCH=x86
     6860
     6861build-release-amd64:
     6862        +$(MAKE) KBUILD_TYPE=release KBUILD_TARGET_ARCH=amd64
     6863
     6864build-debug-amd64:
     6865        +$(MAKE) KBUILD_TYPE=debug KBUILD_TARGET_ARCH=amd64
     6866
     6867
     6868#
    68416869# Some extra goals.
    68426870#
  • trunk/Makefile.kmk

    r62828 r63286  
    18711871
    18721872
    1873 #
    1874 # For efficiently build serveral build types / archs.
    1875 #
    1876 both-debug-release both-release-debug: \
    1877                 build-release-$(KBUILD_TARGET_ARCH) \
    1878                 build-debug-$(KBUILD_TARGET_ARCH)
    1879 both-x86-amd64     both-amd64-x86: \
    1880                 build-$(KBUILD_TYPE)-x86 \
    1881                 build-$(KBUILD_TYPE)-x86
    1882 both-types-archs both-archs-types: \
    1883                 build-debug-x86 \
    1884                 build-release-x86 \
    1885                 build-debug-amd64 \
    1886                 build-release-amd64
    1887 
    1888 build-release-x86:
    1889         +$(MAKE) KBUILD_TYPE=release KBUILD_TARGET_ARCH=x86
    1890 
    1891 build-debug-x86:
    1892         +$(MAKE) KBUILD_TYPE=debug KBUILD_TARGET_ARCH=x86
    1893 
    1894 build-release-amd64:
    1895         +$(MAKE) KBUILD_TYPE=release KBUILD_TARGET_ARCH=amd64
    1896 
    1897 build-debug-amd64:
    1898         +$(MAKE) KBUILD_TYPE=debug KBUILD_TARGET_ARCH=amd64
    1899 
    19001873
    19011874#
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