Changeset 28751

Show
Ignore:
Timestamp:
11/29/08 16:22:46 (6 weeks ago)
Author:
korli
Message:

updatedb build changed a bit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • haiku/trunk/src/bin/findutils/locate/Jamfile

    r28750 r28751  
    4040        sed \ 
    4141        -e "s,@bindir@,/bin," \ 
    42         -e "s,@libexecdir@,/etc/libexec/locate," \ 
     42        -e "s,@libexecdir@,/bin," \ 
    4343        -e "s,@LOCATE_DB@,/var/locatedb," \ 
    44         -e "s,@version@,`sed -e '/version_string/!d' -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q $(2[2])`," \ 
     44        -e "s,@VERSION@,4.2.33," \ 
    4545        -e "s,@find@,find," \ 
    4646        -e "s,@frcode@,frcode," \ 
    4747        -e "s,@bigram@,bigram," \ 
    4848        -e "s,@code@,code," \ 
     49        -e "s,@SORT@,/bin/sort," \ 
     50        -e "s,@SORT_SUPPORTS_Z@,true," \ 
    4951         $(2[1]) > $(1) ; 
    5052} 
    5153 
    52 MkUpdateDb updatedbgen : updatedb.sh [ FGristFiles version.c ] ; 
     54MkUpdateDb updatedbgen : updatedb.sh ; 
    5355MakeLocatePlatform <bin>updatedb ; 
    5456Shell <bin>updatedb : updatedbgen ; 
    5557 
    56 SEARCH on [ FGristFiles version.c ] = [ FDirName $(SUBDIR) $(DOTDOT) find ] ;