(file) Return to RPMMakefile CVS log (file) (dir) Up to [Pegasus] / pegasus / rpm

Diff for /pegasus/rpm/RPMMakefile between version 1.5 and 1.7

version 1.5, 2007/09/12 20:23:46 version 1.7, 2008/10/16 17:59:48
Line 211 
Line 211 
         $(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile         $(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile
         $(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile setupSDK         $(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile setupSDK
         $(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile testSDK         $(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile testSDK
           $(MAKE) --directory=$(PEGASUS_SAMPLES_DIR) -f Makefile unsetupSDK
         @check_for_core         @check_for_core
  
         # Install the test RPM after running SDK tests. This is because         # Install the test RPM after running SDK tests. This is because
Line 233 
Line 234 
         -$(RPM) -e $(filter tog-pegasus-devel%,$(TOG_INSTALLED_RPMS))         -$(RPM) -e $(filter tog-pegasus-devel%,$(TOG_INSTALLED_RPMS))
         -$(RPM) -e $(filter tog-pegasus-2%,$(TOG_INSTALLED_RPMS))         -$(RPM) -e $(filter tog-pegasus-2%,$(TOG_INSTALLED_RPMS))
         -$(RM) -Rf tog-pegasus-$(PEGASUS_PRODUCT_VERSION).old         -$(RM) -Rf tog-pegasus-$(PEGASUS_PRODUCT_VERSION).old
         -$(MV) tog-pegasus-$(PEGASUS_PRODUCT_VERSION) tog-pegasus-$(PEGASUS_PRODUCT_VERSION).old          @if test -d tog-pegasus-$(PEGASUS_RPM_VERSION); then \
           $(MV) tog-pegasus-$(PEGASUS_PRODUCT_VERSION) tog-pegasus-$(PEGASUS_PRODUCT_VERSION).old; \
           fi
  
 buildRPM: cleanRPM createSRCRPM createBINRPM buildRPM: cleanRPM createSRCRPM createBINRPM
  


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2