Changeset 26974 in vbox
- Timestamp:
- Mar 2, 2010 8:52:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r25706 r26974 855 855 snapshot-ose: 856 856 @$(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 \ 858 858 echo; \ 859 859 echo "Found USB stuff, refused to build OSE tarball!"; \ … … 899 899 snapshot-puel: 900 900 @$(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 \ 902 902 echo; \ 903 903 echo "Did not find USB stuff, is this an OSE branch?"; \
Note:
See TracChangeset
for help on using the changeset viewer.