summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parente5bc5afc7b0e489eca9aa8b8788d7ad918f8c8b5 (diff)
downloadcoreutils-150d5628317bbe6faef25b9075c73d59f04d28ae.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/.gdb-history75
-rw-r--r--lib/Makefile.in2
2 files changed, 76 insertions, 1 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