diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-09 17:24:15 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-09 17:24:15 +0000 |
commit | 31694907dde18fc70d7b3e3813e5183d35f0e5db (patch) | |
tree | 8a00ba5d8e40180a0c0ac81c26d97506aa8fdde4 /package/targets.mak | |
parent | 719337e34b0e3030acab2786c3035bbd3fcceb93 (diff) | |
download | execline-31694907dde18fc70d7b3e3813e5183d35f0e5db.tar.xz |
Add --enable-pedantic-posix, posix-cd, prepare for 2.5.3.0
Also make wait posix-compliant and update doc.
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/targets.mak b/package/targets.mak index c076fa3..824fc26 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -49,3 +49,12 @@ withstdinas LIBEXEC_TARGETS := LIB_DEFS := EXECLINE=execline + +ifeq ($(PEDANTIC_POSIX),1) + +BIN_TARGETS += posix-cd + +$(DESTDIR)$(bindir)/cd: $(DESTDIR)$(bindir)/posix-cd + exec ./tools/install.sh -l posix-cd $(DESTDIR)$(bindir)/cd + +endif |