Diff for /rpl/tools/Makefile.am between versions 1.14 and 1.15

version 1.14, 2010/05/09 15:43:50 version 1.15, 2010/05/19 09:22:42
Line 11  all: Line 11  all:
     \mv -f $$TMP @UNITS@/Makefile      \mv -f $$TMP @UNITS@/Makefile
     @list='$(subdirs)'; for subdir in $$list; do \      @list='$(subdirs)'; for subdir in $$list; do \
         echo "Making $@ in $$subdir"; \          echo "Making $@ in $$subdir"; \
         $(MAKE) -C $$subdir $@ ; \          if [ $$subdir = @OPENSSL@ ]; then \
               $(MAKE) -C $$subdir -j1 $@; \
           else \
               $(MAKE) -C $$subdir $@; \
           fi; \
     done;      done;
     if [ ! -f @OPENSSL@/tests_success ]; then \      if [ ! -f @OPENSSL@/tests_success ]; then \
         (cd @OPENSSL@ && $(MAKE) test && touch tests_success); \          (cd @OPENSSL@ && $(MAKE) test && touch tests_success); \

Removed from v.1.14  
changed lines
  Added in v.1.15


CVSweb interface <joel.bertrand@systella.fr>