diff options
author | Rob Austein <sra@hactrn.net> | 2008-04-03 18:46:24 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-04-03 18:46:24 +0000 |
commit | ce05f81812c8a164c9057266494cdb71349cec84 (patch) | |
tree | 05797f4d95470d1f1b3d45b0b428136b37ea0c04 /openssl | |
parent | f0a36343a1c30c94f0cfcb4e0ac7729df1b377bd (diff) |
Clean up after snapshot change
svn path=/openssl/Makefile; revision=1576
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl/Makefile b/openssl/Makefile index 9836299b..cb770a96 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -19,3 +19,6 @@ openssl-${VERSION}/config: openssl-${VERSION}.tar.gz install: @echo Not attempting to install modified OpenSSL, if you want that, do it yourself + +sandblast: + svn st -v openssl* | awk '/^I/ && NF == 2 {system("set -x; rm -rf " $$2)}' |