diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-02 14:34:52 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-14 20:50:36 -0500 |
commit | ee3134d0288c9d9d4f4a9fe325d4864a556edc63 (patch) | |
tree | d3bc75424e72ec244f6fae705d5349ee87659ed5 /sim/iq2000 | |
parent | eac2fbdc4ba9116693f838d82edb844cccce8dd9 (diff) | |
download | gdb-ee3134d0288c9d9d4f4a9fe325d4864a556edc63.zip gdb-ee3134d0288c9d9d4f4a9fe325d4864a556edc63.tar.gz gdb-ee3134d0288c9d9d4f4a9fe325d4864a556edc63.tar.bz2 |
sim: build: drop most recursive build deps
Now that we build these objects in the top dir & generate modules.c
there, we don't need to generate them all first -- we can let the
normal dependency graph take care of building things in parallel.
Diffstat (limited to 'sim/iq2000')
-rw-r--r-- | sim/iq2000/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/iq2000/local.mk b/sim/iq2000/local.mk index fa498e4..77804fe 100644 --- a/sim/iq2000/local.mk +++ b/sim/iq2000/local.mk @@ -58,8 +58,7 @@ BUILT_SOURCES += %D%/eng.h %D%/mloop.c \ %D%/stamp-mloop -## This makes sure build tools are available before building the arch-subdirs. -SIM_ALL_RECURSIVE_DEPS += $(%C%_BUILD_OUTPUTS) +## Generating modules.c requires all sources to scan. %D%/modules.c: | $(%C%_BUILD_OUTPUTS) ## FIXME: Use of `mono' is wip. |