VirtualBox

Changeset 96938 in vbox for trunk


Ignore:
Timestamp:
Sep 29, 2022 9:36:40 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153849
Message:

/Config.kmk: Darwin code signing: meant shell style basename (make $(notdir), but that's unsafe regarding spaces and I didn't feel like experimenting with the mostly undocumented $(qnotdir)). bugref:10298

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r96935 r96938  
    44064406        $(REDIRECT) -E 'LC_ALL=C' -we "$(1).tmp" -- ditto -x -k -V "$(1).zip" "$(call VBOX_DIRX,$(1))"$(NLTAB) \
    44074407    dirname="$(call VBOX_DIRX,$(1))$(DOLLAR)($(SED) -n -e 's+^copying file \([0-9]\{1,\}\)/.\{1,\}$(DOLLAR)+\1+p' "$(1).tmp")" ; \
    4408     $(MV) -f -- "$(DOLLAR)dirname/$(basename $(1))" "$(call VBOX_DIRX,$(1))" ; \
     4408    $(MV) -f -- "$(DOLLAR)dirname/$(DOLLAR)(basename "$(1)")" "$(call VBOX_DIRX,$(1))" ; \
    44094409    $(RM) -Rf -- "$(DOLLAR)dirname/"$(NLTAB) \
    44104410        $(RM) -f -- "$(1).zip" "$(1).tmp"
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