From 3fef3c2507184124776cb34cf3880cd67a1a1c44 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 6 Apr 2022 10:46:08 +0200 Subject: Makefile: consistent prelude --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca855b6..3308995 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,6 @@ unexport MAKEFLAGS SHELL := bash .SHELLFLAGS := -eu -o pipefail -c -.PHONY: DO -DO: - escape = $(subst ','\'',$(1)) define noexpand @@ -27,6 +24,9 @@ PKG_NAME := linux-status this_dir := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) +.PHONY: DO +DO: + .PHONY: all all: package -- cgit v1.2.3