Skip to content

Commit

Permalink
enh: removed NOTPARALLEL from a few targets
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Apr 4, 2016
1 parent 751534b commit 6488ba0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ TOP_DIR ?= .

# the default target
.PHONY: default
.NOTPARALLEL: default
default: libs

# the default target
.PHONY: all
.NOTPARALLEL: all
all: static shared

# Common makefile stuff:
Expand Down Expand Up @@ -85,7 +83,6 @@ endif

# Now create the actual compilation make file
.PHONY: lib libs
#.NOTPARALLEL: lib libs shared static
lib: libs

# Define default library creations
Expand Down

0 comments on commit 6488ba0

Please sign in to comment.