CVS update: /ccvs/lib/
[email protected] 24 May 2005 20:11:31 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dprice Date: 05/05/24 13:11:31 Modified: /ccvs/lib/ ChangeLog, Makefile.am, Makefile.in Log: * Makefile.am (BUILT_SOURCES, EXTRA_DIST, MAINTAINERCLEANFILES): Add getdate.c due to automake bug. File Changes: Directory: /ccvs/lib/ ===================== File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/ChangeLog?r1=1.436&r2=1.437 Delta lines: +5 -0 ------------------- --- ChangeLog 24 May 2005 16:37:40 -0000 1.436 +++ ChangeLog 24 May 2005 20:11:29 -0000 1.437 @@ -1,5 +1,10 @@ 2005-05-24 Derek Price <[email protected]> + * Makefile.am (BUILT_SOURCES, EXTRA_DIST, MAINTAINERCLEANFILES): Add + getdate.c due to automake bug. + +2005-05-24 Derek Price <[email protected]> + * glob_.h, glob.c: Don't attempt to handle 64 bit file information explicitly when not compiling as part of glibc. File [changed]: Makefile.am Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/Makefile.am?r1=1.98&r2=1.99 Delta lines: +4 -0 ------------------- --- Makefile.am 23 May 2005 22:56:57 -0000 1.98 +++ Makefile.am 24 May 2005 20:11:29 -0000 1.99 @@ -143,6 +143,10 @@ $(LIB_CLOCK_GETTIME) \ $(LIBINTL) +BUILT_SOURCES += getdate.c +MAINTAINERCLEANFILES += getdate.c +EXTRA_DIST += getdate.c + ## end gnulib module getdate ## begin gnulib module getline File [changed]: Makefile.in Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/Makefile.in?r1=1.182&r2=1.183 Delta lines: +6 -6 ------------------- --- Makefile.in 23 May 2005 22:56:57 -0000 1.182 +++ Makefile.in 24 May 2005 20:11:29 -0000 1.183 @@ -323,19 +323,19 @@ xalloc-die.c xgetcwd.h xgetcwd.c xgethostname.h xgethostname.c \ xreadlink.h xreadlink.c xsize.h libcvs_a_LIBADD = @LIBOBJS@ @ALLOCA@ -BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) $(GETOPT_H) $(STDBOOL_H) \ - $(STDINT_H) $(GLOB_H) +BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) getdate.c $(GETOPT_H) \ + $(STDBOOL_H) $(STDINT_H) $(GLOB_H) MOSTLYCLEANFILES = alloca.h alloca.h-t fnmatch.h fnmatch.h-t \ getdate-expected getdate-got getdate.diff getopt.h getopt.h-t \ stdbool.h stdbool.h-t stdint.h stdint.h-t glob.h glob.h-t DISTCLEANFILES = getdate.log -MAINTAINERCLEANFILES = +MAINTAINERCLEANFILES = getdate.c TESTS = test-getdate.sh EXTRA_DIST = .cvsignore ChangeLog.fsf Makefile.gnulib build_lib.com \ libcvs.dep libcvs.dsp libcvs.mak test-getdate.sh alloca_.h \ - allocsa.valgrind fnmatch_.h fnmatch_loop.c getndelim2.h \ - getndelim2.c getndelim2.h getndelim2.c getopt_.h getopt_int.h \ - stdbool_.h stdint_.h glob_.h + allocsa.valgrind fnmatch_.h fnmatch_loop.c getdate.c \ + getndelim2.h getndelim2.c getndelim2.h getndelim2.c getopt_.h \ + getopt_int.h stdbool_.h stdint_.h glob_.h getdate_SOURCES = error.c getdate.y progname.c getdate_CPPFLAGS = -DTEST getdate_LDADD = \