diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·12+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·12+0100 |
commit | 55c9a40613fefda6622aa9acd22cce4006fd1077 (patch) | |
tree | cd592d5836af42feeeca64ac3ebb77037b93a076 | |
parent | 259086de841d155f7951c2cc50f799a4631aa512 (diff) |
Move stuff to top-level
This makes it easier to use with "git subtree".
-rw-r--r-- | clean.mk (renamed from mk/clean.mk) | 0 | ||||
-rw-r--r-- | dist.mk (renamed from mk/dist.mk) | 0 | ||||
-rw-r--r-- | install.mk (renamed from mk/install.mk) | 0 | ||||
-rw-r--r-- | jars.mk (renamed from mk/jars.mk) | 0 | ||||
-rw-r--r-- | lib.mk (renamed from mk/lib.mk) | 0 | ||||
-rw-r--r-- | libraries.mk (renamed from mk/libraries.mk) | 0 | ||||
-rw-r--r-- | patterns.mk (renamed from mk/patterns.mk) | 0 | ||||
-rw-r--r-- | programs.mk (renamed from mk/programs.mk) | 0 | ||||
-rw-r--r-- | templates.mk (renamed from mk/templates.mk) | 0 | ||||
-rw-r--r-- | tests.mk (renamed from mk/tests.mk) | 0 |
10 files changed, 0 insertions, 0 deletions
diff --git a/mk/clean.mk b/clean.mk index 7dba76c5d910..7dba76c5d910 100644 --- a/mk/clean.mk +++ b/clean.mk diff --git a/mk/dist.mk b/dist.mk index 444c58b3fe23..444c58b3fe23 100644 --- a/mk/dist.mk +++ b/dist.mk diff --git a/mk/install.mk b/install.mk index c5eb8eb37743..c5eb8eb37743 100644 --- a/mk/install.mk +++ b/install.mk diff --git a/mk/jars.mk b/jars.mk index 5d459c0a9d70..5d459c0a9d70 100644 --- a/mk/jars.mk +++ b/jars.mk diff --git a/mk/lib.mk b/lib.mk index 2d8ceef55f3e..2d8ceef55f3e 100644 --- a/mk/lib.mk +++ b/lib.mk diff --git a/mk/libraries.mk b/libraries.mk index bc258b799f55..bc258b799f55 100644 --- a/mk/libraries.mk +++ b/libraries.mk diff --git a/mk/patterns.mk b/patterns.mk index 77e17213613d..77e17213613d 100644 --- a/mk/patterns.mk +++ b/patterns.mk diff --git a/mk/programs.mk b/programs.mk index 52e55598cbae..52e55598cbae 100644 --- a/mk/programs.mk +++ b/programs.mk diff --git a/mk/templates.mk b/templates.mk index fa91e25095d7..fa91e25095d7 100644 --- a/mk/templates.mk +++ b/templates.mk diff --git a/mk/tests.mk b/tests.mk index 8a3bff66e890..8a3bff66e890 100644 --- a/mk/tests.mk +++ b/tests.mk |