Makefile: get rid of useless info.
This commit is contained in:
parent
5270bc1209
commit
33f26c4332
8
Makefile
8
Makefile
@ -23,14 +23,6 @@ install: all
|
||||
@for dir in $(SUBDIRS); do \
|
||||
$(MAKE) -C $$dir install || exit 1; \
|
||||
done
|
||||
@echo
|
||||
@echo "Binaries have been installed into $(DESTDIR)$(SBINDIR)."
|
||||
@echo "Librares have been installed into $(DESTDIR)$(LIBDIR)."
|
||||
@echo "Configuration file has been installed into $(DESTDIR)$(ETCDIR)."
|
||||
@echo
|
||||
@echo "WARNING: Don't forget to rerun ldconfig(1) if $(LIBDIR) is not"
|
||||
@echo "WARNING: in your ld.so.conf by default."
|
||||
@echo
|
||||
|
||||
uninstall:
|
||||
@for dir in $(SUBDIRS); do \
|
||||
|
Loading…
Reference in New Issue
Block a user