Changeset b85587 in git


Ignore:
Timestamp:
Apr 23, 2009, 10:46:09 AM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7a6a604d9755cc993d383a42c5862ce78804a98e
Parents:
365c34b556161bac4304e9d63cab6f5944a52a06
Message:
*hannes: static build


git-svn-id: file:///usr/local/Singular/svn/trunk@11738 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r365c34 rb85587  
    314314        sleep 1
    315315        echo "#define HAVE_STATIC" > static.h
    316         (cd ../kernel;${MAKE} LD_STATIC=1 depend install-bindist;cd ../Singular)
     316        (cd ../kernel;rm -f mod_raw.o;${MAKE} LD_STATIC=1 depend install-bindist;cd ../Singular)
    317317        ${MAKE} LD_STATIC=1 S_EXT="-static" depend Singular-static
    318318        echo "#undef HAVE_STATIC" > static.h
Note: See TracChangeset for help on using the changeset viewer.