[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#14310: [PATCH 3/7] tests: remove dead code from t/make-dryrun.tap
From: |
Stefano Lattarini |
Subject: |
bug#14310: [PATCH 3/7] tests: remove dead code from t/make-dryrun.tap |
Date: |
Mon, 29 Apr 2013 23:00:31 +0200 |
Signed-off-by: Stefano Lattarini <address@hidden>
---
t/make-dryrun.tap | 2 --
1 file changed, 2 deletions(-)
diff --git a/t/make-dryrun.tap b/t/make-dryrun.tap
index 208b421..a7597a3 100755
--- a/t/make-dryrun.tap
+++ b/t/make-dryrun.tap
@@ -38,8 +38,6 @@ echo AC_OUTPUT >> configure.ac
cat > Makefile.am <<'END'
all:
: Dummy, nothing to do.
-foo:
- $(MAKE) all
run:
@echo ":: $$MAKEFLAGS ::"; : For debugging.
$(am__make_dryrun) && exit 1; echo ok > from-run
--
1.8.2.1.610.g562af5b
- bug#12554: Checking MAKEFLAGS with RECURSIVE_TARGETS, Stefano Lattarini, 2013/04/29
- bug#14309: [PATCH 0/7][PATCH 0/7] Fix automake bug#12554., Stefano Lattarini, 2013/04/29
- bug#14310: [PATCH 3/7] tests: remove dead code from t/make-dryrun.tap,
Stefano Lattarini <=
- bug#14314: [PATCH 7/7] tests: avoid a spurious error with Solaris make, Stefano Lattarini, 2013/04/29
- bug#14312: [PATCH 1/7] tests: expose bug#12554 (false positives for presence of '-k' make option), Stefano Lattarini, 2013/04/29
- bug#14313: [PATCH 4/7] header-vars: simplify how make flags are determined, Stefano Lattarini, 2013/04/29
- bug#14316: [PATCH 6/7] subdirs: don't return false positives for the '-k' option's presence, Stefano Lattarini, 2013/04/29
- bug#12554: [PATCH 2/7] header-vars: new variable $(am__running_with_option), Stefano Lattarini, 2013/04/29
- bug#14315: [PATCH 5/7] header-vars: recognize more make flags ('-k' in particular), Stefano Lattarini, 2013/04/29