repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
tools
/
makebootable
/
platform
/
pxe_ia32
/
Jamfile
blob
a54befa69b812685b57e716b5383c4edc838738f
1
SubDir HAIKU_TOP src tools makebootable platform pxe_ia32 ;
2
3
# we don't need this tool for creating PXE boot image
4
5
SEARCH_SOURCE
6
+= [ FDirName $(HAIKU_TOP) src bin ] ;
7
8
BuildPlatformMain <build>makebootable :
9
echo.c
10
:
11
;