VirtualBox

Changeset 26974 in vbox


Ignore:
Timestamp:
Mar 2, 2010 8:52:54 PM (15 years ago)
Author:
vboxsync
Message:

Makefile: adpated OSE test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r25706 r26974  
    855855snapshot-ose:
    856856        @$(call MSG_L1,Creating tarball $(TARBALLPATH)/$(TARBALLNAME))
    857         @if [ -d "$(PATH_ROOT)/src/VBox/Devices/USB" ]; then \
     857        @if [ -r "$(PATH_ROOT)/src/VBox/Devices/USB/USBProxyDevice.cpp" ]; then \
    858858            echo; \
    859859            echo "Found USB stuff, refused to build OSE tarball!"; \
     
    899899snapshot-puel:
    900900        @$(call MSG_L1,Creating zip $(ZIPPATH)/$(ZIPNAME))
    901         @if [ ! -d "$(PATH_ROOT)/src/VBox/Devices/USB" ]; then \
     901        @if [ ! -r "$(PATH_ROOT)/src/VBox/Devices/USB/USBProxyDevice.cpp" ]; then \
    902902            echo; \
    903903            echo "Did not find USB stuff, is this an OSE branch?"; \
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