diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-12-27 08:27:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-27 08:27:52 +0100 |
| commit | 48b4af1e08d54ec399f8ab77dd34b0f6380b3111 (patch) | |
| tree | 2a6e4cd8896c75109db7d6b41e29169979684f69 /utils/makefile.include | |
| parent | 2fc2d17a27150586f47d25876907bc9c33a829a5 (diff) | |
| parent | d175a0fb7bdcc00632a9092f5de1037f0dd1d811 (diff) | |
Merge pull request #2421 from return42/mod-pyenvinstall
[perf] optimize creation of the virtualenv & pyenvinstal targets
Diffstat (limited to 'utils/makefile.include')
| -rw-r--r-- | utils/makefile.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makefile.include b/utils/makefile.include index 35a5134d9..879dcc23c 100644 --- a/utils/makefile.include +++ b/utils/makefile.include @@ -5,7 +5,7 @@ PHONY += lxc-activate lxc-purge lxc-activate: @$(MAKE) -s -f "$$(dirname $(abspath $(lastword $(MAKEFILE_LIST))))/makefile.lxc" lxc-activate lxc-purge: - $(Q)rm -rf ./lxc + $(Q)rm -rf ./lxc-env else include /.lxcenv.mk endif |