mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-14 22:01:43 +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
|
lxc-%.sgml : common_options.sgml see_also.sgml
|
||||||
|
|
||||||
maintainer-clean-local:
|
clean-local:
|
||||||
$(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
|
$(RM) manpage.* *.7 *.5 *.1 $(man_MANS)
|
||||||
endif
|
endif
|
||||||
|
@ -16,7 +16,7 @@ install:
|
|||||||
$(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix) --no-compile $(DISTSETUPOPTS); \
|
$(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix) --no-compile $(DISTSETUPOPTS); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
clean:
|
clean-local:
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user