aboutsummaryrefslogtreecommitdiffstats
path: root/make-files.sh
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2012-12-05 23:40:22 +0100
committerChristian Starkjohann <cs+github@obdev.at>2012-12-05 23:41:13 +0100
commitf6bce71b0c73f626350006094591685bfc76ef6c (patch)
tree805d5997c86435c42fd4de195bc33fa84b0a2b6d /make-files.sh
parent71d680d052796a7b233405e6e84ad66cd5d147d3 (diff)
downloadv-usb-f6bce71b0c73f626350006094591685bfc76ef6c.tar.gz
v-usb-f6bce71b0c73f626350006094591685bfc76ef6c.tar.bz2
v-usb-f6bce71b0c73f626350006094591685bfc76ef6c.zip
Removed top level make scripts with a Makefile.
Diffstat (limited to 'make-files.sh')
-rwxr-xr-xmake-files.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/make-files.sh b/make-files.sh
deleted file mode 100755
index 4c75af1..0000000
--- a/make-files.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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), GNU GPL v3 or proprietary (CommercialLicense.txt)
-# This Revision: $Id$
-
-
-find . -mindepth 2 -name 'make-files.sh' -exec sh -c "cd \`dirname {}\`; ./make-files.sh \"$1\"" \;