프로그램 사용/make, configure
make[1]: warning: Clock skew detected. Your build may be incomplete.
구차니
2008. 12. 3. 10:43
make를 하는데 에러가 발생해서 컴파일 진행을 못하길래 먼가 해서 검색을 해봤더니
1. Are you building over an NFS volume? 2. you could do find . -type f | xargs -n 5 touch make clean make |
라는 글이 나왔다 그래서 머가 잘못되었나 파일을 검색해봤더니
-rwxr--r-- 1 morpheuz dev 129616 Jan 2 2009 mainmenu.c
참고로 오늘은 2008년 12월 3일이다..
노트북에서 작업을 했는데 노트북 배터리를 뽑아 놓고 방치하는 바람에 시간이 틀어져 있었나 보다.
아무튼 make의 경우에는 시간에 민감하게 작동하므로 반드시 시간을 동기화 시켜야 한다.
[출처 : http://www.unix.com/sun-solaris/45737-make-2-warning-clock-skew-detected-your-build-may-incomplete.html]