Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
/me is stupid. Making a directory called core breaks the make clean because it tries...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 29 Jan 2004 18:26:10 +0000 (18:26 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 29 Jan 2004 18:26:10 +0000 (18:26 +0000)
commit092910cd23c789eb83b53efb69e85ae58ed3b1d0
treea68cb49c9c10e297b39d918ac4da7514e593f38b
parentac6456bcb4a2a713c60fa36ce616d7a9687917c9
/me is stupid. Making a directory called core breaks the make clean because it tries to remove cruft called core. Thus, mv core Core

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@22 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/xbt/config.c [new file with mode: 0644]
src/xbt/dict.c [new file with mode: 0644]
src/xbt/dict_cursor.c [new file with mode: 0644]
src/xbt/dict_elm.c [new file with mode: 0644]
src/xbt/dict_multi.c [new file with mode: 0644]
src/xbt/dict_private.h [new file with mode: 0644]
src/xbt/dynar.c [new file with mode: 0644]
src/xbt/error.c [new file with mode: 0644]
src/xbt/log.c [new file with mode: 0644]
src/xbt/log_default_appender.c [new file with mode: 0644]
src/xbt/module.c [new file with mode: 0644]