[Mesa-dev] [Bug 54162] New: "make clean" leaves some .o files
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Aug 28 09:57:17 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=54162
Bug #: 54162
Summary: "make clean" leaves some .o files
Classification: Unclassified
Product: Mesa
Version: git
Platform: All
OS/Version: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: Other
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: b.bellec at gmail.com
I used to compile r600g, like this for instance:
$ ./autogen.sh --with-gallium-drivers=r600 --with-dri-drivers= --enable-32-bit
CFLAGS="-O2 -m32" CXXFLAGS="-O2 -m32" --libdir=/usr/lib
When I perform a "make clean", there is still .o some files:
$ find -name *.o
./src/mesa/drivers/dri/common/utils.o
./src/mesa/drivers/dri/common/dri_test.o
./src/mesa/drivers/dri/common/xmlconfig.o
./src/mesa/drivers/dri/common/dri_util.o
I delete them with:
$ find -name *.o -delete
but they should be deleted automatically by the make clean, no?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list