X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Frules;h=b711bb1c1a5f12c74c2960926bbab8e095370466;hb=b6a5bd2ebfc481e9d8a9469a0467321b4e82ce1b;hp=d1ec8159e94953606bd694d5de08dc8a3925b1e5;hpb=c46b09429cb3309bfb32fd57c294c9dc4d5cf6e9;p=chiark-utils.git diff --git a/debian/rules b/debian/rules index d1ec815..b711bb1 100755 --- a/debian/rules +++ b/debian/rules @@ -13,9 +13,16 @@ cwd= $(shell pwd) d= $(cwd)/debian t= $d/tmp +makebuildargs := OPTIMISE= DEBUG= \ + CMDLINE_CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" \ + CMDLINE_CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" \ + CMDLINE_LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)" + build: $(checkdir) - set -e; for s in $(subdirs_build_arch); do $(MAKE) -C $$s all; done + set -e; for s in $(subdirs_build_arch); do \ + $(MAKE) -C $$s all $(makebuildargs); \ + done touch build build-indep: build