summaryrefslogtreecommitdiffstats
path: root/bin/ed/test/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-07-23 18:14:06 +0000
committerphk <phk@FreeBSD.org>1994-07-23 18:14:06 +0000
commit9941d391f3cc281a9d3ab22bc6b8ae8ae0d2d29c (patch)
tree6f22ac4b2e115d23cbd6820dfa8ccff24e60b8ff /bin/ed/test/Makefile
parente636e927e82c31fd05df267b4c72fe11abb3f66b (diff)
downloadFreeBSD-src-9941d391f3cc281a9d3ab22bc6b8ae8ae0d2d29c.zip
FreeBSD-src-9941d391f3cc281a9d3ab22bc6b8ae8ae0d2d29c.tar.gz
Submitted by: phk
Got rid of a couple of binary files by uuencoding. 49 more to go. BTW: ed(1) seems to have an exit(2) problem, 5 tests fail.
Diffstat (limited to 'bin/ed/test/Makefile')
-rw-r--r--bin/ed/test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile
index 84166c1..9bf8e58 100644
--- a/bin/ed/test/Makefile
+++ b/bin/ed/test/Makefile
@@ -11,6 +11,8 @@ check: build test
build: mkscripts.sh
@if [ -f errs.o ]; then :; else \
+ uudecode < ascii.d.uu ; \
+ uudecode < ascii.r.uu ; \
echo "building test scripts for $(ED) ..."; \
$(SHELL) mkscripts.sh $(ED); \
fi
@@ -20,4 +22,4 @@ test: build ckscripts.sh
@$(SHELL) ckscripts.sh $(ED)
clean:
- rm -f *.ed *.red *.[oz] *~
+ rm -f *.ed *.red *.[oz] *~ ascii.d ascii.r
OpenPOWER on IntegriCloud