728x90 Research245 Makefile: 변수 출력하기 8.12 Functions That Control Make These functions control the way make runs. Generally, they are used to provide information to the user of the makefile or to cause make to stop if some sort of environmental error is detected. $(error text...) Generates a fatal error where the message is text. Note that the error is generated whenever this function is evaluated. So, if you put it inside a command.. 2009. 12. 14. symbolic link 만들기/지우기 만들기 ln -s (링크디렉토리/파일) (만들 심볼릭 링크) 지우기 rm (심볼릭 링크) 주의할 점은 심볼릭 링크가 만약 sym_link 라면, rm -r sym_link/ 로 하면 안됨. / 를 붙이면 sym_link에 링크된 디렉토리를 지우기 때문이다. 따라서, 심볼릭 링크만 지우고자 한다면 rm sym_link 해야 함. 2009. 12. 10. svn: Unrecognized URL scheme for 'http://.......' I just built the distribution binary, and when I try to check out Subversion, I get an error about an "Unrecognized URL scheme." What's up with that? Subversion uses a plugin system to allow access to repositories. Currently there are three of these plugins: ra_local allows access to a local repository, ra_neon or ra_serf which allow access to a repository via WebDAV, and ra_svn allows local or .. 2009. 12. 3. SVN: Store password unencrypted (yes/no)? ----------------------------------------------------------------------- ATTENTION! Your password for authentication realm: Subversion Repositories can only be stored to disk unencrypted! You are advised to configure your system so that Subversion can store passwords encrypted, if possible. See the documentation for details. You can avoid future appearances of this warning by setting the value of.. 2009. 12. 3. 이전 1 ··· 16 17 18 19 20 21 22 ··· 62 다음 728x90