aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorxiaolongx.jiang <xiaolongx.jiang@intel.com>2020-05-18 07:07:38 +0000
committerxiaolongx.jiang <xiaolongx.jiang@intel.com>2020-05-18 07:44:23 +0000
commitc853e10d5063d533503324671e7dd4f4d1375cfc (patch)
tree72552a343fd5b51ba8b032c088ffca216d2ccebb /README.md
parent5fad054675b47633f5ba1e33f775e34be4917c06 (diff)
openssl update and modify make clean
Signed-off-by: xiaolongx.jiang <xiaolongx.jiang@intel.com> Change-Id: Ifbaa86d0b724642ed46a67d93fb12adcf2ba84e9
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 880a115..e8cf839 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,13 @@ $ make deb-ldp
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
```