VirtualBox

Changeset 38176 in vbox


Ignore:
Timestamp:
Jul 26, 2011 9:11:26 AM (13 years ago)
Author:
vboxsync
Message:

kBuild,Config.kmk,Additions/linux/Makefile.kmk: Build fix. Requiring kBuild revision 2515 now.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/Config.kmk

    r38150 r38176  
    144144     || (   $(KBUILD_VERSION_MINOR) == 1 \
    145145         && $(KBUILD_VERSION_PATCH) >= 999))
    146  if $(KMK_REVISION) >= 2512
     146 if $(KMK_REVISION) >= 2515
    147147  # OK.
    148148 else
    149   $(error You must update kBuild! Requires kBuild revision 2512 or later, found $(KMK_REVISION) ($(KBUILD_VERSION)))
     149  $(error You must update kBuild! Requires kBuild revision 2515 or later, found $(KMK_REVISION) ($(KBUILD_VERSION)))
    150150 endif
    151151else
  • trunk/src/VBox/Additions/linux/Makefile.kmk

    r38175 r38176  
    278278                $(VBOX_LNX_ADD_INST_KMOD_DIR_MOD)% : \
    279279                $(PATH_STAGE_BIN)/additions/src/% \
    280                 | $$(dir $$(patsubst %/,%,$$@))
     280                | $$(dir $$(patsubst $$(PERCENT)/,$$(PERCENT),$$@))
    281281        $(call MSG_INST_DIR,$<,$@)
    282282        $(QUIET)$(RM) -Rf $@
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