Now only "jam install" triggers the installation of bfs (in this directory only).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@756 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-08-13 22:50:45 +00:00
parent d7686e939a
commit ba5530fdc9

View File

@ -23,12 +23,12 @@ R5KernelAddon obfs : [ FDirName kernel file_systems bfs ] :
rule InstallBFS
{
Depends install : $(1) ;
Depends $(<) : $(>) ;
}
actions ignore InstallBFS
{
cp $(1) /boot/home/config/add-ons/kernel/file_systems/
cp $(>) /boot/home/config/add-ons/kernel/file_systems/
}
InstallBFS obfs ;
InstallBFS install : obfs ;