]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Mon, 2 Apr 2001 17:44:52 +0000 (17:44 +0000)
committerhades <hades>
Mon, 2 Apr 2001 17:44:52 +0000 (17:44 +0000)
allParam/test/Makefile
allParam/test/bin/make_links.sh
allParam/test/f_lowercase_rel_no_basedir_p.tcl [deleted file]
allParam/test/fa_lowercase_no_basedir_p.tcl [deleted file]

index 863eee8f0386c9e10eb424ac3a93342de248c4cc..dc0f96a8b36f1dbe1b2d6ba89859605e7cb4489c 100644 (file)
@@ -22,7 +22,7 @@ OBJS = suite.o blobobjs filenameobjs intobjs stringobjs
 
 LIBS = ca file ora psql tcl
 
-ca_test file_test ora_test psql_test tcl_test :
+ca_test file_test ora_test psql_test tcl_test : links
        $(RM) $@_suite
        $(MAKE) $@_suite
        bin/pre_$@.sh
@@ -58,6 +58,9 @@ intobjs :
 stringobjs :
        cd string ; $(MAKE) "CFLAGS=-Wall -I../../include"
 
+links :
+       bin/make_links.sh
+
 clean :
        cd blob ; $(MAKE) $@
        cd filename ; $(MAKE) $@
@@ -68,4 +71,5 @@ clean :
 
 bin_clean : clean
        rm -f *_suite
+       bin/remove_links.sh
 
index caaa9570614a85404215bc3668e66613f145c042..88ea84714a266277bc04bcd04b5d9d2f4ceb1c0c 100644 (file)
@@ -1,47 +1,45 @@
 #!/bin/sh
 
-if test -e links ; then
-       ln -s tcl/blob_p.tcl b_lowercase_p.tcl
-       ln -s tcl/blob_p.tcl b_odd_size_p.tcl
-       ln -s tcl/blob_p.tcl b_to_large_p.tcl
-       ln -s tcl/default_p.tcl default_p.tcl
-       ln -s tcl/filename_p.tcl f_lowercase_abs_p.tcl
-       ln -s tcl/filename_no_basedir_p.tcl f_lowercase_rel_no_basedir_p.tcl
-       ln -s tcl/filename_p.tcl f_lowercase_rel_p.tcl
-       ln -s tcl/filenamea_no_basedir_p.tcl fa_lowercase_no_basedir_p.tcl
-       ln -s tcl/filenamea_p.tcl fa_lowercase_p.tcl
-       ln -s tcl/int_p.tcl i_lowercase_p.tcl
-       ln -s tcl/int_p.tcl i_no_index_p.tcl
-       ln -s tcl/int_p.tcl i_store_existing_p.tcl
-       ln -s tcl/int_p.tcl i_store_multiple_p.tcl
-       ln -s tcl/int_p.tcl i_store_p.tcl
-       ln -s tcl/int_p.tcl i_string_available_p.tcl
-       ln -s tcl/int_p.tcl i_uppercase_p.tcl
-       ln -s tcl/inta_p.tcl ia_long_array_p.tcl
-       ln -s tcl/inta_p.tcl ia_lowercase_p.tcl
-       ln -s tcl/inta_p.tcl ia_no_index_p.tcl
-       ln -s tcl/inta_p.tcl ia_short_array_p.tcl
-       ln -s tcl/stringa_p.tcl ia_string_available_p.tcl
-       ln -s tcl/inta_p.tcl ia_uppercase_p.tcl
-       ln -s tcl/default_p.tcl param.tcl
-       ln -s tcl/stringa_p.tcl s_array_p.tcl
-       ln -s tcl/int_p.tcl s_int_available_p.tcl
-       ln -s tcl/string_p.tcl s_lowercase_p.tcl
-       ln -s tcl/string_p.tcl s_no_index_p.tcl
-       ln -s tcl/string_p.tcl s_store_existing_p.tcl
-       ln -s tcl/string_p.tcl s_store_multiple_p.tcl
-       ln -s tcl/string_p.tcl s_store_p.tcl
-       ln -s tcl/string_p.tcl s_store_whitespace_p.tcl
-       ln -s tcl/string_p.tcl s_uppercase_p.tcl
-       ln -s tcl/string_p.tcl s_whitespace_p.tcl
-       ln -s tcl/inta_p.tcl sa_int_available_p.tcl
-       ln -s tcl/stringa_p.tcl sa_long_array_p.tcl
-       ln -s tcl/stringa_p.tcl sa_lowercase_p.tcl
-       ln -s tcl/stringa_p.tcl sa_no_index_p.tcl
-       ln -s tcl/string_p.tcl sa_scalar_p.tcl
-       ln -s tcl/stringa_p.tcl sa_short_array_p.tcl
-       ln -s tcl/stringa_p.tcl sa_uppercase_p.tcl
-fi
+ln -s tcl/blob_p.tcl b_lowercase_p.tcl
+ln -s tcl/blob_p.tcl b_odd_size_p.tcl
+ln -s tcl/blob_p.tcl b_to_large_p.tcl
+ln -s tcl/default_p.tcl default_p.tcl
+ln -s tcl/filename_p.tcl f_lowercase_abs_p.tcl
+ln -s tcl/filename_no_basedir_p.tcl f_lowercase_rel_no_basedir_p.tcl
+ln -s tcl/filename_p.tcl f_lowercase_rel_p.tcl
+ln -s tcl/filenamea_no_basedir_p.tcl fa_lowercase_no_basedir_p.tcl
+ln -s tcl/filenamea_p.tcl fa_lowercase_p.tcl
+ln -s tcl/int_p.tcl i_lowercase_p.tcl
+ln -s tcl/int_p.tcl i_no_index_p.tcl
+ln -s tcl/int_p.tcl i_store_existing_p.tcl
+ln -s tcl/int_p.tcl i_store_multiple_p.tcl
+ln -s tcl/int_p.tcl i_store_p.tcl
+ln -s tcl/int_p.tcl i_string_available_p.tcl
+ln -s tcl/int_p.tcl i_uppercase_p.tcl
+ln -s tcl/inta_p.tcl ia_long_array_p.tcl
+ln -s tcl/inta_p.tcl ia_lowercase_p.tcl
+ln -s tcl/inta_p.tcl ia_no_index_p.tcl
+ln -s tcl/inta_p.tcl ia_short_array_p.tcl
+ln -s tcl/stringa_p.tcl ia_string_available_p.tcl
+ln -s tcl/inta_p.tcl ia_uppercase_p.tcl
+ln -s tcl/default_p.tcl param.tcl
+ln -s tcl/stringa_p.tcl s_array_p.tcl
+ln -s tcl/int_p.tcl s_int_available_p.tcl
+ln -s tcl/string_p.tcl s_lowercase_p.tcl
+ln -s tcl/string_p.tcl s_no_index_p.tcl
+ln -s tcl/string_p.tcl s_store_existing_p.tcl
+ln -s tcl/string_p.tcl s_store_multiple_p.tcl
+ln -s tcl/string_p.tcl s_store_p.tcl
+ln -s tcl/string_p.tcl s_store_whitespace_p.tcl
+ln -s tcl/string_p.tcl s_uppercase_p.tcl
+ln -s tcl/string_p.tcl s_whitespace_p.tcl
+ln -s tcl/inta_p.tcl sa_int_available_p.tcl
+ln -s tcl/stringa_p.tcl sa_long_array_p.tcl
+ln -s tcl/stringa_p.tcl sa_lowercase_p.tcl
+ln -s tcl/stringa_p.tcl sa_no_index_p.tcl
+ln -s tcl/string_p.tcl sa_scalar_p.tcl
+ln -s tcl/stringa_p.tcl sa_short_array_p.tcl
+ln -s tcl/stringa_p.tcl sa_uppercase_p.tcl
 
 touch links
 
diff --git a/allParam/test/f_lowercase_rel_no_basedir_p.tcl b/allParam/test/f_lowercase_rel_no_basedir_p.tcl
deleted file mode 100644 (file)
index 44b47da..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-set file(rname) test0.blob
-set file(aname) /test0.blob
-set file(rnamellarge) test1.blob
-set file(rnameodd) test2.blob
diff --git a/allParam/test/fa_lowercase_no_basedir_p.tcl b/allParam/test/fa_lowercase_no_basedir_p.tcl
deleted file mode 100644 (file)
index e6347f0..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-set file(namea0) test1.blob
-set file(namea1) /test0.blob
-set file(namea2) test3.blob
-set file(namea3) /test2.blob
-set file(namea4) test5.blob
-set file(namea5) /test4.blob
-set file(namea6) test7.blob
-set file(namea7) /test6.blob
-set file(namea9) test10.blob