termcap: Remove.
It was removed from the build in the last commit.
This commit is contained in:
parent
87bdb69ccf
commit
b6a6890f4c
@ -1,15 +0,0 @@
|
||||
SubDir HAIKU_TOP src libs termcap ;
|
||||
|
||||
# Build the /etc/termcap file. It's already ready to use, but we filter out the
|
||||
# comments.
|
||||
|
||||
actions BuildTermcap {
|
||||
grep -v '^#' $(2) > $(1)
|
||||
}
|
||||
|
||||
local termcap = <etc>termcap ;
|
||||
MakeLocateCommonPlatform $(termcap) ;
|
||||
local termcapSource = [ FGristFiles termcap.src ] ;
|
||||
SEARCH on $(termcapSource) = $(SUBDIR) ;
|
||||
Depends $(termcap) : $(termcapSource) ;
|
||||
BuildTermcap $(termcap) : $(termcapSource) ;
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user