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

Diff for /pegasus/rpm/RPMMakefile between version 1.1.2.4 and 1.1.2.6

version 1.1.2.4, 2007/05/25 17:45:27 version 1.1.2.6, 2008/02/20 02:35:54
Line 44 
Line 44 
 PLATFORM:=$(shell /bin/rpm --eval %_target_cpu) PLATFORM:=$(shell /bin/rpm --eval %_target_cpu)
 BRANCH:=$(PEGASUS_BUILD_BRANCH) BRANCH:=$(PEGASUS_BUILD_BRANCH)
 RPM:=rpm RPM:=rpm
   ifndef PEGASUS_RPM_BUILD_DEBUG
       RPMBUILD:=rpmbuild
   else
       RPMBUILD:=rpmbuild -vv
   endif
 RPMBUILD:=rpmbuild RPMBUILD:=rpmbuild
 RM:=rm RM:=rm
 MV:=mv MV:=mv
Line 226 
Line 231 
         $(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
         @$(HOME_DIR)/check_for_core         @$(HOME_DIR)/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


Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2