mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
Makefile: Fix spelling
Best reviewed with: `git show --word-diff`. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
parent
0cd66fe6bd
commit
9580d66b14
2
Makefile
2
Makefile
@ -130,7 +130,7 @@ bin/%: FORCE
|
||||
FORCE:
|
||||
# Having .NOTPARALLEL will force make to do target once at a time but still -j
|
||||
# will be present in the MAKEFLAGS that are in turn interpreted by WAF
|
||||
# so only 1 waf at a time will be called but it will still be able to do parralel builds if
|
||||
# so only 1 waf at a time will be called but it will still be able to do parallel builds if
|
||||
# instructed to do so
|
||||
.NOTPARALLEL: %
|
||||
.PHONY: FORCE everything testsuite check torture
|
||||
|
Loading…
Reference in New Issue
Block a user