]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Cleanup in repository.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 23 Oct 2007 08:06:00 +0000 (08:06 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 23 Oct 2007 08:06:00 +0000 (08:06 +0000)
darcs-hash:20071023080608-f2ef6-4868f5554d5915fa59b3ff4b20c0a42d29431126.gz

README [new file with mode: 0644]
test.py [deleted file]
tests/Makefile.dollar-test [moved from Makefile.dollar-test with 100% similarity]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..a307956
--- /dev/null
+++ b/README
@@ -0,0 +1,6 @@
+OMK -- Ocera Make System
+========================
+
+This directory contains sources for OMK. To use OMK in your project
+call make here to build all variants of Makefile.rules and then copy
+apropriate Makefile.rules from a rules subdirectory to your project.
diff --git a/test.py b/test.py
deleted file mode 100755 (executable)
index 7a4a0f1..0000000
--- a/test.py
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env python
-
-import omkbuild
-import sys
-import os
-
-os.chdir("test");
-
-sys.argv = ['./omkbuild.py', '--output=Makefile.rules',
-            'test1.rules', 'test2.rules', 'test3.rules']
-omkbuild.main()
-
-os.system("cat Makefile.rules")
-
-sys.argv = ['./omkbuild.py', '--split=Makefile.rules']
-omkbuild.main()
-
-# sys.argv = ['./omkbuild.py', '--split=Makefile.rules', '-o -']
-# omkbuild.main()
-