NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/39217 (make cleandir leaves files in src/lib/libc)



Synopsis: make cleandir leaves files in src/lib/libc

Responsible-Changed-From-To: lib-bug-people->lukem
Responsible-Changed-By: lukem%NetBSD.org@localhost
Responsible-Changed-When: Mon, 04 Aug 2008 00:55:39 +0000
Responsible-Changed-Why:
I fixed it


State-Changed-From-To: open->closed
State-Changed-By: lukem%NetBSD.org@localhost
State-Changed-When: Mon, 04 Aug 2008 00:55:39 +0000
State-Changed-Why:
I have changed the name of the temporary .S files to have a "tmp_" prefix,
so that the ".if exists(foo.S)" test won't match after the file exists
in the .OBJDIR.
"make cleandir" removes these temporary files now, and the objdir should
be empty after that operation.
Tested with build.sh on i386 (read-only source, separate objdir), as well
as "make" in the source tree (read-write source, no objdir)





Home | Main Index | Thread Index | Old Index