diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 16:28:50 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 16:28:50 +0100 |
commit | af723b79ae54c1224e258befc50cdb95c9d2b3a2 (patch) | |
tree | 562c639cc524cad30d2e58f5310e471ef1f30f92 /Makefile | |
parent | Makefile: remove useless recipes (diff) | |
download | linux-status-af723b79ae54c1224e258befc50cdb95c9d2b3a2.tar.gz linux-status-af723b79ae54c1224e258befc50cdb95c9d2b3a2.zip |
Makefile: remove the useless this_dir
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -22,14 +22,12 @@ endef PKG_NAME := linux-status -this_dir := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) - .PHONY: all all: package .PHONY: package package: - makepkg --clean --cleanbuild --force --syncdeps && makepkg --printsrcinfo > '$(call escape,$(this_dir))/.SRCINFO' + makepkg --clean --cleanbuild --force --syncdeps && makepkg --printsrcinfo > .SRCINFO .PHONY: commit commit: |