diff --git a/bldpkg b/bldpkg old mode 100644 new mode 100755 index be29b21..cbe6c9c --- a/bldpkg +++ b/bldpkg @@ -21,11 +21,6 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ############ -# TODO -# -> Write code to log build output to a log file inside a particular directory -# -> Email the user about the outcome of the build? -# -> Increment warnings as they are issued during the build and show final warning total in the build summary - set -e err() { @@ -88,7 +83,7 @@ Usage: be compatible with standard SMLinux package build file format -g Generate SHA512 checksums of all tarballs and patches in the current - directory and insert them into the package build file + directory, insert them into the package build file and exit -h Show this help message @@ -102,13 +97,15 @@ Usage: -r Resume the build by skipping all commands in prepbuilddir and execute build() function. Presumes that the package was completely extracted - in the build directory, and patches, if any, were applied and executes - stuff inside build(). + in the build directory, and patches, if any, were applied and executes + stuff inside build(). -s Display build summary. A summary is produced whenever a build is either interrupted, exits cleanly or aborts due to a build error - -v Increase compiler verbosity + -t Build inside tmpfs directory + + -v Enable verbose compile -x Invoke bash shell command trace mode. This one isn't akin to running bash -x