(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus_unsupported / wsm

Diff for /pegasus_unsupported/wsm/Makefile between version 1.1 and 1.2

version 1.1, 2007/05/30 19:34:20 version 1.2, 2007/07/13 00:14:50
Line 125 
Line 125 
  
 assoc: assoc:
         wsmassoc -n $(NAMESPACE) $(WSMADDR) President num=1         wsmassoc -n $(NAMESPACE) $(WSMADDR) President num=1
         wsmassoc -n $(NAMESPACE) $(WSMADDR) -A President num=1          wsmassoc -n $(NAMESPACE) $(WSMADDR) -R President num=1
  
 register: register:
         $(MAKE) -C mof install NAMESPACE=$(NAMESPACE)         $(MAKE) -C mof install NAMESPACE=$(NAMESPACE)
Line 148 
Line 148 
 # cimcli # cimcli
 CLICMD=cimcli CLICMD=cimcli
  
 cli:  cli: cli1 cli2 cli3
   
   cli1:
   
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) ei President -count 6         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) ei President -count 6
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) ni President -count 6         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) ni President -count 6
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) ei PresidentLink -count 6         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) ei PresidentLink -count 6
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) ni PresidentLink -count 6         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) ni PresidentLink -count 6
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) ei CIM_ManagedElement         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) ei CIM_ManagedElement
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) ni CIM_ManagedElement         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) ni CIM_ManagedElement
   
   cli2:
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) an President.num=1 -count 3         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) an President.num=1 -count 3
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) an President.num=1 -rc President -count 2         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) an President.num=1 -rc President -count 2
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) an President.num=1 -ac successionlink -count 1         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) an President.num=1 -ac successionlink -count 1
Line 163 
Line 168 
         $(CLICMD) -n $(CROSSNAMESPACE) $(PEGWSMADDR) an VicePresident.num=2000 -count 1         $(CLICMD) -n $(CROSSNAMESPACE) $(PEGWSMADDR) an VicePresident.num=2000 -count 1
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) an President.num=1 -ac successionlink -count 1         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) an President.num=1 -ac successionlink -count 1
  
   cli3:
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) a President.num=1 -count 3         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) a President.num=1 -count 3
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) a President.num=1 -rc President -count 2         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) a President.num=1 -rc President -count 2
         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) a President.num=1 -ac successionlink -count 1         $(CLICMD) -n $(NAMESPACE) $(PEGWSMADDR) a President.num=1 -ac successionlink -count 1
Line 230 
Line 236 
         rm -rf /tmp/$(DISTROOT)         rm -rf /tmp/$(DISTROOT)
         cp -r . /tmp/$(DISTROOT)         cp -r . /tmp/$(DISTROOT)
         rm -rf `find /tmp/$(DISTROOT) -name CVS`         rm -rf `find /tmp/$(DISTROOT) -name CVS`
         ## Remove the HP private directories  
         ##rm -rf $(DISTROOT)/wsm/src/wsm/cimservice  
         echo "Creating /tmp/$(TARDIST)..."         echo "Creating /tmp/$(TARDIST)..."
         ( cd /tmp ; tar zcf $(TARDIST) $(DISTROOT) )         ( cd /tmp ; tar zcf $(TARDIST) $(DISTROOT) )
         echo "Creating /tmp/$(ZIPDIST)..."         echo "Creating /tmp/$(ZIPDIST)..."


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2