.PHONY: clean-vcl
clean-vcl:
- @rm -f $(B)/.vcl*
+ @rm -f $(B)/.*vcl*
.PHONY: clean-ldp
clean-ldp:
- @rm -f $(B)/.ldp*
+ @rm -f $(B)/.*ldp*
$(BR)/.deps.ok:
make dep
Build ldp vpp and ldp nginx and store the vcl files in folder '/path/to/this/repo/_install/local'
$ make build-ldp
-Clean all packages
+Clean up build vcl environment, remove _build/.*vcl*. for example: rm _build/.vpp_vcl.build.ok and so on
+$ make clean-vcl
+
+Clean up build ldp environment, remove _build/.*vcl*. for example: rm _build/.vpp_ldp.build.ok and so on
+$ make clean-ldp
+
+Clean up build environment
$ make clean
```
+++ /dev/null
-From 47904f922ac042c24d3c8d4ecfda15d902c48c2e Mon Sep 17 00:00:00 2001
-Date: Fri, 8 May 2020 07:06:30 +0000
-Subject: [PATCH] openssl3.0.0-alpha1
-
----
- VERSION | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/VERSION b/VERSION
-index b7529b4..bfcd4fc 100644
---- a/VERSION
-+++ b/VERSION
-@@ -3,5 +3,5 @@ MINOR=0
- PATCH=0
- PRE_RELEASE_TAG=alpha1
- BUILD_METADATA=
--RELEASE_DATE="23 Apr 2020"
-+RELEASE_DATE=23 Apr 2020
- SHLIB_VERSION=3
---
-2.17.1
-
# See the License for the specific language governing permissions and
# limitations under the License.
-openssl_version := 3.0.0-alpha1
+openssl_version := 3.0.0-alpha2
openssl_tarball := openssl-$(openssl_version).tar.gz
-openssl_tarball_md5sum := d9326bd068a0382193ab0cb1c6e4685b
+openssl_tarball_md5sum := a09ce9a0f52a6744457ee2a37c9f10b4
openssl_url := https://www.openssl.org/source/$(openssl_tarball)
$(eval $(call download,openssl))
# See the License for the specific language governing permissions and
# limitations under the License.
-openssl_version := 3.0.0-alpha1
-openssl_patch_dir := $(CURDIR)/openssl_patches
+openssl_version := 3.0.0-alpha2
openssl_install_dir := $(I)/local/ssl
openssl_deb_inst_dir := /usr/local/ssl
openssl_pkg_deb_name := openssl3
openssl_rpm_inst_dir := /usr/local/ssl
openssl_pkg_rpm_name := openssl3
openssl_pkg_rpm_dir := $(I)/openssl-rpm
-openssl_tarball := openssl-$(openssl_version).tar.gz
-openssl_tarball_md5sum := d9326bd068a0382193ab0cb1c6e4685b
openssl_tarball_strip_dirs := 1
-openssl_url := https://www.openssl.org/source/$(openssl_tarball)
openssl_desc := "openssl3.0.0"
+define openssl_patch_cmds
+ @true
+endef
+
define openssl_config_cmds
@cd $(openssl_build_dir) && \
$(openssl_src_dir)/config \