summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-16 15:46:44 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-16 15:46:44 +0200
commit5e8abedd704f8b66aa32c80e47480e628326a91b (patch)
tree80c4388b401ba5a3f6cda599114781c34e31eabc /Makefile.shared
parent23c89a1dfa60ff6dcc2426d52ccda944bc5b1e99 (diff)
Ignore also Windows output directories
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 9c8229a19..acc6f6ca9 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -82,7 +82,7 @@ $(STAMP_DIR)/refresh : $(CLONEDIR)/repos_changed
FLAGS=`$(TOOLSDIR)/bin/applyflags $(TOOLSDIR)/bin` ; \
chmod +x $(TOOLSDIR)/patches/apply.pl && $(TOOLSDIR)/patches/apply.pl $(APPLY_DIR) $(OOBUILDDIR) $$FLAGS -R ; \
echo "Rsyncing changes from the repos to the build tree - [ go and have some $(DRINK) ] ..." ; \
- rsync -prL --exclude .git --exclude 'unxlng??.pro' --exclude '/solver' --exclude '/install' "$(RAWBUILDDIR)/" "$(OOBUILDDIR)/" ; \
+ rsync -prL --exclude .git --exclude 'unxlng??.pro' --exclude 'wntmsci??.pro' --exclude '/solver' --exclude '/install' "$(RAWBUILDDIR)/" "$(OOBUILDDIR)/" ; \
rm -f $(STAMP_DIR)/patch.apply ; \
fi
touch $@