Bug#606839: dpkg-buildflags: please provide a makefile snippet to set all build flags

2011-07-22 Thread Jonathan Nieder
Raphaël Hertzog wrote: dpkg-dev: add some common makefile snippets for use in rules files Hoorah! Thanks, Raphaël. -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#606839: dpkg-buildflags: please provide a makefile snippet to set all build flags

2010-12-11 Thread Jonathan Nieder
Package: dpkg-dev Version: 1.15.9 Severity: wishlist Hi, As mentioned at [1], using dpkg-buildflags --export from a makefile is more trouble than one might like. It would be simpler to do something closer to the current thing: CFLAGS := $(shell dpkg-buildflags --get CFLAGS)