dejagnu-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. post-if-stmt-bra


From: Ben Elliston
Subject: [Dejagnu-commit] [SCM] DejaGNU branch, master, updated. post-if-stmt-braces-96-g591c924
Date: Tue, 04 Dec 2012 23:22:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DejaGNU".

The branch, master has been updated
       via  591c924fb7832b6cc16abf35b7d9045d0de2f66b (commit)
      from  e3f3b6f1ffd78031cc3fef2b9175893baf6af7f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 591c924fb7832b6cc16abf35b7d9045d0de2f66b
Author: Ben Elliston <address@hidden>
Date:   Wed Dec 5 10:16:02 2012 +1100

        * example/hello: Remove.
        * configure.ac: Likewise.
        * configure: Regenerate.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |    6 +
 configure                                          |    4 +-
 configure.ac                                       |    2 +-
 example/hello/COPYING                              |  340 --
 example/hello/ChangeLog                            |    6 -
 example/hello/INSTALL                              |  182 -
 example/hello/Makefile.am                          |   40 -
 example/hello/Makefile.in                          |  734 ----
 example/hello/README                               |  358 --
 example/hello/aclocal.m4                           |  951 ----
 example/hello/configure                            | 4602 --------------------
 example/hello/configure.in                         |   46 -
 example/hello/depcomp                              |  411 --
 example/hello/hello.c                              |    5 -
 example/hello/install-sh                           |  251 --
 example/hello/lib/default.exp                      |    2 -
 example/hello/lib/gnu.exp                          |    3 -
 example/hello/lib/helloworld-driver.exp            |    2 -
 example/hello/lib/helloworld-lib.exp               |    2 -
 example/hello/lib/helloworld-torture.exp           |    2 -
 example/hello/lib/helloworld.exp                   |    2 -
 example/hello/lib/site.exp                         |    9 -
 example/hello/lib/unix.exp                         |    2 -
 example/hello/missing                              |  336 --
 example/hello/mkinstalldirs                        |   40 -
 example/hello/testsuite/Makefile.am                |   59 -
 example/hello/testsuite/Makefile.in                |  403 --
 example/hello/testsuite/config/base-config.exp     |    2 -
 example/hello/testsuite/config/default.exp         |    3 -
 example/hello/testsuite/config/gnu.exp             |    2 -
 .../hello/testsuite/config/helloworld-driver.exp   |    2 -
 example/hello/testsuite/config/helloworld-lib.exp  |    2 -
 .../hello/testsuite/config/helloworld-torture.exp  |    2 -
 example/hello/testsuite/config/unix.exp            |    3 -
 .../helloworld.test1-1/test1-1.exp                 |    2 -
 example/hello/testsuite/helloworld.test1/test1.exp |    2 -
 example/hello/testsuite/helloworld.test2/test2.exp |    2 -
 example/hello/testsuite/helloworld.test2/test3.exp |    2 -
 .../testsuite/helloworld.test3/config/config.exp   |    2 -
 .../hello/testsuite/helloworld.test3/lib/lib.exp   |    2 -
 .../non_compliant_dir_name/non_compliant.exp       |    9 -
 example/hello/testsuite/lib/default.exp            |    2 -
 example/hello/testsuite/lib/gnu.exp                |    2 -
 example/hello/testsuite/lib/helloworld-driver.exp  |    2 -
 example/hello/testsuite/lib/helloworld-lib.exp     |    2 -
 example/hello/testsuite/lib/helloworld-torture.exp |    2 -
 example/hello/testsuite/lib/helloworld.exp         |   36 -
 example/hello/testsuite/lib/unix.exp               |    2 -
 example/hello/testsuite/site.exp                   |    9 -
 example/hello/testsuite/testsuite.exp              |    2 -
 50 files changed, 9 insertions(+), 8887 deletions(-)
 delete mode 100644 example/hello/AUTHORS
 delete mode 100644 example/hello/COPYING
 delete mode 100644 example/hello/ChangeLog
 delete mode 100644 example/hello/INSTALL
 delete mode 100644 example/hello/Makefile.am
 delete mode 100644 example/hello/Makefile.in
 delete mode 100644 example/hello/NEWS
 delete mode 100644 example/hello/README
 delete mode 100644 example/hello/aclocal.m4
 delete mode 100755 example/hello/configure
 delete mode 100644 example/hello/configure.in
 delete mode 100755 example/hello/depcomp
 delete mode 100644 example/hello/hello.c
 delete mode 100755 example/hello/install-sh
 delete mode 100644 example/hello/lib/default.exp
 delete mode 100644 example/hello/lib/gnu.exp
 delete mode 100644 example/hello/lib/helloworld-driver.exp
 delete mode 100644 example/hello/lib/helloworld-lib.exp
 delete mode 100644 example/hello/lib/helloworld-torture.exp
 delete mode 100644 example/hello/lib/helloworld.exp
 delete mode 100644 example/hello/lib/site.exp
 delete mode 100644 example/hello/lib/unix.exp
 delete mode 100755 example/hello/missing
 delete mode 100755 example/hello/mkinstalldirs
 delete mode 100644 example/hello/testsuite/Makefile.am
 delete mode 100644 example/hello/testsuite/Makefile.in
 delete mode 100644 example/hello/testsuite/config/base-config.exp
 delete mode 100644 example/hello/testsuite/config/default.exp
 delete mode 100644 example/hello/testsuite/config/gnu.exp
 delete mode 100644 example/hello/testsuite/config/helloworld-driver.exp
 delete mode 100644 example/hello/testsuite/config/helloworld-lib.exp
 delete mode 100644 example/hello/testsuite/config/helloworld-torture.exp
 delete mode 100644 example/hello/testsuite/config/unix.exp
 delete mode 100644 
example/hello/testsuite/helloworld.test1/helloworld.test1-1/test1-1.exp
 delete mode 100644 example/hello/testsuite/helloworld.test1/test1.exp
 delete mode 100644 example/hello/testsuite/helloworld.test2/test2.exp
 delete mode 100644 example/hello/testsuite/helloworld.test2/test3.exp
 delete mode 100644 example/hello/testsuite/helloworld.test3/config/config.exp
 delete mode 100644 example/hello/testsuite/helloworld.test3/lib/lib.exp
 delete mode 100644 
example/hello/testsuite/helloworld.test3/non_compliant_dir_name/non_compliant.exp
 delete mode 100644 example/hello/testsuite/lib/default.exp
 delete mode 100644 example/hello/testsuite/lib/gnu.exp
 delete mode 100644 example/hello/testsuite/lib/helloworld-driver.exp
 delete mode 100644 example/hello/testsuite/lib/helloworld-lib.exp
 delete mode 100644 example/hello/testsuite/lib/helloworld-torture.exp
 delete mode 100644 example/hello/testsuite/lib/helloworld.exp
 delete mode 100644 example/hello/testsuite/lib/unix.exp
 delete mode 100644 example/hello/testsuite/site.exp
 delete mode 100644 example/hello/testsuite/testsuite.exp


hooks/post-receive
-- 
DejaGNU



reply via email to

[Prev in Thread] Current Thread [Next in Thread]