Changeset 6163 for branches/stable_5.0

Show
Ignore:
Timestamp:
01/09/09 12:19:23 (3 years ago)
Author:
westram
Message:
Location:
branches/stable_5.0
Files:
2 modified
1 copied

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/Makefile

    r6142 r6163  
    391391                @echo '$(ARBHOME)/$@:1: has been generated.' 
    392392                @echo 'Please edit $@ to configure your system!' 
    393                 @echo '(not needed for linux systems - simply type "make all")' 
     393                @echo -------------------------------------------------------------------------------- 
     394                @false 
    394395else 
    395396                @echo '$(ARBHOME)/$<:1: is more recent than' 
    396397                @echo '$(ARBHOME)/$@:1:' 
    397398                @ls -al config.makefile* 
    398                 @echo "you may either:" 
    399                 @echo "- ignore it and touch $@" 
    400                 @echo "- merge difference between $@ and $< (recommended)" 
    401                 @echo "- remove $@, run make again and edit the freshly generated $@" 
    402 endif 
    403399                @echo -------------------------------------------------------------------------------- 
    404                 @false 
     400                @echo "Updating $@ (if this fails, check manually)" 
     401                SOURCE_TOOLS/update_config_makefile.pl 
     402                @echo "Sucessfully updated $@" 
     403                @echo -------------------------------------------------------------------------------- 
     404                @ls -al config.makefile* 
     405                @echo -------------------------------------------------------------------------------- 
     406                @echo "Diff to your old config.makefile:" 
     407                @echo -------------------------------------------------------------------------------- 
     408                diff $@.bak $@ 
     409                @echo -------------------------------------------------------------------------------- 
     410endif 
    405411 
    406412# check if everything is configured correctly 
  • branches/stable_5.0/config.makefile.template

    r5874 r6163  
    1616OPENGL := 1 
    1717 
    18 # 0 = use old PTSERVER 
     18# 0 = use old PTSERVER (recommended) 
    1919# 1 = use the new PTPan implementation as pt-server (Not tested very well, do NOT use!) 
    2020# 2 = compile both, use old (recommended for development only) 
    2121PTPAN := 0 
    2222 
    23 ARB_64 := 0# compile 64bit ARB version (still very buggy!) 
    24 #BUILDHOST_64 := 1# whether build host is 64bit (value defaults to ARB_64). Uncomment for Cross-Compile 
     23ARB_64 := 0# compile 64bit ARB version 
     24#BUILDHOST_64 := 1# whether build host is 64bit (value defaults to ARB_64). Needed for cross-compile 
    2525 
    2626# --------------------------------------------------------------------------------