From 20c15b385ec2b622d5335089bb8941cb207aa70f Mon Sep 17 00:00:00 2001 From: Baris Metin Date: Wed, 6 Apr 2011 17:49:19 -0400 Subject: [PATCH] remove modules from coblitz.mk --- coblitz.mk | 56 +----------------------------------------------------- 1 file changed, 1 insertion(+), 55 deletions(-) diff --git a/coblitz.mk b/coblitz.mk index 430eadf6..21dea9d4 100644 --- a/coblitz.mk +++ b/coblitz.mk @@ -117,14 +117,6 @@ nodeupdate-SPEC := NodeUpdate.spec ALL += nodeupdate IN_BOOTSTRAPFS += nodeupdate -# -# ipod -# -ipod-MODULES := PingOfDeath -ipod-SPEC := ipod.spec -ALL += ipod -IN_BOOTSTRAPFS += ipod - # # NodeManager # @@ -133,14 +125,6 @@ nodemanager-SPEC := NodeManager.spec ALL += nodemanager IN_BOOTSTRAPFS += nodemanager -# -# pl_sshd -# -sshd-MODULES := pl_sshd -sshd-SPEC := pl_sshd.spec -ALL += sshd -IN_BOOTSTRAPFS += sshd - # # codemux: Port 80 demux # @@ -256,14 +240,6 @@ plewww-SPEC := plewww.spec #ALL += plewww #IN_MYPLC += plewww -# -# www-register-wizard -# -www-register-wizard-MODULES := www-register-wizard -www-register-wizard-SPEC := www-register-wizard.spec -ALL += www-register-wizard -IN_MYPLC += www-register-wizard - # # pcucontrol # @@ -271,29 +247,6 @@ pcucontrol-MODULES := pcucontrol pcucontrol-SPEC := pcucontrol.spec ALL += pcucontrol -# -# monitor -# -monitor-MODULES := Monitor -monitor-SPEC := Monitor.spec -ALL += monitor -IN_BOOTSTRAPFS += monitor - -# -# PLC RT -# -plcrt-MODULES := PLCRT -plcrt-SPEC := plcrt.spec -#ALL += plcrt - -# -# zabbix -# -zabbix-MODULES := Monitor -zabbix-SPEC := zabbix.spec -zabbix-BUILD-FROM-SRPM := yes -#ALL += zabbix - # # pyopenssl # @@ -303,13 +256,6 @@ pyopenssl-BUILD-FROM-SRPM := yes ALL += pyopenssl -# -# sfa - Slice Facility Architecture -# -# sfa-MODULES := sfa -# sfa-SPEC := sfa.spec -# ALL += sfa - # # nodeconfig # @@ -408,7 +354,7 @@ ALL += myplc # myplc-docs only contains docs for PLCAPI and NMAPI, but # we still need to pull MyPLC, as it is where the specfile lies, # together with the utility script docbook2drupal.sh -myplc-docs-MODULES := myplc plcapi nodemanager Monitor +myplc-docs-MODULES := myplc plcapi nodemanager myplc-docs-SPEC := myplc-docs.spec ALL += myplc-docs -- 2.43.0