--- ../drbd-cvs/drbd/Makefile.vars 2003-07-28 15:02:47.000000000 +0200 +++ Makefile.vars 2003-08-30 23:58:14.000000000 +0200 @@ -49,7 +49,8 @@ $(if $(wildcard /etc/redhat-release),redhat,\ $(if $(wildcard /etc/slackware-version),slackware,\ $(if $(wildcard /etc/ROCK-VERSION),rock,\ - $(if $(wildcard /var/lib/YaST*),suse,)))))) + $(if $(wildcard /var/lib/YaST*),suse,\ + $(if $(wildcard /etc/gentoo-release),gentoo,))))))) SMPFLAG := \ $(shell if uname -a | grep SMP > /dev/null; then echo "-D__SMP__"; fi) # do we need to check against kernel .config, too? --- ../drbd-cvs/drbd/Makefile.vars 2003-08-31 01:02:15.000000000 +0200 +++ Makefile.vars 2003-08-31 02:15:38.000000000 +0200 @@ -23,7 +23,7 @@ # export all variables not explicitly _un_exported export -PREFIX := / +#PREFIX := / #DEBUGFLAGS := -g -DDBG_ALL_SYMBOLS -DDBG_PRINTKS_RCV -DDBG_PRINTKS_SYNC DEBUGFLAGS :=