This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Toplevel: more dependency cleanup


> (If you can figure out how to do it *really* cleanly rather than
> just *fairly* cleanly, please tell me!)

Can we just add empty targets for the bits that otherwise wouldn't be
in the Makefile?  Then we could depend on all-gas but doing "make
all-gas" wouldn't actually do anything.

all-gas: ; @true
all-gdb: ; @true
(etc)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]