Sort objects in gdb and gdbserver Makefiles
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 16 Sep 2018 23:45:06 +0000 (19:45 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 17 Sep 2018 00:34:56 +0000 (20:34 -0400)
commit8ff03f0bfbf0dc7d125f6ea0b844636c0aba74f6
tree90d8755f5c8b23eb537647c252bc5b21e9f7e2f6
parenta1cd91dc2f4e369983fab631f18e96f5e46119bc
Sort objects in gdb and gdbserver Makefiles

Tom mentioned this a while ago, as a way to give you a cheap sense of
progression in your build, as all object files will be built
alphabetically (including the directory part).  I tried it and I think
it's nice.

gdb/ChangeLog:

* Makefile.in (LIBGDB_OBS): Sort COMMON_OBS.

gdb/gdbserver/ChangeLog:

* Makefile.in (gdbserver$(EXEEXT)): Sort OBS.
(gdbreplay$(EXEEXT)): Sort GDBREPLAY_OBS.
($(IPA_LIB)): Sort IPA_OBJS.
gdb/ChangeLog
gdb/Makefile.in
gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in
This page took 0.024793 seconds and 4 git commands to generate.