Skip to content

Commit 0f6459e

Browse files
author
José Valim
committed
Merge pull request #1855 from alco/elixirappsrc
Mark the autogenerated lib/src/elixir.app.src as such
2 parents 30b24b7 + ecd95a8 commit 0f6459e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ compile: lib/elixir/src/elixir.app.src erlang elixir
4343

4444
lib/elixir/src/elixir.app.src: src/elixir.app.src
4545
$(Q) rm -rf lib/elixir/src/elixir.app.src
46-
$(Q) cp src/elixir.app.src lib/elixir/src/elixir.app.src
46+
$(Q) echo "%% This file is automatically generated from <project_root>/src/elixir.app.src" \
47+
>lib/elixir/src/elixir.app.src
48+
$(Q) cat src/elixir.app.src >>lib/elixir/src/elixir.app.src
4749

4850
erlang:
4951
$(Q) cd lib/elixir && $(REBAR) compile

0 commit comments

Comments
 (0)