summaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-09-14 16:16:59 +0200
committerJo-Philipp Wich <jo@mein.io>2020-09-14 17:11:06 +0200
commit0b82ebaccbb4aa5033d0ea33b14027edd6dcafc0 (patch)
tree20131320bda5e4e10b2886a12bb7dee46d0d9929 /include/toplevel.mk
parent4038c031cbc156d361e80f73dbd88f83b13a4057 (diff)
downloadopenwrt-0b82ebaccbb4aa5033d0ea33b14027edd6dcafc0.tar.gz
openwrt-0b82ebaccbb4aa5033d0ea33b14027edd6dcafc0.tar.bz2
openwrt-0b82ebaccbb4aa5033d0ea33b14027edd6dcafc0.zip
Revert "build: create tmp/userids file"
This reverts commit 34cc2c9a99f6542f009aa660790061f169aa96b3. The reverted shell code is a very poor reimplementation of the existing package-metadata.pl usergroup subcommand and the resulting file is not used anymore, so drop this code. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'include/toplevel.mk')
-rw-r--r--include/toplevel.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk
index 5d872098db..c233a4c214 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -93,7 +93,6 @@ prepare-tmpinfo: FORCE
./scripts/package-metadata.pl pkgaux tmp/.packageinfo > tmp/.packageauxvars || { rm -f tmp/.packageauxvars; false; }
./scripts/package-metadata.pl usergroup tmp/.packageinfo > tmp/.packageusergroup || { rm -f tmp/.packageusergroup; false; }
touch $(TOPDIR)/tmp/.build
- grep "Require-User" tmp/.packageinfo | cut -d ' ' -f 2- | sort -u | grep "=" > tmp/userids
.config: ./scripts/config/conf $(if $(CONFIG_HAVE_DOT_CONFIG),,prepare-tmpinfo)
@+if [ \! -e .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \