1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: remove lisp/image/jpeg from clean target
remove (cd $EUSDIR/lisp/image/jpeg; make clean) because this is system installed directory
.
jskeus (1.2.2+dfsg-1) unstable; urgency=medium
.
* Initial release (Closes: #960845)
Author: Kei Okada <kei.okada@gmail.com>
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: other
Reviewed-By: Kei Okada <kei.okada@gmail.com>
Last-Update: 2020-05-17
--- a/irteus/Makefile
+++ b/irteus/Makefile
@@ -236,7 +266,6 @@ clean:
-rm -f $(EUSDIR)/irteus
-rm -f $(INSTALLOBJDIR)/compile_*.log
chmod a-x Makefile* *.l *.c
- [ -e PQP ] && (cd PQP;make clean)
if [ -w $(EUSDIR)/lisp/image/jpeg/ ]; then make -C $(EUSDIR)/lisp/image/jpeg/ clean; else echo "EUSDIR/lisp/image/jpeg/ is not writable"; fi
-rm -f $(EUSDIR)/lib/llib/pgsql.c $(EUSDIR)/lib/llib/pgsql.h
-rm -f $(EUSDIR)/lib/llib/time.c $(EUSDIR)/lib/llib/time.h
|