diff --git a/bldpkg b/bldpkg index a386f5e..9310fd0 100755 --- a/bldpkg +++ b/bldpkg @@ -26,15 +26,8 @@ # not belonging to the current build are present inside tmpfs # -> Write code to log build output to a log file inside a particular directory # -> Add code to show extended help? -# -> Often times it happens that there are two package build files, one -# being the original package build file that has been backed up and the -# package build file whose stuff such as source directory extraction and -# patches are commented out for testing and yet the build is initialised -# from this modified build file. Also, the package build file the build was invoked from -# gets copied in the resulting package installer for reference. We'd like the -# original package build file to be copied and not the modified package build -# file. Use -o -m for doing this, perhaps? # -> Email the user about the outcome of the build? +# -> Use 'cat' instead of 'echo' for generating summary # Determine whether we are using bash version 4 and later. If not, exit. if ((BASH_VERSINFO[0] < 4)) ; then @@ -71,29 +64,35 @@ Building package 'alsa-lib' version '1.x'... ...build output... Usage: - - -d : Produce a package with debug symbols preserved, i.e., don't strip resulting - ELF objects. Uses -g3 by default. - -e : Extract the package installer file in the user's PWD if the build - completes successfully. + -d Produce a package with debug symbols preserved, i.e., don't strip + resulting ELF objects. Uses -g3 by default. - -f : Name of an alternate build file to source build variables. Should be - compatible with standard SMLinux package build file format. + -e Extract the package installer file in the user's PWD if the build + completes successfully. - -g : Generate SHA512 checksums of all tarballs and patches in the current - directory and insert them into the package build file + -f Name of an alternate build file to source build variables. Should + be compatible with standard SMLinux package build file format. - -h : Show this help message + -g Generate SHA512 checksums of all tarballs and patches in the current + directory and insert them into the package build file - -j : Provide a number of jobs to be run simultaneously + -h Show this help message - -s : Display build summary. A summary is produced whenever a build is either - interrupted, exits cleanly or aborts due to a build error + -j Provide a number of jobs to be run simultaneously - -x : Invoke bash shell command trace mode. This one isn't akin to running - bash -x