t2sde/package/attic/pdksh/pdksh.conf
2025-04-14 11:54:47 +00:00

13 lines
477 B
Plaintext

# --- T2-COPYRIGHT-BEGIN ---
# t2/package/*/pdksh/pdksh.conf
# Copyright (C) 2004 - 2025 The T2 SDE Project
# SPDX-License-Identifier: GPL-2.0
# --- T2-COPYRIGHT-END ---
prefix=; set_confopt
[ $SDECFG_DEFAULT_CC = 'clang' ] && var_append GCC_WRAPPER_APPEND ' ' '-include stdlib.h -include stdio.h'
var_append confopt ' ' "--program-transform-name=s/ksh/pdksh/"
var_append makeopt " " 'CPP="$CPP -P"'
var_append makeinstopt " " "bindir=$root$bindir mandir=$root$mandir/man1/"