mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 22:40:27 +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
|
cd $TmpDir
|
||||||
make distclean
|
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 {} \;
|
find . -name "*.$Ext" -exec rm -f {} \;
|
||||||
done
|
done
|
||||||
|
find . -name "*.~*" -exec rm -f {} \;
|
||||||
rm -f *.tar.gz
|
rm -f *.tar.gz
|
||||||
if [ -d CVS ]; then
|
if [ -d CVS ]; then
|
||||||
# use xargs to remove directories (otherwise find returns strange things)
|
# use xargs to remove directories (otherwise find returns strange things)
|
||||||
|
Loading…
Reference in New Issue
Block a user