Changeset 788 in MondoRescue


Ignore:
Timestamp:
Sep 13, 2006, 2:52:44 PM (18 years ago)
Author:
Bruno Cornec
Message:

source directory is now src

Location:
trunk
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/ChangeLog

    r764 r788  
    33MONDO CHANGES
    44
    5 2.3.0 (2006-07-30)
     53.0.0 (2006-08-30)
    66- indent on source files
    77- asprintf used instead of malloc_string + sprintf/strcpy/strcat without verifications. Optimisations on memory consumption (allocate only size needed + remove memory leaks) (Bruno Cornec)
  • trunk/mondo/Makefile.am

    r783 r788  
    11AUTOMAKE_OPTIONS = 1.7
    2 SUBDIRS        = m4 mondo po
     2SUBDIRS        = m4 src po
    33man8_MANS      = docs/man/mondoarchive.8 docs/man/mondorestore.8
    44
  • trunk/mondo/configure.in

    r783 r788  
    1111define(MONDO_TAG,MONDO_VER-MONDO_REV)
    1212AC_INIT([Mondo Rescue],MONDO_TAG,[mondo-devel@lists.sourceforge.net])
    13 AC_CONFIG_SRCDIR([mondo/mondoarchive/main.c])
     13AC_CONFIG_SRCDIR([src/mondoarchive/main.c])
    1414AM_CONFIG_HEADER(config.h)
    1515
     
    127127AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr strspn getline asprintf trunc vasprintf])
    128128
    129 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/lib/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile])
     129AC_OUTPUT([Makefile src/Makefile src/common/Makefile src/lib/Makefile src/mondoarchive/Makefile src/mondorestore/Makefile src/restore-scripts/Makefile src/restore-scripts/mondo/Makefile src/restore-scripts/usr/Makefile src/restore-scripts/usr/bin/Makefile src/post-nuke.sample/Makefile src/post-nuke.sample/usr/Makefile src/post-nuke.sample/usr/bin/Makefile])
  • trunk/tools/mg

    r783 r788  
    1 egrep -ri $* . | egrep -v '\.svn|~:'
     1egrep -ri -w $* . | egrep -v '\.svn|~:'
Note: See TracChangeset for help on using the changeset viewer.