Print this page
4027 remove CLOSED_BUILD

*** 153,163 **** # 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 --- 153,163 ---- # 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
*** 183,195 **** 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 --- 183,192 ----
*** 395,410 **** 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 += --- 392,401 ----
*** 457,467 **** # GENUNIX_KMODS += genunix # 'User' "Modules" excluded from the Full Kernel lint target: # - $(CLOSED_BUILD)CLOSED_NLMISC_KMODS += forthdebug # # Modules eXcluded from the product: # XMODS += --- 448,457 ----
*** 476,487 **** # 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 --- 466,475 ----