diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 20:39:29 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 14:05:59 +0100 |
commit | 4e95a259c0faf678a979ca54676c56a747df9e9c (patch) | |
tree | be669e6068831aa6d0229e7d136469b91785ef6d | |
parent | 255a351f2490ffdb691efb07e8ea38446fa080ef (diff) | |
download | samba-4e95a259c0faf678a979ca54676c56a747df9e9c.tar.gz samba-4e95a259c0faf678a979ca54676c56a747df9e9c.tar.bz2 samba-4e95a259c0faf678a979ca54676c56a747df9e9c.zip |
Update smb_build README.
(This used to be commit 9db23848dcd1b73273b90edd923b6c55f6c915c4)
-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
-------
|