Hi, While trying to view the btrfs-check manpage today (using integration-20140429), I noticed that the current symlink overwrites the actual btrfs-check manpage, making an unusable, cyclic link:
$ man btrfs-check man: can't resolve /usr/share/man/man8/btrfs-check.8.gz: Too many levels of symbolic links No manual entry for btrfs-check I believe you forgot to add the file name of the symlink at the end of the line, e.g. $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir) should be $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz Cheers, WorMzy -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html