mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 21:39:39 +02:00
updated fpc deb creation
git-svn-id: trunk@4405 -
This commit is contained in:
parent
fe7ac9ce1f
commit
e8c1622b10
@ -36,9 +36,10 @@ echo "cleaning up (CVS, ppu, o) ..."
|
||||
cd $TmpDir
|
||||
make distclean
|
||||
|
||||
for Ext in ppu ppw ppl o ow rst cvsignore; do
|
||||
for Ext in ppu ppw ppl o ow rst cvsignore bak; do
|
||||
find . -name "*.$Ext" -exec rm -f {} \;
|
||||
done
|
||||
find . -name "*.~*" -exec rm -f {} \;
|
||||
rm -f *.tar.gz
|
||||
if [ -d CVS ]; then
|
||||
# use xargs to remove directories (otherwise find returns strange things)
|
||||
|
Loading…
Reference in New Issue
Block a user