This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [rfa/rfc] Build libcommon.a for gdb and gdbserver


>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:

Yao> +$(LIBCOMMON): $(LIBCOMMON_DIR)/Makefile
Yao> +	@$(MAKE) $(FLAGS_TO_PASS) DO=all --directory=common

--directory is a GNU make feature.
By the current rules that makes it not ok.

I think it would be a good idea to require GNU make, but I think that is
something that needs general agreement.

Tom


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