mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed excluding subversions dir from installed packages ... hopefully having
*.svn in the tar-exclude-file is portable git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20305 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e689f98ae1
commit
a5a2c2faf2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Nov 7 04:18:39 2004 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* tar-exclude-list: Use *.svn instead of .svn to have
|
||||
.svn dirs excluded.
|
||||
|
||||
Sun Nov 7 04:07:50 2004 David Wetzel <dave@turbocat.de>
|
||||
|
||||
* Instance/Shared/bundle.make: Everywhere use the '-f' flag to 'cp
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
CVS
|
||||
.svn
|
||||
*.svn
|
||||
|
|
Loading…
Reference in a new issue