external modules make clean doesn't do much

From: Duncan Sands (baldrick_at_free.fr)
Date: 08/31/04

  • Next message: Alan Cox: "Re: silent semantic changes with reiser4"
    To: linux-kernel@vger.kernel.org
    Date:	Tue, 31 Aug 2004 13:47:52 +0200
    
    

    make clean for an external module only seems to clean
    .tmp_versions:

    $ make clean
    make -C /lib/modules/2.6.9-rc1/build M=`pwd` clean
    make[1]: Entering directory `/home/duncan/Linux/linux-2.5'
      CLEAN /home/duncan/SpeedTouch/.tmp_versions
    make[1]: Leaving directory `/home/duncan/Linux/linux-2.5'
    $

    This leaves all the .o etc files which doesn't sound right...

    All the best,

    Duncan.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Alan Cox: "Re: silent semantic changes with reiser4"

    Relevant Pages