source: projects/specs/trunk/c/cmmi/cmmi-0.5.2_conf.patch @ 8091

Revision 8091, 2.3 KB checked in by iwaim, 10 years ago (diff)

cmmi 0.5.2-2

  • dot.cmmirc.en

    diff -uNr cmmi-0.5.2.orig/dot.cmmirc.en cmmi-0.5.2/dot.cmmirc.en
    old new  
    3636# 
    3737# This example supports both Debian system and cygwin system. 
    3838# 
    39 if( $ENV{OSTYPE} =~ /linux/ ) { 
    40     # Package type 
    41     $PACKAGE_TYPE= "D"; 
    42  
    43     # The directory to pool generated packages 
    44     $PACKAGE_DIR = "/home/kiyoka/public_html/debian"; 
    45 } 
    46 else { 
    47     # Package type 
    48     $PACKAGE_TYPE= "C"; 
    49      
    50     # The directory to pool generated packages 
    51     $PACKAGE_DIR = "/home/kiyoka/park/cygwin"; 
    52  
    53     # installation target directory 
    54     $TARGET_PREFIX = "/opt/local"; 
    55 } 
     39#if( $ENV{OSTYPE} =~ /linux/ ) { 
     40#    # Package type 
     41#    $PACKAGE_TYPE= "D"; 
     42# 
     43#    # The directory to pool generated packages 
     44#    $PACKAGE_DIR = "/home/kiyoka/public_html/debian"; 
     45#} 
     46#else { 
     47#    # Package type 
     48#    $PACKAGE_TYPE= "C"; 
     49#     
     50#    # The directory to pool generated packages 
     51#    $PACKAGE_DIR = "/home/kiyoka/park/cygwin"; 
     52# 
     53#    # installation target directory 
     54#    $TARGET_PREFIX = "/opt/local"; 
     55#} 
    5656 
    5757# 
    5858# --- Verbose mode ( for debug ) 
  • dot.cmmirc.ja

    diff -uNr cmmi-0.5.2.orig/dot.cmmirc.ja cmmi-0.5.2/dot.cmmirc.ja
    old new  
    4141# ¼¡¤ÎÎã¤Ç¤Ï¡¢.cmmirc ¤ò Debian system ¤È cygwin¥·¥¹¥Æ¥à¤Ç 
    4242# ¶¦Í­¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ 
    4343# 
    44 if( $ENV{OSTYPE} =~ /linux/ ) { 
    45     # Package type 
    46     $PACKAGE_TYPE= "D"; 
    47  
    48     # The directory to pool generated packages 
    49     $PACKAGE_DIR = "/home/kiyoka/public_html/debian"; 
    50 } 
    51 else { 
    52     # Package type 
    53     $PACKAGE_TYPE= "C"; 
    54      
    55     # The directory to pool generated packages 
    56     $PACKAGE_DIR = "/home/kiyoka/park/cygwin"; 
    57  
    58     # installation target directory 
    59     $TARGET_PREFIX = "/opt/local"; 
    60 } 
     44#if( $ENV{OSTYPE} =~ /linux/ ) { 
     45#    # Package type 
     46#    $PACKAGE_TYPE= "D"; 
     47# 
     48#    # The directory to pool generated packages 
     49#    $PACKAGE_DIR = "/home/kiyoka/public_html/debian"; 
     50#} 
     51#else { 
     52#    # Package type 
     53#    $PACKAGE_TYPE= "C"; 
     54#     
     55#    # The directory to pool generated packages 
     56#    $PACKAGE_DIR = "/home/kiyoka/park/cygwin"; 
     57# 
     58#    # installation target directory 
     59#    $TARGET_PREFIX = "/opt/local"; 
     60#} 
    6161 
    6262# 
    6363# --- ¥Ð¡¼¥Ü¡¼¥º¥â¡¼¥É 
Note: See TracBrowser for help on using the repository browser.