* Cleanup the Jamfile, this one doesn't work on BeOS anymore.

* Turn off remaining verbose debug output.
* Add UDF to the default image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35653 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2010-02-28 08:03:41 +00:00
parent af15ee68f1
commit 7cadc8aff2
3 changed files with 4 additions and 42 deletions

View File

@ -187,7 +187,7 @@ SYSTEM_ADD_ONS_BUS_MANAGERS = $(ATA_ONLY)ata pci $(X86_ONLY)ps2 $(X86_ONLY)isa
$(IDE_ONLY)ide scsi config_manager agp_gart usb firewire $(X86_ONLY)acpi
;
SYSTEM_ADD_ONS_FILE_SYSTEMS = bfs cdda ext2 fat iso9660 nfs attribute_overlay
write_overlay ntfs reiserfs ; #googlefs
write_overlay ntfs reiserfs udf ; #googlefs
# modules

View File

@ -1,22 +1,7 @@
SubDir HAIKU_TOP src add-ons kernel file_systems udf ;
SetSubDirSupportedPlatformsBeOSCompatible ;
SubDirC++Flags -fno-rtti ;
# save original optimization level
oldOPTIM = $(OPTIM) ;
# set some additional defines
{
local defines =
KEEP_WRONG_DIRENT_RECLEN
;
defines = [ FDefines $(defines) ] ;
SubDirCcFlags $(defines) -Wall -Wno-multichar ;
SubDirC++Flags $(defines) -Wall -Wno-multichar -fno-rtti ;
}
UsePrivateKernelHeaders ;
KernelAddon udf :
@ -32,29 +17,6 @@ KernelAddon udf :
Utils.cpp
VirtualPartition.cpp
Volume.cpp
kernel_cpp.cpp
kernel_interface.cpp
;
SEARCH on [ FGristFiles
kernel_cpp.cpp
] = [ FDirName $(HAIKU_TOP) src system kernel util ] ;
rule InstallUDF
{
Depends $(<) : $(>) ;
}
actions ignore InstallUDF
{
cp $(>) /boot/home/config/add-ons/kernel/file_systems/
}
InstallUDF install : udf ;
# restore original optimization level
OPTIM = $(oldOPTIM) ;
#SubInclude HAIKU_TOP src add-ons kernel file_systems udf drive_setup_addon ;
;

View File

@ -26,7 +26,7 @@
#undef TRACE
#undef TRACE_ERROR
#define UDF_KERNEL_INTERFACE_DEBUG
//#define UDF_KERNEL_INTERFACE_DEBUG
#ifdef UDF_KERNEL_INTERFACE_DEBUG
# define TRACE(x) dprintf x
# define TRACE_ERROR(x) dprintf x