aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-07-05 17:44:23 +0000
committerDavid Robillard <d@drobilla.net>2010-07-05 17:44:23 +0000
commit1545d2f18794f72b78d3f8339776954a88fb8038 (patch)
tree761e8cd35d0247ddca37e80014f08cfb3b596579
parentca92f37a19de9c68add512d2144d9f5881f87909 (diff)
downloadmachina-1545d2f18794f72b78d3f8339776954a88fb8038.tar.gz
machina-1545d2f18794f72b78d3f8339776954a88fb8038.tar.bz2
machina-1545d2f18794f72b78d3f8339776954a88fb8038.zip
Move common files (e.g. waf) to /common subdirectory to ease checking out projects individually.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2583 a436a847-0d15-0410-975c-d299462d15a1
l---------INSTALL1
l---------autowaf.py2
l---------waf2
3 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
new file mode 120000
index 0000000..03996bc
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1 @@
+../common/INSTALL \ No newline at end of file
diff --git a/autowaf.py b/autowaf.py
index 4410d0d..71d20f6 120000
--- a/autowaf.py
+++ b/autowaf.py
@@ -1 +1 @@
-../autowaf.py \ No newline at end of file
+../common/autowaf.py \ No newline at end of file
diff --git a/waf b/waf
index 9770e60..8506685 120000
--- a/waf
+++ b/waf
@@ -1 +1 @@
-../waf \ No newline at end of file
+../common/waf \ No newline at end of file