aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2018-05-27 10:12:01 +0100
committerBryn M. Reeves <bmr@redhat.com>2018-05-27 10:23:49 +0100
commit11bcab18563d2286cec712890f8942e591946eaa (patch)
tree7909b7ae1e2ce5577650a384f91d2f6e4c979ef4 /Makefile
parentcdbb40740ede9dd43027d3fdcb80c514f46a7943 (diff)
downloadsos-11bcab18563d2286cec712890f8942e591946eaa.tar.gz
[build] make build and install targets .PHONY
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 306d1dd5..ba99c5c1 100644
--- a/Makefile
+++ b/Makefile
@@ -34,9 +34,11 @@ PO_DIR = $(SRC_BUILD)/sos/po
docs:
make -C docs html man
+.PHONY: build
build:
for d in $(SUBDIRS); do make -C $$d; [ $$? = 0 ] || exit 1 ; done
+.PHONY: install
install:
mkdir -p $(DESTDIR)/usr/sbin
mkdir -p $(DESTDIR)/usr/share/man/man1