GIT.Harvie.CZ
/
mirrors
/
ArchLinux-Packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8de3bfa
)
Tuned Makefile a bit (now deleting also .part files)
author
Harvie
<tomas@mudrunka.cz>
Wed, 9 Jun 2010 12:27:11 +0000
(14:27 +0200)
committer
Harvie
<tomas@mudrunka.cz>
Wed, 9 Jun 2010 12:27:11 +0000
(14:27 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 7eb5ed373b4cd7674f982e8b548151f5ff3f2cea..b8288d1bb50b93f5f81941efac4da223f07db068 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-6,4
+6,4
@@
help:
clean:
rm -rf */pkg/
rm -rf */src/
- find . -regextype egrep -iregex '.*\.(gz|xz|bz|bz2|zip|rar)$$' -print0 | xargs -0 rm -f
+ find . -regextype egrep -iregex '.*\.(
part|
gz|xz|bz|bz2|zip|rar)$$' -print0 | xargs -0 rm -f
This page took
0.203479 seconds
and
4
git commands to generate.