mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
build: Always use $(LN_S) and $(MKDIR_P)
autotools provide those for our convenience, so let's use them everywhere instead of mixing in native command invocation.
This commit is contained in:
parent
b4bc800cfc
commit
2561d4e395
@ -68,7 +68,7 @@ rpm: clean
|
||||
check-local: all tests
|
||||
|
||||
cov: clean-cov
|
||||
mkdir $(top_builddir)/coverage
|
||||
$(MKDIR_P) $(top_builddir)/coverage
|
||||
$(LCOV) -c -o $(top_builddir)/coverage/libvirt.info.tmp \
|
||||
-d $(top_builddir)/src -d $(top_builddir)/daemon \
|
||||
-d $(top_builddir)/tests
|
||||
|
@ -3079,7 +3079,7 @@ if WITH_NETWORK
|
||||
$(DESTDIR)$(confdir)/qemu/networks/default.xml && \
|
||||
rm $(DESTDIR)$(confdir)/qemu/networks/default.xml.t; }
|
||||
test -e $(DESTDIR)$(confdir)/qemu/networks/autostart/default.xml || \
|
||||
ln -s ../default.xml \
|
||||
$(LN_S) ../default.xml \
|
||||
$(DESTDIR)$(confdir)/qemu/networks/autostart/default.xml
|
||||
endif WITH_NETWORK
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user