aboutsummaryrefslogtreecommitdiffstats
path: root/make-files.sh
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-04-17 19:30:20 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-04-17 19:30:20 +0000
commit63550e9620b6c111d6ed8a4096e7ea69023c1724 (patch)
tree90c37cfe36c05bbafae975198417595996a4e02e /make-files.sh
parent1c8a62d484550aba8db26ffb7202daa3d3a76396 (diff)
downloadv-usb-63550e9620b6c111d6ed8a4096e7ea69023c1724.tar.gz
v-usb-63550e9620b6c111d6ed8a4096e7ea69023c1724.tar.bz2
v-usb-63550e9620b6c111d6ed8a4096e7ea69023c1724.zip
- added make-files.sh script
Diffstat (limited to 'make-files.sh')
-rwxr-xr-xmake-files.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/make-files.sh b/make-files.sh
new file mode 100755
index 0000000..d043d55
--- /dev/null
+++ b/make-files.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+# Author: Christian Starkjohann
+# Creation Date: 2008-04-17
+# Tabsize: 4
+# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
+# License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt)
+# This Revision: $Id$
+
+
+find . -mindepth 2 -name 'make-files.sh' -exec sh -c "cd \`dirname {}\`; ./make-files.sh \"$1\"" \;