If Axel doesn't want to maintain this then why are we still building it?

Remove the iso9660 stuff from the build as it's no longer being
maintained and never did anything anyways :)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@98 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David Reid
2002-07-11 21:49:34 +00:00
parent 66da50355a
commit 082fc2ba6d
2 changed files with 0 additions and 14 deletions
-13
View File
@@ -196,19 +196,6 @@ KernelLd kernel.so
-Bdynamic -shared -export-dynamic -dynamic-linker /foo/bar
;
KernelLd iso9660
:
<$(SOURCE_GRIST)!core!addons!fs!iso9660>isofs.o
kernel.so
:
$(SUBDIR)/core/addons/ldscripts/$(OBOS_ARCH)/addon.ld
:
-Bdynamic -shared
:
:
addons/fs/iso9660
;
KernelLd isa
:
<$(SOURCE_GRIST)!core!addons!bus_managers!isa>isa.o
-1
View File
@@ -1,4 +1,3 @@
SubDir OBOS_TOP src kernel core addons ;
SubInclude OBOS_TOP src kernel core addons bus_managers ;
SubInclude OBOS_TOP src kernel core addons fs ;