소스 검색

Make output for boost build slightly less verbose

master
Ray Burgemeestre 5 년 전
부모
커밋
32eaf84c1f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      boost/Makefile

+ 1
- 1
boost/Makefile 파일 보기

@@ -2,7 +2,7 @@ SHELL:=/bin/bash

boost:
wget "https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.bz2"
tar -xvf boost_1_68_0.tar.bz2
tar -xf boost_1_68_0.tar.bz2
bash ../ubuntu1804.sh make impl
make package


Loading…
취소
저장