From: Carsten Schlote <[email protected]> Disables internal rules and defines. Unconditionally rebuild given targets. No usable to rebuild existing chains: ./build_all_v2.mk dist/*.deb Useful in cron scripts.
Signed-off-by: Carsten Schlote <[email protected]> --- build_all_v2.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build_all_v2.mk b/build_all_v2.mk index 7c185cf..efa79c8 100755 --- a/build_all_v2.mk +++ b/build_all_v2.mk @@ -1,4 +1,4 @@ -#!/usr/bin/make -f +#!/usr/bin/make -rRBf # # Makefile to build all ptxconfigs -- 1.6.6.1 -- ptxdist mailing list [email protected]
