Small bug in instrules
This commit is contained in:
parent
c0dd856a7b
commit
fdeb8dd132
@ -22,7 +22,6 @@ OTHER_LIBS=$1
|
||||
TIFF_LIB=$2
|
||||
MAKE=$3
|
||||
|
||||
|
||||
copy_example_source()
|
||||
{
|
||||
for d in `ls $TOPDIR/examples/ | grep -v CVS`
|
||||
|
@ -155,21 +155,8 @@ __instclean :
|
||||
empty=`ls $(INSTDEST)`;\
|
||||
if [ -z "$$empty" ];\
|
||||
then\
|
||||
rm -rf $(INSTDEST)
|
||||
# repeat=1;\
|
||||
# while [ $$repeat = 1 ] ; \
|
||||
# do \
|
||||
# printf "$(INSTDEST) is empty. Remove? (y/n) [y]: ";\
|
||||
# read resp;\
|
||||
# case $$resp in \
|
||||
# ""|Yes|YES|yes|Y|y) rm -rf $(INSTDEST); repeat=0;; \
|
||||
# n|N|no|NO) repeat=0;; \
|
||||
# *) repeat=1;; \
|
||||
# esac\
|
||||
# done\
|
||||
rm -rf $(INSTDEST);\
|
||||
fi\
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user