Changes

From SME Server
Jump to navigationJump to search
Line 165: Line 165:  
   
 
   
 
  [chris@build-system sme9]$ make mockbuild
 
  [chris@build-system sme9]$ make mockbuild
{{Note box|msg=the rpm architecture is given by the .spec file, but if you want to bypass it you can specify which architecture you want
+
 
 +
{{Note box|msg=Mock will determine which configuration to use, but you can specify it if wanting to build for a different architecture for instance.
 
* IF 32 BITS SYSTEM:
 
* IF 32 BITS SYSTEM:
[chris@buildcos9 sme9]$ BUILDARCH=i386 make mockbuild
+
BUILDARCH=i386 make mockbuild
 
* IF 64 BITS SYSTEM:
 
* IF 64 BITS SYSTEM:
[chris@buildcos9 sme9]$ BUILDARCH=x86_64 make mockbuild}}
+
BUILDARCH=x86_64 make mockbuild}}
    
* Check built packages:
 
* Check built packages:

Navigation menu