[DRBD-cvs] svn commit by lars - r2815 - trunk/drbd - some of the Makefile magic requires to be run in bash :

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Mon Mar 26 14:35:54 CEST 2007


Author: lars
Date: 2007-03-26 14:35:52 +0200 (Mon, 26 Mar 2007)
New Revision: 2815

Modified:
   trunk/drbd/Makefile
Log:
some of the Makefile magic requires to be run in bash :-/

Modified: trunk/drbd/Makefile
===================================================================
--- trunk/drbd/Makefile	2007-03-26 12:34:51 UTC (rev 2814)
+++ trunk/drbd/Makefile	2007-03-26 12:35:52 UTC (rev 2815)
@@ -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