aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
AgeCommit message (Collapse)AuthorFiles
2015-09-01Include gnulib and paxutils as submodules.Sergey Poznyakoff1
* gnulib: New submodule. * paxutils: New submodule. * .gitignore: Updage * .gitmodules: Update * README-hacking: Update. * bootstrap: Install slightly modified version from the gnulib repo. * bootstrap.conf: Add paxutils-related stuff. * po/.gitignore: Update. * tests/symlink-bad-length.at: Fix expected output. * src/copyin.c: Tiny change. * src/util.c: Likewise.
2014-01-31Fix package name recognition in bootstrap.Sergey Poznyakoff1
The script logic failed if AC_INIT was split among two lines. Reported by Pavel. * bootstrap (extract_package_name): Rewrite as m4 script to allow for multiline AC_INIT.
2014-01-30Update copyright years.Sergey Poznyakoff1
2014-01-28Distribute rmt.8; update build systemSergey Poznyakoff1
* NEWS: Update. * bootstrap (gnulib_extra_files): Remove "missing" * configure.ac: Do not distribute shar archive. Define CPIO_MT_COND * doc/Makefile.am: Always install manpages (mt.1 and rmt.8 -- depending on whether the corresponding programs are built). * doc/cpio.1: Update. * doc/mt.1: Update. * lib/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. * src/Makefile.am: Likewise. * tests/Makefile.am: Likewise.
2010-07-22Fix bootstrapping.Sergey Poznyakoff1
* bootstrap (symlink_to_dir): Fix symlink calculation.
2010-02-11Update copyright years.Sergey Poznyakoff1
2009-07-31Fix mt and make sure it is always build during distcheck.Sergey Poznyakoff1
Minor fixes in cpio. * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): New variable. Ensure that distcheck builds mt. * bootstrap: Patch Makefile.in to honor AM_DISTCHECK_CONFIGURE_FLAGS. * gnulib.modules: add argp-version-etc and progname. * src/Makefile.am: Remove useless dependency. * src/copyin.c (long_format): Fix printf arguments. * src/copyout.c (read_for_checksum): Return unsigned long. (process_copy_out): Remove unused variable. * src/extern.h (crc): Change type to unsigned long. (program_name): Remove. * src/global.c: Likewise. * src/main.c: Include argp-version-etc.h and progname.h (argp_program_version): Remove. (program_authors): New global. (options): Remove the 'Informative options' group. These are handled automatically by argp. (parse_opt): Likewise. (licence): Remove. This info is output by --version. (process_args): Remove useless test. (main): Use set_program_name and argp_version_setup. * src/mt.c: Remove superfluous includes. Include argp-version-etc.h and progname.h Use argp to parse arguments. Supply the fatal_exit function. * tests/version.at: Update for the new --version output. * THANKS: Add Peter Breitenlohner. * AUTHORS: Update Sergey's email.
2009-06-22Fix bootstrapSergey Poznyakoff1
* bootstrap: do not modify original system.h, create a copy of it instead.
2009-06-20Version 2.10Sergey Poznyakoff1
2009-06-19Make sure the structs used for I/O mapping are not padded.Sergey Poznyakoff1
* am/flushleft.m4, am/pack.m4: New files. * Makefile.am (ACLOCAL_AMFLAGS): Add -I am. * bootstrap: Fix arguments to aclocal. * configure.ac: Call CPIO_PACKED_STRUCTS. * src/cpiohdr.h: Ensure old_cpio_header, old_ascii_header and new_ascii_header are packed.
2009-03-07Refelect changes to paxutilsSergey Poznyakoff1
2009-02-14Minor fixSergey Poznyakoff1
2009-02-14Fix bootstrapSergey Poznyakoff1
2009-02-14Switch to GitSergey Poznyakoff1
2008-03-06* bootstrap: Update .cvsignore files.Sergey Poznyakoff1
* po/.cvsignore: Update.
2008-03-06Sync with tarSergey Poznyakoff1
2008-02-08Fix mingw build. Thanks to Robert Millan.Sergey Poznyakoff1
* NEWS, THANKS: Update. * bootstrap: Create lib/system.c, m4/sysdep.m4, update lib/system.h. * mingw.m4, sysdep.m4: New files. * configure.ac: Raise version number to 2.9.90. Call CPIO_SYSDEP. Remove the call to gl_USE_SYSTEM_EXTENSIONS. (AC_CHECK_HEADERS): Add process.h sys/ioctl.h * lib/Makefile.am (libcpio_a_SOURCES): Add system.c * src/idcache.c: Include system.h * src/userspec.c: Remove alloca stuff (already handled by gnulib). Include alloca.h. Remove useless declarations of get.* functions. * src/util.c: Include sys/ioctl.h conditionally.
2007-06-28Update for the change of TP URLSergey Poznyakoff1
2007-06-27Relicense under GPLv3Sergey Poznyakoff1
2007-05-18Update from tar repositorySergey Poznyakoff1
2006-12-18Synch with tarSergey Poznyakoff1
2006-09-27Imported from tarSergey Poznyakoff1
2006-07-03(update_po): Fix single translation updateSergey Poznyakoff1
2005-11-12Minor fixSergey Poznyakoff1
2005-10-28If file `.bootstrap' exists in the cwd and is readable, prepend its contents ↵Sergey Poznyakoff1
to the command line.
2005-05-23(copy_files): Create destination directory if it does not exist.Sergey Poznyakoff1
2005-05-19(copy_files): Accept optional third argument: a prefixSergey Poznyakoff1
to be appended to destination file names. Import paxutils/paxlib files.
2005-05-19Port recent changes from tar bootstrap.Sergey Poznyakoff1
2005-01-06Add 'fileblocks' gnulib moduleSergey Poznyakoff1
Create paxutils.m4
2004-12-20(update_po): Give -r to wget. Always remove index.htmlSergey Poznyakoff1
Ignore alloca-opt module (it duplicates alloca)
2004-11-23Add unlocked-ioSergey Poznyakoff1
2004-09-08Install po files by defaultSergey Poznyakoff1
2004-09-06New fileSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.