From 150d5628317bbe6faef25b9075c73d59f04d28ae Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 14 Oct 2003 14:44:28 +0000 Subject: . --- lib/.gdb-history | 75 +++++++++++++++++++++++++++++++++++++++++++++++++ lib/Makefile.in | 2 +- tests/chgrp/Makefile.in | 2 +- 3 files changed, 77 insertions(+), 2 deletions(-) diff --git a/lib/.gdb-history b/lib/.gdb-history index f32370608..c62f69706 100644 --- a/lib/.gdb-history +++ b/lib/.gdb-history @@ -227,3 +227,78 @@ n p slash p slash - path + 1 q +q +r +b asprintf +q +b main +r +n +s +q +r +q +b asprintf +r +n +s +s +s +b 515 +fin +b 515 +c +p length +c +p length +c +p length +n +p maxlen +p allocated +n +n +p arg +p maxlen +n +p count +p result +b 153 +r +c +c +c +p length +b 147 +r +c +p cp +cp dp->dir_start +p dp->dir_start +p cp +p length +n +n +q +r +q +b vasnprintf +n 20 +r +n 29 +n +p allocated +n 20 +n +complete p alloca +p allocated +p length +n +p maxlen +n +p maxlen +n +p arg +n +p result +q diff --git a/lib/Makefile.in b/lib/Makefile.in index a626a74aa..73e244c64 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -773,8 +773,8 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -rm -f getdate.c clean: clean-am diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in index 2a5369a58..a0786a43a 100644 --- a/tests/chgrp/Makefile.in +++ b/tests/chgrp/Makefile.in @@ -153,7 +153,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = basic deref recurse +TESTS = posix-H basic deref recurse EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" -- cgit v1.2.3-54-g00ecf