2007. 11. 3. 21:40 Unix

make 과정 log 남기기

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
                             UNIX GURU UNIVERSE
                                UNIX HOT TIP

                       Unix Tip 2414 - August 11, 2006

                   http://www.ugu.com/sui/ugu/show?tip.today
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

make 과정 log남기기

make작업 또는 컴파일 작업 또는 패키지 빌드 과정의 로그를 보존하기
위해서는 다음과 같이 할 수 있다.

$ make bzImage 2>&1|tee build.log

또 다른 로그를 파일에 추가하려면 다음과 같이 하라.

$ make modules 2>&1|tee -a build.log

@@@@@@@@@@@@@@@@@@@@[ 원문 ]@@@@@@@@@@@@@@@@@@@@

LOGGING MAKES

To keep the log of make task or
compilation session or build
package process, you may do:

$ make bzImage 2>&1|tee build.log

To append further log to a file,
continue with:

$ make modules 2>&1|tee -a build.log

반응형
Posted by She쥐포s

블로그 이미지
She쥐포s
Yesterday
Today
Total

달력

 « |  » 2024.4
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

최근에 올라온 글

최근에 달린 댓글

글 보관함