ref: c56a7fd3e9ff59442c90189030421c2c0a3aad20
parent: 077e62c8ac33c434e76cb6594b38e4a60db15998
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Feb 22 02:48:49 EST 2018
[tests/ar] Remove SCCPREFIX from the Makefile These tests only execute ar which doesn't need SCCPREFIX.
--- a/tests/ar/execute/Makefile
+++ b/tests/ar/execute/Makefile
@@ -6,9 +6,9 @@
all: tests
tests:
- SCCPREFIX=$(ROOTDIR) PATH=$(ROOTDIR)/bin:$$PATH ./chktest.sh
+ PATH=$(ROOTDIR)/bin:$$PATH ./chktest.sh
-clean :
+clean:
rm -f *.a test.log
rm -f file*
rm -f *.dst