mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Update README based upon gmake support.
This commit is contained in:
parent
238e73d76d
commit
f514d287f7
1 changed files with 7 additions and 2 deletions
9
README
9
README
|
|
@ -16,8 +16,8 @@ MAKING AND INSTALLING THE DISTRIBUTION
|
|||
You should be able to make and install the distribution with a pretty
|
||||
standard default configuration by typing the following commands
|
||||
|
||||
% make
|
||||
this will copy Make-common.dist to Make-common.
|
||||
% cp Make-common.dist to Make-common
|
||||
Note: if using gmake, instead copy Make-common.gmake to Make-common
|
||||
Edit Make-common as desired.
|
||||
% make
|
||||
this will build the system
|
||||
|
|
@ -35,6 +35,11 @@ MAKING AND INSTALLING THE DISTRIBUTION
|
|||
contruct Make-common and should not be edited except to
|
||||
add new features/options to the distribution.
|
||||
|
||||
Make-common.gmake
|
||||
contains distribution defaults (with GNU make compatibility).
|
||||
This file can be used to contruct Make-common and should not
|
||||
be edited except to add new features/options to the distribution.
|
||||
|
||||
Make-common
|
||||
contains default definitions for where things will be
|
||||
installed, where to find various things, etc. These defaults
|
||||
|
|
|
|||
Loading…
Reference in a new issue