diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 20:39:29 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 20:39:29 +0100 |
commit | a17f0ab3e0228edcd02b5f180252a54492feb6b8 (patch) | |
tree | ea29360ced24f3534014161b23562bdaf6436138 /source4/build/smb_build | |
parent | d7b1bf7718704709205a919c38eecaa011eef2e6 (diff) | |
download | samba-a17f0ab3e0228edcd02b5f180252a54492feb6b8.tar.gz samba-a17f0ab3e0228edcd02b5f180252a54492feb6b8.tar.bz2 samba-a17f0ab3e0228edcd02b5f180252a54492feb6b8.zip |
Update smb_build README.
(This used to be commit e8bfca15a33365e9bfbdd8422f0aa7353e16446e)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/README.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/build/smb_build/README.txt b/source4/build/smb_build/README.txt index a5e4db99e0..5974db998f 100644 --- a/source4/build/smb_build/README.txt +++ b/source4/build/smb_build/README.txt @@ -29,7 +29,7 @@ EXT_LIB: BINARY:
a BINARY means a executable binary file.
(e.g. 'smbtorture' or 'ldbedit')
- a BINARY typicly has only commandline handling and basic
+ a BINARY typically has only commandline handling and basic
functionality code in it and depends on the functions of
SUBSYSTEM's (REQUIRED_SUBSYSTEMS).
@@ -50,8 +50,6 @@ input.pm - Input validation main.pm - Main
makefile.pm - Makefile generation
output.pm - Dependency calculation
-header.pm - build.h generation
-cflags.pm - Generates cflags.txt for file-specific cflags
Layout
-------
|