]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 14 Oct 2003 14:44:28 +0000 (14:44 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 14 Oct 2003 14:44:28 +0000 (14:44 +0000)
lib/.gdb-history
lib/Makefile.in
tests/chgrp/Makefile.in

index f323706085494e3bd9c6357049ee27bea3f39558..c62f69706ddfd86ac67bd759dcc6e97919d0b667 100644 (file)
@@ -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
index a626a74aa9037c163ace92084ed0a5ce6b7a9f8f..73e244c646b5cc75ca6803ed3e5d2a1d828ce749 100644 (file)
@@ -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
 
index 2a5369a58c0d792b926ea5ab9f7e347cfc288206..a0786a43a67973638507cf4004b6ba29464681ac 100644 (file)
@@ -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"