Remove redundant symlink
We used to symlink generate_ssl_tests.pl to the build directory.
Now that the build scripts look for sources in both directories, this
is no longer necessary (see commit
fbd361eaf8
).
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -711,8 +711,7 @@ dist:
|
|||||||
|
|
||||||
# Helper targets #####################################################
|
# Helper targets #####################################################
|
||||||
|
|
||||||
link-utils: $(BLDDIR)/util/opensslwrap.sh $(BLDDIR)/util/shlib_wrap.sh \
|
link-utils: $(BLDDIR)/util/opensslwrap.sh $(BLDDIR)/util/shlib_wrap.sh
|
||||||
$(BLDDIR)/test/generate_ssl_tests.pl
|
|
||||||
|
|
||||||
$(BLDDIR)/util/opensslwrap.sh: configdata.pm
|
$(BLDDIR)/util/opensslwrap.sh: configdata.pm
|
||||||
@if [ "$(SRCDIR)" != "$(BLDDIR)" ]; then \
|
@if [ "$(SRCDIR)" != "$(BLDDIR)" ]; then \
|
||||||
@@ -724,11 +723,6 @@ $(BLDDIR)/util/shlib_wrap.sh: configdata.pm
|
|||||||
mkdir -p "$(BLDDIR)/util"; \
|
mkdir -p "$(BLDDIR)/util"; \
|
||||||
ln -sf "../$(SRCDIR)/util/shlib_wrap.sh" "$(BLDDIR)/util"; \
|
ln -sf "../$(SRCDIR)/util/shlib_wrap.sh" "$(BLDDIR)/util"; \
|
||||||
fi
|
fi
|
||||||
$(BLDDIR)/test/generate_ssl_tests.pl: configdata.pm
|
|
||||||
@if [ "$(SRCDIR)" != "$(BLDDIR)" ]; then \
|
|
||||||
mkdir -p "$(BLDDIR)/test"; \
|
|
||||||
ln -sf "../$(SRCDIR)/test/generate_ssl_tests.pl" "$(BLDDIR)/test"; \
|
|
||||||
fi
|
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|
||||||
# Building targets ###################################################
|
# Building targets ###################################################
|
||||||
|
Reference in New Issue
Block a user