https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219819
Bug ID: 219819
Summary: "make clean all" is broken
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Doing "make clean all" in individual subdirectories is broken on 12-CURRENT: it
doesn't run the "all". For example:
[trasz@brick:~/svn/head]% cd usr.sbin/iscsid
[trasz@brick:~/svn/head/usr.sbin/iscsid]% make clean all install
rm -f iscsid iscsid.bc iscsid.ll iscsid.full iscsid.full.bc iscsid.debug
iscsid.full.ll chap.o discovery.o iscsid.o keys.o log.o login.o pdu.o chap.bco
discovery.bco iscsid.bco keys.bco log.bco login.bco pdu.bco chap.llo
discovery.llo iscsid.llo keys.llo log.llo login.llo pdu.llo iscsid.8.gz
iscsid.8.cat.gz
install -s -o root -g wheel -m 555 iscsid /usr/sbin/iscsid
install: iscsid: No such file or directory
*** Error code 71
Stop.
make: stopped in /usr/home/trasz/svn/head/usr.sbin/iscsid
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"