aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/stress-ng/stress-ng/0001-Revert-Makefile-force-sync-after-build-in-case-reboo.patch
blob: 469791d8e6a318402534835f5843924c0245bce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From 7c97710bfc44d895b7111bef9c55866f00a3589c Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Mon, 13 Aug 2018 11:54:27 -0700
Subject: [PATCH] Revert "Makefile: force sync after build in case reboot loses
 executable"

This reverts commit ae6322b1baea56a589207c96e358daae8edd0a8f.

Not needed for cross-builds

Upstream-Status: Inappropriate [Cross compile specific]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index c0db72c0..5781dda6 100644
--- a/Makefile
+++ b/Makefile
@@ -348,7 +348,6 @@ endif
 stress-ng: $(OBJS)
 	@echo "LD $@"
 	@$(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -o $@
-	@sync
 
 makeconfig:
 	@if [ ! -s config ]; then \
-- 
2.17.0