Changeset 502 in MondoRescue for branches/stable/mondo
- Timestamp:
- Apr 30, 2006, 12:37:43 AM (19 years ago)
- Location:
- branches/stable/mondo
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/bootstrap
r500 r502 28 28 make maintainer-clean >/dev/null 2>&1 29 29 libtoolize -f -c --automake 30 gettextize -c -f --no-changelog < /dev/null 30 cp /usr/bin/gettextize . 31 perl -pi -e 's~read dummy < /dev/tty~~' gettextize 32 ./gettextize -c -f --no-changelog < /dev/null 33 rm -f gettextize 31 34 aclocal -I m4 32 35 autoheader -
branches/stable/mondo/configure.in
r501 r502 123 123 AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr]) 124 124 125 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 po/Makefile.in])125 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]) -
branches/stable/mondo/mondo/common/newt-specific.c
r501 r502 1253 1253 _(" done; %2ld:%02ld to go"), 1254 1254 time_remaining / 60, time_remaining % 60); 1255 printf(_("---progress-form---4--- %s "), taskprogress, "\r\n");1255 printf(_("---progress-form---4--- %s\r\n"), taskprogress); 1256 1256 } else { 1257 1257 center_string(blurb1, 54);
Note:
See TracChangeset
for help on using the changeset viewer.