Changeset d8431c in git


Ignore:
Timestamp:
Jul 9, 2010, 4:25:59 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
223fd46d004926e3316f9458ee7d3fb6487c90f6
Parents:
cddf288ee272711fee19a3c624112f582bc30981
Message:
feVersionId0 removed

git-svn-id: file:///usr/local/Singular/svn/trunk@12967 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.in

    rcddf28 rd8431c  
    232232endif
    233233
    234 all:    kversion.h libkernel.a libkernel_g.a mmalloc.o ${DL_LIBS} ${DL_LIBSG} ${OBJS2}
     234all:    libkernel.a libkernel_g.a mmalloc.o ${DL_LIBS} ${DL_LIBSG} ${OBJS2}
    235235
    236236libkernel.a: ${OBJS}
     
    239239
    240240p_Procs_Lib.o: p_Procs_Lib.inc
    241 
    242 kversion.h: ${SOURCES} ${HEADERS} Makefile.in mod2.h.in
    243         echo "#define feVersionId0 "  `date '+%Y%m%d%H'` >kversion.h
    244241
    245242# Hmm compiling with -fomit-frame-pointer resulted in access violation
     
    320317
    321318distclean: clean
    322         -rm -f *~ .\#* kversion.h
     319        -rm -f *~ .\#*
    323320        -rm -f mod2.h Makefile TAGS* tags config.status config.cache config.log
    324321
  • kernel/dError.c

    rcddf28 rd8431c  
    1515#include "mod2.h"
    1616#include "../Singular/distrib.h"
    17 #ifdef p_Procs_Static
    18 #include "kversion.h"
    19 #endif
    2017#ifdef HAVE_CONFIG_H
    2118#include "omalloc.h"
    22 #endif
    23 #ifdef MAKE_DISTRIBUTION
    24 #include "kversion.h"
    2519#endif
    2620
     
    4842  fprintf(stderr, "\n// !!! YOU HAVE FOUND A BUG IN SINGULAR.");
    4943  fprintf(stderr, "// !!! Please, email the following output to singular@mathematik.uni-kl.de");
    50   fprintf(stderr, "// !!! Singular Version: " S_UNAME S_VERSION1 " (%d)\n",
    51           feVersionId0);
     44  fprintf(stderr, "// !!! Singular Version: " S_UNAME S_VERSION1 "\n");
    5245  vfprintf(stderr, fmt, ap);
    5346#endif
  • kernel/misc.cc

    rcddf28 rd8431c  
    2525#include "ring.h"
    2626#include "p_Procs.h"
    27 #include "kversion.h"
    2827
    2928#define SI_DONT_HAVE_GLOBAL_VARS
Note: See TracChangeset for help on using the changeset viewer.