diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-16 19:03:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-16 19:03:50 +0000 |
commit | 1ada4e152a95bd50e5f8f08ccf38f493058ace80 (patch) | |
tree | 69bfed9217d028a7da134f0afb42026c5aaff361 /Mk | |
parent | 75282feee4531589270b0b3e9cf12dfec972036e (diff) | |
download | ports-1ada4e152a95bd50e5f8f08ccf38f493058ace80.tar.gz ports-1ada4e152a95bd50e5f8f08ccf38f493058ace80.zip |
Add missing target ordering when make -j1 is used (this should be a NOP)
Noticed by: gibbs
Submitted by: kris
Tested by: bento amd64 exprun
Notes
Notes:
svn path=/head/; revision=193684
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.autotools.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index 41ad8cdb5441..f142750aa3c1 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -260,6 +260,8 @@ ${item:U}_ENV+= ${AUTOTOOLS_VARS} # the order of autotools running. .if !target(run-autotools) +.ORDER: run-autotools run-autotools-aclocal patch-autotools run-autotools-autoheader run-autotools-autoconf run-autotools-automake + run-autotools:: run-autotools-aclocal patch-autotools run-autotools-autoheader \ run-autotools-autoconf run-autotools-automake .endif |