Skip to content

Commit

Permalink
fixed minor INSTALL and Makefile messages (nothing functional)
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 5, 2009
1 parent 806cf84 commit ac79330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions INSTALL
Expand Up @@ -94,11 +94,11 @@ and save the file.

d. Cloud dependencies

; cd $EUCALYPTUS_SRC/CLC
; mkdir deps
; mv $EUCALYPTUS_SRC/eucalyptus-src-deps/cloud-lib.tar.gz deps
; mv $EUCALYPTUS_SRC/eucalyptus-src-deps/cloud-deploy.tar.gz deps
This step will download the CLC (Cloud Controller) java dependencies,
which are required for both building and running Eucalyptus.

; cd $EUCALYPTUS_SRC/clc
; make deps

f. Other software

Expand Down
2 changes: 1 addition & 1 deletion clc/Makefile
Expand Up @@ -14,7 +14,7 @@ build:
@if test -z "${JAVA_HOME}" ; then \
echo "You need to define JAVA_HOME!"; exit 1; fi
@if test ! -e deps/cloud-lib.tar.gz; then \
echo "Did you forget to run ant deps?"; exit 1; fi
echo "Cannot find java deps, please run 'make deps' in the 'clc/' subdirectory."; exit 1; fi
ANT_OPTS="-Xmx512m" $(ANT) build
make -C modules/storage-controller/native
make -C modules/storage-manager/native
Expand Down

0 comments on commit ac79330

Please sign in to comment.