mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
mkrelease is too late for modification of the release. This
needs to be integrated into the MSVC build system.
This commit is contained in:
parent
dfe3b4fb2f
commit
3b2b9f1cf8
@ -44,13 +44,6 @@ fi
|
||||
|
||||
. $RELNAME/build/version.sh
|
||||
|
||||
# Update the version for NT
|
||||
ed $RELNAME/include/portable.nt <<EOF
|
||||
/OPENLDAP_VERSION
|
||||
s;".*";"$ol_version";
|
||||
wq
|
||||
EOF
|
||||
|
||||
tar cf $RELNAME.tar $RELNAME
|
||||
gzip -9 -c $RELNAME.tar > $RELNAME.tgz
|
||||
md5 $RELNAME.tgz > $RELNAME.md5
|
||||
|
Loading…
Reference in New Issue
Block a user