Upgrade to version 3.1.4
This version omits the printing of a copyright header in interactive mode and the dc command now exits after execution of the commands passed via -e or -f instead of switching to interactive mode. To pass further commands via STDIN when dc has been invoked with -e or -f, add "-f -" to the parameter list.
This commit is contained in:
parent
c4bd82d701
commit
2ead2969a0
@ -59,6 +59,10 @@ MAN_SRC_DC= dc/A.1
|
|||||||
CFLAGS+= -flto
|
CFLAGS+= -flto
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MK_TESTS} != "no"
|
||||||
|
#SUBDIR+= tests
|
||||||
|
.endif
|
||||||
|
|
||||||
.for catalog in ${CATALOGS}
|
.for catalog in ${CATALOGS}
|
||||||
NLS+= ${catalog:C/.*://}
|
NLS+= ${catalog:C/.*://}
|
||||||
NLSSRCFILES_${catalog:C/.*://}= ${catalog:C/.*://}.msg
|
NLSSRCFILES_${catalog:C/.*://}= ${catalog:C/.*://}.msg
|
||||||
|
Loading…
Reference in New Issue
Block a user