[Btrfs-devel] Makefile correction

Joel Becker Joel.Becker at oracle.com
Thu Jul 12 08:04:02 PDT 2007


On Thu, Jul 12, 2007 at 09:32:01AM +0200, Adrian von Bidder wrote:
> My makefile correction a little expanded to include more files:
> 
> --- upstream/Makefile   2007-07-11 23:05:11.000000000 +0200
> +++ trunk/Makefile      2007-07-12 09:29:31.000000000 +0200
> @@ -18,5 +18,5 @@
>  all::
>         $(MAKE) -C $(KERNELDIR) M=`pwd` modules
>  clean::
> -       rm *.o btrfs.ko
> +       rm -rf *.o .*.o.cmd .tmp.versions Module.symvers btrfs.ko
>  endif

 clean::
- 	rm *.o btrfs.ko
+ 	$(MAKE) -C $(KERNELDIR) M=`pwd` clean

Joel

> 
> 
> (courtesy to Kel Modderman)
> 
> cheers
> -- vbi
> 
> -- 
> Fidelity, n.:
> 	A virtue peculiar to those who are about to be betrayed.



> _______________________________________________
> Btrfs-devel mailing list
> Btrfs-devel at oss.oracle.com
> http://oss.oracle.com/mailman/listinfo/btrfs-devel


-- 

 Joel's First Law:

	Nature abhors a GUI.

Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127



More information about the Btrfs-devel mailing list