diff options
author | Lukas Larsson <[email protected]> | 2017-08-24 16:20:36 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-09-08 09:46:42 +0200 |
commit | a9812e6307fe335d077f96d3a6342cbd4894ed0b (patch) | |
tree | 6037e6c982f04acf2a24bacc25767e9cbf1aeded /erts/Makefile | |
parent | 5d124efc4f8408cdbe2f23ca6b233b932f1dd7c6 (diff) | |
download | otp-a9812e6307fe335d077f96d3a6342cbd4894ed0b.tar.gz otp-a9812e6307fe335d077f96d3a6342cbd4894ed0b.tar.bz2 otp-a9812e6307fe335d077f96d3a6342cbd4894ed0b.zip |
Add support for building a pgo beam_emu
Diffstat (limited to 'erts/Makefile')
-rw-r--r-- | erts/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/erts/Makefile b/erts/Makefile index 73d8560c1e..0393ccc759 100644 --- a/erts/Makefile +++ b/erts/Makefile @@ -49,11 +49,6 @@ debug opt lcnt clean: done (cd preloaded/src && $(MAKE) ../ebin/erts.app) -# ---------------------------------------------------------------------- -# These are "convenience targets", provided as shortcuts for developers -# - don't use them in scripts or assume they will always stay like this! -# - .PHONY: smp smp: $(V_at)for type in $(TYPES); do \ @@ -112,6 +107,11 @@ local_setup: $(ERL_TOP)/bin/start_clean.script \ $(ERL_TOP)/bin/no_dot_erlang.script +# ---------------------------------------------------------------------- +# These are "convenience targets", provided as shortcuts for developers +# - don't use them in scripts or assume they will always stay like this! +# + # Run the configure script .PHONY: configure configure: |