X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/432ce85854aea17f9383519db1c2d3a8307c0760..892fb6a05ac667f61cf509e462e9b50353c7416d:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index a6de9b270..e90c3157b 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -8,6 +8,13 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/prereq.mk +define Require/non-root + [ "$$(shell whoami)" != "root" ] +endef +$(eval $(call Require,non-root, \ + Building OpenWrt as root is not supported! \ +)) + # Required for the toolchain define Require/working-make echo 'all: test' > $(TMP_DIR)/check.mk