mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-13 02:06:27 +00:00
Fix 'make clean'
This is mostly to make debuild happy as it doesn't tolerate any leftover file when building twice in a row. Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
c13c0e08da
commit
9a42db48e0
@ -60,6 +60,6 @@ endif
|
||||
|
||||
lxc-%.sgml : common_options.sgml see_also.sgml
|
||||
|
||||
maintainer-clean-local:
|
||||
clean-local:
|
||||
$(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
|
||||
endif
|
||||
|
@ -16,7 +16,7 @@ install:
|
||||
$(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix) --no-compile $(DISTSETUPOPTS); \
|
||||
fi
|
||||
|
||||
clean:
|
||||
clean-local:
|
||||
rm -rf build
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user