mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-24 17:57:48 +03:00
Oops, avoid returning errors from shell to makefile for builddir == srcdir
This commit is contained in:
parent
613eea2da4
commit
1e070872a3
@ -70,7 +70,7 @@ init.sh: $(srcdir)/Makefile.in $(srcdir)/test-utils.sh .bin-dir-stamp bin/not bi
|
||||
echo 'export DM_UDEV_SYNCHRONISATION=$(dm_udev_synchronisation)' >> $@-t
|
||||
chmod a-w $@-t
|
||||
mv $@-t $@
|
||||
test "$(srcdir)" != . && cp $(SCRIPTS) .
|
||||
if "$(srcdir)" != . ; then cp $(SCRIPTS) . ; fi
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
|
Loading…
x
Reference in New Issue
Block a user