[Prism54-devel] [Bug 105] New: Bug in Makefile -- Prism54-USB

bugzilla-daemon at mcgrof.com bugzilla-daemon at mcgrof.com
Tue Aug 10 00:22:54 UTC 2004


http://prism54.org/cgi-bin/bugzilla/show_bug.cgi?id=105

           Summary: Bug in Makefile -- Prism54-USB
           Product: prim54
           Version: 1.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Device Driver
        AssignedTo: prism54-devel at prism54.org
        ReportedBy: zvezda at utulsa.edu


Line 22 of makefile under section "clean":

rm -f *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_*

needs to be

rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_*

otherwise it errors on a 'make clean' due the presence of a directory.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Prism54-devel mailing list