mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
13 lines
477 B
Plaintext
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/"
|