aboutsummaryrefslogtreecommitdiff
path: root/sm/old
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-09-18 10:06:42 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-09-18 10:06:42 -0400
commit702960cb7b8a06c61988d817098d298e5fa78349 (patch)
treec8a8b3c73886f4fc947717500dc79834704cc373 /sm/old
parent61a1aa030f2aa864bd2583bc2dc82510cddee6ca (diff)
downloadsteuermann-702960cb7b8a06c61988d817098d298e5fa78349.tar.gz
take out reduntant init steps from testing SM files
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1323 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm/old')
-rw-r--r--sm/old/A_astrolib.sm5
-rw-r--r--sm/old/README2
-rw-r--r--sm/old/assemble_astrolib.sm5
-rw-r--r--sm/old/build_astrolib.sm5
4 files changed, 17 insertions, 0 deletions
diff --git a/sm/old/A_astrolib.sm b/sm/old/A_astrolib.sm
new file mode 100644
index 0000000..9da7ffc
--- /dev/null
+++ b/sm/old/A_astrolib.sm
@@ -0,0 +1,5 @@
+IMPORT "init.sm"
+IMPORT "assemble_common.sm"
+IMPORT "assemble_astrolib.sm"
+IMPORT "build_astrolib.sm"
+
diff --git a/sm/old/README b/sm/old/README
new file mode 100644
index 0000000..f53e2da
--- /dev/null
+++ b/sm/old/README
@@ -0,0 +1,2 @@
+I think the files in here are unused, and they can probably be deleted, but I'm
+not sure so I'm sticking them here for easy recovery if things break :)
diff --git a/sm/old/assemble_astrolib.sm b/sm/old/assemble_astrolib.sm
new file mode 100644
index 0000000..0ee7417
--- /dev/null
+++ b/sm/old/assemble_astrolib.sm
@@ -0,0 +1,5 @@
+TABLE assemble HOST arzach
+
+ CMD dev.astrolib RUN "assemble_astrolib"
+ AFTER init/*
+
diff --git a/sm/old/build_astrolib.sm b/sm/old/build_astrolib.sm
new file mode 100644
index 0000000..fdeb5de
--- /dev/null
+++ b/sm/old/build_astrolib.sm
@@ -0,0 +1,5 @@
+
+TABLE build HOST arzach
+ CMD dev.astrolib RUN "build_astrolib"
+ AFTER arzach:assemble/dev.astrolib
+