VirtualBox

Changeset 39785 in vbox


Ignore:
Timestamp:
Jan 17, 2012 8:13:57 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75742
Message:

/Makefile.kmk: Added a couple of rules to heat up the office...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r39689 r39785  
    15121512
    15131513
     1514#
     1515# For efficiently build serveral build types / archs.
     1516#
     1517both-debug-release both-release-debug: \
     1518                build-release-$(KBUILD_TARGET_ARCH) \
     1519                build-debug-$(KBUILD_TARGET_ARCH)
     1520both-x86-amd64     both-amd64-x86: \
     1521                build-$(KBUILD_TYPE)-x86 \
     1522                build-$(KBUILD_TYPE)-x86
     1523both-types-archs both-archs-types: \
     1524                build-debug-x86 \
     1525                build-release-x86 \
     1526                build-debug-amd64 \
     1527                build-release-amd64
     1528
     1529build-release-x86:
     1530        +$(MAKE) KBUILD_TYPE=release KBUILD_TARGET_ARCH=x86
     1531
     1532build-debug-x86:
     1533        +$(MAKE) KBUILD_TYPE=debug KBUILD_TARGET_ARCH=x86
     1534
     1535build-release-amd64:
     1536        +$(MAKE) KBUILD_TYPE=release KBUILD_TARGET_ARCH=amd64
     1537
     1538build-debug-amd64:
     1539        +$(MAKE) KBUILD_TYPE=debug KBUILD_TARGET_ARCH=amd64
     1540
    15141541
    15151542#
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