Re #307 Fixed generated clobber.sh clumsily removing some source files under Linux (forcing the user to 'rm -fr doc/man' before 'svn up' to work again)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3539 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: bce27dbda574218efbf8814e7634fb7e75e9fd0c Former-commit-id: b811898692f5e62677879c6c3c29ac72841268af
This commit is contained in:
parent
656a98aef6
commit
f6be8dc99b
1 changed files with 2 additions and 2 deletions
|
@ -1532,8 +1532,8 @@ MACRO(SD_GENERATE_CLOBBER_SCRIPT)
|
|||
FILE(APPEND "${TGT_SCRIPT}" " find . -type f -name \"cmake_install.cmake\" -delete\n")
|
||||
FILE(APPEND "${TGT_SCRIPT}" " find . -type f -name \"Makefile\" -delete\n")
|
||||
FILE(APPEND "${TGT_SCRIPT}" " find . -type f -name \"*.so\" -delete\n")
|
||||
FILE(APPEND "${TGT_SCRIPT}" " find . -type f -name \"sd2-*\" -delete\n")
|
||||
FILE(APPEND "${TGT_SCRIPT}" " find . -type f -name \"speed-dreams-2\" -delete\n")
|
||||
FILE(APPEND "${TGT_SCRIPT}" " find src/tools -type f -name \"sd2-*\" -delete\n")
|
||||
FILE(APPEND "${TGT_SCRIPT}" " find src/main -type f -name \"speed-dreams-2\" -delete\n")
|
||||
FILE(APPEND "${TGT_SCRIPT}" "\n")
|
||||
FILE(APPEND "${TGT_SCRIPT}" " # Other useless files\n")
|
||||
FILE(APPEND "${TGT_SCRIPT}" " find . -type f -name \"*.rej\" -delete\n")
|
||||
|
|
Loading…
Reference in a new issue