VirtualBox

Changeset 94767 in vbox


Ignore:
Timestamp:
May 1, 2022 9:54:25 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151153
Message:

ValKit/Makefile.kmk: Fixed makefile vandalism from r150778 that added "$(QUIET)$(RM) -f $(VBOX_VALIDATIONKIT_ISO_RSP)" to the list of phony targets. Removed non-phony stuff from the phony list and dropped the response file from the OTHERS target list. Some other cleanups too, of as usual. bugref:10195

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/Makefile.kmk

    r94585 r94767  
    152152
    153153VBOX_VALIDATIONKIT_ISO_RSP = $(PATH_TARGET)/VBoxValidationKitISO.rsp
    154 OTHERS                    += $(VBOX_VALIDATIONKIT_ISO_RSP)
    155154OTHERS_CLEAN              += $(VBOX_VALIDATIONKIT_ISO_RSP)
    156155
     
    368367
    369368#
    370 # Build the Validation Kit guest ISO recipe consumed by RTIsoMaker.
    371 #
    372 # We need this recipe file because passing all those arguments to RTIsoMaker will blow up
    373 # the maximum command line length on some OSes.
     369# Build the Validation Kit guest ISO response file for RTIsoMaker.
     370#
     371# We need this response file because passing all those arguments to RTIsoMaker
     372# will blow up the maximum command line length on some OSes.
    374373#
    375374$(VBOX_VALIDATIONKIT_ISO_RSP): | $$(dir $$@)
    376         $(call MSG_L1,Creating Validation Kit guest ISO recipe $@)
    377         $(APPEND) -nt $@ \
    378                 --iso-level 3 \
    379                 --rock-ridge \
    380                 --joliet \
    381                 --rational-attribs \
    382                 --random-order-verification 2048 \
     375        $(call MSG_L1,Creating Validation Kit guest ISO response file $@ )
     376        kmk_builtin_append -nt "$@" \
     377                '--iso-level=3' \
     378                '--rock-ridge' \
     379                '--joliet' \
     380                '--rational-attribs' \
     381                '--random-order-verification=2048' \
    383382                $(foreach spec,$(VBOX_VALIDATIONKIT_FILESPEC) \
    384383                        ,$(if $(findstring =,$(spec)), $(spec), /$(lastword $(subst /$(INST_VALIDATIONKIT), ,$(spec))=$(spec))) ) \
     
    393392                                                   $(subst =, $(SP), $(spec)), \
    394393                                                   $(subst $(PATH_OUT_BASE), testcase,$(spec))))) \
    395                 --volume-id \"VBOXVALK_$(VBOX_SVN_REV)_$(VBOX_VERSION_STRING_RAW)\" \
    396                 --name-setup joliet \
    397                 --volume-id \"VBoxValK $(VBOX_SVN_REV)\"
     394                '--volume-id="VBOXVALK_$(VBOX_SVN_REV)_$(VBOX_VERSION_STRING_RAW)"' \
     395                '--name-setup=joliet' \
     396                '--volume-id="VBoxValK $(VBOX_SVN_REV)"'
    398397
    399398#
     
    421420
    422421# Alias for creating the iso.
    423 .PHONY: $(QUIET)$(RM) -f $(VBOX_VALIDATIONKIT_ISO_RSP) validationkit-iso
     422.PHONY: validationkit-iso
    424423validationkit-iso: $(VBOX_PATH_VALIDATIONKIT)/VBoxValidationKit.iso
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