Hi,
Just to chime in to list some real world cases where env variable
substition would have been useful, but lacking it I had to create
some workarounds:
popt[1], and ncurses, have now install.in and links.in, which are
then preprocessed to the actual files. Wireless-tools[2] avoids
template file
Actually, that's more complex, and has the standard backwards
compatible issues.
Better would be:
debian/%.install: debian/%.install.in
sed 's///' < $^ > $@.tmp
mv $@.tmp $@
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe"
2 matches
Mail list logo