Changeset beaea0e in git


Ignore:
Timestamp:
Nov 26, 2020, 2:30:50 AM (3 years ago)
Author:
Max Horn <max@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
a09606c64366e1429af96facb1900bcd8a8674fa
Parents:
acbd65cb88b23a4271a7494672f740318bcc2bc6
git-author:
Max Horn <max@quendi.de>2020-11-26 02:30:50+01:00
git-committer:
Max Horn <max@quendi.de>2020-11-26 02:33:03+01:00
Message:
Remove old_modgen, modules, factory/old

Resolves #687
Files:
90 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • .gitattributes

    racbd65 rbeaea0e  
    33/Tst/ export-ignore
    44/doc/ export-ignore
    5 /factory/old/ export-ignore
    6 /old_modgen/ export-ignore
  • .gitignore

    racbd65 rbeaea0e  
    5454/m4/ltsugar.m4
    5555/m4/ltversion.m4
    56 /modules/include/config.h
    5756/MP/*
    5857/ntl/*
  • gfanlib/configure.ac

    racbd65 rbeaea0e  
    4747AC_LANG_POP()
    4848
    49 #AC_MSG_RESULT($ac_cv_singuname)
    50 #if test "$ac_cv_singuname" = unknown; then
    51 #  AC_MSG_WARN(Unknown architecture: Check singuname.sh)
    52 #  ac_cv_singuname="unknown"
    53 #fi
    54 #AC_DEFINE_UNQUOTED(S_UNAME, "$ac_cv_singuname")
    55 #SINGUNAME=$ac_cv_singuname
    56 #AC_SUBST(SINGUNAME)
    57 
    5849AC_CONFIG_FILES([Makefile])
    5950## AC_CONFIG_HEADERS([config.h])
  • make_tar.sh

    racbd65 rbeaea0e  
    2626command rm singular-$VERSION/.gdbinit singular-$VERSION/*/.gdbinit singular-$VERSION/*/*/.gdbinit singular-$VERSION/*/*/*/.gdbinit
    2727command rm singular-$VERSION/IntegerProgramming/README
    28 command rm -rf singular-$VERSION/modules
    29 command rm -rf singular-$VERSION/factory/old
    3028cd singular-$VERSION
    3129./autogen.sh
Note: See TracChangeset for help on using the changeset viewer.