VirtualBox

Changeset 2688 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
May 17, 2007 3:06:57 AM (18 years ago)
Author:
vboxsync
Message:

VBOX_EDIT_INF*_FN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r2681 r2688  
    955955 endif
    956956endif
     957
     958#
     959# Windows .inf editing.
     960#
     961ifeq ($(BUILD_TARGET_ARCH),x86)
     962 VBOX_EDIT_INF_FN = $(call VBOX_EDIT_INF32_FN,$(1),$(2))
     963else
     964 VBOX_EDIT_INF_FN = $(call VBOX_EDIT_INF64_FN,$(1),$(2))
     965endif
     966## Edit an inf file an x86 target.
     967# @param    1   The inf file to edit.
     968# @param    2   The output file.
     969VBOX_EDIT_INF32_FN = $(SED) $(if $(VBOX_SIGNING_MODE),-e 's/^;cat  *//', -e '/^;cat /d') -e 's/^;amd64  *//' -e '/^;x86 /d' $(1) > $(2)
     970## Edit an inf file an x86 target.
     971# @param    1   The inf file to edit.
     972# @param    2   The output file.
     973VBOX_EDIT_INF64_FN = $(SED) $(if $(VBOX_SIGNING_MODE),-e 's/^;cat  *//', -e '/^;cat /d') -e 's/^;amd64  *//' -e '/^;x86 /d' $(1) > $(2)
    957974
    958975#
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