blob: 469791d8e6a318402534835f5843924c0245bce5 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 7c97710bfc44d895b7111bef9c55866f00a3589c Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 13 Aug 2018 11:54:27 -0700
4Subject: [PATCH] Revert "Makefile: force sync after build in case reboot loses
5 executable"
6
7This reverts commit ae6322b1baea56a589207c96e358daae8edd0a8f.
8
9Not needed for cross-builds
10
11Upstream-Status: Inappropriate [Cross compile specific]
12Signed-off-by: Khem Raj <raj.khem@gmail.com>
13---
14 Makefile | 1 -
15 1 file changed, 1 deletion(-)
16
17diff --git a/Makefile b/Makefile
18index c0db72c0..5781dda6 100644
19--- a/Makefile
20+++ b/Makefile
21@@ -348,7 +348,6 @@ endif
22 stress-ng: $(OBJS)
23 @echo "LD $@"
24 @$(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -o $@
25- @sync
26
27 makeconfig:
28 @if [ ! -s config ]; then \
29--
302.17.0
31