mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r12129] Purpose:
Bug fix Description: The snapshot script was trying to install-doc, even though the docs are no longer included in the cvs repo. Solution: Replaced 'make install install-doc' with 'make install-all', which should have the same effect (installing the library and examples). Platforms tested: very minor change
This commit is contained in:
parent
3424f9f5d1
commit
ff67dcf8ba
@ -393,11 +393,11 @@ if [ "$cmd" = "all" -o -n "$cmdtest" -o -n "$cmddiff" ]; then
|
||||
TIMESTAMP "check" && \
|
||||
${MAKE} check && \
|
||||
TIMESTAMP "install" && \
|
||||
${MAKE} install install-doc && \
|
||||
${MAKE} install-all && \
|
||||
TIMESTAMP "check-install" && \
|
||||
${MAKE} check-install && \
|
||||
TIMESTAMP "uninstall" && \
|
||||
${MAKE} uninstall uninstall-doc); then
|
||||
${MAKE} uninstall-all); then
|
||||
:
|
||||
else
|
||||
errcode=$?
|
||||
|
Loading…
Reference in New Issue
Block a user