On Sat, Aug 04, 2007, Matthias Klose wrote: > your own argument: expect to have commata in some DEB_BUILD_OPTIONS.
But isn't that in contradiction with splitting arguments over comma? Your snippet would be able to parse parallel=n but the trouble would come with trying to extract LDFLAGS from such DEB_BUILD_OPTIONS: LDFLAGS=-Wl,--as-needed,parallel=2,debug LDFLAGS=-Wl,-T,link,parallel=2,debug (how would you tell where the LDFLAGS end?) -- Loïc Minier