Remove bash completion from the image for now, since as currently implemented it breaks the build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42277 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+11
-11
@@ -433,7 +433,7 @@ SEARCH on $(spellFiles)
|
|||||||
AddFilesToHaikuImage system data spell_check word_dictionary : $(spellFiles) ;
|
AddFilesToHaikuImage system data spell_check word_dictionary : $(spellFiles) ;
|
||||||
|
|
||||||
local etcDir = [ FDirName $(HAIKU_TOP) data etc ] ;
|
local etcDir = [ FDirName $(HAIKU_TOP) data etc ] ;
|
||||||
local etcFiles = inputrc profile bash_completion ;
|
local etcFiles = inputrc profile ;
|
||||||
etcFiles = $(etcFiles:G=etc) ;
|
etcFiles = $(etcFiles:G=etc) ;
|
||||||
SEARCH on $(etcFiles) = [ FDirName $(etcDir) ] ;
|
SEARCH on $(etcFiles) = [ FDirName $(etcDir) ] ;
|
||||||
etcFiles += <etc>termcap <etc>sysless <etc>sysless.in ;
|
etcFiles += <etc>termcap <etc>sysless <etc>sysless.in ;
|
||||||
@@ -444,16 +444,16 @@ profileFiles = $(profileFiles:G=profile-d) ;
|
|||||||
AddDirectoryToHaikuImage common etc profile.d ;
|
AddDirectoryToHaikuImage common etc profile.d ;
|
||||||
AddFilesToHaikuImage common etc profile.d : $(profileFiles) ;
|
AddFilesToHaikuImage common etc profile.d : $(profileFiles) ;
|
||||||
|
|
||||||
local bashCompletionFiles = [ Glob $(etcDir)/bash_completion.d : * ] ;
|
#local bashCompletionFiles = [ Glob $(etcDir)/bash_completion.d : * ] ;
|
||||||
local bashCompletionHelperFiles
|
#local bashCompletionHelperFiles
|
||||||
= [ Glob $(etcDir)/bash_completion.d/helpers : * ] ;
|
# = [ Glob $(etcDir)/bash_completion.d/helpers : * ] ;
|
||||||
bashCompletionFiles = $(bashCompletionFiles:G=bash-completion) ;
|
#bashCompletionFiles = $(bashCompletionFiles:G=bash-completion) ;
|
||||||
bashCompletionHelperFiles = $(bashCompletionHelperFiles:G=bash-completion-hlp) ;
|
#bashCompletionHelperFiles = $(bashCompletionHelperFiles:G=bash-completion-hlp) ;
|
||||||
AddDirectoryToHaikuImage common etc bash_completion.d ;
|
#AddDirectoryToHaikuImage common etc bash_completion.d ;
|
||||||
AddDirectoryToHaikuImage common etc bash_completion.d helpers ;
|
#AddDirectoryToHaikuImage common etc bash_completion.d helpers ;
|
||||||
AddFilesToHaikuImage common etc bash_completion.d : $(bashCompletionFiles) ;
|
#AddFilesToHaikuImage common etc bash_completion.d : $(bashCompletionFiles) ;
|
||||||
AddFilesToHaikuImage common etc bash_completion.d helpers
|
#AddFilesToHaikuImage common etc bash_completion.d helpers
|
||||||
: $(bashCompletionHelperFiles) ;
|
# : $(bashCompletionHelperFiles) ;
|
||||||
|
|
||||||
local dataFiles = teapot.data ;
|
local dataFiles = teapot.data ;
|
||||||
dataFiles = $(dataFiles:G=data) ;
|
dataFiles = $(dataFiles:G=data) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user