help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

incorporating -r into multi-arch build


From: Galen Seitz
Subject: incorporating -r into multi-arch build
Date: Tue, 06 Jan 2009 11:44:08 -0800
User-agent: Thunderbird 2.0.0.18 (X11/20081120)


I'm using Paul Smith's multi-architecture build scheme (http://make.mad-scientist.us/multi-arch.html). Given the assumption that invoking make with the -r option is a good idea, would there be any significant drawbacks to adding the -r option to the MAKETARGET variable as shown below?

MAKETARGET = $(MAKE) -r --no-print-directory -C $@ -f \
  $(CURDIR)/Makefile \ SRCDIR=$(CURDIR) $(MAKECMDGOALS)

--
Galen Seitz
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]