From 3ae5b240c2894cf674bbbfc546f0e7e242bd38b4 Mon Sep 17 00:00:00 2001 From: johnoel Date: Thu, 25 Feb 2021 07:40:06 -1000 Subject: [PATCH] Update build files to use tabs instead of spaces in target commands. --- tests/adnuts/Makefile | 14 +++++++------- tests/bessel/Makefile | 4 ++-- tests/dd2/Makefile | 14 +++++++------- tests/f1b2vc5/Makefile | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/tests/adnuts/Makefile b/tests/adnuts/Makefile index f80aa2324..67ce0b93c 100644 --- a/tests/adnuts/Makefile +++ b/tests/adnuts/Makefile @@ -17,12 +17,12 @@ output_psv.exe: output_psv.cpp $(CXX) /Feoutput_psv.exe output_psv.cpp get-outputs: _get-outputs - @if exist adaptation.csv type adaptation.csv - @if exist adapted_metric.txt type adapted_metric.txt - @if exist adnuts_psv.txt type adnuts_psv.txt - @if exist rwm_lp.txt type rwm_lp.txt - @if exist sims type sims - @if exist unbounded.csv type unbounded.csv + @if exist adaptation.csv type adaptation.csv + @if exist adapted_metric.txt type adapted_metric.txt + @if exist adnuts_psv.txt type adnuts_psv.txt + @if exist rwm_lp.txt type rwm_lp.txt + @if exist sims type sims + @if exist unbounded.csv type unbounded.csv clean: _clean @if exist adaptation.csv del /Q adaptation.csv @@ -35,4 +35,4 @@ clean: _clean @if exist output_psv.obj del /Q output_psv.obj @if exist rwm_lp.txt del /Q rwm_lp.txt @if exist sims del /Q sims - @if exist unbounded.csv del /Q unbounded.csv \ No newline at end of file + @if exist unbounded.csv del /Q unbounded.csv diff --git a/tests/bessel/Makefile b/tests/bessel/Makefile index 38c0f0058..cb27637ee 100644 --- a/tests/bessel/Makefile +++ b/tests/bessel/Makefile @@ -7,7 +7,7 @@ run: $(TARGET) $(TARGET) > outputs get-outputs: _get-outputs - @if exist outputs type outputs + @if exist outputs type outputs clean: _clean - @if exist outputs del /Q outputs 2>nul + @if exist outputs del /Q outputs 2>nul diff --git a/tests/dd2/Makefile b/tests/dd2/Makefile index c8a4fa0c6..2a71f439b 100644 --- a/tests/dd2/Makefile +++ b/tests/dd2/Makefile @@ -7,12 +7,12 @@ run: $(TARGET) $(TARGET) -imaxfn 0 -noinit > outputs get-outputs: _get-outputs - @if exist outputs type outputs + @if exist outputs type outputs clean: _clean - @if exist outputs del /Q outputs 2>nul - @if exist f1b2list1 del /Q f1b2list1 2>nul - @if exist f1b2list12 del /Q f1b2list12 2>nul - @if exist nf1b2list1 del /Q nf1b2list1 2>nul - @if exist nf1b2list12 del /Q nf1b2list12 2>nul - @if exist nf1b2list13 del /Q nf1b2list13 2>nul + @if exist outputs del /Q outputs 2>nul + @if exist f1b2list1 del /Q f1b2list1 2>nul + @if exist f1b2list12 del /Q f1b2list12 2>nul + @if exist nf1b2list1 del /Q nf1b2list1 2>nul + @if exist nf1b2list12 del /Q nf1b2list12 2>nul + @if exist nf1b2list13 del /Q nf1b2list13 2>nul diff --git a/tests/f1b2vc5/Makefile b/tests/f1b2vc5/Makefile index b40e879a5..467a24369 100644 --- a/tests/f1b2vc5/Makefile +++ b/tests/f1b2vc5/Makefile @@ -4,7 +4,7 @@ OVERRIDE=all !include <..\test-rules.nmake> run: $(TARGET) - $(TARGET) -nohess + $(TARGET) -nohess get-outputs: _get-outputs