mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-09 08:42:22 -04:00
Update gmake comments.
This commit is contained in:
parent
a09d7c3887
commit
2cd1a4a0b9
2 changed files with 3 additions and 2 deletions
|
|
@ -32,8 +32,8 @@
|
|||
#
|
||||
# Note: Some make(1) programs do not understand the FOO?=BAR syntax.
|
||||
#
|
||||
# On such systems, special care should be taken to ensure all variables
|
||||
# are properly defined.
|
||||
# On such systems, you should use copy Make-common.gmake to Make-common
|
||||
# and use gmake to build the distribution.
|
||||
#
|
||||
|
||||
#############################################################################
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -344,6 +344,7 @@ Make-common: Make-common.dist
|
|||
fi; \
|
||||
echo "Copy Make-common.dist or Make-common.gmake to Make-common" ; \
|
||||
echo " Edit as needed before making!" ; \
|
||||
echo " then run \"make makefiles\"" ; \
|
||||
exit 1
|
||||
#
|
||||
# rule to build Makefiles by concatenating Make-template file in each
|
||||
|
|
|
|||
Loading…
Reference in a new issue