[Bug 219819] "make clean all" is broken

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 6 09:20:50 UTC 2017


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: freebsd-bugs at FreeBSD.org
          Reporter: trasz at FreeBSD.org

Doing "make clean all" in individual subdirectories is broken on 12-CURRENT: it
doesn't run the "all".  For example:

[trasz at brick:~/svn/head]% cd usr.sbin/iscsid
[trasz at 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.


More information about the freebsd-bugs mailing list