Skip to content

Commit

Permalink
2013-09-07 Paolo Carlini <[email protected]>
Browse files Browse the repository at this point in the history
	* testsuite/Makefile.am: Remove #if ENABLE_VTABLE_VERIFY check around
	definition of check-am:.
	* testsuite/Makefile.in: Regenerate.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202356 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
paolo committed Sep 7, 2013
1 parent bb25146 commit f5a1c4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 6 additions & 0 deletions libvtv/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2013-09-07 Paolo Carlini <[email protected]>

* testsuite/Makefile.am: Remove #if ENABLE_VTABLE_VERIFY check around
definition of check-am:.
* testsuite/Makefile.in: Regenerate.

2013-09-06 Caroline Tice <[email protected]>

* Makefile.am: Remove #if ENABLE_VTABLE_VERIFY checks around
Expand Down
4 changes: 0 additions & 4 deletions libvtv/testsuite/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ check-script: ${testing_script} stamp-subdir
-@(chmod +x ${testing_script}; \
${testing_script} ${libvtv_srcdir} ${libvtv_builddir})

if ENABLE_VTABLE_VERIFY
check-am:
$(MAKE) $(AM_MAKEFLAGS) check-script
else
check-am:
endif

.PHONY: check-script

Expand Down
5 changes: 2 additions & 3 deletions libvtv/testsuite/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,8 @@ check-script: ${testing_script} stamp-subdir
-@(chmod +x ${testing_script}; \
${testing_script} ${libvtv_srcdir} ${libvtv_builddir})

@ENABLE_VTABLE_VERIFY_TRUE@check-am:
@ENABLE_VTABLE_VERIFY_TRUE@ $(MAKE) $(AM_MAKEFLAGS) check-script
@ENABLE_VTABLE_VERIFY_FALSE@check-am:
check-am:
$(MAKE) $(AM_MAKEFLAGS) check-script

.PHONY: check-script

Expand Down

0 comments on commit f5a1c4b

Please sign in to comment.