Changeset 4596 in vbox
- Timestamp:
- Sep 7, 2007 9:01:38 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24232
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r4587 r4596 2511 2511 $(QUIET)$(MV) -f [email protected] $@ 2512 2512 2513 ifndef VBOX_OSE 2514 ifeq ($(BUILD_TARGET),linux) 2513 2515 VBOX_LICENSE_SRC := $(PATH_ROOT)/doc/License.html 2514 2516 VBOX_LICENSE_VER := $(shell grep Version $(VBOX_LICENSE_SRC)|sed -e 's/.*Version \([0-9.]*\),.*/\1/g') … … 2518 2520 $(call MSG_GENERATE,,$@) 2519 2521 $(QUIET)$(CP) $< $@ 2522 endif 2523 endif 2520 2524 2521 2525 -
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r4589 r4596 54 54 endif 55 55 56 if eq ($(VBOX_OSE),)56 ifndef VBOX_OSE 57 57 ifeq ($(BUILD_TARGET),linux) 58 58 # Note: I'm doing this right here because the GUI will _not_ run
Note:
See TracChangeset
for help on using the changeset viewer.