VirtualBox

Changeset 31538 in vbox


Ignore:
Timestamp:
Aug 10, 2010 3:28:34 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64637
Message:

USBProxyDevice-linux: corrected the headers and the file check rule in the Devices makefile

Location:
trunk/src/VBox
Files:
2 edited

Legend:

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

    r31515 r31538  
    11791179 VRDP_PRX_DEV_LNX = $(PATH_ROOT)/src/VBox/RDP/client/vrdp/USBProxyDevice-linux.c
    11801180$$(PATH_Drivers)/tstSameUSBProxyDevLinux.run: $(VBOX_PRX_DEV_LNX) $(VRDP_PRX_DEV_LNX) | $$(PATH_Drivers)/
    1181         $(QUIET)$(CMP) $(VBOX_PRX_DEV_LNX) $(VRDP_PRX_DEV_LNX) \
    1182                 $(length $(shell $(SED) -n '1 p' $(VBOX_PRX_DEV_LNX))) \
    1183                 $(length $(shell $(SED) -n '1 p' $(VRDP_PRX_DEV_LNX)))
     1181        $(QUIET)$(call MSG_L1,Source correctness - ensuring that files are identical: $^)
     1182        $(QUIET)$(CMP) $^ \
     1183                $(foreach i,$^,$(length $(shell $(SED) -n '1,\?/* START */?p' $(i))))
    11841184        $(QUIET)$(APPEND) -t "$@" "done"
    11851185endif # USB + TESTCASES + !SDK
  • trunk/src/VBox/RDP/client/vrdp/USBProxyDevice-linux.c

    r31247 r31538  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
    8  *
    9  * Oracle Corporation confidential
    10  * All rights reserved
    11  */
    12 
     7 * Copyright (C) 2006-2010 Oracle Corporation
     8 *
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16 */
     17
     18/* START */
    1319
    1420/*******************************************************************************
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