[ooo-build-commit] .: bin/unpack Makefile.shared
Fridrich Strba
fridrich at kemper.freedesktop.org
Thu Sep 16 06:50:51 PDT 2010
Makefile.shared | 2 +-
bin/unpack | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5e8abedd704f8b66aa32c80e47480e628326a91b
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Thu Sep 16 15:46:44 2010 +0200
Ignore also Windows output directories
diff --git a/Makefile.shared b/Makefile.shared
index 9c8229a..acc6f6c 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 $@
diff --git a/bin/unpack b/bin/unpack
index 6b04b99..6d4ffd3 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -302,7 +302,7 @@ else
echo "* copying $RAWBUILDDIR into $OOBUILDDIR..."
#cp -pLR "$RAWBUILDDIR" "$OOBUILDDIR"
touch "$CLONEDIR/repos_changed"
- rsync -prL --exclude .git --exclude 'unxlng??.pro' "$RAWBUILDDIR/" "$OOBUILDDIR/"
+ rsync -prL --exclude .git --exclude 'unxlng??.pro' --exclude 'wntmsci??.pro' "$RAWBUILDDIR/" "$OOBUILDDIR/"
touch "$TOOLSDIR/stamp/refresh"
if test -d "$CLONEDIR/l10n" ; then
echo "* copying translations into $OOBUILDDIR..."
More information about the ooo-build-commit
mailing list