mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
Try again to fix the --local behavior.
This commit is contained in:
parent
b765f36320
commit
41708f76f9
4
ct-ng.in
4
ct-ng.in
@ -1,9 +1,9 @@
|
||||
#!@@CT_MAKE@@ -f
|
||||
#!@@CT_MAKE@@ -rf
|
||||
# Makefile for crosstool-NG.
|
||||
# Copyright 2006 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
|
||||
|
||||
# Don't print directory as we descend into them
|
||||
MAKEFLAGS += --no-print-directory -r
|
||||
MAKEFLAGS += --no-print-directory --no-builtin-rules
|
||||
|
||||
# Remember the name of the Makefile
|
||||
CT_MAKEFILE := $(lastword $(MAKEFILE_LIST))
|
||||
|
Loading…
x
Reference in New Issue
Block a user