"make uninstall" removes the symlinks bin/mcedit and bin/mcview.
Этот коммит содержится в:
родитель
03976121d9
Коммит
226177cf11
@ -1,3 +1,7 @@
|
|||||||
|
2004-08-18 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
|
* "make uninstall" removes the symlinks bin/mcedit and bin/mcview.
|
||||||
|
|
||||||
2004-08-17 Roland Illig <roland.illig@gmx.de>
|
2004-08-17 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
* configure.ac: The GCC warning flags are only used in
|
* configure.ac: The GCC warning flags are only used in
|
||||||
|
@ -83,3 +83,9 @@ install_mcview:
|
|||||||
|
|
||||||
install_mcedit:
|
install_mcedit:
|
||||||
cd $(DESTDIR)$(bindir)/$(binprefix) && rm -f mcedit && $(LN_S) mc mcedit
|
cd $(DESTDIR)$(bindir)/$(binprefix) && rm -f mcedit && $(LN_S) mc mcedit
|
||||||
|
|
||||||
|
uninstall-hook:
|
||||||
|
rm -f $(DESTDIR)$(bindir)/$(binprefix)/mcview
|
||||||
|
if USE_EDIT
|
||||||
|
rm -f $(DESTDIR)$(bindir)/$(binprefix)/mcedit
|
||||||
|
endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user