diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-07-16 15:47:36 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-07-28 12:53:26 +0200 |
| commit | ae0fcf3a4208401f5dc0296c29227a55f63163da (patch) | |
| tree | 3f3612b982c1180064e944e1a83060f0161af57e /utils/makefile.include | |
| parent | 54a2b553f46df6dc98a4b8410788e35165e0fa3e (diff) | |
[chore] overdue maintenance of shell scripts
Removes obsolete scripts and fix various leftovers.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/makefile.include')
| -rw-r--r-- | utils/makefile.include | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/utils/makefile.include b/utils/makefile.include index 40f9d3302..c30b4e88f 100644 --- a/utils/makefile.include +++ b/utils/makefile.include @@ -1,22 +1,8 @@ # -*- coding: utf-8; mode: makefile-gmake -*- # SPDX-License-Identifier: AGPL-3.0-or-later -ifeq (,$(wildcard /.lxcenv.mk)) -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-env -else - include /.lxcenv.mk -endif - PHONY += make-help -ifeq (,$(wildcard /.lxcenv.mk)) make-help: -else -make-help: lxc-help -endif @echo 'options:' @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build' @echo ' make V=2 [targets] 2 => give reason for rebuild of target' |