termcap: Remove.
It was removed from the build in the last commit.
This commit is contained in:
@@ -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
Reference in New Issue
Block a user