Changeset 899 in MondoRescue for branches/stable/mondo


Ignore:
Timestamp:
Oct 23, 2006, 12:13:04 AM (19 years ago)
Author:
Bruno Cornec
Message:
  • src directory used in Makefile
  • new announce
  • fix for italian mirror
  • first try for an x86_64 generation

-busybox handles modules again (should fix some bugs)

Location:
branches/stable/mondo
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/Makefile.am

    r541 r899  
    11AUTOMAKE_OPTIONS = 1.7
    2 SUBDIRS        = mondo
     2SUBDIRS        = src
    33man8_MANS      = docs/man/mondoarchive.8 docs/man/mondorestore.8
  • branches/stable/mondo/configure.in

    r553 r899  
    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
     
    1818AC_ARG_PROGRAM
    1919
    20 AM_INIT_AUTOMAKE([mondo], MONDO_VER)
     20AM_INIT_AUTOMAKE([src], MONDO_VER)
    2121AM_MAINTAINER_MODE
    2222
     
    121121AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr])
    122122
    123 AC_OUTPUT([Makefile mondo/Makefile mondo/common/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])
     123AC_OUTPUT([Makefile src/Makefile src/common/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])
  • branches/stable/mondo/src/mondoarchive/Makefile.am

    r541 r899  
    99sbin_PROGRAMS        = mondoarchive
    1010mondoarchive_SOURCES = main.c mondo-cli.c
    11 mondoarchive_LDADD   = ${top_builddir}/mondo/common/libmondo.a
     11mondoarchive_LDADD   = ${top_builddir}/src/common/libmondo.a
  • branches/stable/mondo/src/mondorestore/Makefile.am

    r423 r899  
    1212mondorestore_SOURCES  = mondo-prep.c mondo-restore.c mondo-rstr-newt.c \
    1313                        mondo-rstr-compare.c mondo-rstr-tools.c
    14 mondorestore_LDADD    = ${top_builddir}/mondo/common/libmondo.a @MONDORESTORE_STATIC@
     14mondorestore_LDADD    = ${top_builddir}/src/common/libmondo.a @MONDORESTORE_STATIC@
  • branches/stable/mondo/src/restore-scripts/Makefile.am

    r424 r899  
    1 SUBDIRS = mondo usr
     1SUBDIRS = src usr
    22
    33restoreetcdir       = $(pkgdatadir)/restore-scripts/etc
Note: See TracChangeset for help on using the changeset viewer.