swig/Tools
Marcelo Matus c2dff1e487 Added 'sleep 3' workaround.
When used, it reduces the time for compile the
test-suite from 23 minutes to 2 minutes. It also
reduces plain swig compilation

This is how it is used:

1.- copy or link the Tools/sleep program
    into a directory in your path, like ${HOME}/bin.

2.- check the right path for the real sleep program,
    now it says

       SLEEP=/bin/sleep

    but in your system could be different

3.- compile like this

      NOSLEEP=1 make
      NOSLEEP=1 make check-python-test-suite

    or

      export NOSLEEP=1
      make
      make check-python-test-suite

    just rembember to unset NOSLEEP if you are
    not using it anymore.

I don't see any problem in the compilation
if sleep is deactivated. But if in your
system/platform the compilation fails,
just don't set NOSLEEP, and the compilation
will go back to sleep as usual again.


This is just a work around until the the 'sleep 3'
problem is further analized.

Marcelo


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5531 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-12-11 00:14:57 +00:00
..
config Detection of Python library in installed macros (which probably should be synchronized with those used in configure.in) 2003-11-10 15:34:08 +00:00
WAD Tcl file loading patch. 2003-11-11 21:21:11 +00:00
.cvsignore *** empty log message *** 2003-04-28 22:50:30 +00:00
capitalize Solaris /usr/bin/tr does not accept ranges in form "a-z". So put in 2003-03-22 11:18:27 +00:00
check-include-path.pike The great merge 2002-11-30 22:01:28 +00:00
mkdist.py Update for recent build changes. Source directory clean no longer needed. Use ./autogen.sh. 2002-12-27 16:52:29 +00:00
setup.py.tmpl The great merge 2002-11-30 22:01:28 +00:00
sleep Added 'sleep 3' workaround. 2003-12-11 00:14:57 +00:00
swig.spec.1 The great merge 2002-11-30 22:01:28 +00:00