Makefile updated
authorJan Pospíšil <honik@ntc.zcu.cz>
Wed, 13 Aug 2008 14:17:55 +0000 (14:17 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Wed, 13 Aug 2008 14:17:55 +0000 (14:17 +0000)
org.glite.testsuites.ctb/LB/Makefile
org.glite.testsuites.ctb/LB/Readme.txt

index 34295c1..90ae756 100644 (file)
@@ -6,9 +6,9 @@ all: $(EXEC)
 
 testSocket: testSocket.c
        $(CC) -o $@ $< $(CFLAGS) 
+       rm -f tests 
+       ln -fs . tests
 
 clean:
-       rm -rf *.o
+       rm -rf *.o tests $(EXEC)
 
-mrproper: clean
-       rm -rf $(EXEC)
index ecc0213..e723785 100644 (file)
@@ -12,10 +12,8 @@ Prerequisities for all tests:
    GLITE_LOCATION - PATH to gLite software
    SAME_SENSOR_HOME - PATH to sensors (might be set to "." for testSocket sensor)
 
-- one may also need to run:
-
-$ make
-$ ln -s . tests
+- one may also need to run make to build the testSocket binary
+  and create link tests -> . (to be used for local SAME_SENSOR_HOME)
 
 
 lb-test-logger-remote.sh