forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Makefiles in compiler/ and frontend/ (chapel-lang#25907)
Ever since PR chapel-lang#20920, we have been using `cmake` to build the compiler and frontend library. However, we have left the old `Makefile`s lying around and have continued to maintain them as we add or remove files. These Makefiles have been unused, except for in TAGS support. This PR changes the TAGS support to use a `find` command to gather source files in these directories and then removes these Makefiles that are now completely unused. Reviewed by @arezaii - thanks! - [x] full comm=none testing
- Loading branch information
Showing
47 changed files
with
8 additions
and
1,907 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.