diff options
author | Anders Darander <ad@datarespons.se> | 2009-12-23 10:05:45 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-23 11:54:25 +0100 |
commit | b9656e81a460ddbfc8668b9902a4a6f8b2bc2521 (patch) | |
tree | fcc484ebceab49bc805ae79d7b3f52d88a9eb054 /CHANGES | |
parent | 858d4dbf7fad0fccee4bdc2746a5c2c6adc8fbfe (diff) | |
download | buildroot-novena-b9656e81a460ddbfc8668b9902a4a6f8b2bc2521.tar.gz buildroot-novena-b9656e81a460ddbfc8668b9902a4a6f8b2bc2521.zip |
Remove backup-files from the TARGET_DIR.
Closes #823.
~ is commonly used as a suffix to editor backup files.
Remove these files, just as we remove CVS-directories and
.empty-files.
[Peter: tweaked to remove in same find invocation as .empty]
Signed-off-by: Anders Darander <ad@datarespons.se>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ #767: Bump iw package to 0.9.18 #773: [SECURITY] Update bind to 9.5.2-P1 #795: Minor edits to fix typos, grammar, spelling, usage in documen... + #823: Editor backup files (~) is copied from the target_skeleton 2009.11, Released December 1st, 2009: |