Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
623c7d26
Commit
623c7d26
authored
16 years ago
by
Marcel Loose
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1117: PACKAGES and VARIANTS are no longer quoted in log file. Updated regex pattern
parent
ffef18f0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
autoconf_share/scanBuildLog
+2
-2
2 additions, 2 deletions
autoconf_share/scanBuildLog
with
2 additions
and
2 deletions
autoconf_share/scanBuildLog
+
2
−
2
View file @
623c7d26
...
@@ -604,11 +604,11 @@ def main(argv):
...
@@ -604,11 +604,11 @@ def main(argv):
#
#
#
findthe
PACKAGE
(
S
)
line
to
get
all
Packages
being
build
#
findthe
PACKAGE
(
S
)
line
to
get
all
Packages
being
build
#
#
packagePattern =
re.compile('(PACKAGES
*=
*
"
.*
?")|(PACKAGES
*=
*[^
]
*
)',
re.IGNORECASE
)
packagePattern =
re.compile('(PACKAGES
*=
*.*
$
)',re.IGNORECASE)
#
#
#
find
the
VARIANT
(
S
)
line
to
get
the
Variant
being
build
#
find
the
VARIANT
(
S
)
line
to
get
the
Variant
being
build
#
#
variantPattern =
re.compile('(VARIANTS
*=
*
"
.*
?")|(VARIANTS
*=
*[^
]
*
)',
re.IGNORECASE
)
variantPattern =
re.compile('(VARIANTS
*=
*.*
$
)',re.IGNORECASE)
#
#
#
find
the
Compiletool
line
for
compiling
#
find
the
Compiletool
line
for
compiling
#
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment