------------------------------------------------------------
revno: 2119 [merge]
committer: Rene Engelhard <[email protected]>
branch nick: debian
timestamp: Mon 2010-10-04 00:02:09 +0200
message:
  remove apparently obsolete hack for subsequenttests
modified:
  rules
=== modified file 'rules'
--- a/rules     2010-10-03 15:43:43 +0000
+++ b/rules     2010-10-03 22:02:09 +0000
@@ -2130,13 +2130,8 @@
        cd $(SOURCE_TREE) && \
                export PATH=$(BUILD_PATH); \
                . $(CURDIR)/$(SOURCE_TREE)/*Env*.sh; \
-               if echo $(CURDIR)/ | grep -q ~; then \
-                       cd instsetoo_native && \
-                       OOO_SUBSEQUENT_TESTS=x ../solenv/bin/build.pl --all; \
-               else \
-                       chmod 755 solenv/bin/subsequenttests && \
-                       solenv/bin/subsequenttests; \
-               fi
+               chmod 755 solenv/bin/subsequenttests && \
+               solenv/bin/subsequenttests
 endif
 
 install: $(STAMP_DIR)/install

Reply via email to