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/30885457bebb
branches:  trunk
changeset: 331768:30885457bebb
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 1fb0b68ac077 -r 30885457bebb 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 1fb0b68ac077 -r 30885457bebb 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