[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] com =?UTF-8?Q?pecl/file=5Fformats/yaml=3A=20maintainer-clean=2Esh=3A=20gr?= =?UTF-8?Q?ep=
From:       Bryan Davis <bd808 () php ! net>
Date:       2017-07-29 19:38:51
Message-ID: php-mail-4f2e74d781f5b853b240cae065854d85679728702 () git ! php ! net
[Download RAW message or body]

Commit:    4a09ebf0239d5710b912af9b2d1c5c24fe2d40bf
Author:    Bryan Davis <bd808@bd808.com>         Sat, 29 Jul 2017 13:38:51 -0600
Parents:   c04a3b0068bfa4b5ca556c902c2f0308cf20ccf1
Branches:  master

Link:       http://git.php.net/?p=pecl/file_formats/yaml.git;a=commitdiff;h=4a09ebf0239d5710b912af9b2d1c5c24fe2d40bf


Log:
maintainer-clean.sh: grep and sed are not always in /bin

Changed paths:
  M  dev-tools/maintainer-clean.sh


Diff:
diff --git a/dev-tools/maintainer-clean.sh b/dev-tools/maintainer-clean.sh
index eb8a225..2c27ddc 100755
--- a/dev-tools/maintainer-clean.sh
+++ b/dev-tools/maintainer-clean.sh
@@ -14,7 +14,7 @@ find . -name \*.so | xargs rm -f
 find . -name .libs -a -type d|xargs rm -rf
 rm -f libphp.la   modules/* libs/*
 rm -f Makefile config.cache config.log config.status Makefile.objects \
Makefile.fragments libtool main/php_config.h stamp-h php5.spec \
                sapi/apache/libphp.module buildmk.stamp
-[ -f configure ] && /bin/grep -E define'.*include/php' configure | /bin/sed \
's/.*>//'|xargs rm -f +[ -f configure ] && grep -E define'.*include/php' configure | \
sed 's/.*>//'|xargs rm -f  
 ## get rid of anything that phpize and configure made as well
 rm -rf .deps \


--
PECL CVS Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic