Skip to content

Commit cea31a6

Browse files
author
Thierry Volpiatto
committed
Reduce noise in make install
1 parent c1ebce6 commit cea31a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Makefile

+6-6
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ BIN=${PREFIX}bin/
7878
DESTDIR=${PREFIX}share/emacs/site-lisp/helm/
7979
install:
8080
test -d ${DESTDIR} || mkdir ${DESTDIR}
81-
rm -vf ${DESTDIR}*.el
82-
rm -vf ${DESTDIR}*.elc
83-
cp -vf *.el $(DESTDIR)
84-
cp -vf *.elc $(DESTDIR)
85-
cp -vf helm-autoloads.el $(DESTDIR)
86-
cp -vf emacs-helm.sh $(DESTDIR)
81+
rm -f ${DESTDIR}*.el
82+
rm -f ${DESTDIR}*.elc
83+
cp -f *.el $(DESTDIR)
84+
cp -f *.elc $(DESTDIR)
85+
cp -f helm-autoloads.el $(DESTDIR)
86+
cp -f emacs-helm.sh $(DESTDIR)
8787
ln -fs ${DESTDIR}emacs-helm.sh ${BIN}helm
8888
uninstall:
8989
rm -vf ${DESTDIR}*.elc

0 commit comments

Comments
 (0)