summaryrefslogtreecommitdiff
path: root/Makefile.maint
Commit message (Collapse)AuthorAgeFilesLines
* Whoops: s/sc_src_tight_scope/sc_tight_scope/Jim Meyering2004-04-281-1/+1
|
* Rename to sc_tight_scope.Jim Meyering2004-04-271-4/+5
| | | | (syntax-check-rules): Really add it.
* (sc_src_functions_have_static_scope): New rule.Jim Meyering2004-04-271-0/+4
| | | | (syntax-check-rules): Add it.
* (sc_trailing_blank): New rule.Jim Meyering2004-04-191-9/+17
| | | | (syntax-check-rules): Add it.
* (sc_prohibit_jm_in_m4): New rule.Jim Meyering2004-04-171-0/+11
| | | | (syntax-check-rules): Add to the list.
* (.re-list): New rule/file, to replace hard-coded list of header file names.Jim Meyering2004-04-091-28/+13
| | | | (sc_system_h_headers): Use the new file.
* (header_regexp): Add file-type.h.Jim Meyering2004-04-091-4/+5
| | | | (sc_system_h_headers): Don't look for sys2.h anymore.
* (sc_dd_max_sym_length): New target.Jim Meyering2004-04-081-0/+16
| | | | (syntax-check-rules): Add it.
* align some continuation-backslashesJim Meyering2004-04-011-8/+8
|
* tweak indentationJim Meyering2004-04-011-1/+1
|
* remove obsolete commentJim Meyering2004-04-011-3/+0
|
* also check for atollJim Meyering2004-03-311-3/+3
|
* add commentsJim Meyering2004-03-301-0/+3
|
* (sc_prohibit_atoi_atof): New rule.Jim Meyering2004-03-301-0/+8
| | | | (syntax-check-rules): Add it.
* (alpha beta major): `Make' the emit_upload_commandsJim Meyering2004-03-151-1/+1
| | | | target before updating $(prev_version_file).
* (emit_upload_commands): new targetJim Meyering2004-02-071-12/+11
| | | | (alpha beta major): `$(MAKE)' it.
* add missing quoteJim Meyering2004-02-071-1/+1
|
* (signatures): Remove definition.Jim Meyering2004-02-061-8/+6
| | | | | | | | 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.
* (signatures): Comment out definition.Jim Meyering2004-01-241-1/+1
|
* (header_regexp): Add exitfail.Jim Meyering2004-01-231-0/+1
|
* (%.sig): Use .sig suffix rather than .asc.Jim Meyering2004-01-121-2/+2
|
* (po-check): Ensure that cvsu works before using it.Jim Meyering2004-01-121-1/+2
|
* (news-date-check): New rule.Jim Meyering2003-12-081-1/+10
| | | | (alpha beta major): Depend on it.
* (syntax-check-rules): Remove sc_xalloc_h_in_src from here, too.Jim Meyering2003-11-271-2/+1
|
* (sc_xalloc_h_in_src): Remove rule. Subsumed by...Jim Meyering2003-11-221-15/+7
| | | | (sc_system_h_headers): Do this test only if sys2.h exists.
* (sc_cast_of_alloca_return_value): New rule.Jim Meyering2003-09-281-1/+8
| | | | (syntax-check-rules): Add it.
* (sc_cast_of_x_alloc_return_value): Also check for alloca casts.Jim Meyering2003-09-281-1/+2
|
* (GZIP_ENV): Remove --rsyncable.Jim Meyering2003-09-081-1/+1
| | | | | Didn't give enough of a benefit, mainly because it's not yet in wide enough use.
* (po-check): Use cvsu, so that a temporary sourceJim Meyering2003-09-071-14/+16
| | | | | | 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.
* (local-check): Rename as...Jim Meyering2003-08-261-2/+4
| | | | | (local-checks-available): this. (local-check): New.
* Apply changes from bison.Jim Meyering2003-08-261-11/+19
| | | | | (WGETFLAGS): Define to `-C off'. Update all uses of $(WGET).
* (makefile-check): Add 0-9 to the range of characters disallowed between `@...@'.Jim Meyering2003-08-171-1/+1
|
* (sc_sun_os_names): Use exclusion list in separate file.Jim Meyering2003-08-151-1/+1
|
* (sc_space_tab): Use exclusion list in separate file.Jim Meyering2003-08-151-2/+2
|
* (LC_ALL): Set to C.Jim Meyering2003-08-151-0/+4
|
* Remove extra copy of cvs-diff-check rule.Jim Meyering2003-08-131-10/+1
| | | | Remove reference to config-log.
* (syntax checks): Use cvsu more (so we check onlyJim Meyering2003-08-131-9/+21
| | | | | version-controlled files), rather than hard-coding exclusions for generated files like cppi.c.
* (sc_sun_os_names): New rule.Jim Meyering2003-08-091-5/+14
| | | | (syntax-check-rules): Add it.
* (GZIP_ENV): Try Debian/gzip's new --rsyncable option.Jim Meyering2003-07-281-1/+1
|
* (ME): Don't use trick suggested in Make manual.Jim Meyering2003-07-261-2/+36
| | | | | | | 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.
* (sc_changelog): Add another nit-picky check.Jim Meyering2003-07-201-1/+8
|
* (%.asc): Remove target first, so gpg doesn't prompt us about it.Jim Meyering2003-07-151-0/+1
|
* (%.asc): Renamed from %.sig.Jim Meyering2003-07-131-3/+3
| | | | Generate and use ascii-armored signatures.
* (syntax-check): Move each individual check into its own target.Jim Meyering2003-07-131-20/+54
| | | | | | | (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.
* (syntax-check): Add commented-out (over-aggressive) rule.Jim Meyering2003-06-061-1/+5
|
* (syntax-check): Add another check.Jim Meyering2003-05-141-6/+9
|
* (syntax-check): Check for `error (EXIT_SUCCESS,'.Jim Meyering2003-05-101-0/+4
|
* (syntax-check): Rename from alloc-check.Jim Meyering2003-05-011-2/+18
| | | | | Also check for SPACE-TAB sequences. Also check for malloc/calloc/realloc casts.
* Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering2003-04-151-4/+4
| | | | each sequence of spaces before a TAB character.
* (xalloc-check): Rename from header-check.Jim Meyering2003-04-111-2/+2
|