Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
open-source-case-studies
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
pub
open-source-case-studies
Merge requests
!36
remove obsolete Makefile rules
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove obsolete Makefile rules
fix/makefile-obsolete-rules
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Andre Maroneze
requested to merge
fix/makefile-obsolete-rules
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b6130869
1 commit,
2 years ago
1 file
+
1
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Makefile
+
1
−
14
Options
@@ -118,11 +118,6 @@ clean: $(addsuffix .clean,$(TARGETS))
parse
:
$(addsuffix .parse
,
$(TARGETS))
%.stats
:
$(
MAKE
)
-C
$*
/.frama-c stats
stats
:
$(addsuffix .stats
,
$(TARGETS))
%.sarif
:
$(
MAKE
)
-C
$*
/.frama-c sarif
@@ -162,12 +157,4 @@ icpc.build.clean:
.FORCE
:
.PHONY
:
$(TARGETS) frama-c/build/bin/frama-c clean-all help stats-all
# for continuous integration: runs all tests, then uses git status and
# git diff to check for unexpected differences
ci-tests
:
all stats-all
git status
--porcelain
git diff
--exit-code
ci-tests
:
export FCFLAGS=-value-verbose 0 -kernel-verbose 0
.PHONY
:
$(TARGETS) frama-c/build/bin/frama-c help
Loading