VirtualBox

Changeset 66222 in vbox for trunk/src/VBox/Additions/freebsd


Ignore:
Timestamp:
Mar 23, 2017 12:16:21 PM (8 years ago)
Author:
vboxsync
Message:

HostDrivers, Additions: don't use three stars as this string is used in 'make' errors as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/freebsd/Makefile

    r44529 r66222  
    1919
    2020all:
    21         @echo "*** Building 'vboxguest' module ***"
     21        @echo "=== Building 'vboxguest' module ==="
    2222        @$(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxguest
    2323        @if [ -f vboxguest/vboxguest.ko ]; then \
     
    2626        @echo
    2727        @if [ -d vboxvfs ]; then \
    28             echo "*** Building 'vboxvfs' module ***"; \
     28            echo "=== Building 'vboxvfs' module ==="; \
    2929            $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxvfs; \
    3030            if [ -f vboxvfs/vboxvfs.ko ]; then \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette