Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
5e4d9d02
Commit
5e4d9d02
authored
Jun 16, 2000
by
Kurt Zeilenga
Browse files
Apply suggested fix to:
1.2.10 build problems under Digital UNIX 4.0D (ITS#590)
parent
1048a578
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5e4d9d02
...
@@ -7,6 +7,7 @@ Changes included in OpenLDAP 1.2.12 Engineering
...
@@ -7,6 +7,7 @@ Changes included in OpenLDAP 1.2.12 Engineering
Fixed Pth initialization bug
Fixed Pth initialization bug
Fixed libldap/add mod_bvalues typo
Fixed libldap/add mod_bvalues typo
Build Environment
Build Environment
Remove extra Digital UNIX symbol (ITS#590)
Ignore make clean rm failure
Ignore make clean rm failure
Changes included in OpenLDAP 1.2.11
Changes included in OpenLDAP 1.2.11
...
...
servers/slapd/Makefile.in
View file @
5e4d9d02
...
@@ -64,7 +64,7 @@ libbackends.a: .backend
...
@@ -64,7 +64,7 @@ libbackends.a: .backend
mv
$$
j
$
${pre}$$
j
;
\
mv
$$
j
$
${pre}$$
j
;
\
done
;
\
done
;
\
$(AR)
ruv libbackends.a
*
.o 2>&1 |
grep
-v
truncated
;
\
$(AR)
ruv libbackends.a
*
.o 2>&1 |
grep
-v
truncated
;
\
$(RM)
*
.o __.SYMDEF
;
\
$(RM)
*
.o __.SYMDEF
________64ELEL_
;
\
echo
"added backend library
$$
i"
;
\
echo
"added backend library
$$
i"
;
\
)
;
\
)
;
\
done
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment