vfs: check userland buffers before reading them.
[haiku.git] / src / libs / termcap / Jamfile
blob4f3f7fea617d411191887f0e437616624a2706be
1 SubDir HAIKU_TOP src libs termcap ;
3 # Build the /etc/termcap file. It's already ready to use, but we filter out the
4 # comments.
6 actions BuildTermcap {
7         grep -v '^#' $(2) > $(1)
10 local termcap = <etc>termcap ;
11 MakeLocateCommonPlatform $(termcap) ;
12 local termcapSource = [ FGristFiles termcap.src ] ;
13 SEARCH on $(termcapSource) = $(SUBDIR) ;
14 Depends $(termcap) : $(termcapSource) ;
15 BuildTermcap $(termcap) : $(termcapSource) ;