blob: 62f61cab4f5afe39d740d5f6968bd25a1a94560b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- drbd-8.3.10.orig/drbd/Makefile 2011-01-26 14:57:59.000000000 +0100
+++ drbd-8.3.10/drbd/Makefile 2011-10-23 10:22:50.000000000 +0200
@@ -65,7 +65,6 @@ else
# 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)
@@ -133,7 +132,7 @@ else
grep return $@ ; \
fi ; \
echo -e "\t\t\" build by $$USER@$$HOSTNAME, `date "+%F %T"`\";\n}"; \
- mv --force $@.new $@
+ mv -f $@.new $@
kbuild: drbd_buildtag.c
@rm -f .drbd_kernelrelease*
|