Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-15 | (dd_LDADD): Add $(LIB_CLOCK_GETTIME). | Paul Eggert | |
2004-11-03 | (check-AUTHORS): Don't assume \? works in a sed | Paul Eggert | |
expression; it's not portable. Problem reported by Albert Chin. Don't invoke a program more than once. | |||
2004-09-22 | (check-AUTHORS): New rule. | Jim Meyering | |
(check): Depend on it. | |||
2004-09-13 | (localedir.h): Don't redirect directly to target. | Paul Eggert | |
2004-08-01 | (localedir.h): Make it readonly; this | Paul Eggert | |
undoes part of the 2004-07-27 patch. | |||
2004-07-28 | this causes Solaris 8 'make' to refuse to build "groups". | Paul Eggert | |
(localedir.h): Don't depend on Makefile: this causes Solaris 8 'make' to build localedir.h unnecessarily. The dependence on Makefile is ineffective anyway, since $(localedir) might change even if Makefile hasn't. | |||
2004-07-28 | (cp_LDADD, ginstall_LDADD, mv_LDADD, | Paul Eggert | |
pathchk_LDADD, rm_LDADD, test_LDADD): New vars, for eaccess. | |||
2004-05-13 | Don't assume that "make -C" works; Solaris "make" doesn't have -C. | Jim Meyering | |
(all_programs.list): New rule, copied from man/Makefile.am and tests/Makefile.am, except that we use the system tr rather than ./tr and we don't use tr -s. | |||
2004-04-27 | (sc_tight_scope): Also check for global variables, (BSS section). | Jim Meyering | |
2004-04-27 | Rename to sc_tight_scope. | Jim Meyering | |
2004-04-27 | (sc_src_functions_have_static_scope): New rule. | Jim Meyering | |
2004-04-08 | (dd_LDADD, shred_LDADD): Add fdatasync's lib. | Jim Meyering | |
2004-03-17 | (touch_LDADD): New macro, since `touch' now needs clock_gettime. | Jim Meyering | |
2004-01-13 | (noinst_HEADERS): Remove sys2.h. | Jim Meyering | |
2003-08-15 | (ASSORT): New var. | Jim Meyering | |
(check-README, ../AUTHORS): Use it. | |||
2003-07-26 | (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Exempt test. | Jim Meyering | |
2003-07-16 | (AM_CPPFLAGS): Rename from `INCLUDES', to avoid warning from automake -Wall. | Jim Meyering | |
2003-07-12 | (bin_SCRIPTS): Remove use of just-removed $(OPTIONAL_BIN_ZCRIPTS). | Jim Meyering | |
2003-07-12 | (localedir.h): Put the `2>&1' after the redirect target, not before the `>'. | Jim Meyering | |
2003-07-11 | (EXTRA_SCRIPTS): Remove definition. | Jim Meyering | |
(bin_PROGRAMS): Add nohup. (EXTRA_DIST): Remove nohup.sh. (all_programs): Remove use of $(EXTRA_SCRIPTS). | |||
2003-07-10 | (noinst_PROGRAMS): Define to setuidgid. | Jim Meyering | |
2003-07-06 | (bin_PROGRAMS): Add "[". | Jim Meyering | |
(__SOURCES): New var. | |||
2003-04-10 | (fs.h): New rule to generate fs.h from stat.c. | Jim Meyering | |
(BUILT_SOURCES): Add fs.h, now that it's generated. (EXTRA_DIST): Add extract-magic. | |||
2003-04-05 | *** empty log message *** | Jim Meyering | |
2003-04-04 | (PERL): Remove unnecessary definition. | Jim Meyering | |
2003-04-04 | Clean up rules for automatically generated sources: | Jim Meyering | |
(dircolors.h, wheel-size.h, wheel.h, false.c): Make each generated file be read-only. Add each file name to BUILT_SOURCES separately. (MAINTAINERCLEANFILES): Set to $(BUILT_SOURCES). | |||
2003-04-04 | Put LOCALEDIR macro definition in new file: localedir.h. | Jim Meyering | |
(DEFS): Remove definition. (localedir.h): New rule. (BUILT_SOURCES, DISTCLEANFILES): Add localedir.h. | |||
2003-04-02 | (false.c): Change all occurrences of `(EXIT_SUCCESS)' to `(EXIT_FAILURE)'. | Jim Meyering | |
Reported by Paul Jarc, | |||
2003-03-19 | (all-local): Append $(EXEEXT) to use of `su' | Jim Meyering | |
(install-root): Likewise. (install-exec-local): Likewise. | |||
2003-03-08 | (check-misc): Check for use of `defined' in #define directives. | Jim Meyering | |
Change to $(srcdir) before running grep. | |||
2003-01-27 | (check-misc): Check for st_blocks, too. | Jim Meyering | |
2003-01-09 | (bin_PROGRAMS): Add readlink. | Jim Meyering | |
2003-01-04 | (check-misc): New rule, to ensure that no more | Jim Meyering | |
S_IS* macro definitions sneak into the code. (check): Depend on check-misc. | |||
2003-01-03 | (false.c): Make the generated file be read-only. | Jim Meyering | |
2002-12-03 | (AUTOMAKE_OPTIONS): Remove definition (to ansi2knr) | Jim Meyering | |
since this package no longer panders to K&R compilers. | |||
2002-10-13 | update comment | Jim Meyering | |
2002-10-13 | (../AUTHORS): Make it read-only. | Jim Meyering | |
2002-10-13 | (../AUTHORS): New target/rule. | Jim Meyering | |
2002-09-21 | (PERL): Remove duplicate definition. | Jim Meyering | |
2002-09-12 | (nanosec_libs): Define. | Jim Meyering | |
(sleep_LDADD, tail_LDADD): Use it here. | |||
2002-08-04 | *** empty log message *** | Jim Meyering | |
2002-08-04 | (check-README): New target/rule. | Jim Meyering | |
(check): Depend on it. | |||
2002-08-03 | (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Set to false. | Jim Meyering | |
2002-07-20 | (false.c): Convert only the final EXIT_SUCCESS | Jim Meyering | |
into EXIT_FAILURE. Otherwise, false --help and false --version would fail. | |||
2002-07-08 | (uninstall-local): Search for @GNU_PACKAGE@, | Jim Meyering | |
rather than the hard-coded `sh-utils'. | |||
2002-07-02 | (.sh): Also substitute @PACKAGE_BUGREPORT@. | Jim Meyering | |