Viktor Dukhovni: > > > Read carefully: > > > > > > $ make makefiles CCARGS='-DDEF_CONFIG_DIR=\"/some/where\"' > > > $ make > > > > That worked a little. Thanks. I missed the single quote double quote thing. > > And the "-D" in front of each "DEF_MUMBLE" override.
The upcoming Postfix stable release make this easier: $ make makefiles config_directory=/some/where Details in http://www.postfix.org/INSTALL.html, section 4.5.1 (sorry, no sub-sub-section link). Wietse