Changeset 17250 in vbox
- Timestamp:
- Mar 2, 2009 1:54:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r16986 r17250 207 207 208 208 # 209 # For building the combined package, just get the additions .ISO 210 # once for amd64 to prevent version inconsistences. In all other 211 # cases we get the .ISO per target architecture. 212 # 213 ifdef VBOX_WITH_ADDITIONS_FROM_BUILD_SERVER 214 ifdef VBOX_WITH_COMBINED_PACKAGE 215 ifeq ($(KBUILD_TARGET_ARCH),amd64) 216 INSTALLS += buildserver-additions 217 endif 218 else 219 INSTALLS += buildserver-additions 220 endif 221 222 # 209 223 # Install additions iso from the build server. 210 224 # The $(CP)/$(RM) stuff can be replaced by a simple $(TOUCH) once that has 211 225 # been added to kBuild. 212 226 # 213 ifdef VBOX_WITH_ADDITIONS_FROM_BUILD_SERVER214 INSTALLS += buildserver-additions215 227 buildserver-additions_INST = $(INST_ADDITIONS_ISO) 216 228 buildserver-additions_MODE = 0644
Note:
See TracChangeset
for help on using the changeset viewer.