Commit f63f8a3c by Benjamin Kosnik Committed by Benjamin Kosnik

Makefile.am: Make clean fixups.

2011-03-02  Benjamin Kosnik  <bkoz@redhat.com>

        * testsuite/Makefile.am: Make clean fixups.
        * testsuite/Makefile.in: Regenerate.

From-SVN: r170626
parent 46d8fabb
2011-03-02 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/Makefile.am: Make clean fixups.
* testsuite/Makefile.in: Regenerate.
2011-03-02 Marc Glisse <marc.glisse@normalesup.org> 2011-03-02 Marc Glisse <marc.glisse@normalesup.org>
* include/std/ratio (ratio_less): Add comments. * include/std/ratio (ratio_less): Add comments.
......
...@@ -247,8 +247,8 @@ check-profile: site.exp ...@@ -247,8 +247,8 @@ check-profile: site.exp
# By adding these files here, automake will remove them for 'make clean' # By adding these files here, automake will remove them for 'make clean'
CLEANFILES = *.txt *.tst *.exe core* filebuf_* tmp* ostream_* *.log *.sum \ CLEANFILES = *.txt *.tst *.exe core* filebuf_* tmp* ostream_* *.log *.sum \
testsuite_* site.exp abi_check baseline_symbols *TEST* *.dat \ testsuite_* site.exp abi_check baseline_symbols *TEST* *.dat \
*.ii *.s *.o *.cc *.x *.a *.so *.xml *.ii *.s *.o *.cc *.x *.a *.so *.xml *.raw *.out
# To remove directories. # To remove directories.
clean-local: clean-local:
rm -rf de fr debug parallel profile binaries rm -rf de fr debug parallel profile binaries normal*
...@@ -319,7 +319,7 @@ profile_flags = "unix/-D_GLIBCXX_PROFILE" ...@@ -319,7 +319,7 @@ profile_flags = "unix/-D_GLIBCXX_PROFILE"
# By adding these files here, automake will remove them for 'make clean' # By adding these files here, automake will remove them for 'make clean'
CLEANFILES = *.txt *.tst *.exe core* filebuf_* tmp* ostream_* *.log *.sum \ CLEANFILES = *.txt *.tst *.exe core* filebuf_* tmp* ostream_* *.log *.sum \
testsuite_* site.exp abi_check baseline_symbols *TEST* *.dat \ testsuite_* site.exp abi_check baseline_symbols *TEST* *.dat \
*.ii *.s *.o *.cc *.x *.a *.so *.xml *.ii *.s *.o *.cc *.x *.a *.so *.xml *.raw *.out
all: all-am all: all-am
...@@ -652,7 +652,7 @@ check-profile: site.exp ...@@ -652,7 +652,7 @@ check-profile: site.exp
# To remove directories. # To remove directories.
clean-local: clean-local:
rm -rf de fr debug parallel profile binaries rm -rf de fr debug parallel profile binaries normal*
# Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded. # Otherwise a system limit (for SysV at least) may be exceeded.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment