From bca250b0b2a1df4ceb939b71a269f71501fda024 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 30 Jul 2026 03:21:52 +0000 Subject: Prepare for 2.10.0.0; remove pedantic posix; support loopwhilex -x "" --- package/targets.mak | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'package/targets.mak') diff --git a/package/targets.mak b/package/targets.mak index 8fc04a1..a255280 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -6,7 +6,7 @@ ifeq ($(MULTICALL),1) BIN_TARGETS := execline CONTENTS := $(notdir $(wildcard src/execline/deps-exe/*)) -BIN_SYMLINKS := cd umask $(CONTENTS) +BIN_SYMLINKS := $(CONTENTS) EXTRA_TARGETS += src/multicall/execline.c define symlink_definition @@ -22,14 +22,5 @@ src/multicall/execline.o: src/multicall/execline.c src/include/execline/config.h else BIN_TARGETS := $(notdir $(wildcard src/execline/deps-exe/*)) -BIN_SYMLINKS := cd umask - -ifeq ($(PEDANTIC_POSIX),1) -SYMLINK_TARGET_cd := posix-cd -SYMLINK_TARGET_umask := posix-umask -else -SYMLINK_TARGET_cd := execline-cd -SYMLINK_TARGET_umask := execline-umask -endif endif -- cgit v1.3.1