VirtualBox

Changeset 85332 in vbox


Ignore:
Timestamp:
Jul 14, 2020 10:51:29 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139312
Message:

/Config.kmk: for code signing, use $1 consistently as a filename which might contain spaces. Put it in double quotes when passing it to commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r85322 r85332  
    36383638        $(if $(strip $(2)),/d "$(strip $(2))",) \
    36393639        $(3) \
    3640         $(1) \
     3640        "$(1)" \
    36413641        $(if-expr "$5" == "",\
    36423642        $(if-expr "$6" == "",$(if-expr "$4" == "2",$$(NLTAB),$(NLTAB)),$6)$(VBOX_SIGNTOOL) \
     
    36493649        $(if $(strip $(2)),/d "$(strip $(2))",) \
    36503650        $(3) \
    3651         $(1),)
     3651        "$(1)",)
    36523652   else
    36533653    VBOX_SIGN_FILE_FN     = $(VBOX_SIGNTOOL) sign \
     
    36593659        $(if $(strip $(2)),/d "$(strip $(2))",) \
    36603660        $(3) \
    3661         $(1)
     3661        "$(1)"
    36623662   endif
    36633663  endif
     
    36763676        $(VBOX_CERTIFICATE_EV_FINGERPRINT_ARGS) \
    36773677        $(VBOX_TSA_SHA2_URL_ARGS) \
    3678         $(1)
     3678        "$(1)"
    36793679   endif
    36803680  endif
     
    37063706        $(if $(strip $(2)),/d "$(strip $(2))",) \
    37073707        $(3) \
    3708         $(1) \
     3708        "$(1)" \
    37093709        $(if-expr "$5" == "",\
    37103710        $(if-expr "$4" == "2",$$(NLTAB),$(NLTAB))$(RM) -f -- "$1.ccs" \
     
    38183818        $(3) \
    38193819        $(VBOX_CERTIFICATE_SUBJECT_NAME_ARGS) \
    3820         $(1) $(if $(2),--identifier "$(2)",)
     3820        "$(1)" $(if $(2),--identifier "$(2)",)
    38213821  endif
    38223822
     
    38413841        $(VBOX_CERTIFICATE_SUBJECT_NAME_ARGS) \
    38423842        $(3) \
    3843         $(1) \
     3843        "$(1)" \
    38443844        $(if $(2),--identifier "$(2)",)
    38453845  endif
     
    38833883        $(if $(2),--identifier "$(2)",) \
    38843884        $(VBOX_CERTIFICATE_SUBJECT_NAME_ARGS) \
    3885         $(1)
     3885        "$(1)"
    38863886  endif
    38873887
     
    39743974        $(VBOX_TOKEN_NAME_ARGS) \
    39753975        $(VBOX_PIN_ARGS) \
    3976         -e $(1)
     3976        -e "$(1)"
    39773977
    39783978  ## Commands for signing a driver image after link.
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