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:
@@ -285,10 +285,10 @@ SEARCH on $(svgFiles)
|
|||||||
= [ FDirName $(HAIKU_TOP) src tests kits interface picture ] ;
|
= [ FDirName $(HAIKU_TOP) src tests kits interface picture ] ;
|
||||||
AddFilesToHaikuImage beos etc artwork : $(svgFiles) ;
|
AddFilesToHaikuImage beos etc artwork : $(svgFiles) ;
|
||||||
|
|
||||||
# TODO: Use data/etc/termcap or src/libs/termcap.src?
|
local etcFiles = inputrc profile teapot.data ;
|
||||||
local etcFiles = inputrc profile termcap teapot.data ;
|
|
||||||
etcFiles = $(etcFiles:G=etc) ;
|
etcFiles = $(etcFiles:G=etc) ;
|
||||||
SEARCH on $(etcFiles) = [ FDirName $(HAIKU_TOP) data etc ] ;
|
SEARCH on $(etcFiles) = [ FDirName $(HAIKU_TOP) data etc ] ;
|
||||||
|
etcFiles += <etc>termcap ;
|
||||||
AddFilesToHaikuImage beos etc : $(etcFiles) ;
|
AddFilesToHaikuImage beos etc : $(etcFiles) ;
|
||||||
|
|
||||||
local fortuneFiles = Art Computers Education Food Fortunes Goedel Haiku
|
local fortuneFiles = Art Computers Education Food Fortunes Goedel Haiku
|
||||||
|
|||||||
-9998
File diff suppressed because it is too large
Load Diff
@@ -10,3 +10,17 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
|
|||||||
StaticLibrary libtermcap.a :
|
StaticLibrary libtermcap.a :
|
||||||
termcap.c tparam.c version.c
|
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) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user