Changeset 5976 in vbox for trunk/src/VBox/Devices/testcase
- Timestamp:
- Dec 6, 2007 4:25:40 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26554
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/Makefile.kmk
r5898 r5976 6 6 # 7 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 10 # available from http://www.virtualbox.org. This file is free software; … … 87 87 $(PATH_TARGET)/tstDeviceStructSizeGC.h: $$(INSTARGET_tstDeviceStructSizeGC) 88 88 $(call MSG_GENERATE,,$@) 89 ifdef KMK_USE_REDIRECT90 89 $(QUIET)$(REDIRECT) -wo $@ -- $(INSTARGET_tstDeviceStructSizeGC) 91 else92 $(QUIET)$(INSTARGET_tstDeviceStructSizeGC) > $@93 endif94 90 95 91 # 3. run it.
Note:
See TracChangeset
for help on using the changeset viewer.