Comment 6 for bug 1493031

Revision history for this message
Robert P. Goldman (rpgoldman) wrote : Re: bundle: remove deprecation comment

I'm looking at MAKE-BUILD and BUNDLE-SYSTEM again. I'd like to kill BUNDLE-SYSTEM. It's name is, at best, misleading, and it provides essentially no value because it's a trivial wrapper around OPERATE.

MAKE-BUILD seems more useful, based on the documentation (thanks, Daniel!), but I wonder if it's generally useful, or primarily intended for ECL. For example, would LD-FLAGS make sense in another CL context?

I wonder if this should just live in an ECL extensions file for ASDF? I'd prefer that to trying to figure out how to make it work on other Lisp implementations. Or we could just #+ecl it....