commit | fded0784456d6fb106d084d961ebbf5e4227c6a6 | [log] [tgz] |
---|---|---|
author | Adam Tkac <atkac@redhat.com> | Sat Mar 22 11:20:54 2008 +0000 |
committer | Adam Tkac <atkac@redhat.com> | Sat Mar 22 11:20:54 2008 +0000 |
tree | 54ba7d062bc775e57c5b7050d3853abcb8ce0672 | |
parent | 2b92f2f3b6f57dcc61a59d1fb2adf4ea46120705 [diff] [blame] |
After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438 (build automation and i18n changes). Latest server changes (2439 and 2440) are OK. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2442 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/cleanDeps b/unix/cleanDeps new file mode 100755 index 0000000..7c2fe55 --- /dev/null +++ b/unix/cleanDeps
@@ -0,0 +1,3 @@ +#!/bin/sh +rm `find ../common -name "*.d" -print` +rm `find . -name "*.d" -print`