Module Name:    src
Committed By:   christos
Date:           Sat Aug 23 16:08:42 UTC 2014

Modified Files:
        src/usr.bin/make/unit-tests: phony-end.exp posix1.exp

Log Message:
fix output based on new sources


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/phony-end.exp \
    src/usr.bin/make/unit-tests/posix1.exp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/unit-tests/phony-end.exp
diff -u src/usr.bin/make/unit-tests/phony-end.exp:1.1 src/usr.bin/make/unit-tests/phony-end.exp:1.2
--- src/usr.bin/make/unit-tests/phony-end.exp:1.1	Thu Aug 21 09:44:51 2014
+++ src/usr.bin/make/unit-tests/phony-end.exp	Sat Aug 23 12:08:42 2014
@@ -1,5 +1,5 @@
 .TARGET="phony" .PREFIX="phony" .IMPSRC=""
-.TARGET="all" .PREFIX="all" .IMPSRC=""
+.TARGET="all" .PREFIX="all" .IMPSRC="phony"
 .TARGET="ok" .PREFIX="ok" .IMPSRC=""
 .TARGET="also.ok" .PREFIX="also.ok" .IMPSRC=""
 .TARGET="bug" .PREFIX="bug" .IMPSRC=""
Index: src/usr.bin/make/unit-tests/posix1.exp
diff -u src/usr.bin/make/unit-tests/posix1.exp:1.1 src/usr.bin/make/unit-tests/posix1.exp:1.2
--- src/usr.bin/make/unit-tests/posix1.exp:1.1	Sat Aug 23 11:02:04 2014
+++ src/usr.bin/make/unit-tests/posix1.exp	Sat Aug 23 12:08:42 2014
@@ -182,4 +182,5 @@ cc -c -o 'obj3.o' 'obj3.c'
 ar -rcv 'lib.a' 'obj3.o'
 a - obj3.o
 rm -f 'obj3.o'
+ar -s 'lib.a'
 exit status 0

Reply via email to