rules revision 69f57565f5243a46f1df060b63d0fd830de3be04
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 # Ubuntu dapper: gcc-4.0 does not work with recompiler, use gcc-3.4 instead # Debian sarge: libhal-devel 0.4.7 is too old # 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;' \ # dh_installinit --name=vboxnet if [
"$(debrel)" =
"_Ubuntu_dapper" -o
"$(debrel)" =
"_Debian_sarge" ];
then \