mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
scout: restore parallel make
Restore the + in the scout Makefile section, lost with commit
4a6a00d6
.
Lets scout benefit from a parallel make and avoids a warning.
Change-Id: Ie4c35c93afae4bfefaae0a0db9d676200cb3ee7b
Reviewed-on: http://gerrit.openafs.org/3910
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
296cf7d163
commit
f132054e4f
@ -357,7 +357,7 @@ fsprobe: cmd comerr util fsint volser
|
||||
+${COMPILE_PART1} fsprobe ${COMPILE_PART2}
|
||||
|
||||
scout: cmd comerr gtx fsprobe
|
||||
if test "@LIB_curses@"; then \
|
||||
+if test "@LIB_curses@"; then \
|
||||
${COMPILE_PART1} scout ${COMPILE_PART2} ; \
|
||||
else \
|
||||
echo Not building scout, because no curses-headers found. ; \
|
||||
|
Loading…
Reference in New Issue
Block a user