Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make/unit-tests fix output based on new sources
details: https://anonhg.NetBSD.org/src/rev/92a552ef0e91
branches: trunk
changeset: 801910:92a552ef0e91
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 23 16:08:42 2014 +0000
description:
fix output based on new sources
diffstat:
usr.bin/make/unit-tests/phony-end.exp | 2 +-
usr.bin/make/unit-tests/posix1.exp | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ac2782e34dbe -r 92a552ef0e91 usr.bin/make/unit-tests/phony-end.exp
--- a/usr.bin/make/unit-tests/phony-end.exp Sat Aug 23 16:02:54 2014 +0000
+++ b/usr.bin/make/unit-tests/phony-end.exp Sat Aug 23 16:08:42 2014 +0000
@@ -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=""
diff -r ac2782e34dbe -r 92a552ef0e91 usr.bin/make/unit-tests/posix1.exp
--- a/usr.bin/make/unit-tests/posix1.exp Sat Aug 23 16:02:54 2014 +0000
+++ b/usr.bin/make/unit-tests/posix1.exp Sat Aug 23 16:08:42 2014 +0000
@@ -182,4 +182,5 @@
ar -rcv 'lib.a' 'obj3.o'
a - obj3.o
rm -f 'obj3.o'
+ar -s 'lib.a'
exit status 0
Home |
Main Index |
Thread Index |
Old Index