Changeset 23112 in vbox
- Timestamp:
- Sep 18, 2009 7:59:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/rules
r23106 r23112 102 102 $(if $(STAGEDISO),VBOX_WITHOUT_ADDITIONS=1,) \ 103 103 $(if $(BLEEDING_EDGE),VBOX_BLEEDING_EDGE=$(BLEEDING_EDGE),) \ 104 $(if $(filter _Debian_sarge _xandros4.1 _ucs1.3,$(debrel)),VBOX_LD_as_needed= ,) 104 $(if $(filter _Debian_sarge _xandros4.1 _ucs1.3,$(debrel)),VBOX_LD_as_needed= ,) \ 105 $(if $(filter _Debian_etch _Ubuntu_hardy,$(debrel)),,VBOX_WITH_SYSFS_BY_DEFAULT=1) 105 106 106 107 # Ubuntu dapper: gcc-4.0 does not work with recompiler, use gcc-3.4 instead … … 115 116 debian/build-stamp $(verfile): 116 117 dh_testdir 117 . debian/env.sh && kmk -C $(vboxroot) $( if $(NOPARALLEL),-j1,) $(bld_flags) all118 . debian/env.sh && kmk -C $(vboxroot) $(bld_flags) $(if $(NOPARALLEL),-j1,) all 118 119 $(if $(NODOCS),cp $(vboxroot)/prebuild/UserManual*.pdf $(builddir)/bin,) 119 120 $(if $(NODOCS),cp $(vboxroot)/prebuild/VirtualBox*.chm $(builddir)/bin,) 120 121 mkdir -p $(builddir)/bin/additions 121 122 $(if $(STAGEDISO),cp $(STAGEDISO)/VBoxGuestAdditions.iso $(builddir)/bin/additions,) 122 . debian/env.sh && kmk -C $(vboxroot) \ 123 $(bld_flags) \ 123 . debian/env.sh && kmk -C $(vboxroot) $(bld_flags) \ 124 124 VBOX_NO_LINUX_RUN_INSTALLER=1 \ 125 125 VBOX_PATH_ADDITIONS.linux.x86=$(builddir)/bin/additions \
Note:
See TracChangeset
for help on using the changeset viewer.