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@lists.freedesktop.org ReportedBy: b.bel...@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. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev