From 6f15054bedc4cb6ecfda3eefa1dbceeca4aa1c67 Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Wed, 20 May 2015 11:37:56 +0200 Subject: [PATCH] Use install-deps.sh in build-ceph scripts --- build-ceph-deb-native.sh | 3 +++ build-ceph-deb.sh | 3 +++ build-ceph-gcov.sh | 3 +++ build-ceph-notcmalloc.sh | 3 +++ build-ceph-rpm.sh | 3 +++ build-ceph.sh | 3 +++ 6 files changed, 18 insertions(+) diff --git a/build-ceph-deb-native.sh b/build-ceph-deb-native.sh index 7eadeea..cbcf9b8 100755 --- a/build-ceph-deb-native.sh +++ b/build-ceph-deb-native.sh @@ -35,6 +35,9 @@ fi # Actually build the project +# Install build-time dependencies +./install-deps.sh + # clear out any $@ potentially passed in set -- diff --git a/build-ceph-deb.sh b/build-ceph-deb.sh index 732739f..595cf5d 100755 --- a/build-ceph-deb.sh +++ b/build-ceph-deb.sh @@ -36,6 +36,9 @@ fi # Actually build the project +# Install build-time dependencies +./install-deps.sh + # clear out any $@ potentially passed in set -- diff --git a/build-ceph-gcov.sh b/build-ceph-gcov.sh index 9019af0..9be57d3 100755 --- a/build-ceph-gcov.sh +++ b/build-ceph-gcov.sh @@ -34,6 +34,9 @@ fi # Actually build the project +# Install build-time dependencies +./install-deps.sh + # clear out any $@ potentially passed in set -- diff --git a/build-ceph-notcmalloc.sh b/build-ceph-notcmalloc.sh index 2f8f7c2..c21d513 100755 --- a/build-ceph-notcmalloc.sh +++ b/build-ceph-notcmalloc.sh @@ -35,6 +35,9 @@ fi # Actually build the project +# Install build-time dependencies +./install-deps.sh + # clear out any $@ potentially passed in set -- diff --git a/build-ceph-rpm.sh b/build-ceph-rpm.sh index fed6c5a..d1582cd 100755 --- a/build-ceph-rpm.sh +++ b/build-ceph-rpm.sh @@ -61,6 +61,9 @@ fi # Actually build the project +# Install build-time dependencies +./install-deps.sh + # clear out any $@ potentially passed in set -- diff --git a/build-ceph.sh b/build-ceph.sh index 9fa4198..0e846d8 100755 --- a/build-ceph.sh +++ b/build-ceph.sh @@ -33,6 +33,9 @@ fi # Actually build the project +# Install build-time dependencies +./install-deps.sh + # clear out any $@ potentially passed in set -- -- 2.39.5