diff options
author | jan Iversen <jani@libreoffice.org> | 2017-09-29 14:22:29 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-09-29 14:24:04 +0200 |
commit | c1520da5904b06d0c246362594c8b5d251f63f8a (patch) | |
tree | f21d81b1cf4854698b8df4ae34ecac8a222bbc6c /ios | |
parent | 7121b70286d786ccef90b1711d2d6344f0dd70a9 (diff) |
iOS, clean workspace and local build
We need to check if it possible to move workspace to
workdir (e.g. do a reverse ln)
Change-Id: I98751c1731f75e3b4200520ffa741a7348fe70fb
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ios/CustomTarget_iOS.mk b/ios/CustomTarget_iOS.mk index d6426ac72cba..092cd2058761 100644 --- a/ios/CustomTarget_iOS.mk +++ b/ios/CustomTarget_iOS.mk @@ -180,6 +180,12 @@ $(INSTDIR)/$(IOSAPP): $(IOSAPPPRJ)/project.pbxproj $(IOSGEN)/$(IOSKIT) $(call gb_CustomTarget_get_clean_target,ios/ios): $(call gb_Output_announce,$(subst $(WORKDIR)/Clean/,,$@),$(false),ENV,2) rm -rf $(IOSGEN) $(IOSKITXC) $(IOSAPPXC) + rm -rf $(SRCDIR)/ios/LibreOfficeKit/LibreOfficeKit.xcodeproj/project.xcworkspace + rm -rf $(SRCDIR)/ios/LibreOfficeKit/LibreOfficeKit.xcodeproj/xcuserdata + rm -rf $(SRCDIR)/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.xcworkspace + rm -rf $(SRCDIR)/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcuserdata + rm -rf $(SRCDIR)/ios/LibreOfficeLight/build + rm -rf $(SRCDIR)/ios/LibreOfficeKit/build # vim: set noet sw=4 ts=4: |