Changeset d738a3a in git
- Timestamp:
- Feb 7, 2011, 3:13:28 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- cf488668e592146bafd32ce1027dd0c6af586efa
- Parents:
- 9d215a1e7a7792bb30b85b8bb08e5ce8ce2819ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
r9d215a rd738a3a 360 360 sleep 1 361 361 echo "#define HAVE_STATIC" > static.h 362 rm -f pyobject_setup.o363 (cd ../kernel;rm -f mod_raw.o;${MAKE} LD_STATIC=1 depend;${MAKE} LD_STATIC=1 install-bindist;cd ../Singular)364 ${MAKE} LD_STATIC=1 S_EXT="-static" dependSingular-static362 (cd ../kernel;rm -f mod_raw.o;${MAKE} LD_STATIC=1 depend install-bindist;cd ../Singular) 363 ${MAKE} LD_STATIC=1 S_EXT="-static" depend 364 ${MAKE} LD_STATIC=1 S_EXT="-static" Singular-static 365 365 echo "#undef HAVE_STATIC" > static.h 366 366
Note: See TracChangeset
for help on using the changeset viewer.