yuripv requested changes on this pull request.
> @@ -48,7 +48,7 @@ SRCDIR= ../common # There should be a mapfile here MAPFILES = -LIBS += $(LINTLIB) $(DYNLIB) +LIBS += $(DYNLIB) $(LINTLIB) How about changing this to just ```LIBS += $(LINTLIB)```? > @@ -61,6 +61,7 @@ CLEANFILES += $(EXTPICS) $(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) $(LINTLIB): ../common/zfs.h And simply removing this line? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/418#pullrequestreview-48199579 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/T3adedda59230e326-M600d7655fe5e251bb261265e Powered by Topicbox: https://topicbox.com
