VirtualBox

Changeset 31621 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 12, 2010 8:12:15 PM (14 years ago)
Author:
vboxsync
Message:

RDP/client: temporary hack to unbreak incremental builds, fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/RDP/client/Makefile.kmk

    r31620 r31621  
    2222VBOX_PATH_RDESKTOP_SRC := $(PATH_SUB_CURRENT)
    2323VBOX_PATH_DEVICES_USB  := $(PATH_ROOT)/src/VBox/Devices/USB
    24 VBOX_RDESKTOP_SRC_SUBDIR = rdesktop-1.6.0-vrdp-tmp
     24VBOX_RDESKTOP_SRC_SUBDIR = rdesktop-1.6.0-vrdp
    2525
    2626#
     
    180180                $$(rdesktop-nonbin_1_TARGET)
    181181        $(call MSG_TOOL,tar/gzip,,$@)
    182         $(QUIET)cd $(PATH_TARGET) && rm -f rdesktop-1.6.0-vrdp
     182        # Temporary hack to fix incremental builds (will cause one build failure)
     183        $(QUIET)rm -f $(PATH_TARGET)/$(VBOX_RDESKTOP_SRC_SUBDIR) 2> /dev/null || /bin/true
    183184        $(QUIET)cd $(PATH_TARGET) && tar -cf - $(VBOX_RDESKTOP_SRC_SUBDIR) | gzip - > $@
    184185
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