mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-26 21:40:32 +01:00
Makefile: remove "libnm.actions" explicitly when uninstalling
On Fedora 33 when compiling NetworkManager it is failing with the following error: ``` ERROR: files left in build directory after distclean: ./docs/libnm/libnm.actions make[1]: *** [Makefile:18427: distcleancheck] Error 1 make[1]: Leaving directory '/builddir/nm-build/NetworkManager/NetworkManager-1.27.90/_build/sub' make: *** [Makefile:18356: distcheck] Error 1 Error make distcheck ``` Adding the file to the DISTCLEANFILES will enforce the removal of this file. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/659 (cherry picked from commit9a935e516e) (cherry picked from commitd28133ad0d) (cherry picked from commite1c1369eef) (cherry picked from commit51b73ae63a) (cherry picked from commit0ea81a3d24) (cherry picked from commitc4cb3ecae7)
This commit is contained in:
parent
2e1ad65631
commit
1ac00f8bee
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,8 @@ CLEANFILES += \
|
|||
tmpl/* \
|
||||
xml/*
|
||||
|
||||
DISTCLEANFILES = libnm.actions
|
||||
|
||||
if GTK_DOC_BUILD_HTML
|
||||
check-local-gtk-doc-patch:
|
||||
@if grep -q -F '<a href="libnm-nm-setting-user.html">nm-setting-user</a>' "$(top_builddir)/docs/libnm/html/index.html"; then \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue