monotone-commits-diffs
[Top][All Lists]
Advanced

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

[Monotone-commits-diffs] net.venge.monotone: 3097a4d0bcebcdee81ceb7dc48


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 3097a4d0bcebcdee81ceb7dc489e66377e619b6c
Date: Fri, 18 Feb 2011 20:54:07 +0100 (CET)

revision:            3097a4d0bcebcdee81ceb7dc489e66377e619b6c
date:                2011-02-07T22:14:35
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
* Makefile.am (mostlyclean-local): Use a different method to remove
  test/unit/tests/*/__driver__.lua and the parent directory.  Otherwise,
  if we build in the source directory and they aren't there, the previous
  method tried to remove the source files in test/unit/tests as
  directories, which is fairly harmless but quite ugly.

manifest:
format_version "1"

new_manifest [c68b8ab88585fca7a3700a33ca415857eaa6d24e]

old_revision [e0c2258aed544157de6f999c2c79c8630ac6bf84]

patch "Makefile.am"
 from [53d3c25534f157897a9ee15b5a7309ea472de4c5]
   to [2ba4f23449d2bc049683b26e8603ee25c89c3201]
============================================================
--- Makefile.am	53d3c25534f157897a9ee15b5a7309ea472de4c5
+++ Makefile.am	2ba4f23449d2bc049683b26e8603ee25c89c3201
@@ -577,7 +577,8 @@ mostlyclean-local:
 mostlyclean-local:
 	rm -rf test/bin test/work
 	rm -f run_*_tests test/*.status test/src/testlib.cc util/txt2c
-	set -ex; for d in test/unit/tests/*/__driver__.lua; do \
+	-set -x; \
+	ls test/unit/tests/*/__driver__.lua 2>/dev/null | while read d; do \
 	  rm -f $$d; \
 	  rmdir $${d%/*} || :; \
 	done

reply via email to

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