Skip to content

Conversation

danbev
Copy link
Member

@danbev danbev commented Aug 20, 2025

This commit removes the content from the Makefile and updates the current deprecation message to information that make has been replaced by CMake instead.

The message when make is invoked will now be the following:

$ make
Makefile:6: *** Build system changed:
 The Makefile build has been replaced by CMake.

 For build instructions see:
 https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md

.  Stop.

The motivation for this is that many, if not all targets fail to build now, after changes to the system, and make has also been deprected for some time now.

This commit removes the content from the Makefile and updates the
current deprecation message to information that `make` has been
replaced by CMake instead.

The message when `make` is invoked will now be the following:
```console
$ make
Makefile:6: *** Build system changed:
 The Makefile build has been replaced by CMake.

 For build instructions see:
 https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md

.  Stop.
```

The motivation for this is that many, if not all targets fail to build
now, after changes to the system, and `make` has also been deprected for
some time now.
@ggerganov ggerganov merged commit 37f10f9 into ggml-org:master Aug 20, 2025
6 checks passed
danbev added a commit to danbev/llama.cpp that referenced this pull request Aug 20, 2025
This commit removes references to `make` in the examples, as the build
system has been updated to use CMake directly and using `make` will now
generate an error since Commit 37f10f9
("make : remove make in favor of CMake (ggml-org#15449)").
danbev added a commit to danbev/llama.cpp that referenced this pull request Aug 20, 2025
This commit removes references to `make` in the examples, as the build
system has been updated to use CMake directly and using `make` will now
generate an error since Commit 37f10f9
("make : remove make in favor of CMake (ggml-org#15449)").
danbev added a commit that referenced this pull request Aug 21, 2025
This commit removes references to `make` in the examples, as the build
system has been updated to use CMake directly and using `make` will now
generate an error since Commit 37f10f9
("make : remove make in favor of CMake (#15449)").
@danbev danbev deleted the makefile-cmake-move-message branch August 21, 2025 10:18
qnixsynapse pushed a commit to menloresearch/llama.cpp that referenced this pull request Aug 22, 2025
…15457)

This commit removes references to `make` in the examples, as the build
system has been updated to use CMake directly and using `make` will now
generate an error since Commit 37f10f9
("make : remove make in favor of CMake (ggml-org#15449)").
Minh141120 pushed a commit to menloresearch/llama.cpp that referenced this pull request Aug 26, 2025
This commit removes the content from the Makefile and updates the
current deprecation message to information that `make` has been
replaced by CMake instead.

The message when `make` is invoked will now be the following:
```console
$ make
Makefile:6: *** Build system changed:
 The Makefile build has been replaced by CMake.

 For build instructions see:
 https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md

.  Stop.
```

The motivation for this is that many, if not all targets fail to build
now, after changes to the system, and `make` has also been deprected for
some time now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants