Removed data/etc/termcap. We use termcap.src from src/libs/termcap/
instead. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25979 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6ae6d56c27
commit
079eccf655
@ -285,10 +285,10 @@ SEARCH on $(svgFiles)
|
||||
= [ FDirName $(HAIKU_TOP) src tests kits interface picture ] ;
|
||||
AddFilesToHaikuImage beos etc artwork : $(svgFiles) ;
|
||||
|
||||
# TODO: Use data/etc/termcap or src/libs/termcap.src?
|
||||
local etcFiles = inputrc profile termcap teapot.data ;
|
||||
local etcFiles = inputrc profile teapot.data ;
|
||||
etcFiles = $(etcFiles:G=etc) ;
|
||||
SEARCH on $(etcFiles) = [ FDirName $(HAIKU_TOP) data etc ] ;
|
||||
etcFiles += <etc>termcap ;
|
||||
AddFilesToHaikuImage beos etc : $(etcFiles) ;
|
||||
|
||||
local fortuneFiles = Art Computers Education Food Fortunes Goedel Haiku
|
||||
|
9998
data/etc/termcap
9998
data/etc/termcap
File diff suppressed because it is too large
Load Diff
@ -10,3 +10,17 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
StaticLibrary libtermcap.a :
|
||||
termcap.c tparam.c version.c
|
||||
;
|
||||
|
||||
# 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) ;
|
||||
|
Loading…
Reference in New Issue
Block a user