Print this page
1961 investigate stopping uniquifying CTF information
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
*** 78,97 ****
BINARY =
CLOBBERFILES += $(GENUNIX)
#
- # Non-patch genunix builds merge a version of the ip module called ipctf. This
- # is to ensure that the common network-related types are included in genunix and
- # can thus be uniquified out of other modules. We don't want to do this for
- # patch builds, since we can't guarantee that ip and genunix will be in the same
- # patch.
- #
- IPCTF_TARGET = $(IPCTF)
- $(PATCH_BUILD)IPCTF_TARGET =
-
- #
# lint pass one enforcement
#
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I$(SRC)/common
CPPFLAGS += -I$(SRC)/uts/common/fs/zfs
--- 78,87 ----
*** 153,169 ****
$(LIBGEN): $(GENUNIX) $(LIBSTUBS)
$(BUILD.SO) $(GENUNIX) $(LIBSTUBS)
! $(IPCTF_TARGET) ipctf_target: FRC
! @cd $(IPDRV_DIR); pwd; $(MAKE) ipctf.$(OBJS_DIR)
! @pwd
!
! $(GENUNIX): $(IPCTF_TARGET) $(OBJECTS)
$(LD) -r $(LDFLAGS) -o $@ $(OBJECTS)
! $(CTFMERGE_GENUNIX_MERGE)
$(POST_PROCESS)
$(OBJECTS): $(OBJS_DIR)
#
--- 143,155 ----
$(LIBGEN): $(GENUNIX) $(LIBSTUBS)
$(BUILD.SO) $(GENUNIX) $(LIBSTUBS)
! $(GENUNIX): $(OBJECTS)
$(LD) -r $(LDFLAGS) -o $@ $(OBJECTS)
! $(CTFMERGE_MODULE)
$(POST_PROCESS)
$(OBJECTS): $(OBJS_DIR)
#