rules revision 46e6cceda24bf6c589e4cb151afefe4fffecca7b
1878N/A# NOPARALLEL=1 compile with -j1 (-j2 is default) 1878N/A# LINUX=<dir> compile vboxdrv against Linux found in <dir> 1878N/A# NOSUBVER=1 disable generation of the sub-version field (which is 1878N/A# either the subversion rev [if available] or the build date) 1878N/A# NOMODS=1 don't build any module 1878N/A# HEADLESS=1 build the headless version 1878N/A# STAGEDISO=<path> don't build the VBoxAdditions, use the precompiled .iso 1878N/A# Ubuntu dapper: gcc-4.0 does not work with recompiler, use gcc-3.4 instead # Build modules for every kernel we find in /lib/modules/* # 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