------------------------------------------------------------
revno: 848
committer: Steven Garcia <steven@satellite>
branch nick: aikiframework
timestamp: Tue 2011-06-14 18:02:27 -0700
message:
  Corrected regex pattern for removing directories.
modified:
  Makefile.am
  scripts/bone-clean.sh


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'Makefile.am'
--- Makefile.am	2011-06-14 01:49:52 +0000
+++ Makefile.am	2011-06-15 01:02:27 +0000
@@ -347,8 +347,8 @@
 	$$($(FIND) $(srcdir)/ -name stamp-h1) \
 	$$($(FIND) $(srcdir)/ -name mkinstalldirs) \
 	$$($(FIND) $(srcdir)/ -type d | $(GREP) stage) \
-	$$($(FIND) $(srcdir)/ -type d | $(GREP) \.libs) \
-	$$($(FIND) $(srcdir)/ -type d | $(GREP) \.deps) \
+	$$($(FIND) $(srcdir)/ -type d | $(GREP) \\.libs) \
+	$$($(FIND) $(srcdir)/ -type d | $(GREP) \\.deps) \
 	$$($(FIND) $(srcdir)/ -type d | $(GREP) autom4te.cache) \
 	$(abs_top_srcdir)/build/*
 

=== modified file 'scripts/bone-clean.sh'
--- scripts/bone-clean.sh	2011-05-26 19:21:27 +0000
+++ scripts/bone-clean.sh	2011-06-15 01:02:27 +0000
@@ -58,7 +58,7 @@
   $(find . -name stamp-h1) \
   $(find . -name mkinstalldirs) \
   $(find . -type d | grep stage) \
-  $(find . -type d | grep \.libs) \
-  $(find . -type d | grep \.deps) \
+  $(find . -type d | grep \\.libs) \
+  $(find . -type d | grep \\.deps) \
   $(find . -type d | grep autom4te.cache)
 fi

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to