Changeset 28751
- Timestamp:
- 11/29/08 16:22:46 (6 weeks ago)
- Files:
-
- 1 modified
-
haiku/trunk/src/bin/findutils/locate/Jamfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
haiku/trunk/src/bin/findutils/locate/Jamfile
r28750 r28751 40 40 sed \ 41 41 -e "s,@bindir@,/bin," \ 42 -e "s,@libexecdir@,/ etc/libexec/locate," \42 -e "s,@libexecdir@,/bin," \ 43 43 -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," \ 45 45 -e "s,@find@,find," \ 46 46 -e "s,@frcode@,frcode," \ 47 47 -e "s,@bigram@,bigram," \ 48 48 -e "s,@code@,code," \ 49 -e "s,@SORT@,/bin/sort," \ 50 -e "s,@SORT_SUPPORTS_Z@,true," \ 49 51 $(2[1]) > $(1) ; 50 52 } 51 53 52 MkUpdateDb updatedbgen : updatedb.sh [ FGristFiles version.c ];54 MkUpdateDb updatedbgen : updatedb.sh ; 53 55 MakeLocatePlatform <bin>updatedb ; 54 56 Shell <bin>updatedb : updatedbgen ; 55 57 56 SEARCH on [ FGristFiles version.c ] = [ FDirName $(SUBDIR) $(DOTDOT) find ] ;
