[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Makefile between version 1.326 and 1.327

version 1.326, 2012/11/04 17:12:36 version 1.327, 2013/01/11 05:18:50
Line 319 
Line 319 
         cd ../distrib && \          cd ../distrib && \
             ${MAKE} && exec ${SUDO} ${MAKE} install              ${MAKE} && exec ${SUDO} ${MAKE} install
   
 # Becasue the moduli sizes > 4096 are not commonly used, and because they  # Because the moduli sizes > 4096 are not commonly used, and because they
 # take a long time to generate we update the <= 4096 ones more frequently.  # take a long time to generate we update the <= 4096 ones more frequently.
 DHSIZE=1024 1536 2048 3072 4096  DHSIZE=1024 1536 2048 3072 4096
 update-moduli: moduli.6144 moduli.8192  update-moduli: moduli.6144 moduli.8192

Legend:
Removed from v.1.326  
changed lines
  Added in v.1.327