Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |