summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/stress-ng/stress-ng/0001-Revert-Makefile-force-sync-after-build-in-case-reboo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-test/stress-ng/stress-ng/0001-Revert-Makefile-force-sync-after-build-in-case-reboo.patch')
-rw-r--r--meta-oe/recipes-test/stress-ng/stress-ng/0001-Revert-Makefile-force-sync-after-build-in-case-reboo.patch21
1 files changed, 12 insertions, 9 deletions
diff --git a/meta-oe/recipes-test/stress-ng/stress-ng/0001-Revert-Makefile-force-sync-after-build-in-case-reboo.patch b/meta-oe/recipes-test/stress-ng/stress-ng/0001-Revert-Makefile-force-sync-after-build-in-case-reboo.patch
index fd2199e53..469791d8e 100644
--- a/meta-oe/recipes-test/stress-ng/stress-ng/0001-Revert-Makefile-force-sync-after-build-in-case-reboo.patch
+++ b/meta-oe/recipes-test/stress-ng/stress-ng/0001-Revert-Makefile-force-sync-after-build-in-case-reboo.patch
@@ -14,15 +14,18 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 Makefile | 1 - 14 Makefile | 1 -
15 1 file changed, 1 deletion(-) 15 1 file changed, 1 deletion(-)
16 16
17Index: stress-ng-0.09.37/Makefile 17diff --git a/Makefile b/Makefile
18=================================================================== 18index c0db72c0..5781dda6 100644
19--- stress-ng-0.09.37.orig/Makefile 19--- a/Makefile
20+++ stress-ng-0.09.37/Makefile 20+++ b/Makefile
21@@ -344,7 +344,6 @@ OBJS += $(CONFIG_OBJS) 21@@ -348,7 +348,6 @@ endif
22 stress-ng: info $(OBJS) 22 stress-ng: $(OBJS)
23 @echo "LD $@" 23 @echo "LD $@"
24 @$(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -lc -o $@ 24 @$(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -o $@
25- @sync 25- @sync
26 26
27 .PHONY: info 27 makeconfig:
28 info: 28 @if [ ! -s config ]; then \
29--
302.17.0
31