Seems like the --no-builtin-rules and -r options to make are not the same...

This commit is contained in:
Yann E. MORIN" 2007-07-23 09:21:52 +00:00
parent 8f9c1008d5
commit b765f36320

View File

@ -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))