We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f5ad8 commit 714a2c6Copy full SHA for 714a2c6
mk/install.mk
@@ -28,7 +28,11 @@ endif
28
# Remove tmp files because it's a decent amount of disk space
29
$(Q)rm -R tmp/dist
30
31
+ifeq ($(CFG_DISABLE_DOCS),)
32
+prepare_install: dist/$(PKG_NAME)-$(CFG_BUILD).tar.gz dist/$(DOC_PKG_NAME)-$(CFG_BUILD).tar.gz | tmp/empty_dir
33
+else
34
prepare_install: dist/$(PKG_NAME)-$(CFG_BUILD).tar.gz | tmp/empty_dir
35
+endif
36
37
uninstall:
38
ifeq (root user, $(USER) $(patsubst %,user,$(SUDO_USER)))
0 commit comments