Skip to content

Commit 7d46c76

Browse files
Release: Remove extra NOTPARALLEL targets
Ordering of targets is already tracked via dependencies. Besides NOTPARALLEL was used improperly, because it makes sequential *all* targets after it, not only those mentiond in the "dependency" list. Signed-off-by: Anton Kolesov <[email protected]>
1 parent bd901d8 commit 7d46c76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile.release

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,11 @@ $O:
142142
mkdir -p $@
143143

144144
# Checkout sources
145-
.NOTPARALLEL: $O/.stamp_checked_out
146145
$O/.stamp_checked_out: | $O
147146
./build-all.sh --auto-pull --auto-checkout --no-elf32 --no-uclibc
148147
touch $@
149148

150149
# Create source tarball
151-
.NOTPARALLEL: $O/.stamp_source_tarball
152150
$O/.stamp_source_tarball: $O/.stamp_checked_out
153151
tar --exclude-vcs -c -z -f $(TOOLS_SOURCE_DIR)$(TAR_EXT) --exclude=$O \
154152
--transform="s|^|arc_gnu_$(RELEASE)_sources/|" $(TOOLS_SOURCE_CONTENTS)

0 commit comments

Comments
 (0)