NOWS/MEMO

Makefile warning: Warning: File `main.cpp' has modification time 2.1e+04 s in the future

emzei 2015. 1. 14. 23:53

http://stackoverflow.com/questions/23281050/makefile-warning-warning-file-main-cpp-has-modification-time-2-1e04-s-in-th



0. sync local time with outside

ntpdate ntp.postech.ac.kr

* Korea ntp server list link



do it! it removes the problem perfectly in my case

find /your/dir -type f -exec touch {} +


'NOWS > MEMO' 카테고리의 다른 글

libc.so.6 날렸을 때.  (0) 2015.05.06
ssh 설치 및 설정  (0) 2015.01.31
cyclictest _ numa.h : no such file or directory  (0) 2014.05.21
리눅스 파티션 매뉴얼  (0) 2014.05.01
LDR vs. MOV  (0) 2014.04.27