[DRBD-cvs] svn commit by phil - r2867 - branches/drbd-0.7/drbd -
Make DRBD-0.7 to compile on newer ubuntu distros.
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Fri May 4 15:41:32 CEST 2007
Author: phil
Date: 2007-05-04 15:41:31 +0200 (Fri, 04 May 2007)
New Revision: 2867
Modified:
branches/drbd-0.7/drbd/Makefile
Log:
Make DRBD-0.7 to compile on newer ubuntu distros.
Modified: branches/drbd-0.7/drbd/Makefile
===================================================================
--- branches/drbd-0.7/drbd/Makefile 2007-04-27 11:11:02 UTC (rev 2866)
+++ branches/drbd-0.7/drbd/Makefile 2007-05-04 13:41:31 UTC (rev 2867)
@@ -56,6 +56,11 @@
)
else
# called from command line in current directory
+
+ # for some reason some of the commands below only work correctly in bash,
+ # and not in e.g. dash. I'm too lazy to fix it to be compatible.
+ SHELL=/bin/bash
+
DRBDSRC := $(shell pwd)
CONFIG_BLK_DEV_DRBD := m
export DRBDSRC CONFIG_BLK_DEV_DRBD
More information about the drbd-cvs
mailing list