Changeset 31538 in vbox
- Timestamp:
- Aug 10, 2010 3:28:34 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64637
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r31515 r31538 1179 1179 VRDP_PRX_DEV_LNX = $(PATH_ROOT)/src/VBox/RDP/client/vrdp/USBProxyDevice-linux.c 1180 1180 $$(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)))) 1184 1184 $(QUIET)$(APPEND) -t "$@" "done" 1185 1185 endif # USB + TESTCASES + !SDK -
trunk/src/VBox/RDP/client/vrdp/USBProxyDevice-linux.c
r31247 r31538 5 5 6 6 /* 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 */ 13 19 14 20 /*******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.