preserve environment when make install-dep
for those who work behind a firewall/proxy-server Change-Id: I099830d2da05296b2f109ca25576a1e865ddcce6 Signed-off-by: Gabriel Ganne <gabriel.ganne@qosmos.com>
This commit is contained in:
Gabriel Ganne
committed by
Damjan Marion
parent
b05116ef0f
commit
b17402ecd0
8
Makefile
8
Makefile
@ -157,10 +157,10 @@ ifeq ($(OS_VERSION_ID),14.04)
|
||||
endif
|
||||
@sudo -E apt-get $(CONFIRM) $(FORCE) install $(DEB_DEPENDS)
|
||||
else ifneq ("$(wildcard /etc/redhat-release)","")
|
||||
@sudo yum groupinstall $(CONFIRM) $(RPM_DEPENDS_GROUPS)
|
||||
@sudo yum install $(CONFIRM) $(RPM_DEPENDS)
|
||||
@sudo yum install $(CONFIRM) --enablerepo=epel $(EPEL_DEPENDS)
|
||||
@sudo debuginfo-install $(CONFIRM) glibc-2.17-106.el7_2.4.x86_64 openssl-libs-1.0.1e-51.el7_2.4.x86_64 zlib-1.2.7-15.el7.x86_64
|
||||
@sudo -E yum groupinstall $(CONFIRM) $(RPM_DEPENDS_GROUPS)
|
||||
@sudo -E yum install $(CONFIRM) $(RPM_DEPENDS)
|
||||
@sudo -E yum install $(CONFIRM) --enablerepo=epel $(EPEL_DEPENDS)
|
||||
@sudo -E debuginfo-install $(CONFIRM) glibc-2.17-106.el7_2.4.x86_64 openssl-libs-1.0.1e-51.el7_2.4.x86_64 zlib-1.2.7-15.el7.x86_64
|
||||
else
|
||||
$(error "This option currently works only on Ubuntu or Centos systems")
|
||||
endif
|
||||
|
Reference in New Issue
Block a user