X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fsrc%2Flibrary-cfg.sh;h=c41661705a8710f33fe4abaf9c1272e31683aff3;hp=674baa60d5dd2423dfefea21b6fe204b29289efa;hb=a50b059f71e787a32e396c0e5b40cee4230c997e;hpb=4bbfbf869d8c913cb0f5f30708b0bcb5d1724b96 diff --git a/Ada95/src/library-cfg.sh b/Ada95/src/library-cfg.sh index 674baa60..c4166170 100755 --- a/Ada95/src/library-cfg.sh +++ b/Ada95/src/library-cfg.sh @@ -1,6 +1,7 @@ #!/bin/sh ############################################################################## -# Copyright (c) 2016,2018 Free Software Foundation, Inc. # +# Copyright 2018-2019,2020 Thomas E. Dickey # +# Copyright 2016,2018 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -27,7 +28,7 @@ # authorization. # ############################################################################## # -# $Id: library-cfg.sh,v 1.4 2018/11/10 22:58:52 tom Exp $ +# $Id: library-cfg.sh,v 1.7 2020/02/02 23:34:34 tom Exp $ # # Work around incompatible behavior introduced with gnat6, which causes # gnatmake to attempt to compile all of the C objects which might be part of @@ -55,9 +56,18 @@ done SHARE="-- " test "x$model" = "xdynamic" && SHARE= -sed \ - -e '/for Library_Options use /s,-- ,'"$SHARE"',' \ - -e '/for Default_Switches ("C") use/s,-- ,,' \ - -e '/for Default_Switches ("C") use/s% use .*'%" use($param);"% \ - $input -exit 0 +SCRIPT=library-cfg.tmp +cat >$SCRIPT <