Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>

*** 154,164 **** # that the resulting module from rules in Makefile.uts is machine # independent. Only that the build rules are machine independent. # include $(UTSBASE)/Makefile.uts ! # These come after Makefile.uts (for CLOSED_BUILD). IMPLEMENTATIONS = tazmo IMPLEMENTATIONS += starfire IMPLEMENTATIONS += javelin IMPLEMENTATIONS += darwin IMPLEMENTATIONS += quasar --- 154,164 ---- # that the resulting module from rules in Makefile.uts is machine # independent. Only that the build rules are machine independent. # include $(UTSBASE)/Makefile.uts ! # These come after Makefile.uts. IMPLEMENTATIONS = tazmo IMPLEMENTATIONS += starfire IMPLEMENTATIONS += javelin IMPLEMENTATIONS += darwin IMPLEMENTATIONS += quasar
*** 184,196 **** IMPLEMENTATIONS += lw8 IMPLEMENTATIONS += makaha IMPLEMENTATIONS += opl IMPLEMENTATIONS += lw2plus - $(CLOSED_BUILD)CLOSED_IMPLEMENTATIONS = chalupa - $(CLOSED_BUILD)CLOSED_IMPLEMENTATIONS += ents - # # machine specific optimization, override default in Makefile.master # CC_XARCH = -m64 -xarch=sparcvis AS_XARCH = -xarch=v9a --- 184,193 ----
*** 396,411 **** DRV_KMODS += sf DRV_KMODS += nxge DRV_KMODS += i2bsc DRV_KMODS += mem_cache - $(CLOSED_BUILD)CLOSED_DRV_KMODS += ctsmc - $(CLOSED_BUILD)CLOSED_DRV_KMODS += m1535ppm - $(CLOSED_BUILD)CLOSED_DRV_KMODS += memtest - $(CLOSED_BUILD)CLOSED_DRV_KMODS += mi2cv - $(CLOSED_BUILD)CLOSED_DRV_KMODS += smbus_ara - # # Exec Class Modules (/kernel/exec): # EXEC_KMODS += --- 393,402 ----
*** 458,468 **** # GENUNIX_KMODS += genunix # 'User' "Modules" excluded from the Full Kernel lint target: # - $(CLOSED_BUILD)CLOSED_NLMISC_KMODS += forthdebug # # Modules eXcluded from the product: # XMODS += --- 449,458 ----
*** 477,488 **** # TOD_KMODS += todds1287 todds1337 todmostek todstarfire TOD_KMODS += todm5819 todblade todbq4802 todsg todopl TOD_KMODS += todm5819p_rmc todstarcat - $(CLOSED_BUILD)CLOSED_TOD_KMODS += todm5823 - # # Performance Counter BackEnd Modules (/usr/kernel/pcbe): # PCBE_KMODS += us234_pcbe PCBE_KMODS += opl_pcbe --- 467,476 ----