[LTP] [PATCH 2/2 v2] open_posix_testsuite/Makefile: Use tabs instead of spaces
Xie Ziyao
xieziyao@huawei.com
Thu May 13 08:23:41 CEST 2021
Replace spaces with tabs for open_posix_testsuite/Makefile.
Signed-off-by: Xie Ziyao <xieziyao@huawei.com>
---
testcases/open_posix_testsuite/Makefile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/testcases/open_posix_testsuite/Makefile b/testcases/open_posix_testsuite/Makefile
index d655ebbd4..205ecdc00 100644
--- a/testcases/open_posix_testsuite/Makefile
+++ b/testcases/open_posix_testsuite/Makefile
@@ -38,7 +38,7 @@ endif
clean: $(CRITICAL_MAKEFILE)
@rm -f $(LOGFILE)*
@for dir in $(SUBDIRS) tools; do \
- $(MAKE) -C $$dir clean >/dev/null; \
+ $(MAKE) -C $$dir clean >/dev/null; \
done
distclean: distclean-makefiles
@@ -51,7 +51,7 @@ distclean-makefiles:
generate-makefiles: distclean-makefiles
@env top_srcdir=$(top_srcdir) \
- $(top_srcdir)/scripts/generate-makefiles.sh
+ $(top_srcdir)/scripts/generate-makefiles.sh
install: bin-install conformance-install functional-install stress-install
@@ -99,8 +99,8 @@ tools-all:
@$(MAKE) -C tools all
$(CRITICAL_MAKEFILE): \
- $(top_srcdir)/scripts/generate-makefiles.sh \
- $(top_srcdir)/CFLAGS \
- $(top_srcdir)/LDFLAGS \
- $(top_srcdir)/LDLIBS
+ $(top_srcdir)/scripts/generate-makefiles.sh \
+ $(top_srcdir)/CFLAGS \
+ $(top_srcdir)/LDFLAGS \
+ $(top_srcdir)/LDLIBS
@$(MAKE) generate-makefiles
--
2.17.1
More information about the ltp
mailing list