diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-09-17 15:42:01 +0200 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-09-17 15:42:01 +0200 |
commit | bd1092ebc0b329883d1c079d598a73f3af4cd548 (patch) | |
tree | 5c8b766c66f3d26ec46e118431c5b4a3aae2b5df | |
parent | f7de0958e98bd5a2925a40c1a138c084c1fd01a1 (diff) | |
parent | 3e84753f90632b3cbbed8c1f283f539047e92c74 (diff) |
CWS-TOOLING: integrate CWS vgbugs11
Notes
Notes:
split repo tag: libs-core_ooo/DEV300_m88
-rw-r--r-- | sysui/desktop/cleanversion/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/cleanversion/makefile.mk b/sysui/desktop/cleanversion/makefile.mk index 71a0d7e3dfd9..40651af2d17b 100644 --- a/sysui/desktop/cleanversion/makefile.mk +++ b/sysui/desktop/cleanversion/makefile.mk @@ -43,7 +43,7 @@ ALLTAR: $(MISC)$/cleanup.flag # version changed - bin previous trees $(MISC)$/cleanup.flag : ..$/productversion.mk - rm -rf `ls $(MISC) | grep -v -x $(MISC)$/logs` && $(TOUCH) $@ + rm -rf `ls -d $(MISC)$/* | sed '/\/logs$/d'` && $(TOUCH) $@ .ENDIF # "$(MISC)"!="" |