Changeset 41427 in vbox for trunk/src/VBox/Additions/solaris/DRM
- Timestamp:
- May 24, 2012 8:57:47 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78153
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/DRM/Makefile.kmk
r33656 r41427 29 29 include $(KBUILD_PATH)/subheader.kmk 30 30 31 ifneq ($(KBUILD_HOST),solaris)32 $(error "The Solaris guest additions can only be built on Solaris!")33 endif31 #ifneq ($(KBUILD_HOST),solaris) 32 #$(error "The Solaris guest additions can only be built on Solaris!") 33 #endif 34 34 35 35 #
Note:
See TracChangeset
for help on using the changeset viewer.