Skip to content

Commit

Permalink
omr_static_lib/makefile should not compile anything
Browse files Browse the repository at this point in the history
Instead, it should assume that omr/makefile ensured all object files
are up to date.

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
  • Loading branch information
keithc-ca committed Jun 11, 2024
1 parent 3a218f2 commit b39e164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omr_static_lib/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ $(foreach lib,$(OMRLIBS), \
$(shell MAKEFLAGS= $(MAKE) -s --no-print-directory -C $(lib) show-objects), \
$(if $(filter /%,$(object)),$(object),$(lib)/$(object))))

MODULE_INCLUDES += $(top_srcdir)/gc/startup
$(OBJECTS) :
@echo "omr_static_lib: Assuming $(top_srcdir)/omr/makefile ensured that $@ is up to date"

include $(top_srcdir)/omrmakefiles/rules.mk

0 comments on commit b39e164

Please sign in to comment.