From 1545d2f18794f72b78d3f8339776954a88fb8038 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 5 Jul 2010 17:44:23 +0000 Subject: 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 --- INSTALL | 1 + autowaf.py | 2 +- waf | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 INSTALL 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 -- cgit v1.2.1