Changeset 75303 in vbox for trunk/Config.kmk
- Timestamp:
- Nov 7, 2018 12:16:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r75302 r75303 3628 3628 ## @todo cannot handle $(2), the identifier. $(3) is hopefully either empty or --deep 3629 3629 VBOX_SIGN_BUNDLE_FN = $(call MSG_TOOL,SIGNTOOL,,$(1),$(2))$(NLTAB) \ 3630 ditto -c -k --keepParent $(1) $(1).zip$(NLTAB) \3630 ditto -c -k --keepParent "$(1)" "$(1).zip"$(NLTAB) \ 3631 3631 $(call VBOX_CCS_SIGN_CMD,apple,$(1).zip,,$(if $(eq $(3),--deep),-deep,))$(NLTAB) \ 3632 ditto -x -k $(1).zip $(1)/../ 3632 ditto -x -k "$(1).zip" "$(1)/../"$(NLTAB) \ 3633 $(RM) -f -- "$(1).zip" 3633 3634 else 3634 3635 VBOX_SIGN_BUNDLE_FN = $(call MSG_TOOL,SIGNTOOL,,$(1),$(2))$(NLTAB)$(VBOX_CODESIGN) \ … … 3688 3689 VBOX_SIGN_DMG_FN = $(call MSG_TOOL,SIGNTOOL,,$(1),$(2))$(NLTAB) \ 3689 3690 $(call VBOX_CCS_SIGN_CMD,mac_dmg,$(1))$(NLTAB) \ 3690 ditto -x -k $(1).zip $(dir $(1)) 3691 ditto -x -k "$(1).zip" "$(dir $(1))"$(NLTAB) \ 3692 $(RM) -f -- "$(1).zip" 3691 3693 else 3692 3694 VBOX_SIGN_DMG_FN = $(VBOX_SIGN_FILE_FN)
Note:
See TracChangeset
for help on using the changeset viewer.