Browse Source

MT#61993 build: Declare all to be the default goal

This makes sure the target is the default, regardless of the place where
it gets declared, so that we do not get surprises due to targets
declared in includes that might happened to be performed before the
default target.

Change-Id: I2fab47ccb46d68dc56332acef966e369c5183c07
pull/1910/head
Guillem Jover 11 months ago
parent
commit
5cb1002949
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      Makefile
  2. +2
    -0
      lib/common.Makefile

+ 2
- 0
Makefile View File

@ -1,3 +1,5 @@
.DEFAULT_GOAL := all
RTPENGINE_ROOT_DIR=.
with_transcoding ?= yes


+ 2
- 0
lib/common.Makefile View File

@ -1,3 +1,5 @@
.DEFAULT_GOAL := all
include ../lib/lib.Makefile
CFLAGS += -fPIE


Loading…
Cancel
Save