Changeset 96935 in vbox
- Timestamp:
- Sep 29, 2022 8:58:16 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153846
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r96934 r96935 4405 4405 $(call VBOX_CCS_SIGN_CMD,mac_dmg,$(1))$(NLTAB) \ 4406 4406 $(REDIRECT) -E 'LC_ALL=C' -we "$(1).tmp" -- ditto -x -k -V "$(1).zip" "$(call VBOX_DIRX,$(1))"$(NLTAB) \ 4407 dirname="$(call VBOX_DIRX,$(1)) /$(DOLLAR)($(SED) -n -e 's+^copying file \([0-9]\{1,\}\)/.\{1,\}$(DOLLAR)+\1+p')" ; \4407 dirname="$(call VBOX_DIRX,$(1))$(DOLLAR)($(SED) -n -e 's+^copying file \([0-9]\{1,\}\)/.\{1,\}$(DOLLAR)+\1+p' "$(1).tmp")" ; \ 4408 4408 $(MV) -f -- "$(DOLLAR)dirname/$(basename $(1))" "$(call VBOX_DIRX,$(1))" ; \ 4409 4409 $(RM) -Rf -- "$(DOLLAR)dirname/"$(NLTAB) \
Note:
See TracChangeset
for help on using the changeset viewer.