rules revision 46e6cceda24bf6c589e4cb151afefe4fffecca7b
2N/A# possible overrides: 2N/A# OSE=1 force VBOX_OSE 2N/A# NOPARALLEL=1 compile with -j1 (-j2 is default) 2N/A# LINUX=<dir> compile vboxdrv against Linux found in <dir> 2N/A# VERBOSE=1 verbose build 2N/A# DEBUG=1 debug build 2N/A# NOSUBVER=1 disable generation of the sub-version field (which is 2N/A# either the subversion rev [if available] or the build date) 2N/A# NOMODS=1 don't build any module 2N/A# HEADLESS=1 build the headless version 2N/A# STAGEDISO=<path> don't build the VBoxAdditions, use the precompiled .iso 2N/A# Ubuntu dapper: gcc-4.0 does not work with recompiler, use gcc-3.4 instead 2N/A# Build architecture-dependent files here. 2N/A sed -e
's|%NOLSB%|$(if $(filter _Debian_sarge ucs1.3,$(debrel)),yes,)|g;' \
2N/A sed -e
's|%NOLSB%|$(if $(filter _Debian_sarge,$(debrel)),yes,)|g;' \
2N/A if [
"$(debrel)" =
"_Ubuntu_dapper" -o
"$(debrel)" =
"_Debian_sarge" ];
then \
# manually strip our R0/GC modules, dh_strip cannot handle them