rules revision f3f687b00a9f7c98dc0b81899090bc5f659ae7bd
486N/A# Copyright (C) 2006-2008 innotek GmbH 486N/A# This file is part of VirtualBox Open Source Edition (OSE), as 486N/A# you can redistribute it and/or modify it under the terms of the GNU 486N/A# General Public License as published by the Free Software Foundation, 486N/A# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 486N/A# distribution. VirtualBox OSE is distributed in the hope that it will 486N/A# be useful, but WITHOUT ANY WARRANTY of any kind. 486N/A# NOPARALLEL=1 compile with -j1 (-j2 is default) 873N/A# LINUX=<dir> compile vboxdrv against Linux found in <dir> 486N/A# VERBOSE=1 verbose build 486N/A# NOSUBVER=1 disable generation of the sub-version field (which is 486N/A# either the subversion rev [if available] or the build date) 486N/A# NOMODS=1 don't build any module 486N/A# HEADLESS=1 build the headless version 619N/A# STAGEDISO=<path> don't build the VBoxAdditions, use the precompiled .iso 830N/A# Ubuntu dapper: gcc-4.0 does not work with recompiler, use gcc-3.4 instead # Build architecture-dependent files here. sed -e
's|%NOLSB%|$(if $(filter _Debian_sarge ucs1.3,$(debrel)),yes,)|g;' \
sed -e
's|%NOLSB%|$(if $(filter _Debian_sarge,$(debrel)),yes,)|g;' \
if [
"$(debrel)" =
"_Ubuntu_dapper" -o
"$(debrel)" =
"_Debian_sarge" ];
then \
# manually strip our R0/GC modules, dh_strip cannot handle them