Re: [btrfs-progs: PATCH 2/2] Makefile: use $(MAKE) instead of hardcoded 'make'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday 02 of April 2012 17:10:02 Sergei Trofimovich wrote:
> From: Sergei Trofimovich <slyfox@xxxxxxxxxx>
> 
> CC: Chris Mason <chris.mason@xxxxxxxxxx>
> Signed-off-by: Sergei Trofimovich <slyfox@xxxxxxxxxx>
> ---
>  Makefile |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index ebfd5c8..9694444 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -101,15 +101,15 @@ ioctl-test: $(objects) ioctl-test.o
>  	$(CC) $(CFLAGS) -o ioctl-test $(objects) ioctl-test.o $(LDFLAGS) $(LIBS)
>  
>  manpages:
> -	cd man; make
> +	cd man; $(MAKE)
>  
>  install-man:
> -	cd man; make install
> +	cd man; $(MAKE) install
>  
>  clean :
>  	rm -f $(progs) cscope.out *.o .*.d btrfs-convert btrfs-image btrfs-select-super \
>  	      btrfs-zero-log btrfstune dir-test ioctl-test quick-test version.h
> -	cd man; make clean
> +	cd man; $(MAKE) clean
>  
>  install: $(progs) install-man
>  	$(INSTALL) -m755 -d $(DESTDIR)$(bindir)
> -- 

Resonable.

Reviewed-by: Sergey V. <sftp.mtuci@xxxxxxxxx>

for both patches.

Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux