From e05986c02a6e2c71a8ec0715edf1d9c536a95898 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 15 Mar 2018 15:39:45 +0000 Subject: Second draft --- package/targets.mak | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) (limited to 'package/targets.mak') diff --git a/package/targets.mak b/package/targets.mak index 04eb36d..c4aee33 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -1,42 +1,25 @@ -BIN_TARGETS := \ -background \ -backtick \ +REAL_TARGETS := \ cd \ -define \ -dollarat \ elgetopt \ elgetpositionals \ -elglob \ emptyenv \ exec \ execlineb \ exit \ export \ fdblock \ -fdclose \ -fdmove \ -fdswap \ -fdreserve \ forbacktickx \ -foreground \ forstdin \ forx \ getcwd \ -getpid \ -heredoc \ -homeof \ -if \ ifelse \ ifte \ ifthenelse \ import \ -importas \ loopwhilex \ multidefine \ multisubstitute \ -pipeline \ piperw \ -redirfd \ runblock \ shift \ trap \ @@ -46,6 +29,27 @@ unexport \ wait \ withstdinas +CHANGED_TARGETS := \ +background \ +backtick \ +define \ +dollarat \ +elglob \ +fdclose \ +fdmove \ +fdswap \ +fdreserve \ +foreground \ +getpid \ +heredoc \ +homeof \ +if \ +importas \ +pipeline \ +redirfd + +BIN_TARGETS := $(REAL_TARGETS) $(CHANGED_TARGETS) + LIBEXEC_TARGETS := LIB_DEFS := EXECLINE=execline -- cgit v1.2.3