VirtualBox

Ignore:
Timestamp:
Jan 18, 2022 3:23:38 PM (3 years ago)
Author:
vboxsync
Message:

/Config.kmk,*.kmk: Windows ASAN build adjustments. bugref:8489 bugref:9841

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/Makefile.kmk

    r93115 r93322  
    128128 ifdef VBOX_WITH_MESA3D
    129129  $(PATH_TARGET)/VBoxWddmCat.dir/VBoxNine.dll: $$(VBoxNine_1_TARGET) | $$(dir $$@)
    130         $(INSTALL) -m 644 $< $(@D)
     130        $(INSTALL) -m 644 "$<" "$(@D)"
    131131  $(PATH_TARGET)/VBoxWddmCat.dir/VBoxSVGA.dll: $$(VBoxSVGA_1_TARGET) | $$(dir $$@)
    132         $(INSTALL) -m 644 $< $(@D)
     132        $(INSTALL) -m 644 "$<" "$(@D)"
    133133  $(PATH_TARGET)/VBoxWddmCat.dir/VBoxICD.dll: $$(VBoxICD_1_TARGET) | $$(dir $$@)
    134         $(INSTALL) -m 644 $< $(@D)
     134        $(INSTALL) -m 644 "$<" "$(@D)"
    135135  $(PATH_TARGET)/VBoxWddmCat.dir/VBoxGL.dll: $$(VBoxGL_1_TARGET) | $$(dir $$@)
    136         $(INSTALL) -m 644 $< $(@D)
     136        $(INSTALL) -m 644 "$<" "$(@D)"
    137137
    138138  ifeq ($(KBUILD_TARGET_ARCH),amd64)
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