1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00
cde/bin
Johnothan King 22d6b4527d Avoid brute-forcing during the build process to prevent failed builds
The default behavior of the package script is to ignore
errors. This has disastrous effects if any part of ksh
or libast fails to build due to something like a syntax
error, as the build will stop long after the first error
occurred.

This commit removes the -k flag from the $makeflags variable
in both copies of the package script. This forces the build
to fail if a compiler error occurs.

bin/package and src/cmd/INIT/package.sh:
 - Remove the -k assignment to $makeflags so that compiler
   errors cause the build to fail.

(cherry picked from commit 87bfaa19f3d336feb7b7bd4f5d4caf8d553f2547)
2020-06-12 01:45:17 +02:00
..
ignore - added code to install an 'ar' script which appends the U flag to the first 2020-02-12 12:46:56 -05:00
mamprobe - added code to install an 'ar' script which appends the U flag to the first 2020-02-12 12:46:56 -05:00
package Avoid brute-forcing during the build process to prevent failed builds 2020-06-12 01:45:17 +02:00
shtests bin/shtests: fix SHELL=/path/to/ksh assignment argument 2020-06-12 01:45:14 +02:00
silent - added code to install an 'ar' script which appends the U flag to the first 2020-02-12 12:46:56 -05:00