summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* - Default to use NLS when NLS binaries are available (minorAndreas Gruenbacher2006-01-211-2/+8
| | | | changes by agruen@suse.de).
* - Tru64 /bin/sh complains when $(call ) is used without ; on eachAndreas Gruenbacher2006-01-201-4/+4
| | | | line of the define.
* - Clear up the internal make rules so make -d is not so verbose.Andreas Gruenbacher2006-01-201-0/+10
|
* - doc/README and doc/quilt.1 depend on compat/getopt being builtAndreas Gruenbacher2006-01-161-11/+8
| | | | | | | prior to their generation. As the phony target 'compat' cant be used as a prereq, except to other phony targets, $(COMPAT) has been added to refer to all necessary compat/ objects. - bin/*.in should be regenerated after a change to Makefile.
* - John Vandenberg <jayvdb@gmail.com>: Make check depends onAndreas Gruenbacher2006-01-151-9/+44
| | | | | | | | | | programs that have been configured with --with-<name>=<prog>. Make dependencies would get confused by symlinks, so create wrappers in compat/ for make check. - Remove binaries in compat/ that are not listed in COMPAT_PROGRAMS or COMPAT_SYMLINKS. - configure.ac: use --without-$foo instead of --with-foo=none. - Fix processing of translations again, and update de.po.
* - Move scripts directory to quilt/scripts to simplify running quiltAndreas Gruenbacher2006-01-141-155/+154
| | | | | | directly from the source tree. - test/Makefile: merge into Makefile.in (target check). - Makefile.in: clean up.
* - Use better variable names to avoid name clashes.Andreas Gruenbacher2006-01-141-16/+13
|
* - Use the quilt version in the source tree instead of theAndreas Gruenbacher2006-01-141-0/+3
| | | | installed version for running the test suite.
* Make sure that the manpage is generated without translation in it, ↵Martin Quinson2005-12-011-4/+4
| | | | disregarding the settings of the build host
* - Makefile.in: don't strip the backup-files binary in the installAndreas Gruenbacher2005-11-041-1/+1
| | | | | | target. - quilt.spec.in: set the CFLAGS to $RPM_OPT_FLAGS, and pass on the RPM release number when building quilt.
* - Makefile.in: Fix extra spaces in foreach command which were causingJean Delvare2005-09-221-1/+1
| | | | "missing separator" errors. Patch from Gary V. Vaughan.
* - configure.ac, Makefile.in: Make the cp, date and tr binariesJean Delvare2005-09-211-0/+3
| | | | | user-selectable. - configure.ac: Test grep and tr features.
* - Makefile.in: Fix compat/tail symlink creation. Fix variable exportingJean Delvare2005-09-201-3/+6
| | | | | | | bashism. - configure.ac: Use grep >/dev/null instead of grep -q for compatibility. Test for grep -q, some quilt scripts need it. - test/Makefile: Fix varible exporting and script sourcing bashisms.
* - Avoid spurious rebuilds because of unnecessary chmod.Andreas Gruenbacher2005-09-191-1/+3
|
* - Makefile.in: Fix when COMPAT_PROGRAMS is empty.Andreas Gruenbacher2005-09-191-1/+1
|
* - Makefile.in: Fix harmless error message in reference rule.Jean Delvare2005-09-191-1/+1
|
* - Rename MTA program to SENDMAIL, and improve configure.acAndreas Gruenbacher2005-09-191-6/+12
| | | | | | | (from John Vandenberg again, as several other recent things -- thanks!) - Must build the compatibility programs before creating the command reference (which extracts the help texts).
* - Fix --disable-nls.Andreas Gruenbacher2005-09-191-1/+1
|
* - Add a missing $(BUILD_ROOT) and fix compat-symlink dependencies.Andreas Gruenbacher2005-09-181-5/+5
|
* - Makefile.in: Add a dependency of all to COMPAT_PROGRAMS whichAndreas Gruenbacher2005-09-181-1/+1
| | | | | was lost somewhere. Fix internal "mta" program. - Get rid of ``grep -E''.
* - Fix a few things in po/quilt.pot generation.Andreas Gruenbacher2005-09-181-5/+6
| | | | | | | | - Always create the mta symlink in compat/. Replace "@MTA@" with "mta" in scripts. Replace mta check in configure.ac with QUILT_COMPAT_PROG_PATH. - quilt/main.in: Add a User-Agent header. - Update the German translation.
* - Makefile.in: remove obsolete substitutions.Andreas Gruenbacher2005-09-181-8/+0
|
* - Remove config.h, and use @DEFS@ in Makefile.in insteadAndreas Gruenbacher2005-09-181-9/+9
| | | | (Gary V. Vaughan <gary@gnu.org>).
* - Merge po/Makefile into Makefile.in. Add a lost @false toAndreas Gruenbacher2005-09-181-19/+45
| | | | Makefile.in.
* - lib/backup-files.c: add missing dependency on config.h. CheckAndreas Gruenbacher2005-09-181-6/+5
| | | | | for chmod and fchmod support. Remove two unnecessary chmod calls. - Makefile.in: fix cyclic dependency on Makefile.
* - Need to add -I. to CPPFLAGS.Andreas Gruenbacher2005-09-181-1/+1
|
* - Remove compatibility shell functions and convert them toAndreas Gruenbacher2005-09-181-12/+1
| | | | standalone scripts.
* - Replace @INSTALL@ with $(INSTALL) and @BASH@ with $(BASH) inAndreas Gruenbacher2005-09-181-24/+24
| | | | Makefile.in.
* - Remove compat/compatfns when no compatibility functions areAndreas Gruenbacher2005-09-181-6/+10
| | | | included. Clean up some Makefile dependencies.
* - Only add compat/ directory to PATH if it exists. Only create itAndreas Gruenbacher2005-09-171-7/+1
| | | | when necessary.
* - Merge compatibility layer from John Vandenberg <jayvdb@gmail.com>.Andreas Gruenbacher2005-09-171-6/+53
|
* - Makefile.in: Add missing dependency of doc/README on quilt/*.Jean Delvare2005-09-151-4/+4
| | | | - Makefile.in: Rewrite non-portable sed command in "reference" rule.
* - Omitting the search directory in "find" is not portable; add an explicitJean Delvare2005-09-151-2/+2
| | | | "." (Gary V. Vaughan, John Vandenberg).
* - Use old sh syntax.Andreas Gruenbacher2005-09-151-1/+1
|
* - Fix quilt.spec generation after the Sep 14 change.Andreas Gruenbacher2005-09-151-8/+8
|
* - Makefile.in: Use @BASH@ instead of bash (John Vandenberg).Jean Delvare2005-09-141-5/+4
| | | | | - Makefile.in: Use `foo` instead of $$(foo) for compatibility. - Makefile.in: Drop call to chmod --reference (Gary V. Vaughan).
* - Add a missing dependency.Andreas Gruenbacher2005-09-111-1/+1
|
* - doc/README needs the same $EDITOR filtering quirk we just added forJean Delvare2005-09-061-1/+3
| | | | doc/quilt.1.
* - Merge doc/sample.quiltrc into quilt.quiltrc, and delete it. It will beJean Delvare2005-09-061-2/+1
| | | | easier to maintain a single configuration file.
* - Makefile.in: Filter out expanded $EDITOR in quilt.1. This value beingJean Delvare2005-09-061-1/+2
| | | | set at installation time may be irrelevant at execution time.
* - configure.ac, Makefile.in: Support GCC and other compilers. AllowJean Delvare2005-08-281-3/+11
| | | | executable extensions (non-Unix.) Original patch from John Vandenberg.
* - Makefile.in: add test/Makefile and test/test.quiltrc to SRC, so thatJean Delvare2005-07-291-1/+2
| | | | they get included into the tarball by make dist.
* - Makefile.in: Drop pointless dependency between quilt commandJean Delvare2005-07-221-2/+0
| | | | files and scripts.
* - uninstall target: remove $(LIB_DIR) as well.Andreas Gruenbacher2005-07-181-0/+1
|
* - quilt/annotate.in: Fix case where the file is created/deletedAndreas Gruenbacher2005-07-181-2/+13
| | | | | by a patch. - Makefile.in: add uninstall target.
* - Use wildcard to generate the list of all commands in MakefileAndreas Gruenbacher2005-07-141-4/+1
| | | | | instead of explicitly listing them. - Helptext improvements.
* - Makefile.in: Properly set LINGUAS before running "make all" inJean Delvare2005-07-071-2/+2
| | | | | | subdirectory po. This ensures that all .mo files will actually be built. - Makefile.in: Delete po/*.mo only once on "make clean".
* - Remove outdated BUGS file and references.Andreas Gruenbacher2005-07-021-1/+1
| | | | | - refresh command: don't write into existing patches but create new files instead to avoid overwriting hardlinked copies.
* - Add fix for refresh --strip-trailing-whitespace option: nowAndreas Gruenbacher2005-06-181-1/+2
| | | | | | | refresh always checks for trailing whitespace and reports it per file and line number. With --strip-trailing-whitespace it strips the whitespace from the patch and from the affected files in the working tree.
* - Add new annotate command.Andreas Gruenbacher2005-06-181-3/+3
|