Changed lib/ exclusions in Makefile when using release-distcheck target.
This commit is contained in:
parent
c49f05a15a
commit
396fa731c8
1 changed files with 6 additions and 1 deletions
|
|
@ -423,9 +423,14 @@ report: all
|
|||
copy-sources:
|
||||
-mkdir /tmp/ledger
|
||||
sudo rsync -av --delete \
|
||||
--exclude='/lib/*/' \
|
||||
--exclude='/lib/boost/' \
|
||||
--exclude='/lib/icu/' \
|
||||
--exclude='/lib/irrlicht/' \
|
||||
--exclude=/.libs/ \
|
||||
--exclude=/.deps/ \
|
||||
--exclude=/archive/ \
|
||||
--exclude=/plan/ \
|
||||
--exclude=/2.6*/ \
|
||||
./ /tmp/ledger/
|
||||
(cd /tmp/ledger; sudo git clean -x -d -f)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue