mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-18 19:48:19 +01:00
Allow both --timestamp and --debug
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6659 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ae33926461
commit
bf4c952f88
@ -658,7 +658,7 @@ Migration Considerations:
|
||||
If given, each progress message issued by the compiler and by
|
||||
the compiled program will be timestamped.
|
||||
|
||||
--debugging
|
||||
--debug
|
||||
|
||||
If given, when a warning or error message is issued, it is
|
||||
supplimented with a stack trace. Requires the Carp Perl
|
||||
|
@ -342,8 +342,8 @@ compiler() {
|
||||
options="--verbose $VERBOSE ";
|
||||
[ -n "$EXPORT" ] && options="$options --export ";
|
||||
[ -n "$SHOREWALL_DIR" ] && options="$options --directory $SHOREWALL_DIR ";
|
||||
[ -n "$TIMESTAMP" ] && options="$options --timestamp" ;
|
||||
[ -n "$debugging" ] && options="$options --debug" ;
|
||||
[ -n "$TIMESTAMP" ] && options="$options --timestamp " ;
|
||||
[ -n "$debugging" ] && options="$options --debug " ;
|
||||
[ -x $pc ] || startup_error "SHOREWALL_COMPILER=perl requires the shorewall-perl package which is not installed"
|
||||
#
|
||||
# Run the appropriate params file
|
||||
|
Loading…
Reference in New Issue
Block a user