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) -- 1.7.8.5 -- 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
