Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unnecessary macros #187

Closed
wants to merge 4 commits into from
Closed

Removed unnecessary macros #187

wants to merge 4 commits into from

Conversation

2001asjad
Copy link

Added a common makefile in the project repository for the common macros like D, P, Q etc are defined and they have been included in the rest of the makefiles using include .

Fixes #159

@2001asjad
Copy link
Author

Hello @smlambert @llxia @renfeiw , I've made a PR. Looking forward for your reviews so that we can make it better.
Thank You

import os

dir_list = next(os.walk('.'))[1]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not include other changes in this PR. Thanks

repository: 'adoptium/TKG.git'
ref: 'master'
repository: '2001asjad/TKG.git'
ref: 'asjad-issue-2482'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert reference to personal repo/branch

@2001asjad 2001asjad closed this Apr 27, 2021
@2001asjad 2001asjad deleted the asjad-issue-159 branch April 27, 2021 13:15
@karianna karianna added this to In progress in TKG via automation Apr 28, 2021
@karianna karianna added the wontfix This will not be worked on label Apr 28, 2021
@karianna karianna added this to the April 2021 milestone Apr 28, 2021
@karianna karianna moved this from In progress to Done in TKG Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
No open projects
TKG
  
Done
Development

Successfully merging this pull request may close these issues.

Remove unnecessary macros
3 participants