summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-14 14:44:28 +0000
committerJim Meyering <jim@meyering.net>2003-10-14 14:44:28 +0000
commit150d5628317bbe6faef25b9075c73d59f04d28ae (patch)
tree92c5ca1ee77f9a70072b01298f87e48b7652b501
parente5bc5afc7b0e489eca9aa8b8788d7ad918f8c8b5 (diff)
downloadcoreutils-150d5628317bbe6faef25b9075c73d59f04d28ae.tar.xz
.
-rw-r--r--lib/.gdb-history75
-rw-r--r--lib/Makefile.in2
-rw-r--r--tests/chgrp/Makefile.in2
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"