Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
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
Service Desk
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
libremedia
Tethys
FFmpeg
Commits
d1d6230e
Commit
d1d6230e
authored
8 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
build: Add "build" shorthand target that depends on all compile targets
parent
4d1f7e8b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-1
3 additions, 1 deletion
Makefile
with
3 additions
and
1 deletion
Makefile
+
3
−
1
View file @
d1d6230e
...
@@ -179,6 +179,7 @@ distclean::
...
@@ -179,6 +179,7 @@ distclean::
config
:
config
:
$(
SRC_PATH
)
/configure
$(
value LIBAV_CONFIGURATION
)
$(
SRC_PATH
)
/configure
$(
value LIBAV_CONFIGURATION
)
build
:
all alltools checkheaders examples testprogs
check
:
all alltools checkheaders examples testprogs fate
check
:
all alltools checkheaders examples testprogs fate
include
$(SRC_PATH)/tests/Makefile
include
$(SRC_PATH)/tests/Makefile
...
@@ -194,4 +195,5 @@ $(sort $(OBJDIRS)):
...
@@ -194,4 +195,5 @@ $(sort $(OBJDIRS)):
# so this saves some time on slow systems.
# so this saves some time on slow systems.
.SUFFIXES
:
.SUFFIXES
:
.PHONY
:
all all-yes alltools check *clean config install* testprogs uninstall*
.PHONY
:
all all-yes alltools build check config testprogs
.PHONY
:
*clean install* uninstall*
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