mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-16 07:26:38 +00:00
Seems like the --no-builtin-rules and -r options to make are not the same...
This commit is contained in:
parent
8f9c1008d5
commit
b765f36320
2
ct-ng.in
2
ct-ng.in
@ -3,7 +3,7 @@
|
||||
# Copyright 2006 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
|
||||
|
||||
# Don't print directory as we descend into them
|
||||
MAKEFLAGS += --no-print-directory --no-builtin-rules
|
||||
MAKEFLAGS += --no-print-directory -r
|
||||
|
||||
# Remember the name of the Makefile
|
||||
CT_MAKEFILE := $(lastword $(MAKEFILE_LIST))
|
||||
|
Loading…
x
Reference in New Issue
Block a user