Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-06 | (signatures): Remove definition. | Jim Meyering | |
Now, automake's gnupload handles this. (%.sig: %): Remove now-unused rule. (rel-files): Use automake's $(DIST_ARCHIVES), rather than `$(distdir).tar.bz2 $(distdir).tar.gz'. (emit-upload-commands): Adjust to use gnupload. | |||
2004-01-24 | (signatures): Comment out definition. | Jim Meyering | |
2004-01-23 | (header_regexp): Add exitfail. | Jim Meyering | |
2004-01-12 | (%.sig): Use .sig suffix rather than .asc. | Jim Meyering | |
2004-01-12 | (po-check): Ensure that cvsu works before using it. | Jim Meyering | |
2003-12-08 | (news-date-check): New rule. | Jim Meyering | |
(alpha beta major): Depend on it. | |||
2003-11-27 | (syntax-check-rules): Remove sc_xalloc_h_in_src from here, too. | Jim Meyering | |
2003-11-22 | (sc_xalloc_h_in_src): Remove rule. Subsumed by... | Jim Meyering | |
(sc_system_h_headers): Do this test only if sys2.h exists. | |||
2003-09-28 | (sc_cast_of_alloca_return_value): New rule. | Jim Meyering | |
(syntax-check-rules): Add it. | |||
2003-09-28 | (sc_cast_of_x_alloc_return_value): Also check for alloca casts. | Jim Meyering | |
2003-09-08 | (GZIP_ENV): Remove --rsyncable. | Jim Meyering | |
Didn't give enough of a benefit, mainly because it's not yet in wide enough use. | |||
2003-09-07 | (po-check): Use cvsu, so that a temporary source | Jim Meyering | |
file in lib/ or src/ doesn't induce an unwarranted failure. Add a kludge to filter out the sole generated source file that also has translatable messages: false.c. | |||
2003-08-26 | (local-check): Rename as... | Jim Meyering | |
(local-checks-available): this. (local-check): New. | |||
2003-08-26 | Apply changes from bison. | Jim Meyering | |
(WGETFLAGS): Define to `-C off'. Update all uses of $(WGET). | |||
2003-08-17 | (makefile-check): Add 0-9 to the range of characters disallowed between `@...@'. | Jim Meyering | |
2003-08-15 | (sc_sun_os_names): Use exclusion list in separate file. | Jim Meyering | |
2003-08-15 | (sc_space_tab): Use exclusion list in separate file. | Jim Meyering | |
2003-08-15 | (LC_ALL): Set to C. | Jim Meyering | |
2003-08-13 | Remove extra copy of cvs-diff-check rule. | Jim Meyering | |
Remove reference to config-log. | |||
2003-08-13 | (syntax checks): Use cvsu more (so we check only | Jim Meyering | |
version-controlled files), rather than hard-coding exclusions for generated files like cppi.c. | |||
2003-08-09 | (sc_sun_os_names): New rule. | Jim Meyering | |
(syntax-check-rules): Add it. | |||
2003-07-28 | (GZIP_ENV): Try Debian/gzip's new --rsyncable option. | Jim Meyering | |
2003-07-26 | (ME): Don't use trick suggested in Make manual. | Jim Meyering | |
It doesn't work for make-3.79.1. Reported by Christian Krackowizer. (sc_system_h_headers): Another syntax check. (syntax-check-rules): Add it to the list. | |||
2003-07-20 | (sc_changelog): Add another nit-picky check. | Jim Meyering | |
2003-07-15 | (%.asc): Remove target first, so gpg doesn't prompt us about it. | Jim Meyering | |
2003-07-13 | (%.asc): Renamed from %.sig. | Jim Meyering | |
Generate and use ascii-armored signatures. | |||
2003-07-13 | (syntax-check): Move each individual check into its own target. | Jim Meyering | |
(syntax-check-rules): This is the list of syntax-check targets. (sc_unmarked_diagnostics, sc_cast_of_argument_to_free): (sc_cast_of_x_alloc_return_value, sc_space_tab): (sc_error_exit_success, sc_xalloc_h_in_src): New targets. | |||
2003-06-06 | (syntax-check): Add commented-out (over-aggressive) rule. | Jim Meyering | |
2003-05-14 | (syntax-check): Add another check. | Jim Meyering | |
2003-05-10 | (syntax-check): Check for `error (EXIT_SUCCESS,'. | Jim Meyering | |
2003-05-01 | (syntax-check): Rename from alloc-check. | Jim Meyering | |
Also check for SPACE-TAB sequences. Also check for malloc/calloc/realloc casts. | |||
2003-04-15 | Remove (or replace-with-TAB(s) to retain alignment) | Jim Meyering | |
each sequence of spaces before a TAB character. | |||
2003-04-11 | (xalloc-check): Rename from header-check. | Jim Meyering | |
2003-04-06 | (makefile-check): New rule. | Jim Meyering | |
(local-check): Add it. | |||
2003-04-02 | (TMPDIR): Make sure it's defined. | Jim Meyering | |
(my-distcheck): Build in $(TMPDIR), not `.'. | |||
2003-03-14 | (prev_version_file): Don't use ?= for this particular | Jim Meyering | |
assignment, since it causes trouble with old versions of GNU make (e.g. 3.76.1). The other uses of `?=' are inoffensive. Details here. http://mail.gnu.org/archive/html/bug-coreutils/2003-03/msg00028.html Patch from Alexandre Duret-Lutz. | |||
2003-03-04 | (rel-files): Include $(signatures), so that | Jim Meyering | |
those files are also copied into $(release_archive_dir). | |||
2003-03-03 | (tag-prev-version, prev-cvs-tag): Remove now-unused variables. | Jim Meyering | |
2003-03-03 | (THIS_VERSION_REGEXP, PREV_VERSION_REGEXP): Remove now-unused variables. | Jim Meyering | |
2003-02-25 | (announcement): Now that ChangeLog entries | Jim Meyering | |
are output by announce-gen, don't do it here. | |||
2003-02-22 | (beta, major): New targets. Remove `release'. | Jim Meyering | |
Put them all together on a line. Pass the release type (via RELEASE_TYPE envvar) to the MAKE invocation of `announcement'. (announcement): Invoke announce-gen with --release-type=$RELEASE_TYPE. | |||
2003-02-22 | (news-r1, news-r2): Remove now-unused definitions. | Jim Meyering | |
2003-02-22 | (announcement): Now that NEWS entries are | Jim Meyering | |
extracted by announce-gen, don't do it here. | |||
2003-02-21 | Merge in changes from autoconf's version of this file. | Jim Meyering | |
(www-gnu): Define. (standards.texi-url_prefix): Use $(www-gnu). (make-stds.texi-url_prefix): Likewise. | |||
2003-02-02 | (makefile_path_separator_check): New rule. | Jim Meyering | |
(local-check): Add it to the list. | |||
2003-01-20 | (mail_gpg_sign_cookie): Remove now-unused definition. | Jim Meyering | |
2003-01-12 | exit nonzero for any failure | Jim Meyering | |
2003-01-12 | (cvs-update): Skip any file with local modifications. | Jim Meyering | |
2002-12-13 | (announcement): Invoke announce-gen. | Jim Meyering | |
2002-11-15 | (mail_gpg_sign_cookie): Backslash-escape `#'. | Jim Meyering | |
(release): Rename from `alpha'. (alpha): Depend on release. |